From owner-svn-ports-all@freebsd.org Sun Mar 7 00:09:43 2021 Return-Path: Delivered-To: svn-ports-all@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 D1D0F576E3E; Sun, 7 Mar 2021 00:09:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtMKg5d3kz3Hf7; Sun, 7 Mar 2021 00:09:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFEAF3BB7; Sun, 7 Mar 2021 00:09:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12709hXa027515; Sun, 7 Mar 2021 00:09:43 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12709hl7027514; Sun, 7 Mar 2021 00:09:43 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103070009.12709hl7027514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 7 Mar 2021 00:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567529 - head/editors/emacs-devel X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/editors/emacs-devel X-SVN-Commit-Revision: 567529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 00:09:43 -0000 Author: pkubaj Date: Sun Mar 7 00:09:43 2021 New Revision: 567529 URL: https://svnweb.freebsd.org/changeset/ports/567529 Log: editors/emacs-devel: limit using GCC to only powerpc64le On powerpc64, emacs builds fine with Clang. Modified: head/editors/emacs-devel/Makefile Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sat Mar 6 23:27:28 2021 (r567528) +++ head/editors/emacs-devel/Makefile Sun Mar 7 00:09:43 2021 (r567529) @@ -206,7 +206,7 @@ XWIDGETS_CONFIGURE_WITH= xwidgets .include -.if ${ARCH:Mpowerpc64*} +.if ${ARCH} == powerpc64le USE_GCC= yes .endif From owner-svn-ports-all@freebsd.org Sun Mar 7 00:29:15 2021 Return-Path: Delivered-To: svn-ports-all@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 CBF5C5776F3; Sun, 7 Mar 2021 00:29:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtMmC5SKZz3JVr; Sun, 7 Mar 2021 00:29:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE1783BEC; Sun, 7 Mar 2021 00:29:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1270TFNW039394; Sun, 7 Mar 2021 00:29:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1270TFQQ039393; Sun, 7 Mar 2021 00:29:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103070029.1270TFQQ039393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 00:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567530 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 567530 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 00:29:15 -0000 Author: jbeich Date: Sun Mar 7 00:29:15 2021 New Revision: 567530 URL: https://svnweb.freebsd.org/changeset/ports/567530 Log: emulators/rpcs3: update to 0.0.15.11892 Changes: https://github.com/RPCS3/rpcs3/compare/f88c3ae41...3ae7debc1 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sun Mar 7 00:09:43 2021 (r567529) +++ head/emulators/rpcs3/Makefile Sun Mar 7 00:29:15 2021 (r567530) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.15-11871 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -gf88c3ae41 +DISTVERSION= 0.0.15-11892 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g3ae7debc1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sun Mar 7 00:09:43 2021 (r567529) +++ head/emulators/rpcs3/distinfo Sun Mar 7 00:29:15 2021 (r567530) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614944812 -SHA256 (RPCS3-rpcs3-v0.0.15-11871-gf88c3ae41_GH0.tar.gz) = 9e49febbaf7c140a8f6a83b6aa85f9c5426dd828b81f907b293cd45ca582ebb5 -SIZE (RPCS3-rpcs3-v0.0.15-11871-gf88c3ae41_GH0.tar.gz) = 7960086 +TIMESTAMP = 1615071385 +SHA256 (RPCS3-rpcs3-v0.0.15-11892-g3ae7debc1_GH0.tar.gz) = d9a6f78a3e01a0a4acf60d6c9e0d73581ac57192b2318847d413082ad67de7a0 +SIZE (RPCS3-rpcs3-v0.0.15-11892-g3ae7debc1_GH0.tar.gz) = 7964245 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-716bb292ba3_GH0.tar.gz) = a99c661e3220e9cdc5c47323cf553586414008c3fca711724789b6f9040bc577 From owner-svn-ports-all@freebsd.org Sun Mar 7 00:53:59 2021 Return-Path: Delivered-To: svn-ports-all@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 E24055505AC; Sun, 7 Mar 2021 00:53:59 +0000 (UTC) (envelope-from adridg@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 4DtNJl6594z3Lb1; Sun, 7 Mar 2021 00:53:59 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3CCC4FD4; Sun, 7 Mar 2021 00:53:59 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1270rxsd057227; Sun, 7 Mar 2021 00:53:59 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1270rwTN057219; Sun, 7 Mar 2021 00:53:58 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202103070053.1270rwTN057219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 7 Mar 2021 00:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567531 - in head/devel: . libabigail libabigail/files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/devel: . libabigail libabigail/files X-SVN-Commit-Revision: 567531 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 00:53:59 -0000 Author: adridg Date: Sun Mar 7 00:53:57 2021 New Revision: 567531 URL: https://svnweb.freebsd.org/changeset/ports/567531 Log: New port devel/libabigail An ABI-wrestling-suite of libraries and tools. Uses elfutils to diff, lint, compare and report on compatibility of ABIs in shared-libraries. Common use is diffing two .so's, like `abidiff libpkg.so libpkg-devel.so` Added: head/devel/libabigail/ head/devel/libabigail/Makefile (contents, props changed) head/devel/libabigail/distinfo (contents, props changed) head/devel/libabigail/files/ head/devel/libabigail/files/patch-src_abg-elf-helpers.cc (contents, props changed) head/devel/libabigail/files/patch-src_abg-tools-utils.cc (contents, props changed) head/devel/libabigail/files/patch-tools_abisym.cc (contents, props changed) head/devel/libabigail/pkg-descr (contents, props changed) head/devel/libabigail/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 7 00:29:15 2021 (r567530) +++ head/devel/Makefile Sun Mar 7 00:53:57 2021 (r567531) @@ -1092,6 +1092,7 @@ SUBDIR += libCello SUBDIR += libIDL SUBDIR += libPropList + SUBDIR += libabigail SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c Added: head/devel/libabigail/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/Makefile Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= libabigail +DISTVERSION= 1.8.2 +CATEGORIES= devel +MASTER_SITES= SOURCEWARE/${PORTNAME}/ + +MAINTAINER= adridg@FreeBSD.org +COMMENT= ABI Generic Analysis and Instrumentation Library + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING-LGPLV3 + +LIB_DEPENDS= libxml2.so:textproc/libxml2 \ + libdw.so:devel/elfutils + +USES= gmake libtool localbase pkgconfig python + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-cxx11=yes + +.include Added: head/devel/libabigail/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/distinfo Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615074410 +SHA256 (libabigail-1.8.2.tar.gz) = 86347c9f0a8666f263fd63f8c3fe4c4f9cb1bdb3ec4260ecbaf117d137e89787 +SIZE (libabigail-1.8.2.tar.gz) = 258919334 Added: head/devel/libabigail/files/patch-src_abg-elf-helpers.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/files/patch-src_abg-elf-helpers.cc Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,24 @@ +--- src/abg-elf-helpers.cc.orig 2021-03-07 00:14:31 UTC ++++ src/abg-elf-helpers.cc +@@ -178,8 +178,10 @@ e_machine_to_string(GElf_Half e_machine) + return "elf-motorola-rce"; + case EM_ARM: + return "elf-arm"; ++#ifdef EM_FAKE_ALPHA + case EM_FAKE_ALPHA: + return "elf-digital-alpha"; ++#endif + case EM_SH: + return "elf-hitachi-sh"; + case EM_SPARCV9: +@@ -298,8 +300,10 @@ e_machine_to_string(GElf_Half e_machine) + return "elf-tilera-tilegx"; + #endif + ++#ifdef EM_NUM + case EM_NUM: + return "elf-last-arch-number"; ++#endif + case EM_ALPHA: + return "elf-non-official-alpha"; + default: Added: head/devel/libabigail/files/patch-src_abg-tools-utils.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/files/patch-src_abg-tools-utils.cc Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,19 @@ +--- src/abg-tools-utils.cc.orig 2021-03-07 00:11:55 UTC ++++ src/abg-tools-utils.cc +@@ -1713,6 +1713,16 @@ struct malloced_char_star_deleter + {free(ptr);} + }; + ++#ifdef __FreeBSD__ ++/* get_current_dir_name() is a GNU extension. ++ * ++ */ ++char *get_current_dir_name() ++{ ++return getcwd(nullptr, 0); ++} ++#endif ++ + /// Return a copy of the path given in argument, turning it into an + /// absolute path by prefixing it with the concatenation of the result + /// of get_current_dir_name() and the '/' character. Added: head/devel/libabigail/files/patch-tools_abisym.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/files/patch-tools_abisym.cc Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,10 @@ +--- tools/abisym.cc.orig 2021-03-07 00:17:35 UTC ++++ tools/abisym.cc +@@ -26,6 +26,7 @@ + /// in its symbol tables and report what it sees. + + #include ++#include + #include + #include + #include Added: head/devel/libabigail/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/pkg-descr Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,13 @@ +ABI Generic Analysis and Instrumentation Library + +This project aims at providing a C++ library for constructing, manipulating, +serializing and de-serializing ABI-relevant artifacts. The set of artifacts +that we are interested in is made of constructions like types, variables, +functions and declarations of a given library or program. For a given program +or library, this set of constructions is called an ABI corpus. + +Thus the project aims at providing a library to manipulate ABI corpora, compare +them, provide detailed information about their differences and help build tools +to infer interesting conclusions about these differences. + +WWW: https://sourceware.org/libabigail/ Added: head/devel/libabigail/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libabigail/pkg-plist Sun Mar 7 00:53:57 2021 (r567531) @@ -0,0 +1,40 @@ +bin/abicompat +bin/abidiff +bin/abidw +bin/abilint +bin/abipkgdiff +bin/kmidiff +include/libabigail/abg-comp-filter.h +include/libabigail/abg-comparison.h +include/libabigail/abg-config.h +include/libabigail/abg-corpus.h +include/libabigail/abg-cxx-compat.h +include/libabigail/abg-diff-utils.h +include/libabigail/abg-dwarf-reader.h +include/libabigail/abg-fwd.h +include/libabigail/abg-hash.h +include/libabigail/abg-ini.h +include/libabigail/abg-interned-str.h +include/libabigail/abg-ir.h +include/libabigail/abg-libxml-utils.h +include/libabigail/abg-libzip-utils.h +include/libabigail/abg-reader.h +include/libabigail/abg-regex.h +include/libabigail/abg-reporter.h +include/libabigail/abg-sptr-utils.h +include/libabigail/abg-suppression.h +include/libabigail/abg-tools-utils.h +include/libabigail/abg-traverse.h +include/libabigail/abg-version.h +include/libabigail/abg-viz-common.h +include/libabigail/abg-viz-dot.h +include/libabigail/abg-viz-svg.h +include/libabigail/abg-workers.h +include/libabigail/abg-writer.h +lib/libabigail.a +lib/libabigail.so +lib/libabigail.so.0 +lib/libabigail.so.0.0.0 +lib/libabigail/default.abignore +libdata/pkgconfig/libabigail.pc +share/aclocal/abigail.m4 From owner-svn-ports-all@freebsd.org Sun Mar 7 00:55:51 2021 Return-Path: Delivered-To: svn-ports-all@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 B608A5506A3; Sun, 7 Mar 2021 00:55:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtNLv4pC4z3LHM; Sun, 7 Mar 2021 00:55:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9362952A6; Sun, 7 Mar 2021 00:55:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1270tpc7057409; Sun, 7 Mar 2021 00:55:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1270tpgd057407; Sun, 7 Mar 2021 00:55:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103070055.1270tpgd057407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 00:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567532 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 567532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 00:55:51 -0000 Author: jbeich Date: Sun Mar 7 00:55:50 2021 New Revision: 567532 URL: https://svnweb.freebsd.org/changeset/ports/567532 Log: emulators/citra: update to s20210306 Changes: https://github.com/citra-emu/citra/compare/c2d36cde9...8e3c7674d Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sun Mar 7 00:53:57 2021 (r567531) +++ head/emulators/citra/Makefile Sun Mar 7 00:55:50 2021 (r567532) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20210221 +PORTVERSION= s20210306 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= c2d36cde9 +GH_TAGNAME= 8e3c7674d GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Sun Mar 7 00:53:57 2021 (r567531) +++ head/emulators/citra/distinfo Sun Mar 7 00:55:50 2021 (r567532) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613948727 -SHA256 (citra-emu-citra-s20210221-c2d36cde9_GH0.tar.gz) = 00b7a358935e8023328894d2dabffa485c219bef6b458381cd6e7ec272b614cd -SIZE (citra-emu-citra-s20210221-c2d36cde9_GH0.tar.gz) = 5303288 +TIMESTAMP = 1615019004 +SHA256 (citra-emu-citra-s20210306-8e3c7674d_GH0.tar.gz) = e69d9e1bd0595eb319e3b32bb35f028f166e52c82ebb469b7fedccc3b516f5ed +SIZE (citra-emu-citra-s20210306-8e3c7674d_GH0.tar.gz) = 5303324 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 From owner-svn-ports-all@freebsd.org Sun Mar 7 00:56:45 2021 Return-Path: Delivered-To: svn-ports-all@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 329CE5506B4; Sun, 7 Mar 2021 00:56:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtNMx0z7Hz3LqP; Sun, 7 Mar 2021 00:56:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 144F05052; Sun, 7 Mar 2021 00:56:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1270uijZ057550; Sun, 7 Mar 2021 00:56:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1270uipw057548; Sun, 7 Mar 2021 00:56:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103070056.1270uipw057548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 00:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567533 - branches/2021Q1/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/emulators/citra X-SVN-Commit-Revision: 567533 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 00:56:45 -0000 Author: jbeich Date: Sun Mar 7 00:56:44 2021 New Revision: 567533 URL: https://svnweb.freebsd.org/changeset/ports/567533 Log: MFH: r567532 emulators/citra: update to s20210306 Changes: https://github.com/citra-emu/citra/compare/c2d36cde9...8e3c7674d Modified: branches/2021Q1/emulators/citra/Makefile branches/2021Q1/emulators/citra/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/citra/Makefile ============================================================================== --- branches/2021Q1/emulators/citra/Makefile Sun Mar 7 00:55:50 2021 (r567532) +++ branches/2021Q1/emulators/citra/Makefile Sun Mar 7 00:56:44 2021 (r567533) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20210221 +PORTVERSION= s20210306 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= c2d36cde9 +GH_TAGNAME= 8e3c7674d GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ Modified: branches/2021Q1/emulators/citra/distinfo ============================================================================== --- branches/2021Q1/emulators/citra/distinfo Sun Mar 7 00:55:50 2021 (r567532) +++ branches/2021Q1/emulators/citra/distinfo Sun Mar 7 00:56:44 2021 (r567533) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613948727 -SHA256 (citra-emu-citra-s20210221-c2d36cde9_GH0.tar.gz) = 00b7a358935e8023328894d2dabffa485c219bef6b458381cd6e7ec272b614cd -SIZE (citra-emu-citra-s20210221-c2d36cde9_GH0.tar.gz) = 5303288 +TIMESTAMP = 1615019004 +SHA256 (citra-emu-citra-s20210306-8e3c7674d_GH0.tar.gz) = e69d9e1bd0595eb319e3b32bb35f028f166e52c82ebb469b7fedccc3b516f5ed +SIZE (citra-emu-citra-s20210306-8e3c7674d_GH0.tar.gz) = 5303324 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 From owner-svn-ports-all@freebsd.org Sun Mar 7 02:06:52 2021 Return-Path: Delivered-To: svn-ports-all@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 895FE553C38; Sun, 7 Mar 2021 02:06:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtPwr32M9z3Qqh; Sun, 7 Mar 2021 02:06:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B7256380; Sun, 7 Mar 2021 02:06:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12726qOO099329; Sun, 7 Mar 2021 02:06:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12726qmG099328; Sun, 7 Mar 2021 02:06:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103070206.12726qmG099328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 02:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567534 - in head/emulators/rpcs3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/rpcs3: . files X-SVN-Commit-Revision: 567534 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 02:06:52 -0000 Author: jbeich Date: Sun Mar 7 02:06:51 2021 New Revision: 567534 URL: https://svnweb.freebsd.org/changeset/ports/567534 Log: emulators/rpcs3: unbreak Vulkan on Intel after r562625 ioctl(I915_GEM_USERPTR) failed. Try running as root but expect poor stability. F {RSX [0x000255c]} SIG: Thread terminated due to fatal error: Assertion Failed! Vulkan API call failed with unrecoverable error: Invalid external handle (VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR) (in file rpcs3/Emu/RSX/VK/vkutils/memory.cpp:224[:79], in function memory_block_host) (errno=1) (in file rpcs3/Emu/RSX/VK/vkutils/shared.cpp:103[:4], in function die_with_error) (errno=1) Added: head/emulators/rpcs3/files/patch-userptr (contents, props changed) Modified: head/emulators/rpcs3/Makefile (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sun Mar 7 00:56:44 2021 (r567533) +++ head/emulators/rpcs3/Makefile Sun Mar 7 02:06:51 2021 (r567534) @@ -4,6 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.15-11892 # git rev-list --count HEAD DISTVERSIONSUFFIX= -g3ae7debc1 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Added: head/emulators/rpcs3/files/patch-userptr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/rpcs3/files/patch-userptr Sun Mar 7 02:06:51 2021 (r567534) @@ -0,0 +1,15 @@ +VK_EXT_external_memory_host depends on userptr, so disable on Intel until +https://github.com/FreeBSDDesktop/kms-drm/issues/197 + +--- rpcs3/Emu/RSX/VK/VKDMA.cpp.orig 2021-02-28 23:32:23 UTC ++++ rpcs3/Emu/RSX/VK/VKDMA.cpp +@@ -264,7 +264,8 @@ namespace vk + true; + #else + // Anything running on AMDGPU kernel driver will not work due to the check for fd-backed memory allocations +- const bool allow_host_buffers = (vendor != driver_vendor::AMD && vendor != driver_vendor::RADV); ++ // Intel userptr on non-Linux may not work or require root ++ const bool allow_host_buffers = (vendor != driver_vendor::AMD && vendor != driver_vendor::RADV && vendor != driver_vendor::INTEL); + #endif + if (allow_host_buffers && g_render_device->get_external_memory_host_support()) + { From owner-svn-ports-all@freebsd.org Sun Mar 7 02:07:49 2021 Return-Path: Delivered-To: svn-ports-all@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 982E0553F4C; Sun, 7 Mar 2021 02:07:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtPxx3wHTz3R0b; Sun, 7 Mar 2021 02:07:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ED4E6220; Sun, 7 Mar 2021 02:07:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12727nbN099479; Sun, 7 Mar 2021 02:07:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12727nP8099478; Sun, 7 Mar 2021 02:07:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103070207.12727nP8099478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 02:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567535 - in branches/2021Q1/emulators/rpcs3: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/emulators/rpcs3: . files X-SVN-Commit-Revision: 567535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 02:07:49 -0000 Author: jbeich Date: Sun Mar 7 02:07:48 2021 New Revision: 567535 URL: https://svnweb.freebsd.org/changeset/ports/567535 Log: MFH: r567534 emulators/rpcs3: unbreak Vulkan on Intel after r562625 ioctl(I915_GEM_USERPTR) failed. Try running as root but expect poor stability. F {RSX [0x000255c]} SIG: Thread terminated due to fatal error: Assertion Failed! Vulkan API call failed with unrecoverable error: Invalid external handle (VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR) (in file rpcs3/Emu/RSX/VK/vkutils/memory.cpp:224[:79], in function memory_block_host) (errno=1) (in file rpcs3/Emu/RSX/VK/vkutils/shared.cpp:103[:4], in function die_with_error) (errno=1) Added: branches/2021Q1/emulators/rpcs3/files/patch-userptr - copied unchanged from r567534, head/emulators/rpcs3/files/patch-userptr Modified: branches/2021Q1/emulators/rpcs3/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/rpcs3/Makefile ============================================================================== --- branches/2021Q1/emulators/rpcs3/Makefile Sun Mar 7 02:06:51 2021 (r567534) +++ branches/2021Q1/emulators/rpcs3/Makefile Sun Mar 7 02:07:48 2021 (r567535) @@ -4,6 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.15-11838 # git rev-list --count HEAD DISTVERSIONSUFFIX= -g8e4451d1a +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Copied: branches/2021Q1/emulators/rpcs3/files/patch-userptr (from r567534, head/emulators/rpcs3/files/patch-userptr) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/emulators/rpcs3/files/patch-userptr Sun Mar 7 02:07:48 2021 (r567535, copy of r567534, head/emulators/rpcs3/files/patch-userptr) @@ -0,0 +1,15 @@ +VK_EXT_external_memory_host depends on userptr, so disable on Intel until +https://github.com/FreeBSDDesktop/kms-drm/issues/197 + +--- rpcs3/Emu/RSX/VK/VKDMA.cpp.orig 2021-02-28 23:32:23 UTC ++++ rpcs3/Emu/RSX/VK/VKDMA.cpp +@@ -264,7 +264,8 @@ namespace vk + true; + #else + // Anything running on AMDGPU kernel driver will not work due to the check for fd-backed memory allocations +- const bool allow_host_buffers = (vendor != driver_vendor::AMD && vendor != driver_vendor::RADV); ++ // Intel userptr on non-Linux may not work or require root ++ const bool allow_host_buffers = (vendor != driver_vendor::AMD && vendor != driver_vendor::RADV && vendor != driver_vendor::INTEL); + #endif + if (allow_host_buffers && g_render_device->get_external_memory_host_support()) + { From owner-svn-ports-all@freebsd.org Sun Mar 7 03:43:39 2021 Return-Path: Delivered-To: svn-ports-all@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 C97AE557F2E; Sun, 7 Mar 2021 03:43:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtS4W5DHbz3nqZ; Sun, 7 Mar 2021 03:43:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A62327750; Sun, 7 Mar 2021 03:43:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1273hd1A060345; Sun, 7 Mar 2021 03:43:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1273hdUB060344; Sun, 7 Mar 2021 03:43:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070343.1273hdUB060344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 03:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567536 - head/science/qbox X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/qbox X-SVN-Commit-Revision: 567536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 03:43:39 -0000 Author: yuri Date: Sun Mar 7 03:43:39 2021 New Revision: 567536 URL: https://svnweb.freebsd.org/changeset/ports/567536 Log: science/qbox: Remove unnecessary gcc link flags because the project builds with clang Reported by: Gerald Pfeifer Modified: head/science/qbox/Makefile Modified: head/science/qbox/Makefile ============================================================================== --- head/science/qbox/Makefile Sun Mar 7 02:07:48 2021 (r567535) +++ head/science/qbox/Makefile Sun Mar 7 03:43:39 2021 (r567536) @@ -3,6 +3,7 @@ PORTNAME= qbox DISTVERSIONPREFIX= rel DISTVERSION= 1_73_1 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libblas.so:math/blas \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ - libgcc_s.so:lang/gcc${GCC_DEFAULT} \ liblapack.so:math/lapack \ libmpich.so:net/mpich \ libscalapack.so:math/scalapack \ @@ -22,15 +22,16 @@ LIB_DEPENDS= libblas.so:math/blas \ libxerces-c.so:textproc/xerces-c3 USES= compiler:c++11-lang gmake iconv:wchar_t localbase:ldflags + USE_GITHUB= yes GH_ACCOUNT= qboxcode GH_PROJECT= qbox-public -ALL_TARGET= qb WRKSRC_SUBDIR= src MAKE_ARGS= TARGET=freebsd -LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so + +ALL_TARGET= qb PLIST_FILES= bin/qb From owner-svn-ports-all@freebsd.org Sun Mar 7 04:28:08 2021 Return-Path: Delivered-To: svn-ports-all@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 D97A0558D47; Sun, 7 Mar 2021 04:28:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtT3r5k7Bz3qYB; Sun, 7 Mar 2021 04:28:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B79377E5B; Sun, 7 Mar 2021 04:28:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1274S883084863; Sun, 7 Mar 2021 04:28:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1274S8XE084860; Sun, 7 Mar 2021 04:28:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070428.1274S8XE084860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 04:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567537 - head/games/iqpuzzle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/games/iqpuzzle X-SVN-Commit-Revision: 567537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:28:08 -0000 Author: yuri Date: Sun Mar 7 04:28:07 2021 New Revision: 567537 URL: https://svnweb.freebsd.org/changeset/ports/567537 Log: games/iqpuzzle: Update 1.2.1 -> 1.2.2 Modified: head/games/iqpuzzle/Makefile head/games/iqpuzzle/distinfo head/games/iqpuzzle/pkg-plist Modified: head/games/iqpuzzle/Makefile ============================================================================== --- head/games/iqpuzzle/Makefile Sun Mar 7 03:43:39 2021 (r567536) +++ head/games/iqpuzzle/Makefile Sun Mar 7 04:28:07 2021 (r567537) @@ -2,7 +2,7 @@ PORTNAME= iqpuzzle DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org @@ -12,9 +12,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gl qmake qt:5 -USE_GITHUB= yes -GH_ACCOUNT= ElTh0r0 USE_QT= core gui widgets buildtools_build USE_GL= gl + +USE_GITHUB= yes +GH_ACCOUNT= ElTh0r0 .include Modified: head/games/iqpuzzle/distinfo ============================================================================== --- head/games/iqpuzzle/distinfo Sun Mar 7 03:43:39 2021 (r567536) +++ head/games/iqpuzzle/distinfo Sun Mar 7 04:28:07 2021 (r567537) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606794571 -SHA256 (ElTh0r0-iqpuzzle-v1.2.1_GH0.tar.gz) = 8663b2bf13964db1041c2412c2553f45f9c75887c09def577c45e76362c82e56 -SIZE (ElTh0r0-iqpuzzle-v1.2.1_GH0.tar.gz) = 626540 +TIMESTAMP = 1615089148 +SHA256 (ElTh0r0-iqpuzzle-v1.2.2_GH0.tar.gz) = 303d45d2fbb5c0d93bd826d8d1dde9364c2df246967404f83806a3b950f01584 +SIZE (ElTh0r0-iqpuzzle-v1.2.2_GH0.tar.gz) = 626744 Modified: head/games/iqpuzzle/pkg-plist ============================================================================== --- head/games/iqpuzzle/pkg-plist Sun Mar 7 03:43:39 2021 (r567536) +++ head/games/iqpuzzle/pkg-plist Sun Mar 7 04:28:07 2021 (r567537) @@ -1,7 +1,7 @@ bin/iqpuzzle man/de/man6/iqpuzzle.6.gz man/man6/iqpuzzle.6.gz -share/applications/iqpuzzle.desktop +share/applications/com.github.elth0r0.iqpuzzle.desktop share/icons/hicolor/128x128/apps/iqpuzzle.png share/icons/hicolor/16x16/apps/iqpuzzle.png share/icons/hicolor/24x24/apps/iqpuzzle.png @@ -657,6 +657,4 @@ share/icons/hicolor/scalable/apps/iqpuzzle.svg %%DATADIR%%/boards/rectangles/rectangle_039.png %%DATADIR%%/boards/rectangles/rectangle_040.conf %%DATADIR%%/boards/rectangles/rectangle_040.png -share/metainfo/iqpuzzle.appdata.xml -share/pixmaps/iqpuzzle.xpm -share/pixmaps/iqpuzzle_64x64.png +share/metainfo/com.github.elth0r0.iqpuzzle.metainfo.xml From owner-svn-ports-all@freebsd.org Sun Mar 7 04:34:28 2021 Return-Path: Delivered-To: svn-ports-all@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 4253A558D3F; Sun, 7 Mar 2021 04:34:28 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTC81Q1Kz3qs7; Sun, 7 Mar 2021 04:34:28 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615091668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kpuvvrgxhqLYt+BJahkTFinQjJXRUFWTQzv7SaQ64C8=; b=IIuXjftY/FuGaHiNaOc5FyY/zlRyU2U7EF8mCcGibgsvdEPj3pSi6ialjdGUqi/zMQ6C5W 053h2Imjo+G1tdz1yCCPlTFYqOmMds4Km2plUnQ0DbkvhuFSWYEZXRArQqrjZvORr5bChY HVGIuSuD8eExhTtsy93VWR2YhZe+geFnNT4ngkLCrVAf1+/p7UERTNrB1+ppo0EbwLUn1F sX8T3g6UrALIj93ZNmfBuCHMTeQcV70O1t1RyyeOSaYL1yznfIUOuaaDTHcjXQK4E1vY3P hXX+pTUJDDxIfbKVQyepAXUy5x/UVBHi4jb82SnQBI6eC9F4abWV40ZPQzJyUg== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 23AA015F4; Sun, 7 Mar 2021 04:34:28 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r567468 - head/databases/recutils References: <202103060826.1268QXif052087@repo.freebsd.org> Date: Sun, 07 Mar 2021 05:34:25 +0100 In-Reply-To: <202103060826.1268QXif052087@repo.freebsd.org> (Alexey Dokuchaev's message of "Sat, 6 Mar 2021 08:26:33 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615091668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kpuvvrgxhqLYt+BJahkTFinQjJXRUFWTQzv7SaQ64C8=; b=oYysoaTgT8pJm53mAZ9LRawGoM0uRy2bEJRCC+hZ77E1IVuCk1U35skiLxeM/JpNV9C37G dNpST4SOnqkEsnh8SNMJyR0HC1fGWq8HWRQ/jJxjrMAD8Qs5Gxbj8niiDyJyQpWP5VsIFH q7MsOBeU+LW8I6Tfb74w2uebCXIYJzgErgrYLlbrdrBstqx1XyU90/yYlq2l0y5gRG0IeD xRM8CREgGk+MamNfnKic817IK7uwRx5MKQonOoWpAVflJo1aMDsTshTaPtjjAQ+WAYy1n7 AsY13yJWl6nP5gEWlZMXx7G2+h2k8qqqFQrKQ42jxLH9O7T4tvW5V0H5cmvjhg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1615091668; a=rsa-sha256; cv=none; b=TcAllyY4u69rClFjqhQNg1y5oU4cRO6855hIaJR1oAQQM4LzV4AEwMPt/RaFd1xfmpA3ES 7EX/qeDny9nR4qPRISurMp4qiy1ajpgacbLfS8FpuM7VaTu6AtGCFBR6gkUhHcAW1PEg/W Ui8rbXH9juTWJz21cf44+m+kmsJGlo6sQELCDB1lU62HGWUtf7WmdY01u26uxo6MkEny+K oMiKrIXCMe6pHaX4u3Jl7veG+r340CZFUa0Lic8IU/i6tSGGk5sns3R7Jsc9oZw6SWDduK rxobpS5o0igGaIr40+rYc0zVhvyQKTIDLUnsn0Cix1CrA9Q/8QEHbP1kRKUPAg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:34:28 -0000 Alexey Dokuchaev writes: > +TEST_VARS= TEST_TARGET=check Why not TEST_TEST_TARGET=check ? https://svnweb.freebsd.org/changeset/ports/398646 From owner-svn-ports-all@freebsd.org Sun Mar 7 04:37:52 2021 Return-Path: Delivered-To: svn-ports-all@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 025F8558D54; Sun, 7 Mar 2021 04:37:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTH36LdLz3r16; Sun, 7 Mar 2021 04:37:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5F9E10675; Sun, 7 Mar 2021 04:37:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1274bpAd090754; Sun, 7 Mar 2021 04:37:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1274bpfT090753; Sun, 7 Mar 2021 04:37:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070437.1274bpfT090753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 04:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567538 - head/dns/amass X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/amass X-SVN-Commit-Revision: 567538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:37:52 -0000 Author: yuri Date: Sun Mar 7 04:37:51 2021 New Revision: 567538 URL: https://svnweb.freebsd.org/changeset/ports/567538 Log: dns/amass: Update 3.11.7 -> 3.11.8 Modified: head/dns/amass/Makefile head/dns/amass/distinfo Modified: head/dns/amass/Makefile ============================================================================== --- head/dns/amass/Makefile Sun Mar 7 04:28:07 2021 (r567537) +++ head/dns/amass/Makefile Sun Mar 7 04:37:51 2021 (r567538) @@ -2,7 +2,7 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 3.11.7 +DISTVERSION= 3.11.8 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org @@ -41,6 +41,7 @@ GH_TUPLE= \ dghubble:sling:v1.3.0:dghubble_sling/vendor/github.com/dghubble/sling \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ geziyor:geziyor:cfb16fe1ee0e:geziyor_geziyor/vendor/github.com/geziyor/geziyor \ + go-check:check:8fa46927fb4f:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.62.0:go_ini_ini/vendor/github.com/go-ini/ini \ go-kit:kit:v0.8.0:go_kit_kit/vendor/github.com/go-kit/kit \ go-sql-driver:mysql:v1.4.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ @@ -58,10 +59,11 @@ GH_TUPLE= \ golang:oauth2:08078c50e5b5:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \ - golang:sys:f84b799fce68:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ + golang:sys:b64e53b001e4:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \ golang:time:3af7569d3a1e:golang_time/vendor/golang.org/x/time \ - golang:tools:b303f430e36d:golang_tools/vendor/golang.org/x/tools \ + golang:tools:v0.1.0:golang_tools/vendor/golang.org/x/tools \ + google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:uuid:v1.1.3:google_uuid/vendor/github.com/google/uuid \ hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ @@ -70,7 +72,7 @@ GH_TUPLE= \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ knq:sysutil:15668db23d08:knq_sysutil \ - konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ + kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ layeh:gopher-json:552bb3c4c3bf:layeh_gopher_json/vendor/layeh.com/gopher-json \ lib:pq:v1.9.0:lib_pq/vendor/github.com/lib/pq \ mailru:easyjson:v0.7.0:mailru_easyjson/vendor/github.com/mailru/easyjson \ @@ -78,6 +80,7 @@ GH_TUPLE= \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.35:miekg_dns/vendor/github.com/miekg/dns \ + niemeyer:pretty:a10e7caefd8e:niemeyer_pretty/vendor/github.com/niemeyer/pretty \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.0.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ @@ -85,11 +88,11 @@ GH_TUPLE= \ prometheus:procfs:v0.0.2:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rakyll:statik:v0.1.7:rakyll_statik/vendor/github.com/rakyll/statik \ - rogpeppe:go-internal:v1.5.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ - sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ - spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \ + rogpeppe:go-internal:v1.6.2:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ + sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ temoto:robotstxt:v1.1.1:temoto_robotstxt/vendor/github.com/temoto/robotstxt \ tylertreat:BoomFilters:611b3dbe80e8:tylertreat_boomfilters/vendor/github.com/tylertreat/BoomFilters \ uber-go:ratelimit:v0.1.0:uber_go_ratelimit/vendor/go.uber.org/ratelimit \ Modified: head/dns/amass/distinfo ============================================================================== --- head/dns/amass/distinfo Sun Mar 7 04:28:07 2021 (r567537) +++ head/dns/amass/distinfo Sun Mar 7 04:37:51 2021 (r567538) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614761957 -SHA256 (OWASP-Amass-v3.11.7_GH0.tar.gz) = 1fbc5a09f1cc9799f4c6a473e4783bbeed2114bd9ed24394b2c3fa6db5e4a478 -SIZE (OWASP-Amass-v3.11.7_GH0.tar.gz) = 32528815 +TIMESTAMP = 1615091629 +SHA256 (OWASP-Amass-v3.11.8_GH0.tar.gz) = 87c3f0077dd14d5330677d0e86ee8638726b297a158a7a5b860ba9ba0e1d9779 +SIZE (OWASP-Amass-v3.11.8_GH0.tar.gz) = 32533263 SHA256 (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 49b41b2b20e73f31091222e4a6abf12762231cbad9de642d2227c16dae29b4ff SIZE (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 8005 SHA256 (PuerkitoBio-goquery-v1.6.0_GH0.tar.gz) = a004e560ec3a0feeb15b29a6360c89681cb7843aa73c0bb8d6d835d022fc30e0 @@ -49,6 +49,8 @@ SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8 SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 SHA256 (geziyor-geziyor-cfb16fe1ee0e_GH0.tar.gz) = 959f20a4a17df8509cb45c733c2256cb4bcef6668c7dae1ce15f02e84cf145f0 SIZE (geziyor-geziyor-cfb16fe1ee0e_GH0.tar.gz) = 39105 +SHA256 (go-check-check-8fa46927fb4f_GH0.tar.gz) = 7e433178d7b915d0df0eb99300cee70d5b23c543414366f03649325b44a1076c +SIZE (go-check-check-8fa46927fb4f_GH0.tar.gz) = 31611 SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314 SHA256 (go-kit-kit-v0.8.0_GH0.tar.gz) = d2f1824554ddbcda87d810d855287e4c046bcc956036f599e75fc8703c64abcb @@ -83,14 +85,16 @@ SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3e SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 -SHA256 (golang-sys-f84b799fce68_GH0.tar.gz) = 460f5326b83bac46e12e1fd6ec1fed7ddba3756cdc9c9de7ba3f3226c588fa81 -SIZE (golang-sys-f84b799fce68_GH0.tar.gz) = 1087830 -SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 -SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 +SHA256 (golang-sys-b64e53b001e4_GH0.tar.gz) = 4c32d52373df17d9c40604d76e189f274c6fd1386d4d23b9114dbb9805079796 +SIZE (golang-sys-b64e53b001e4_GH0.tar.gz) = 1103798 +SHA256 (golang-text-v0.3.4_GH0.tar.gz) = 39eabfef83413361eafd4353ee9d9821707853235f2e55f3d5b1d38ce698fe89 +SIZE (golang-text-v0.3.4_GH0.tar.gz) = 8354508 SHA256 (golang-time-3af7569d3a1e_GH0.tar.gz) = 93c79ee7ad72641dc5ebd47e6ecffa66e878e367ddbbef48208ff82a0b6fc7e0 SIZE (golang-time-3af7569d3a1e_GH0.tar.gz) = 9619 -SHA256 (golang-tools-b303f430e36d_GH0.tar.gz) = db13def2cf686fe521c2787a4573610363fb3280e2d1b5851facfc1841abac07 -SIZE (golang-tools-b303f430e36d_GH0.tar.gz) = 2551438 +SHA256 (golang-tools-v0.1.0_GH0.tar.gz) = 88f66c1a7ff0f7fce20c0808d2769baa977f56f74197c9681cd864d0977e97a2 +SIZE (golang-tools-v0.1.0_GH0.tar.gz) = 2683055 +SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b +SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 SHA256 (google-uuid-v1.1.3_GH0.tar.gz) = 8d7204aa96463f89893c87ed676821c19f1a8e55538bac9ae9a9327e754b605c @@ -107,8 +111,8 @@ SHA256 (joho-godotenv-v1.3.0_GH0.tar.gz) = 07beb0bae96 SIZE (joho-godotenv-v1.3.0_GH0.tar.gz) = 9941 SHA256 (knq-sysutil-15668db23d08_GH0.tar.gz) = 06ca09ec6374a8544d92e4d5b539ac2920873fc47628a4933a5cc76c113eacd0 SIZE (knq-sysutil-15668db23d08_GH0.tar.gz) = 2432 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe -SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 +SHA256 (kr-text-v0.2.0_GH0.tar.gz) = 59b5e4a7fd4097be87fad0edcaf342fdc971d0c8fdfb4f2d7424561471992e7c +SIZE (kr-text-v0.2.0_GH0.tar.gz) = 8699 SHA256 (layeh-gopher-json-552bb3c4c3bf_GH0.tar.gz) = cb1a1d57072ae70d078e23c3bcadd14df26702ae254391d13539a99020f1a719 SIZE (layeh-gopher-json-552bb3c4c3bf_GH0.tar.gz) = 3521 SHA256 (lib-pq-v1.9.0_GH0.tar.gz) = 9c60e717d83c717de9eae5b71497e546a4c3a384179b2f776fd86e01b8545637 @@ -123,6 +127,8 @@ SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_G SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 SHA256 (miekg-dns-v1.1.35_GH0.tar.gz) = f3094e13e492d5fc92e55da170389683ef658afc92d37c1761eeabd2f25fa1b7 SIZE (miekg-dns-v1.1.35_GH0.tar.gz) = 197766 +SHA256 (niemeyer-pretty-a10e7caefd8e_GH0.tar.gz) = 2a81e75bdd5341bd0fac76a90bb024ed2ac6c8a5d31d70cd715eef75224601e1 +SIZE (niemeyer-pretty-a10e7caefd8e_GH0.tar.gz) = 9399 SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 SHA256 (prometheus-client_golang-v1.0.0_GH0.tar.gz) = afee7b61a77342cc24ea55e284d08688267efca1843e529a51799fe52c5ee662 @@ -137,16 +143,16 @@ SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 SHA256 (rakyll-statik-v0.1.7_GH0.tar.gz) = cd05f409e63674f29cff0e496bd33eee70229985243cce486107085fab747082 SIZE (rakyll-statik-v0.1.7_GH0.tar.gz) = 178404 -SHA256 (rogpeppe-go-internal-v1.5.0_GH0.tar.gz) = a1db9f87696391f8451b2ea7c4325cf7e500c7cc24bead28f8c494dc3097ac5a -SIZE (rogpeppe-go-internal-v1.5.0_GH0.tar.gz) = 120356 -SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 -SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 -SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b -SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622 -SHA256 (spf13-cobra-v0.0.5_GH0.tar.gz) = 79226ce00e2b91306277e679d024eea6d17d0c02fc671555fd25df0c3ea07423 -SIZE (spf13-cobra-v0.0.5_GH0.tar.gz) = 111126 +SHA256 (rogpeppe-go-internal-v1.6.2_GH0.tar.gz) = f1349be3b952255489205ec377d38eec04a76ed8abc6ec8a06f550782a23b216 +SIZE (rogpeppe-go-internal-v1.6.2_GH0.tar.gz) = 123261 +SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca +SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 +SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (temoto-robotstxt-v1.1.1_GH0.tar.gz) = 11c466c2c9252ab8908eb319189cd7769144d8d039765f6419d605be061098c2 SIZE (temoto-robotstxt-v1.1.1_GH0.tar.gz) = 14170 SHA256 (tylertreat-BoomFilters-611b3dbe80e8_GH0.tar.gz) = 105bd27f5c97ec48aeb5a0e0cc4beead0c48ab62dabb69866df4909cfdef0163 From owner-svn-ports-all@freebsd.org Sun Mar 7 04:38:05 2021 Return-Path: Delivered-To: svn-ports-all@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 89A6355903B; Sun, 7 Mar 2021 04:38:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTHK3SSjz3rHZ; Sun, 7 Mar 2021 04:38:05 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615091885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pcops4qox1jsyR/NFoTWqBSLHrPmZd5mYv6VwpFNmT4=; b=TVFe1eYx2IRkSgacUFG65QVnUvS5fsaNuHkrYAE7qDFsI9jn32iuVhweHo+9soDDx0+csh +TUbaKF0NPFNfFi7MsgH01eLtjKPBMo0Z80zOPZ47bnGhEi/X6Djk7Jv36hZ3/Tk06kKs3 WkLcurOmx3EmI0t/x6G9PrFep//bOrB4egHC338oPLe2dHaaSxSAQEx5o7yVJDD+pf2RXJ M05mIlVjelZJlNH66bGth5Cewn3V8PEk3jWlHx4ovGIPM5OGT5CnOhW6Zvutxzpko2qVjg N1Oro6cBWDfuHXrrvrcz+dRyl5Q7K5JybA3tw64ev4pEcSfa0Acsbkfo7+eSVQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 655341851; Sun, 7 Mar 2021 04:38:05 +0000 (UTC) Date: Sun, 7 Mar 2021 04:38:05 +0000 From: Alexey Dokuchaev To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r567468 - head/databases/recutils Message-ID: <20210307043805.GA83459@FreeBSD.org> References: <202103060826.1268QXif052087@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615091885; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pcops4qox1jsyR/NFoTWqBSLHrPmZd5mYv6VwpFNmT4=; b=eeNu3VixW8Q4MPUrWVgE5bNoURXI/HEIvl4V83pQcnxsHIRvGcRdl+0ipbAsXA8x5vpjT/ QHrqWqyW6/Y72hBnDItgvS/Gnx+fx8W2SJvfNZu8dVEyhenzsWdRG/1XRBQU90Vz3JonmH QkN9lDRfxnbg6OosXfm0OR8ymhXu4f1+VLZnTJeb5cIR7b0c0tbyfBUl6tKJeDKRCoVIrf HOyc80oCaWlOfdcalHhCj0A2Oy40ADKXuFsrtWT1xUi+KyPibbm/D79lfGjuxkeSW1mQQe uO/gMZNP9xJDu5mCWqw3pVtS6nAKQ6yqTtT33tXyXbmZUHs1vqu97ydLr0z/mw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1615091885; a=rsa-sha256; cv=none; b=IDAvn/o7plSDTCePdQwmrYvk+L+nefYpKxcE3H7o1nQeFuXsODddFYUJ6mTsLAPw9RXJns QcSBBU7nB4fVKBlEzEkiIFcfoXO63UyTdA/Seos7MXuK1MnsZGKEbJlhtAH4lVFocP0Ke8 Xm+OWvivcfNkTUZQJCIA0l7dguet20PFnCYZjSoghvQp4Cdenf5ToZ4Qb1OmPcRKFhFnZy tIwAtRwfmaZ1VDgvuRSAyYMHrt6whyNF7jW8vQWjNsPbZ9gnOOTFGbiFkZooTSLqYYeQR/ paBNdPO7KYwGr6gSvitUSbbwIi1kRdG318Gz1Tmp2crfCITY2MWzhR/OBls4WA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:38:05 -0000 On Sun, Mar 07, 2021 at 05:34:25AM +0100, Jan Beich wrote: > Alexey Dokuchaev writes: > > > +TEST_VARS= TEST_TARGET=check > > Why not TEST_TEST_TARGET=check ? > > https://svnweb.freebsd.org/changeset/ports/398646 Because I'm an idiot, I guess. :( ./.danfe From owner-svn-ports-all@freebsd.org Sun Mar 7 04:51:24 2021 Return-Path: Delivered-To: svn-ports-all@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 C470D559609; Sun, 7 Mar 2021 04:51:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTZh4jRYz3rVF; Sun, 7 Mar 2021 04:51:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9472210A02; Sun, 7 Mar 2021 04:51:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1274pOEm099321; Sun, 7 Mar 2021 04:51:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1274pOn0099320; Sun, 7 Mar 2021 04:51:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070451.1274pOn0099320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 04:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567539 - head/graphics/py-djvulibre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-djvulibre X-SVN-Commit-Revision: 567539 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:51:24 -0000 Author: yuri Date: Sun Mar 7 04:51:23 2021 New Revision: 567539 URL: https://svnweb.freebsd.org/changeset/ports/567539 Log: graphics/py-djvulibre: Update 0.8.5 -> 0.8.6 Modified: head/graphics/py-djvulibre/Makefile head/graphics/py-djvulibre/distinfo Modified: head/graphics/py-djvulibre/Makefile ============================================================================== --- head/graphics/py-djvulibre/Makefile Sun Mar 7 04:37:51 2021 (r567538) +++ head/graphics/py-djvulibre/Makefile Sun Mar 7 04:51:23 2021 (r567539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-djvulibre -DISTVERSION= 0.8.5 +DISTVERSION= 0.8.6 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre USES= python:3.6+ pkgconfig -USE_PYTHON= autoplist distutils cython +USE_PYTHON= distutils cython autoplist post-patch: @${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so .include Modified: head/graphics/py-djvulibre/distinfo ============================================================================== --- head/graphics/py-djvulibre/distinfo Sun Mar 7 04:37:51 2021 (r567538) +++ head/graphics/py-djvulibre/distinfo Sun Mar 7 04:51:23 2021 (r567539) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570511220 -SHA256 (python-djvulibre-0.8.5.tar.gz) = 8ec85cbb86fa09c02478f0d58cd69cca3a789e2e786851362ba20879dedd14b0 -SIZE (python-djvulibre-0.8.5.tar.gz) = 87317 +TIMESTAMP = 1615091972 +SHA256 (python-djvulibre-0.8.6.tar.gz) = 3b2eb9aca99a5168d84ddca5dac7886134719cc846604bcff880d224f0ad3a21 +SIZE (python-djvulibre-0.8.6.tar.gz) = 88014 From owner-svn-ports-all@freebsd.org Sun Mar 7 04:52:04 2021 Return-Path: Delivered-To: svn-ports-all@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 7CA3255933F; Sun, 7 Mar 2021 04:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTbS36rVz3rbt; Sun, 7 Mar 2021 04:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E9BF104F6; Sun, 7 Mar 2021 04:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1274q4g6000523; Sun, 7 Mar 2021 04:52:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1274q4c4000522; Sun, 7 Mar 2021 04:52:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070452.1274q4c4000522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 04:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567540 - head/graphics/py-djvulibre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-djvulibre X-SVN-Commit-Revision: 567540 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:52:04 -0000 Author: yuri Date: Sun Mar 7 04:52:03 2021 New Revision: 567540 URL: https://svnweb.freebsd.org/changeset/ports/567540 Log: graphics/py-djvulibre: Remve unnecessary patching instruction Modified: head/graphics/py-djvulibre/Makefile Modified: head/graphics/py-djvulibre/Makefile ============================================================================== --- head/graphics/py-djvulibre/Makefile Sun Mar 7 04:51:23 2021 (r567539) +++ head/graphics/py-djvulibre/Makefile Sun Mar 7 04:52:03 2021 (r567540) @@ -17,9 +17,6 @@ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre USES= python:3.6+ pkgconfig USE_PYTHON= distutils cython autoplist -post-patch: - @${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py - post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so From owner-svn-ports-all@freebsd.org Sun Mar 7 04:59:05 2021 Return-Path: Delivered-To: svn-ports-all@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 B6348559271; Sun, 7 Mar 2021 04:59:05 +0000 (UTC) (envelope-from truckman@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 4DtTlY4Z0wz3sCB; Sun, 7 Mar 2021 04:59:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B713104FB; Sun, 7 Mar 2021 04:59:05 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1274x5sB003439; Sun, 7 Mar 2021 04:59:05 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1274x5Jl003437; Sun, 7 Mar 2021 04:59:05 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <202103070459.1274x5Jl003437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sun, 7 Mar 2021 04:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567541 - head/dns/dnsdbq X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/dns/dnsdbq X-SVN-Commit-Revision: 567541 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 04:59:05 -0000 Author: truckman Date: Sun Mar 7 04:59:04 2021 New Revision: 567541 URL: https://svnweb.freebsd.org/changeset/ports/567541 Log: Update dns/dnsdbq to version 2.5.2: * fix assertion failure, ignore non-alnum chars for sorting * fix minor memory leaks Sponsored by: Farsight Security, Inc. Modified: head/dns/dnsdbq/Makefile head/dns/dnsdbq/distinfo Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Sun Mar 7 04:52:03 2021 (r567540) +++ head/dns/dnsdbq/Makefile Sun Mar 7 04:59:04 2021 (r567541) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsdbq -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 DISTVERSIONPREFIX= v CATEGORIES= dns Modified: head/dns/dnsdbq/distinfo ============================================================================== --- head/dns/dnsdbq/distinfo Sun Mar 7 04:52:03 2021 (r567540) +++ head/dns/dnsdbq/distinfo Sun Mar 7 04:59:04 2021 (r567541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614967635 -SHA256 (dnsdb-dnsdbq-v2.5.1_GH0.tar.gz) = a5abb6938d23e84dc7f5085feee2dca6fed0a3cd67afa019cd47dd972e787018 -SIZE (dnsdb-dnsdbq-v2.5.1_GH0.tar.gz) = 53238 +TIMESTAMP = 1615091604 +SHA256 (dnsdb-dnsdbq-v2.5.2_GH0.tar.gz) = 8537bea6ff3d535d441aee834563e55e283e751da7141d0d1bf07494e1c01075 +SIZE (dnsdb-dnsdbq-v2.5.2_GH0.tar.gz) = 53430 From owner-svn-ports-all@freebsd.org Sun Mar 7 05:05:51 2021 Return-Path: Delivered-To: svn-ports-all@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 35CA65596CE; Sun, 7 Mar 2021 05:05:51 +0000 (UTC) (envelope-from danfe@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 4DtTvM10crz3sXd; Sun, 7 Mar 2021 05:05:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 155C4109D7; Sun, 7 Mar 2021 05:05:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12755oPu009372; Sun, 7 Mar 2021 05:05:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12755oFE009371; Sun, 7 Mar 2021 05:05:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103070505.12755oFE009371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 7 Mar 2021 05:05:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567542 - in head: databases/recutils textproc/scew X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: databases/recutils textproc/scew X-SVN-Commit-Revision: 567542 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 05:05:51 -0000 Author: danfe Date: Sun Mar 7 05:05:50 2021 New Revision: 567542 URL: https://svnweb.freebsd.org/changeset/ports/567542 Log: Convert to option helpers. Modified: head/databases/recutils/Makefile head/textproc/scew/Makefile Modified: head/databases/recutils/Makefile ============================================================================== --- head/databases/recutils/Makefile Sun Mar 7 04:59:04 2021 (r567541) +++ head/databases/recutils/Makefile Sun Mar 7 05:05:50 2021 (r567542) @@ -48,7 +48,7 @@ NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls TEST_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/check -TEST_VARS= TEST_TARGET=check +TEST_TEST_TARGET= check post-patch: @${REINPLACE_CMD} -e 's,mdb_init,mdb_get_version,' \ Modified: head/textproc/scew/Makefile ============================================================================== --- head/textproc/scew/Makefile Sun Mar 7 04:59:04 2021 (r567541) +++ head/textproc/scew/Makefile Sun Mar 7 05:05:50 2021 (r567542) @@ -24,7 +24,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= TEST TEST_LIB_DEPENDS= libcheck.so:devel/check -TEST_VARS= TEST_TARGET=check TEST_WRKSRC=${WRKSRC}/tests +TEST_TEST_TARGET= check +TEST_WRKSRC= ${WRKSRC}/tests post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_print/scew_print ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-all@freebsd.org Sun Mar 7 05:09:51 2021 Return-Path: Delivered-To: svn-ports-all@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 A8986559741; Sun, 7 Mar 2021 05:09:51 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtTzz4N3Kz3sNX; Sun, 7 Mar 2021 05:09:51 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615093791; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NW4Nu4BtgT5fh1mZXqCd6Ud+N9O0lKIeyeX5hiXa6Pk=; b=bxXFo2t+vqjMHzI4ja/OdjOBqoQgWFwGwU8gYeYSn6glrsKsXzLnRvuXs+9EhxZ8bNOYNn e5naGC+cmuQ24B55Glgna/HK9jRIG3c0ikKxDts2sm/ieif5ILZJMBEpwZ1qHKF3xogJ7Z 0w4L67rxvndHJmL+UiNpDGyyuInVIIZiHn+K79omeu4mI3Xmkj7Y3hsh7auJoHm8qEsjGL tc1lA/m9/iLDPWQ8K2b2eUTeBCynd0JXNnWshqTLzXM0x9KKuMvqb57KTAKjAkfFV8PfyG +AuKZbtrdmxSP3+Y7NIiXhehaluUKu6rCMQNOyBXMf5g6oEk3TF0ltl1VTqgrQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7D4481CF9; Sun, 7 Mar 2021 05:09:51 +0000 (UTC) Date: Sun, 7 Mar 2021 05:09:51 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r567542 - in head: databases/recutils textproc/scew Message-ID: <20210307050951.GA15897@FreeBSD.org> References: <202103070505.12755oFE009371@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202103070505.12755oFE009371@repo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615093791; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NW4Nu4BtgT5fh1mZXqCd6Ud+N9O0lKIeyeX5hiXa6Pk=; b=uwKON06t4hP6LwmpNtiRV6mzJYL3u+eUtqe+V/9kPBOXjXdkAIid7inDOUpXq7ANz3n+Q4 SL5mcppuAeXVR8bBqlio7GFNqCgmRSSNwCLtYkIGHjZ61Go7LUFc57L0QcktrKndvp6WvJ Ikbi3suqYfsjTQOM0GH/j/yaN3x2XJgdWmz2xLNj2RoIBx1SvvPNqTR3qzHxPyZGTsGnwQ hhDz6y8EPGcuXh4OiZE7WeFLvHoLrKLGtEQHHlMbhIepbqu0ggM7EqH8UgRPY8E+LhvMlP crsAZ7Tjd/f8ibX4duHTBIdsaAyrmnFuYcRXyXeVWT+os41X7QsN+JPB6GyC7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1615093791; a=rsa-sha256; cv=none; b=OIBnLZ1mIolhrrWQoJT4d5Fto7MX7sMI4xp+jPms8uf6Jfrc0FzU8l7RI9RAW6W+cohbWN z38jWUfazpjJDyqZVHiQrnTPTC9PxebPJ4wFqN7BMaHwLLMkZ9eY5oc8rWLSOV0qI7p0bv 7aNEMUp14+5Bqhayyo4x4heNMjXKyjojWAykJlOHhF2GQtIBDTGuOJgr51Eqg5dbCS3VLM zsTBFqMUjZnL1PqFDA91A9b/3EaypHDlM2PkcFTA8+lh4PCt6g04vBLlrwkxQRV8uwawvY tIwC+Uu5JRTvZXE5gxLwN6LkDiL02nnzC0dAudbkY0y/lk1DSLLR+HTluHI3AQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 05:09:51 -0000 On Sun, Mar 07, 2021 at 05:05:50AM +0000, Alexey Dokuchaev wrote: > New Revision: 567542 > URL: https://svnweb.freebsd.org/changeset/ports/567542 > > Log: > Convert to option helpers. Should've said, use more appropriate option helpers, sorry. ./danfe From owner-svn-ports-all@freebsd.org Sun Mar 7 05:34:06 2021 Return-Path: Delivered-To: svn-ports-all@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 96FC555A016; Sun, 7 Mar 2021 05:34:06 +0000 (UTC) (envelope-from ashish@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 4DtVWy3kfqz3tbs; Sun, 7 Mar 2021 05:34:06 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7316E10FB6; Sun, 7 Mar 2021 05:34:06 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1275Y6o4027758; Sun, 7 Mar 2021 05:34:06 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1275Y6sD027757; Sun, 7 Mar 2021 05:34:06 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202103070534.1275Y6sD027757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Mar 2021 05:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567543 - head/textproc/ugrep X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/textproc/ugrep X-SVN-Commit-Revision: 567543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 05:34:06 -0000 Author: ashish Date: Sun Mar 7 05:34:05 2021 New Revision: 567543 URL: https://svnweb.freebsd.org/changeset/ports/567543 Log: - Update to 3.1.9 Reported by: portscout Modified: head/textproc/ugrep/Makefile head/textproc/ugrep/distinfo Modified: head/textproc/ugrep/Makefile ============================================================================== --- head/textproc/ugrep/Makefile Sun Mar 7 05:05:50 2021 (r567542) +++ head/textproc/ugrep/Makefile Sun Mar 7 05:34:05 2021 (r567543) @@ -2,7 +2,7 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 3.1.7 +DISTVERSION= 3.1.9 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org Modified: head/textproc/ugrep/distinfo ============================================================================== --- head/textproc/ugrep/distinfo Sun Mar 7 05:05:50 2021 (r567542) +++ head/textproc/ugrep/distinfo Sun Mar 7 05:34:05 2021 (r567543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612539113 -SHA256 (Genivia-ugrep-v3.1.7_GH0.tar.gz) = 1b9fed98ea97992c98c9ca0d409da0c1f89bf54fd410ddbfdee1c57e01d4a85a -SIZE (Genivia-ugrep-v3.1.7_GH0.tar.gz) = 4057418 +TIMESTAMP = 1615094996 +SHA256 (Genivia-ugrep-v3.1.9_GH0.tar.gz) = c2a94fbacf8cf0f7d35e73fabbe4a6afc20feff8c340c9ced7a22343a8d7a569 +SIZE (Genivia-ugrep-v3.1.9_GH0.tar.gz) = 4058381 From owner-svn-ports-all@freebsd.org Sun Mar 7 05:39:19 2021 Return-Path: Delivered-To: svn-ports-all@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 8F6EC55A0B7; Sun, 7 Mar 2021 05:39:19 +0000 (UTC) (envelope-from ashish@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 4DtVdz3XfSz3tcb; Sun, 7 Mar 2021 05:39:19 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6813810FB7; Sun, 7 Mar 2021 05:39:19 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1275dJ5C028073; Sun, 7 Mar 2021 05:39:19 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1275dIKH028069; Sun, 7 Mar 2021 05:39:18 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202103070539.1275dIKH028069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Mar 2021 05:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567544 - in head/deskutils/dstask: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/deskutils/dstask: . files X-SVN-Commit-Revision: 567544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 05:39:19 -0000 Author: ashish Date: Sun Mar 7 05:39:18 2021 New Revision: 567544 URL: https://svnweb.freebsd.org/changeset/ports/567544 Log: - Update to 0.24.1 - Add a patch to workaround modules.txt inconsistency - Switch to pkg-plist file Reported by: portscout Added: head/deskutils/dstask/files/ head/deskutils/dstask/files/patch-vendor_modules.txt (contents, props changed) head/deskutils/dstask/pkg-plist (contents, props changed) Modified: head/deskutils/dstask/Makefile head/deskutils/dstask/distinfo Modified: head/deskutils/dstask/Makefile ============================================================================== --- head/deskutils/dstask/Makefile Sun Mar 7 05:34:05 2021 (r567543) +++ head/deskutils/dstask/Makefile Sun Mar 7 05:39:18 2021 (r567544) @@ -2,13 +2,9 @@ PORTNAME= dstask DISTVERSIONPREFIX= v -DISTVERSION= 0.23.2 +DISTVERSION= 0.24.1 CATEGORIES= deskutils -# Temporary patch to fix a build issue in released version -PATCHFILES= 947deb069256bcec020756ce052ccc718e68cfb5.diff:-p1 -PATCH_SITES= https://github.com/naggie/dstask/commit/ - MAINTAINER= ashish@FreeBSD.org COMMENT= Single binary terminal-based TODO manager with git-based sync @@ -18,21 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules -GO_TARGET= cmd/dstask/main.go +GO_TARGET= ./cmd/dstask ./cmd/dstask-import USE_GITHUB= yes GH_ACCOUNT= naggie -PLIST_FILES= bin/${PORTNAME} \ - ${DOCSDIR_REL}/README.md \ - etc/bash_completion.d/${PORTNAME}.sh \ - share/zsh/site-functions/_${PORTNAME} - post-install: - @${MV} ${STAGEDIR}${PREFIX}/bin/${GO_TARGET:T} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}-zsh-completions.sh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} Modified: head/deskutils/dstask/distinfo ============================================================================== --- head/deskutils/dstask/distinfo Sun Mar 7 05:34:05 2021 (r567543) +++ head/deskutils/dstask/distinfo Sun Mar 7 05:39:18 2021 (r567544) @@ -1,5 +1,3 @@ -TIMESTAMP = 1605977365 -SHA256 (naggie-dstask-v0.23.2_GH0.tar.gz) = 30665d3f0f1e268af6eff681e331557f56273bf6ac7491b489c50725b55ef293 -SIZE (naggie-dstask-v0.23.2_GH0.tar.gz) = 2537726 -SHA256 (947deb069256bcec020756ce052ccc718e68cfb5.diff) = 74583b543ff10465c85258e3235a918ac2de387d06b2c5cbbc6bd5a2d219d8b1 -SIZE (947deb069256bcec020756ce052ccc718e68cfb5.diff) = 463671 +TIMESTAMP = 1615092691 +SHA256 (naggie-dstask-v0.24.1_GH0.tar.gz) = 35d46ade97f7b68e2bfb719b8bdb0db65e4b66b97e368849ecdecab1d58ef3d0 +SIZE (naggie-dstask-v0.24.1_GH0.tar.gz) = 3288912 Added: head/deskutils/dstask/files/patch-vendor_modules.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/dstask/files/patch-vendor_modules.txt Sun Mar 7 05:39:18 2021 (r567544) @@ -0,0 +1,11 @@ +--- vendor/modules.txt.orig 2021-03-07 04:55:30 UTC ++++ vendor/modules.txt +@@ -36,7 +36,7 @@ golang.org/x/net/context/ctxhttp + # golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 + golang.org/x/oauth2 + golang.org/x/oauth2/internal +-# golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7 ++# golang.org/x/sys@v0.0.0-20210119212857-b64e53b001e4 + golang.org/x/sys/internal/unsafeheader + golang.org/x/sys/unix + golang.org/x/sys/windows Added: head/deskutils/dstask/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/dstask/pkg-plist Sun Mar 7 05:39:18 2021 (r567544) @@ -0,0 +1,7 @@ +bin/dstask +bin/dstask-import +etc/bash_completion.d/dstask.sh +%%DOCSDIR%%/README.md +%%DOCSDIR%%/dstask-import.md +%%DOCSDIR%%/taskwarrior-migration.md +share/zsh/site-functions/_dstask From owner-svn-ports-all@freebsd.org Sun Mar 7 05:43:45 2021 Return-Path: Delivered-To: svn-ports-all@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 92E2F55A294; Sun, 7 Mar 2021 05:43:45 +0000 (UTC) (envelope-from ashish@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 4DtVl53lP9z3v7x; Sun, 7 Mar 2021 05:43:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 737A510FD7; Sun, 7 Mar 2021 05:43:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1275hjIR033784; Sun, 7 Mar 2021 05:43:45 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1275hjvx033782; Sun, 7 Mar 2021 05:43:45 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202103070543.1275hjvx033782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Mar 2021 05:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567545 - head/devel/bit X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/devel/bit X-SVN-Commit-Revision: 567545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 05:43:45 -0000 Author: ashish Date: Sun Mar 7 05:43:44 2021 New Revision: 567545 URL: https://svnweb.freebsd.org/changeset/ports/567545 Log: - Update to 1.0.3 Reported by: portscout Modified: head/devel/bit/Makefile head/devel/bit/distinfo Modified: head/devel/bit/Makefile ============================================================================== --- head/devel/bit/Makefile Sun Mar 7 05:39:18 2021 (r567544) +++ head/devel/bit/Makefile Sun Mar 7 05:43:44 2021 (r567545) @@ -2,7 +2,7 @@ PORTNAME= bit DISTVERSIONPREFIX= v -DISTVERSION= 0.9.12 +DISTVERSION= 1.0.3 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org @@ -20,6 +20,7 @@ GH_TUPLE= \ bradfitz:iter:e8f45d346db8:bradfitz_iter/vendor/github.com/bradfitz/iter \ c-bata:go-prompt:v0.2.5:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \ c4milo:unpackit:4ed373e9ef1c:c4milo_unpackit/vendor/github.com/c4milo/unpackit \ + chriswalz:complete:v3.0.13:chriswalz_complete_v3/vendor/github.com/chriswalz/complete/v3 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ go-yaml:yaml:a5ece683394c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ @@ -29,6 +30,7 @@ GH_TUPLE= \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-github:v32.1.0:google_go_github_v32/vendor/github.com/google/go-github/v32 \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ + google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \ gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ @@ -39,6 +41,7 @@ GH_TUPLE= \ klauspost:compress:v1.4.1:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.0:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ + lithammer:fuzzysearch:v1.1.1:lithammer_fuzzysearch/vendor/github.com/lithammer/fuzzysearch \ mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ @@ -47,17 +50,16 @@ GH_TUPLE= \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:term:v1.1.0:pkg_term/vendor/github.com/pkg/term \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - posener:complete:v2.0.1-alpha.13:posener_complete_v2/vendor/github.com/posener/complete/v2 \ posener:script:v1.1.5:posener_script/vendor/github.com/posener/script \ rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \ spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ + stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ thoas:go-funk:v0.7.0:thoas_go_funk/vendor/github.com/thoas/go-funk \ tj:go-update:v2.2.4:tj_go_update/vendor/github.com/tj/go-update \ ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz -GO_TARGET= bit +GO_TARGET= . PLIST_FILES= bin/bit SUB_FILES= pkg-message Modified: head/devel/bit/distinfo ============================================================================== --- head/devel/bit/distinfo Sun Mar 7 05:39:18 2021 (r567544) +++ head/devel/bit/distinfo Sun Mar 7 05:43:44 2021 (r567545) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612538943 -SHA256 (chriswalz-bit-v0.9.12_GH0.tar.gz) = bdc0786baf65f724b8a75930aed0ea60da82e56b5a8e0ff11edc8c95ff6beb52 -SIZE (chriswalz-bit-v0.9.12_GH0.tar.gz) = 97863 +TIMESTAMP = 1615094069 +SHA256 (chriswalz-bit-v1.0.3_GH0.tar.gz) = 4557779eea05183e3e2efed3233db56ec2fa27bc82002134a83f0ba1dcfef374 +SIZE (chriswalz-bit-v1.0.3_GH0.tar.gz) = 157296 SHA256 (AlecAivazis-survey-v2.2.2_GH0.tar.gz) = 1ac966e99130f893cc7519ab3b1c1942b1c823f263824b12baabf42515abf3ce SIZE (AlecAivazis-survey-v2.2.2_GH0.tar.gz) = 1566337 SHA256 (apex-log-v1.9.0_GH0.tar.gz) = 6171253fb8b022d5151a5b4b9847bcd6f2cdc2fd7180a741090626d73d311890 @@ -11,6 +11,8 @@ SHA256 (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 6e408e73 SIZE (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 44208 SHA256 (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = e71de01ca3d954245b24ea5dcdc60705ce55d3991a400c656ca3d4b30b06de98 SIZE (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = 4211999 +SHA256 (chriswalz-complete-v3.0.13_GH0.tar.gz) = 0abd8539193a65d50646f7523843c8dfdfcbade270ac4392b6965be58efa7b44 +SIZE (chriswalz-complete-v3.0.13_GH0.tar.gz) = 87967 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (dsnet-compress-v0.0.1_GH0.tar.gz) = 345332d6a147f052cf4a34edb5187b323f06f012f842bb49fd05ec55f5339c5b @@ -29,6 +31,8 @@ SHA256 (google-go-github-v32.1.0_GH0.tar.gz) = 2f9eb92 SIZE (google-go-github-v32.1.0_GH0.tar.gz) = 336951 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 +SHA256 (google-shlex-e7afc7fbc510_GH0.tar.gz) = 87f77e98720add261add169e386cbdcc894e2635dca299bc4119dc417ea321ca +SIZE (google-shlex-e7afc7fbc510_GH0.tar.gz) = 7342 SHA256 (gosuri-uilive-v0.0.4_GH0.tar.gz) = d6d60529725b8fe0a75d30361961257f2dc0c99ae567256fb6d9e45bf5243036 SIZE (gosuri-uilive-v0.0.4_GH0.tar.gz) = 153271 SHA256 (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 02c75ecc3f948d33beb2a484deb9566a00fccbdfc55ed52ae3bc6e84af669c3d @@ -49,6 +53,8 @@ SHA256 (klauspost-cpuid-v1.2.0_GH0.tar.gz) = aa29ebcf1 SIZE (klauspost-cpuid-v1.2.0_GH0.tar.gz) = 278872 SHA256 (klauspost-pgzip-v1.2.5_GH0.tar.gz) = a64bad5981a232f6b5a40e488708b19a0551e83465f6792b7925f90829d7a830 SIZE (klauspost-pgzip-v1.2.5_GH0.tar.gz) = 125923 +SHA256 (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 4d48672afa0700558c6f6a01055db2d44ca8e9114a4b6d752bab9e28a17599e2 +SIZE (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 6998 SHA256 (mattn-go-colorable-v0.1.7_GH0.tar.gz) = e394441b47cb26bb0c60ffdf2c60d57facbbc39f7a60763fdb1ec752cb460abf SIZE (mattn-go-colorable-v0.1.7_GH0.tar.gz) = 9560 SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c @@ -65,8 +71,6 @@ SHA256 (pkg-term-v1.1.0_GH0.tar.gz) = dc7e94b88b5d4942 SIZE (pkg-term-v1.1.0_GH0.tar.gz) = 10923 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (posener-complete-v2.0.1-alpha.13_GH0.tar.gz) = 2dd689a0ff3bf2ac228db9ddd13e71361f39c284179b7894b6f91136743f7ca7 -SIZE (posener-complete-v2.0.1-alpha.13_GH0.tar.gz) = 28098 SHA256 (posener-script-v1.1.5_GH0.tar.gz) = 37aa5cc92a60219b60bafdf3bc7ebe0cbab692c977134f40c00ca18d9a45223f SIZE (posener-script-v1.1.5_GH0.tar.gz) = 17104 SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f @@ -75,8 +79,8 @@ SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54 SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f -SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 +SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 +SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (thoas-go-funk-v0.7.0_GH0.tar.gz) = ff782d73cf43e914a7a7e722849833819d8216fff302a56b518ab75c8d17d02b SIZE (thoas-go-funk-v0.7.0_GH0.tar.gz) = 36511 SHA256 (tj-go-update-v2.2.4_GH0.tar.gz) = ef3fbcadc316f9ea66c179c5ca6ef323ee01be63c38a3b66786b0b449a9d7eb4 From owner-svn-ports-all@freebsd.org Sun Mar 7 06:02:46 2021 Return-Path: Delivered-To: svn-ports-all@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 B511455A5C2; Sun, 7 Mar 2021 06:02:46 +0000 (UTC) (envelope-from danfe@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 4DtW924pTVz3vVr; Sun, 7 Mar 2021 06:02:46 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97E1B1136F; Sun, 7 Mar 2021 06:02:46 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12762k12045600; Sun, 7 Mar 2021 06:02:46 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12762jCo045595; Sun, 7 Mar 2021 06:02:45 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103070602.12762jCo045595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 7 Mar 2021 06:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567546 - in head/textproc: . addts X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/textproc: . addts X-SVN-Commit-Revision: 567546 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 06:02:46 -0000 Author: danfe Date: Sun Mar 7 06:02:45 2021 New Revision: 567546 URL: https://svnweb.freebsd.org/changeset/ports/567546 Log: A small filter that prints its input prefixing each line with current timestamp. Typical usage is for Apache forensic logs. Requested by: maintainer Added: head/textproc/addts/ head/textproc/addts/Makefile (contents, props changed) head/textproc/addts/distinfo (contents, props changed) head/textproc/addts/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 05:43:44 2021 (r567545) +++ head/textproc/Makefile Sun Mar 7 06:02:45 2021 (r567546) @@ -36,6 +36,7 @@ SUBDIR += UCD SUBDIR += adabrowse SUBDIR += add-css-links + SUBDIR += addts SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep Added: head/textproc/addts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/addts/Makefile Sun Mar 7 06:02:45 2021 (r567546) @@ -0,0 +1,28 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= addts +PORTVERSION= 1.0 +CATEGORIES= textproc +MASTER_SITES= http://download.gnu.org.ua/release/addts/ \ + ftp://download.gnu.org.ua/release/addts/ + +MAINTAINER= zeus@gnu.org.ua +COMMENT= Prepend current timestamp to every line of input text + +LICENSE= GPLv3+ + +ALL_TARGET= ${PORTNAME} +PLIST_FILES= bin/addts share/man/man1/addts.1.gz +PORTDOCS= NEWS README + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e '/tv_usec/s,%06,&l,' ${WRKSRC}/addts.c + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/textproc/addts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/addts/distinfo Sun Mar 7 06:02:45 2021 (r567546) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564577318 +SHA256 (addts-1.0.tar.gz) = 894a6670ec42d49a409835aea9e33c0947f26725270b461b81a60dd52273e64b +SIZE (addts-1.0.tar.gz) = 4431 Added: head/textproc/addts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/addts/pkg-descr Sun Mar 7 06:02:45 2021 (r567546) @@ -0,0 +1,6 @@ +A small filter that prints its input prefixing each line with the current +timestamp. Typical usage is for Apache forensic log: + + ForensicLog "|/usr/bin/addts -a /var/log/httpd/forensic.log" + +WWW: https://puszcza.gnu.org.ua/projects/addts/ From owner-svn-ports-all@freebsd.org Sun Mar 7 06:03:06 2021 Return-Path: Delivered-To: svn-ports-all@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 3FECB55A93C; Sun, 7 Mar 2021 06:03:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtW9Q1Q0tz3vvk; Sun, 7 Mar 2021 06:03:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 235A61162B; Sun, 7 Mar 2021 06:03:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127636JE045717; Sun, 7 Mar 2021 06:03:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1276358l045716; Sun, 7 Mar 2021 06:03:05 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070603.1276358l045716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 06:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567547 - head/databases/sqlitestudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlitestudio X-SVN-Commit-Revision: 567547 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 06:03:06 -0000 Author: yuri Date: Sun Mar 7 06:03:05 2021 New Revision: 567547 URL: https://svnweb.freebsd.org/changeset/ports/567547 Log: databases/sqlitestudio: Update 3.3.0 -> 3.3.1 Modified: head/databases/sqlitestudio/Makefile head/databases/sqlitestudio/distinfo Modified: head/databases/sqlitestudio/Makefile ============================================================================== --- head/databases/sqlitestudio/Makefile Sun Mar 7 06:02:45 2021 (r567546) +++ head/databases/sqlitestudio/Makefile Sun Mar 7 06:03:05 2021 (r567547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlitestudio -DISTVERSION= 3.3.0 +DISTVERSION= 3.3.1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org Modified: head/databases/sqlitestudio/distinfo ============================================================================== --- head/databases/sqlitestudio/distinfo Sun Mar 7 06:02:45 2021 (r567546) +++ head/databases/sqlitestudio/distinfo Sun Mar 7 06:03:05 2021 (r567547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613982647 -SHA256 (pawelsalawa-sqlitestudio-3.3.0_GH0.tar.gz) = 87bf5e17bb462a8817de34e7078bd6efad6822472b576231c36442f5c2fe3c9a -SIZE (pawelsalawa-sqlitestudio-3.3.0_GH0.tar.gz) = 10934753 +TIMESTAMP = 1615092767 +SHA256 (pawelsalawa-sqlitestudio-3.3.1_GH0.tar.gz) = 00f6c929543f966e11164451d438d235bafab63ebde12894c5ec66fe024b67c9 +SIZE (pawelsalawa-sqlitestudio-3.3.1_GH0.tar.gz) = 10935598 From owner-svn-ports-all@freebsd.org Sun Mar 7 06:19:31 2021 Return-Path: Delivered-To: svn-ports-all@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 7FF8155AC4E; Sun, 7 Mar 2021 06:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtWXM2wrkz3w9s; Sun, 7 Mar 2021 06:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48A3011898; Sun, 7 Mar 2021 06:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1276JVam052322; Sun, 7 Mar 2021 06:19:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1276JURt052321; Sun, 7 Mar 2021 06:19:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103070619.1276JURt052321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 06:19:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567548 - head/editors/o X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/editors/o X-SVN-Commit-Revision: 567548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 06:19:31 -0000 Author: yuri Date: Sun Mar 7 06:19:30 2021 New Revision: 567548 URL: https://svnweb.freebsd.org/changeset/ports/567548 Log: editors/o: Update 2.35.0 -> 2.35.1 Modified: head/editors/o/Makefile head/editors/o/distinfo Modified: head/editors/o/Makefile ============================================================================== --- head/editors/o/Makefile Sun Mar 7 06:03:05 2021 (r567547) +++ head/editors/o/Makefile Sun Mar 7 06:19:30 2021 (r567548) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= o -DISTVERSION= 2.35.0 +DISTVERSION= 2.35.1 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= xyproto GH_TUPLE= \ atotto:clipboard:v0.1.2:atotto_clipboard/vendor/github.com/atotto/clipboard \ - golang:sys:16f7687f5001:golang_sys/vendor/golang.org/x/sys \ + golang:sys:489259a85091:golang_sys/vendor/golang.org/x/sys \ jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ Modified: head/editors/o/distinfo ============================================================================== --- head/editors/o/distinfo Sun Mar 7 06:03:05 2021 (r567547) +++ head/editors/o/distinfo Sun Mar 7 06:19:30 2021 (r567548) @@ -1,10 +1,10 @@ -TIMESTAMP = 1610307346 -SHA256 (xyproto-o-2.35.0_GH0.tar.gz) = 40f1e30077783be6996ef93c8513ddc983b7a70d568c941fa8d28b568e8fabd6 -SIZE (xyproto-o-2.35.0_GH0.tar.gz) = 1070615 +TIMESTAMP = 1615097831 +SHA256 (xyproto-o-2.35.1_GH0.tar.gz) = 4be044064650e1aee09390d3c017a69e6a0689773c56f35819a8e13a5a0eeed3 +SIZE (xyproto-o-2.35.1_GH0.tar.gz) = 1076850 SHA256 (atotto-clipboard-v0.1.2_GH0.tar.gz) = 84704a60eb4de90eaebe6e8cbfab30bb53d103c26c25560d67d13469fd17934e SIZE (atotto-clipboard-v0.1.2_GH0.tar.gz) = 4478 -SHA256 (golang-sys-16f7687f5001_GH0.tar.gz) = 46727e65e28212e40411979d829c831d3301c1c94aa6ef458d4ee6c0c258ccc1 -SIZE (golang-sys-16f7687f5001_GH0.tar.gz) = 1091371 +SHA256 (golang-sys-489259a85091_GH0.tar.gz) = e40f9bc523e1a324d2936f0c6ec031ca9230a1db6efb89fcdb3cbba2552cdd36 +SIZE (golang-sys-489259a85091_GH0.tar.gz) = 1098362 SHA256 (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = a3139d090d12a13d7020dfbe2097c53f7ba6fa529d72531f600b799aed6375d6 SIZE (jung-kurt-gofpdf-v1.16.2_GH0.tar.gz) = 2795841 SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f From owner-svn-ports-all@freebsd.org Sun Mar 7 06:23:15 2021 Return-Path: Delivered-To: svn-ports-all@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 4E81455AC7A; Sun, 7 Mar 2021 06:23:15 +0000 (UTC) (envelope-from linimon@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 4DtWcg1q5vz3wJW; Sun, 7 Mar 2021 06:23:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3178611D06; Sun, 7 Mar 2021 06:23:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1276NER8057983; Sun, 7 Mar 2021 06:23:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1276NE59057982; Sun, 7 Mar 2021 06:23:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202103070623.1276NE59057982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 7 Mar 2021 06:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567549 - head/devel/libabigail X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/libabigail X-SVN-Commit-Revision: 567549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 06:23:15 -0000 Author: linimon Date: Sun Mar 7 06:23:14 2021 New Revision: 567549 URL: https://svnweb.freebsd.org/changeset/ports/567549 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Modified: head/devel/libabigail/Makefile Modified: head/devel/libabigail/Makefile ============================================================================== --- head/devel/libabigail/Makefile Sun Mar 7 06:19:30 2021 (r567548) +++ head/devel/libabigail/Makefile Sun Mar 7 06:23:14 2021 (r567549) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-LGPLV3 LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libdw.so:devel/elfutils -USES= gmake libtool localbase pkgconfig python +USES= compiler:c++11-lang gmake libtool localbase pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cxx11=yes From owner-svn-ports-all@freebsd.org Sun Mar 7 07:17:52 2021 Return-Path: Delivered-To: svn-ports-all@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 7ED4355C027; Sun, 7 Mar 2021 07:17:52 +0000 (UTC) (envelope-from wen@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 4DtXqh39GQz4Syc; Sun, 7 Mar 2021 07:17:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F97F1260D; Sun, 7 Mar 2021 07:17:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1277Hqfr088618; Sun, 7 Mar 2021 07:17:52 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1277HpnS088616; Sun, 7 Mar 2021 07:17:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202103070717.1277HpnS088616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 7 Mar 2021 07:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567550 - head/devel/p5-DateTime-Format-ISO8601 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-DateTime-Format-ISO8601 X-SVN-Commit-Revision: 567550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 07:17:52 -0000 Author: wen Date: Sun Mar 7 07:17:51 2021 New Revision: 567550 URL: https://svnweb.freebsd.org/changeset/ports/567550 Log: - Update to 0.16 Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile head/devel/p5-DateTime-Format-ISO8601/distinfo Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-ISO8601/Makefile Sun Mar 7 06:23:14 2021 (r567549) +++ head/devel/p5-DateTime-Format-ISO8601/Makefile Sun Mar 7 07:17:51 2021 (r567550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-ISO8601 -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-Format-ISO8601/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-ISO8601/distinfo Sun Mar 7 06:23:14 2021 (r567549) +++ head/devel/p5-DateTime-Format-ISO8601/distinfo Sun Mar 7 07:17:51 2021 (r567550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604420657 -SHA256 (DateTime-Format-ISO8601-0.15.tar.gz) = 149768c368b9d77e1f25d3396c7f03e24291001fd14c2c5dab6a7625b2a6daa9 -SIZE (DateTime-Format-ISO8601-0.15.tar.gz) = 44826 +TIMESTAMP = 1615101275 +SHA256 (DateTime-Format-ISO8601-0.16.tar.gz) = 582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1 +SIZE (DateTime-Format-ISO8601-0.16.tar.gz) = 46364 From owner-svn-ports-all@freebsd.org Sun Mar 7 07:21:52 2021 Return-Path: Delivered-To: svn-ports-all@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 3C1E355C2A1; Sun, 7 Mar 2021 07:21:52 +0000 (UTC) (envelope-from wen@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 4DtXwJ1Hy5z4Sv1; Sun, 7 Mar 2021 07:21:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F6FD1282C; Sun, 7 Mar 2021 07:21:52 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1277LpC6090596; Sun, 7 Mar 2021 07:21:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1277LpNl090594; Sun, 7 Mar 2021 07:21:51 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202103070721.1277LpNl090594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 7 Mar 2021 07:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567551 - head/devel/p5-Test-Script X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-Test-Script X-SVN-Commit-Revision: 567551 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 07:21:52 -0000 Author: wen Date: Sun Mar 7 07:21:51 2021 New Revision: 567551 URL: https://svnweb.freebsd.org/changeset/ports/567551 Log: - Update to 1.27 Modified: head/devel/p5-Test-Script/Makefile head/devel/p5-Test-Script/distinfo Modified: head/devel/p5-Test-Script/Makefile ============================================================================== --- head/devel/p5-Test-Script/Makefile Sun Mar 7 07:17:51 2021 (r567550) +++ head/devel/p5-Test-Script/Makefile Sun Mar 7 07:21:51 2021 (r567551) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Script -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Script/distinfo ============================================================================== --- head/devel/p5-Test-Script/distinfo Sun Mar 7 07:17:51 2021 (r567550) +++ head/devel/p5-Test-Script/distinfo Sun Mar 7 07:21:51 2021 (r567551) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572266796 -SHA256 (Test-Script-1.26.tar.gz) = 6d42237aece2f0dc41fa6653379574674061848f020acd4d63deb6b81b5a73b7 -SIZE (Test-Script-1.26.tar.gz) = 24906 +TIMESTAMP = 1615101537 +SHA256 (Test-Script-1.27.tar.gz) = 91616e64efebc4f38a32cc01bdec770d6f703576fb6c450294431b86ad41b7b2 +SIZE (Test-Script-1.27.tar.gz) = 25131 From owner-svn-ports-all@freebsd.org Sun Mar 7 07:23:44 2021 Return-Path: Delivered-To: svn-ports-all@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 8F70855C411; Sun, 7 Mar 2021 07:23:44 +0000 (UTC) (envelope-from wen@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 4DtXyS3dLMz4TSK; Sun, 7 Mar 2021 07:23:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F68E12639; Sun, 7 Mar 2021 07:23:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1277NiqX094853; Sun, 7 Mar 2021 07:23:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1277Ni4g094851; Sun, 7 Mar 2021 07:23:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202103070723.1277Ni4g094851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 7 Mar 2021 07:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567552 - head/devel/p5-Test-Output X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-Test-Output X-SVN-Commit-Revision: 567552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 07:23:44 -0000 Author: wen Date: Sun Mar 7 07:23:43 2021 New Revision: 567552 URL: https://svnweb.freebsd.org/changeset/ports/567552 Log: - Update to 1.033 Modified: head/devel/p5-Test-Output/Makefile head/devel/p5-Test-Output/distinfo Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Sun Mar 7 07:21:51 2021 (r567551) +++ head/devel/p5-Test-Output/Makefile Sun Mar 7 07:23:43 2021 (r567552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Output -PORTVERSION= 1.032 +PORTVERSION= 1.033 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Output/distinfo ============================================================================== --- head/devel/p5-Test-Output/distinfo Sun Mar 7 07:21:51 2021 (r567551) +++ head/devel/p5-Test-Output/distinfo Sun Mar 7 07:23:43 2021 (r567552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612101732 -SHA256 (Test-Output-1.032.tar.gz) = 688a38efb5ebb80768409cceff7223d754f95e06fa893d74cb4eac981ce8e44e -SIZE (Test-Output-1.032.tar.gz) = 16954 +TIMESTAMP = 1615101757 +SHA256 (Test-Output-1.033.tar.gz) = f6a8482740b075fad22aaf4d987d38ef927c6d2b452d4ae0d0bd8f779830556e +SIZE (Test-Output-1.033.tar.gz) = 17196 From owner-svn-ports-all@freebsd.org Sun Mar 7 08:19:48 2021 Return-Path: Delivered-To: svn-ports-all@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 353FC55DF9A; Sun, 7 Mar 2021 08:19:48 +0000 (UTC) (envelope-from gerald@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 4DtZC8103jz4WF6; Sun, 7 Mar 2021 08:19:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14D8C12B74; Sun, 7 Mar 2021 08:19:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1278JlCs024673; Sun, 7 Mar 2021 08:19:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1278JlvA024672; Sun, 7 Mar 2021 08:19:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103070819.1278JlvA024672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 7 Mar 2021 08:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567553 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 567553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 08:19:48 -0000 Author: gerald Date: Sun Mar 7 08:19:47 2021 New Revision: 567553 URL: https://svnweb.freebsd.org/changeset/ports/567553 Log: Remove conflicts with wine-staging-[0-9]* and i386-wine-staging-[0-9]* which have not existed for years. Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sun Mar 7 07:23:43 2021 (r567552) +++ head/emulators/wine/Makefile Sun Mar 7 08:19:47 2021 (r567553) @@ -25,8 +25,8 @@ LIB_DEPENDS= libFAudio.so:audio/faudio \ USES= bison desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz USE_GCC= yes -CONFLICTS_INSTALL= wine-staging-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \ - i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* +CONFLICTS_INSTALL= wine-devel-[0-9]* \ + i386-wine-[0-9]* i386-wine-devel-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose \ From owner-svn-ports-all@freebsd.org Sun Mar 7 09:53:08 2021 Return-Path: Delivered-To: svn-ports-all@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 5CB4B560CFE; Sun, 7 Mar 2021 09:53:08 +0000 (UTC) (envelope-from tobik@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 4DtcGr2BTJz4bpH; Sun, 7 Mar 2021 09:53:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E2991461A; Sun, 7 Mar 2021 09:53:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1279r8Ml084734; Sun, 7 Mar 2021 09:53:08 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1279r7Or084731; Sun, 7 Mar 2021 09:53:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103070953.1279r7Or084731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 7 Mar 2021 09:53:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567554 - in head: devel/gitlab-runner devel/gitlab-shell net/gitlab-agent X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: devel/gitlab-runner devel/gitlab-shell net/gitlab-agent X-SVN-Commit-Revision: 567554 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 09:53:08 -0000 Author: tobik Date: Sun Mar 7 09:53:07 2021 New Revision: 567554 URL: https://svnweb.freebsd.org/changeset/ports/567554 Log: Drop gomod-deps in favor of gomod-vendor USES=go has gomod-vendor that does the same. Let's not reinvent the wheel. Approved by: mfechner, swills Differential Revision: https://reviews.freebsd.org/D29080 Modified: head/devel/gitlab-runner/Makefile head/devel/gitlab-shell/Makefile head/net/gitlab-agent/Makefile Modified: head/devel/gitlab-runner/Makefile ============================================================================== --- head/devel/gitlab-runner/Makefile Sun Mar 7 08:19:47 2021 (r567553) +++ head/devel/gitlab-runner/Makefile Sun Mar 7 09:53:07 2021 (r567554) @@ -203,10 +203,6 @@ post-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-x86_64.tar.xz ${WRKSRC}/out/docker/ @${CP} ${DISTDIR}/${DIST_SUBDIR}/prebuilt-arm.tar.xz ${WRKSRC}/out/docker/ -gomod-deps: patch - (cd ${WRKSRC} && go mod vendor) - (cd ${WRKSRC} && modules2tuple vendor/modules.txt) - pre-build: @cd ${WRKSRC} && go-bindata \ -pkg docker \ Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Sun Mar 7 08:19:47 2021 (r567553) +++ head/devel/gitlab-shell/Makefile Sun Mar 7 09:53:07 2021 (r567554) @@ -27,7 +27,7 @@ GROUPS= git # for go dependencies USE_GITHUB= nodefault -# generated with: make gomod-deps +# generated with: make gomod-vendor # 38dd GH_TUPLE= \ DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \ @@ -76,11 +76,6 @@ post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample ${CP} ${WRKSRC}/config.yml.sample ${WRKSRC}/config.yml ${REINPLACE_CMD} -e 's|VERSION_STRING :=.*|VERSION_STRING := v${PORTVERSION}|g' ${WRKSRC}/Makefile - -# Build the go deps, use `pkg install modules2tuple` -gomod-deps: patch - (cd ${WRKSRC} && go mod vendor) - (cd ${WRKSRC} && modules2tuple vendor/modules.txt) pre-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} build) Modified: head/net/gitlab-agent/Makefile ============================================================================== --- head/net/gitlab-agent/Makefile Sun Mar 7 08:19:47 2021 (r567553) +++ head/net/gitlab-agent/Makefile Sun Mar 7 09:53:07 2021 (r567554) @@ -208,10 +208,6 @@ GO_TARGET= ./cmd/kas PLIST_FILES= bin/kas -gomod-deps: patch - (cd ${WRKSRC} && go mod vendor) - (cd ${WRKSRC} && modules2tuple vendor/modules.txt) - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/kas ${STAGEDIR}${PREFIX}/bin/kas From owner-svn-ports-all@freebsd.org Sun Mar 7 10:20:16 2021 Return-Path: Delivered-To: svn-ports-all@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 5EC31561B74; Sun, 7 Mar 2021 10:20:16 +0000 (UTC) (envelope-from ashish@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 4Dtct82FKBz4ctB; Sun, 7 Mar 2021 10:20:16 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FAA214997; Sun, 7 Mar 2021 10:20:16 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127AKGxZ097098; Sun, 7 Mar 2021 10:20:16 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127AKF6n097096; Sun, 7 Mar 2021 10:20:15 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202103071020.127AKF6n097096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Mar 2021 10:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567555 - head/net-im/dendrite X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/net-im/dendrite X-SVN-Commit-Revision: 567555 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 10:20:16 -0000 Author: ashish Date: Sun Mar 7 10:20:15 2021 New Revision: 567555 URL: https://svnweb.freebsd.org/changeset/ports/567555 Log: - Update to 0.3.11 Reported by: portscout Modified: head/net-im/dendrite/Makefile head/net-im/dendrite/distinfo Modified: head/net-im/dendrite/Makefile ============================================================================== --- head/net-im/dendrite/Makefile Sun Mar 7 09:53:07 2021 (r567554) +++ head/net-im/dendrite/Makefile Sun Mar 7 10:20:15 2021 (r567555) @@ -2,7 +2,7 @@ PORTNAME= dendrite DISTVERSIONPREFIX= v -DISTVERSION= 0.3.10 +DISTVERSION= 0.3.11 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org @@ -39,7 +39,6 @@ GH_TUPLE= \ census-instrumentation:opencensus-go:v0.22.4:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ - coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ davidlazar:go-crypto:dcfb0a7ac018:davidlazar_go_crypto/vendor/github.com/davidlazar/go-crypto \ eapache:go-resiliency:v1.2.0:eapache_go_resiliency/vendor/github.com/eapache/go-resiliency \ @@ -51,14 +50,14 @@ GH_TUPLE= \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:3c3fba18258b:golang_net/vendor/golang.org/x/net \ + golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ - golang:sys:b64e53b001e4:golang_sys/vendor/golang.org/x/sys \ - golang:text:929e72ca90de:golang_text/vendor/golang.org/x/text \ + golang:sys:22da62e12c0c:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ gologme:log:v1.2.0:gologme_log/vendor/github.com/gologme/log \ google:gopacket:v1.1.18:google_gopacket/vendor/github.com/google/gopacket \ - google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ + google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ h2non:bimg:v1.1.4:h2non_bimg/vendor/gopkg.in/h2non/bimg.v1 \ @@ -91,29 +90,29 @@ GH_TUPLE= \ libp2p:go-eventbus:v0.2.1:libp2p_go_eventbus/vendor/github.com/libp2p/go-eventbus \ libp2p:go-flow-metrics:v0.0.3:libp2p_go_flow_metrics/vendor/github.com/libp2p/go-flow-metrics \ libp2p:go-libp2p-asn-util:85005c6cf052:libp2p_go_libp2p_asn_util/vendor/github.com/libp2p/go-libp2p-asn-util \ - libp2p:go-libp2p-autonat:v0.3.2:libp2p_go_libp2p_autonat/vendor/github.com/libp2p/go-libp2p-autonat \ + libp2p:go-libp2p-autonat:v0.4.0:libp2p_go_libp2p_autonat/vendor/github.com/libp2p/go-libp2p-autonat \ libp2p:go-libp2p-blankhost:v0.2.0:libp2p_go_libp2p_blankhost/vendor/github.com/libp2p/go-libp2p-blankhost \ - libp2p:go-libp2p-circuit:v0.3.1:libp2p_go_libp2p_circuit/vendor/github.com/libp2p/go-libp2p-circuit \ - libp2p:go-libp2p-core:v0.6.1:libp2p_go_libp2p_core/vendor/github.com/libp2p/go-libp2p-core \ + libp2p:go-libp2p-circuit:v0.4.0:libp2p_go_libp2p_circuit/vendor/github.com/libp2p/go-libp2p-circuit \ + libp2p:go-libp2p-core:v0.8.3:libp2p_go_libp2p_core/vendor/github.com/libp2p/go-libp2p-core \ libp2p:go-libp2p-discovery:v0.5.0:libp2p_go_libp2p_discovery/vendor/github.com/libp2p/go-libp2p-discovery \ - libp2p:go-libp2p-gostream:v0.2.1:libp2p_go_libp2p_gostream/vendor/github.com/libp2p/go-libp2p-gostream \ - libp2p:go-libp2p-http:v0.1.5:libp2p_go_libp2p_http/vendor/github.com/libp2p/go-libp2p-http \ - libp2p:go-libp2p-kad-dht:v0.9.0:libp2p_go_libp2p_kad_dht/vendor/github.com/libp2p/go-libp2p-kad-dht \ + libp2p:go-libp2p-gostream:v0.3.1:libp2p_go_libp2p_gostream/vendor/github.com/libp2p/go-libp2p-gostream \ + libp2p:go-libp2p-http:v0.2.0:libp2p_go_libp2p_http/vendor/github.com/libp2p/go-libp2p-http \ + libp2p:go-libp2p-kad-dht:v0.11.1:libp2p_go_libp2p_kad_dht/vendor/github.com/libp2p/go-libp2p-kad-dht \ libp2p:go-libp2p-kbucket:v0.4.7:libp2p_go_libp2p_kbucket/vendor/github.com/libp2p/go-libp2p-kbucket \ libp2p:go-libp2p-loggables:v0.1.0:libp2p_go_libp2p_loggables/vendor/github.com/libp2p/go-libp2p-loggables \ - libp2p:go-libp2p-mplex:v0.2.4:libp2p_go_libp2p_mplex/vendor/github.com/libp2p/go-libp2p-mplex \ + libp2p:go-libp2p-mplex:v0.4.1:libp2p_go_libp2p_mplex/vendor/github.com/libp2p/go-libp2p-mplex \ libp2p:go-libp2p-nat:v0.0.6:libp2p_go_libp2p_nat/vendor/github.com/libp2p/go-libp2p-nat \ libp2p:go-libp2p-noise:v0.1.1:libp2p_go_libp2p_noise/vendor/github.com/libp2p/go-libp2p-noise \ libp2p:go-libp2p-peerstore:v0.2.6:libp2p_go_libp2p_peerstore/vendor/github.com/libp2p/go-libp2p-peerstore \ libp2p:go-libp2p-pnet:v0.2.0:libp2p_go_libp2p_pnet/vendor/github.com/libp2p/go-libp2p-pnet \ - libp2p:go-libp2p-pubsub:v0.3.5:libp2p_go_libp2p_pubsub/vendor/github.com/libp2p/go-libp2p-pubsub \ + libp2p:go-libp2p-pubsub:v0.4.1:libp2p_go_libp2p_pubsub/vendor/github.com/libp2p/go-libp2p-pubsub \ libp2p:go-libp2p-record:v0.1.3:libp2p_go_libp2p_record/vendor/github.com/libp2p/go-libp2p-record \ - libp2p:go-libp2p-swarm:v0.2.8:libp2p_go_libp2p_swarm/vendor/github.com/libp2p/go-libp2p-swarm \ + libp2p:go-libp2p-swarm:v0.4.0:libp2p_go_libp2p_swarm/vendor/github.com/libp2p/go-libp2p-swarm \ libp2p:go-libp2p-tls:v0.1.3:libp2p_go_libp2p_tls/vendor/github.com/libp2p/go-libp2p-tls \ - libp2p:go-libp2p-transport-upgrader:v0.3.0:libp2p_go_libp2p_transport_upgrader/vendor/github.com/libp2p/go-libp2p-transport-upgrader \ - libp2p:go-libp2p-yamux:v0.2.8:libp2p_go_libp2p_yamux/vendor/github.com/libp2p/go-libp2p-yamux \ - libp2p:go-libp2p:v0.11.0:libp2p_go_libp2p/vendor/github.com/libp2p/go-libp2p \ - libp2p:go-mplex:v0.1.2:libp2p_go_mplex/vendor/github.com/libp2p/go-mplex \ + libp2p:go-libp2p-transport-upgrader:v0.4.0:libp2p_go_libp2p_transport_upgrader/vendor/github.com/libp2p/go-libp2p-transport-upgrader \ + libp2p:go-libp2p-yamux:v0.5.1:libp2p_go_libp2p_yamux/vendor/github.com/libp2p/go-libp2p-yamux \ + libp2p:go-libp2p:v0.13.0:libp2p_go_libp2p/vendor/github.com/libp2p/go-libp2p \ + libp2p:go-mplex:v0.3.0:libp2p_go_mplex/vendor/github.com/libp2p/go-mplex \ libp2p:go-msgio:v0.0.6:libp2p_go_msgio/vendor/github.com/libp2p/go-msgio \ libp2p:go-nat:v0.0.5:libp2p_go_nat/vendor/github.com/libp2p/go-nat \ libp2p:go-netroute:v0.1.3:libp2p_go_netroute/vendor/github.com/libp2p/go-netroute \ @@ -123,8 +122,8 @@ GH_TUPLE= \ libp2p:go-sockaddr:v0.0.2:libp2p_go_sockaddr/vendor/github.com/libp2p/go-sockaddr \ libp2p:go-stream-muxer-multistream:v0.3.0:libp2p_go_stream_muxer_multistream/vendor/github.com/libp2p/go-stream-muxer-multistream \ libp2p:go-tcp-transport:v0.2.1:libp2p_go_tcp_transport/vendor/github.com/libp2p/go-tcp-transport \ - libp2p:go-ws-transport:v0.3.1:libp2p_go_ws_transport/vendor/github.com/libp2p/go-ws-transport \ - libp2p:go-yamux:v1.3.9:libp2p_go_yamux/vendor/github.com/libp2p/go-yamux \ + libp2p:go-ws-transport:v0.4.0:libp2p_go_ws_transport/vendor/github.com/libp2p/go-ws-transport \ + libp2p:go-yamux:v2.0.0:libp2p_go_yamux_v2/vendor/github.com/libp2p/go-yamux/v2 \ lucas-clemente:quic-go:v0.17.3:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ marten-seemann:qtls:v0.9.1:marten_seemann_qtls/vendor/github.com/marten-seemann/qtls \ matrix-org:dugong:51a565b5666b:matrix_org_dugong/vendor/github.com/matrix-org/dugong \ @@ -148,7 +147,7 @@ GH_TUPLE= \ multiformats:go-multiaddr:v0.3.1:multiformats_go_multiaddr/vendor/github.com/multiformats/go-multiaddr \ multiformats:go-multibase:v0.0.3:multiformats_go_multibase/vendor/github.com/multiformats/go-multibase \ multiformats:go-multihash:v0.0.14:multiformats_go_multihash/vendor/github.com/multiformats/go-multihash \ - multiformats:go-multistream:v0.1.2:multiformats_go_multistream/vendor/github.com/multiformats/go-multistream \ + multiformats:go-multistream:v0.2.0:multiformats_go_multistream/vendor/github.com/multiformats/go-multistream \ multiformats:go-varint:v0.0.6:multiformats_go_varint/vendor/github.com/multiformats/go-varint \ nfnt:resize:83c6a9932646:nfnt_resize/vendor/github.com/nfnt/resize \ ngrok:sqlmw:d5c93a81bec6:ngrok_sqlmw/vendor/github.com/ngrok/sqlmw \ @@ -171,14 +170,14 @@ GH_TUPLE= \ tidwall:sjson:v1.1.4:tidwall_sjson/vendor/github.com/tidwall/sjson \ uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ - uber-go:zap:v1.15.0:uber_go_zap/vendor/go.uber.org/zap \ + uber-go:zap:v1.16.0:uber_go_zap/vendor/go.uber.org/zap \ uber:jaeger-client-go:v2.25.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v2.2.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib \ whyrusleeping:go-keyspace:5b898ac5add1:whyrusleeping_go_keyspace/vendor/github.com/whyrusleeping/go-keyspace \ whyrusleeping:mdns:b9b60ed33aa9:whyrusleeping_mdns/vendor/github.com/whyrusleeping/mdns \ whyrusleeping:multiaddr-filter:e903e4adabd7:whyrusleeping_multiaddr_filter/vendor/github.com/whyrusleeping/multiaddr-filter \ whyrusleeping:timecache:cfcb2f1abfee:whyrusleeping_timecache/vendor/github.com/whyrusleeping/timecache \ - yggdrasil-network:yggdrasil-go:760d9a7fd5ee:yggdrasil_network_yggdrasil_go/vendor/github.com/yggdrasil-network/yggdrasil-go + yggdrasil-network:yggdrasil-go:e77ca8019daa:yggdrasil_network_yggdrasil_go/vendor/github.com/yggdrasil-network/yggdrasil-go post-build: cd ${WRKSRC} && \ Modified: head/net-im/dendrite/distinfo ============================================================================== --- head/net-im/dendrite/distinfo Sun Mar 7 09:53:07 2021 (r567554) +++ head/net-im/dendrite/distinfo Sun Mar 7 10:20:15 2021 (r567555) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613747941 -SHA256 (matrix-org-dendrite-v0.3.10_GH0.tar.gz) = a2ad6a43326a7f19978b8b9097f3cc0ae3ad11abb5cbac62be24a61038e94e9c -SIZE (matrix-org-dendrite-v0.3.10_GH0.tar.gz) = 2894237 +TIMESTAMP = 1615096234 +SHA256 (matrix-org-dendrite-v0.3.11_GH0.tar.gz) = e473fa629af175ff0dda29ad93c9d7c1a3f35d216b2df6b19aab978856e58e4a +SIZE (matrix-org-dendrite-v0.3.11_GH0.tar.gz) = 2895644 SHA256 (Arceliar-phony-d0c68492aca0_GH0.tar.gz) = 10a586be941ff65576fd97548cdea7087a5d6d85c99c1b69bc77301d41179e67 SIZE (Arceliar-phony-d0c68492aca0_GH0.tar.gz) = 6835 SHA256 (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = b78616fddfcc76892aecb5344968d7f3843128b70eba6c4752f092dc992c3b98 @@ -17,8 +17,6 @@ SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2 SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 SHA256 (cheekybits-genny-v1.0.0_GH0.tar.gz) = 6982bf513333fb3ee3e6e0633500a3800fb6a3d6beb9e6c6084a96c85a49dd73 SIZE (cheekybits-genny-v1.0.0_GH0.tar.gz) = 15585 -SHA256 (coreos-go-semver-v0.3.0_GH0.tar.gz) = 1b72134483db366fb43f216727d6bc110086d4450ce0d226960cf4ce823d6eb9 -SIZE (coreos-go-semver-v0.3.0_GH0.tar.gz) = 10663 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (davidlazar-go-crypto-dcfb0a7ac018_GH0.tar.gz) = 264895c0299d7c9c0615912980c10d540a33b11588ddc104383eb0bcd2c4b609 @@ -41,22 +39,22 @@ SHA256 (gogo-protobuf-v1.3.1_GH0.tar.gz) = 5184f06decd SIZE (gogo-protobuf-v1.3.1_GH0.tar.gz) = 2038188 SHA256 (golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8 SIZE (golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798 -SHA256 (golang-net-3c3fba18258b_GH0.tar.gz) = 94df3283789155d9652a1035dab57fa60e471abbbc65dea36b97b4c269e3ebd2 -SIZE (golang-net-3c3fba18258b_GH0.tar.gz) = 1177169 +SHA256 (golang-net-5f4716e94777_GH0.tar.gz) = 987ec0774e8480615daf0664cd9c9ec9eb25cf6e553e32ae38697515629714b6 +SIZE (golang-net-5f4716e94777_GH0.tar.gz) = 1251426 SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85 SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605 -SHA256 (golang-sys-b64e53b001e4_GH0.tar.gz) = 4c32d52373df17d9c40604d76e189f274c6fd1386d4d23b9114dbb9805079796 -SIZE (golang-sys-b64e53b001e4_GH0.tar.gz) = 1103798 -SHA256 (golang-text-929e72ca90de_GH0.tar.gz) = 7f50c36d2c3a7a05921df33e61006703776959fcf0d16d834232af03444f48cd -SIZE (golang-text-929e72ca90de_GH0.tar.gz) = 7745335 +SHA256 (golang-sys-22da62e12c0c_GH0.tar.gz) = 5a120a40c63be9383650b7757c00645b25d37a3b7daa523f2a85fac969e51b2a +SIZE (golang-sys-22da62e12c0c_GH0.tar.gz) = 1106889 +SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 +SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 SHA256 (gologme-log-v1.2.0_GH0.tar.gz) = 06b94718ea898c01c176a8915ccd119d511ee41de388611d8e9afeb1a17bfff6 SIZE (gologme-log-v1.2.0_GH0.tar.gz) = 5610 SHA256 (google-gopacket-v1.1.18_GH0.tar.gz) = 5990671bbbe60d520a846fd87a3c56b125119c1808c761cc5e195c08f9e61be1 SIZE (google-gopacket-v1.1.18_GH0.tar.gz) = 938764 -SHA256 (google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423 -SIZE (google-uuid-v1.1.1_GH0.tar.gz) = 13543 +SHA256 (google-uuid-v1.1.2_GH0.tar.gz) = e650558e314307cf33391d0a9ef575b418188206d61cb9751e9f11bceb0874d0 +SIZE (google-uuid-v1.1.2_GH0.tar.gz) = 13871 SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517 SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84 @@ -121,28 +119,28 @@ SHA256 (libp2p-go-flow-metrics-v0.0.3_GH0.tar.gz) = e2 SIZE (libp2p-go-flow-metrics-v0.0.3_GH0.tar.gz) = 6653 SHA256 (libp2p-go-libp2p-asn-util-85005c6cf052_GH0.tar.gz) = 6c6d3bf7fbbf0d1c52f84d7c7c7c9a1fe744e1caaad3e82b805f90d0cb4f49b2 SIZE (libp2p-go-libp2p-asn-util-85005c6cf052_GH0.tar.gz) = 1542972 -SHA256 (libp2p-go-libp2p-autonat-v0.3.2_GH0.tar.gz) = 28efe0ee4b19c98d797b324214751cbb73038e021be84df67d38a105d34ddca2 -SIZE (libp2p-go-libp2p-autonat-v0.3.2_GH0.tar.gz) = 56230 +SHA256 (libp2p-go-libp2p-autonat-v0.4.0_GH0.tar.gz) = 9433674e3551a6edeaaf2175cf7a21ee3cbfa1560fd9bfe7fea7dc32fb4860d0 +SIZE (libp2p-go-libp2p-autonat-v0.4.0_GH0.tar.gz) = 58345 SHA256 (libp2p-go-libp2p-blankhost-v0.2.0_GH0.tar.gz) = 0ed064ed767df74f81fc7f953ac4b8cd265ccf295cd87b44cc0836b65bc16ff2 SIZE (libp2p-go-libp2p-blankhost-v0.2.0_GH0.tar.gz) = 13369 -SHA256 (libp2p-go-libp2p-circuit-v0.3.1_GH0.tar.gz) = 9595c8f0057410b2abbe7bfe0d980c9d974a2a9bfcded21c10412a54fdc739b7 -SIZE (libp2p-go-libp2p-circuit-v0.3.1_GH0.tar.gz) = 32335 -SHA256 (libp2p-go-libp2p-core-v0.6.1_GH0.tar.gz) = 169cb7acfbbe16f988dbbbeafe927d92128d13b5ace6d35cec74b2d9bcd6a875 -SIZE (libp2p-go-libp2p-core-v0.6.1_GH0.tar.gz) = 122128 +SHA256 (libp2p-go-libp2p-circuit-v0.4.0_GH0.tar.gz) = b09bef75504924d0f69819a7e2df92f4a91a0ecb34d13171ea27977a2cead8ba +SIZE (libp2p-go-libp2p-circuit-v0.4.0_GH0.tar.gz) = 33019 +SHA256 (libp2p-go-libp2p-core-v0.8.3_GH0.tar.gz) = 79eda30428cb6177388f6332e649fa2b8617b5f0457aeb106a931c54bfb8dff0 +SIZE (libp2p-go-libp2p-core-v0.8.3_GH0.tar.gz) = 122017 SHA256 (libp2p-go-libp2p-discovery-v0.5.0_GH0.tar.gz) = 6ad5c21eaa3fd5a9de4dfdd9b87a4ee9d81bbb38fc1e5dcdcd24c9052a07272e SIZE (libp2p-go-libp2p-discovery-v0.5.0_GH0.tar.gz) = 31640 -SHA256 (libp2p-go-libp2p-gostream-v0.2.1_GH0.tar.gz) = 6ce36bda497e1379db319567e71142a561311da73e02540db30c45138dab76a7 -SIZE (libp2p-go-libp2p-gostream-v0.2.1_GH0.tar.gz) = 27080 -SHA256 (libp2p-go-libp2p-http-v0.1.5_GH0.tar.gz) = 762ae4ec7448f96f29ab2df47d6fdae59e3ded8876b7f560a882738f9027977c -SIZE (libp2p-go-libp2p-http-v0.1.5_GH0.tar.gz) = 26122 -SHA256 (libp2p-go-libp2p-kad-dht-v0.9.0_GH0.tar.gz) = 643e6b17e0479014b7907c2e58b7d3ae1fc2ee3ab28299c3232949b9bc7c49c3 -SIZE (libp2p-go-libp2p-kad-dht-v0.9.0_GH0.tar.gz) = 109495 +SHA256 (libp2p-go-libp2p-gostream-v0.3.1_GH0.tar.gz) = 43ddc839a9587cd8dd1ffb817834d554926e31ae41fd53bb2d72adafcd7a9c12 +SIZE (libp2p-go-libp2p-gostream-v0.3.1_GH0.tar.gz) = 36487 +SHA256 (libp2p-go-libp2p-http-v0.2.0_GH0.tar.gz) = cfff29b5652ec9b3bbb6d4227be0a475976ce019cf74a46a9d2f23536377dc45 +SIZE (libp2p-go-libp2p-http-v0.2.0_GH0.tar.gz) = 34664 +SHA256 (libp2p-go-libp2p-kad-dht-v0.11.1_GH0.tar.gz) = c2b89c851a4242ddbf49408926111e468ec67efd6b5e1d273251cacbaf2242ad +SIZE (libp2p-go-libp2p-kad-dht-v0.11.1_GH0.tar.gz) = 110539 SHA256 (libp2p-go-libp2p-kbucket-v0.4.7_GH0.tar.gz) = 25be69ef1f161817259fcbcd97c80b4498d22ff789507f63593bb9cf3796dc96 SIZE (libp2p-go-libp2p-kbucket-v0.4.7_GH0.tar.gz) = 234093 SHA256 (libp2p-go-libp2p-loggables-v0.1.0_GH0.tar.gz) = da0f3aab5ef6834ca7df911deec9206a5b6d8dacea6fad1d6c6112424fe9986a SIZE (libp2p-go-libp2p-loggables-v0.1.0_GH0.tar.gz) = 7761 -SHA256 (libp2p-go-libp2p-mplex-v0.2.4_GH0.tar.gz) = feaded9ddbc277a1563deb8011df263e3918810034e7eebf996c18a68c77eb7c -SIZE (libp2p-go-libp2p-mplex-v0.2.4_GH0.tar.gz) = 13036 +SHA256 (libp2p-go-libp2p-mplex-v0.4.1_GH0.tar.gz) = bd239fafb594b26ee8de194c7f06a0f637bd816174a0c2a1996f7586bc60a72d +SIZE (libp2p-go-libp2p-mplex-v0.4.1_GH0.tar.gz) = 13245 SHA256 (libp2p-go-libp2p-nat-v0.0.6_GH0.tar.gz) = 9efd15111003e5a0ca1d3e46b5ece849d10cb5844612bb84eb559b1a28c6e27e SIZE (libp2p-go-libp2p-nat-v0.0.6_GH0.tar.gz) = 7716 SHA256 (libp2p-go-libp2p-noise-v0.1.1_GH0.tar.gz) = 34e0460159480616cacc2886471c3f4f8c044d76a5e75876ae9bdcabb0847209 @@ -151,22 +149,22 @@ SHA256 (libp2p-go-libp2p-peerstore-v0.2.6_GH0.tar.gz) SIZE (libp2p-go-libp2p-peerstore-v0.2.6_GH0.tar.gz) = 52078 SHA256 (libp2p-go-libp2p-pnet-v0.2.0_GH0.tar.gz) = c0a3af09d3d6701db692a75341dea19399f3381be0b71d56f7006f09ce56f29c SIZE (libp2p-go-libp2p-pnet-v0.2.0_GH0.tar.gz) = 10069 -SHA256 (libp2p-go-libp2p-pubsub-v0.3.5_GH0.tar.gz) = b618ce857c261f4ee687afe929219d798740ae65193c3badc29a4856f8065914 -SIZE (libp2p-go-libp2p-pubsub-v0.3.5_GH0.tar.gz) = 133717 +SHA256 (libp2p-go-libp2p-pubsub-v0.4.1_GH0.tar.gz) = 9edd46e41f8a63fb9f0cab474b8e5f15dd3f548f856f40d04b187a893b1c92a5 +SIZE (libp2p-go-libp2p-pubsub-v0.4.1_GH0.tar.gz) = 145674 SHA256 (libp2p-go-libp2p-record-v0.1.3_GH0.tar.gz) = 013f3ed940ca2af021f0e3ee4da47a45f6833102d79a7e9707e19733e30d58e6 SIZE (libp2p-go-libp2p-record-v0.1.3_GH0.tar.gz) = 14911 -SHA256 (libp2p-go-libp2p-swarm-v0.2.8_GH0.tar.gz) = 15d2ee90a06afde8111a5330b3a15d4625436d60671395dc9e311aecfea598bc -SIZE (libp2p-go-libp2p-swarm-v0.2.8_GH0.tar.gz) = 51447 +SHA256 (libp2p-go-libp2p-swarm-v0.4.0_GH0.tar.gz) = 4bc808c2863924e959575b3b301366a6feb8291cff0f52f71f4b83fd5c6cacf1 +SIZE (libp2p-go-libp2p-swarm-v0.4.0_GH0.tar.gz) = 53434 SHA256 (libp2p-go-libp2p-tls-v0.1.3_GH0.tar.gz) = f9a3ad9c1ad40cb0426d00158b9ed85ec9fa3ded917a316f2d917ce7effbf21c SIZE (libp2p-go-libp2p-tls-v0.1.3_GH0.tar.gz) = 14432 -SHA256 (libp2p-go-libp2p-transport-upgrader-v0.3.0_GH0.tar.gz) = 7d2b4714eb68c460f03a81247a47bf9ab59ca382c26166ad4e044f91a00e5c61 -SIZE (libp2p-go-libp2p-transport-upgrader-v0.3.0_GH0.tar.gz) = 20450 -SHA256 (libp2p-go-libp2p-yamux-v0.2.8_GH0.tar.gz) = 1288a2977c75894d92e530eb00f347ec2b4c0916e0f2836e3b0bb1bce94521f3 -SIZE (libp2p-go-libp2p-yamux-v0.2.8_GH0.tar.gz) = 11033 -SHA256 (libp2p-go-libp2p-v0.11.0_GH0.tar.gz) = c425d96adb71bdf2edb21d4f5b8cf5869a3a84ddf88e1383f4183a7d24d711d1 -SIZE (libp2p-go-libp2p-v0.11.0_GH0.tar.gz) = 124366 -SHA256 (libp2p-go-mplex-v0.1.2_GH0.tar.gz) = b9941882309267fba62f716aad59009093b8a6a20c693c80a9da9dca76acb6d4 -SIZE (libp2p-go-mplex-v0.1.2_GH0.tar.gz) = 14930 +SHA256 (libp2p-go-libp2p-transport-upgrader-v0.4.0_GH0.tar.gz) = 6364456ece210a00eb20cc7f10e919dcca3303aa1d20e83a8eca0a206c235d03 +SIZE (libp2p-go-libp2p-transport-upgrader-v0.4.0_GH0.tar.gz) = 21145 +SHA256 (libp2p-go-libp2p-yamux-v0.5.1_GH0.tar.gz) = 61be24c0aa92953bf21aefcd22f1b4e5027250348e3d0ae22f758cf2ecce66a1 +SIZE (libp2p-go-libp2p-yamux-v0.5.1_GH0.tar.gz) = 10154 +SHA256 (libp2p-go-libp2p-v0.13.0_GH0.tar.gz) = febdb524b3f8d9a5e2f81dc2bf1656cc1f8d55a564f668cb0e1300b30dbb6550 +SIZE (libp2p-go-libp2p-v0.13.0_GH0.tar.gz) = 129344 +SHA256 (libp2p-go-mplex-v0.3.0_GH0.tar.gz) = 4db516dddf00b2c10b9de4bc8a0b2ce9fbf6ff58ea6fcf74e3b2876a826bf1b1 +SIZE (libp2p-go-mplex-v0.3.0_GH0.tar.gz) = 25162 SHA256 (libp2p-go-msgio-v0.0.6_GH0.tar.gz) = de9453baf6175a03797c0752a86ab9caaa8746b9521db70374af7fc771440a35 SIZE (libp2p-go-msgio-v0.0.6_GH0.tar.gz) = 12446 SHA256 (libp2p-go-nat-v0.0.5_GH0.tar.gz) = f60940e80235592899a797955a32b371b1ddffe11225759e271b9d2ffbc496be @@ -185,10 +183,10 @@ SHA256 (libp2p-go-stream-muxer-multistream-v0.3.0_GH0. SIZE (libp2p-go-stream-muxer-multistream-v0.3.0_GH0.tar.gz) = 8255 SHA256 (libp2p-go-tcp-transport-v0.2.1_GH0.tar.gz) = c77c9817a46a0ad17d3818c1fd41cde2c83c128cbd571c2f175ea5d675b7ec7b SIZE (libp2p-go-tcp-transport-v0.2.1_GH0.tar.gz) = 19960 -SHA256 (libp2p-go-ws-transport-v0.3.1_GH0.tar.gz) = 897409b7634a091b7f35978ad4738d1758a2ed538842bb588be277a7820b76f5 -SIZE (libp2p-go-ws-transport-v0.3.1_GH0.tar.gz) = 26432 -SHA256 (libp2p-go-yamux-v1.3.9_GH0.tar.gz) = 55fc4d2dcda662f8d1a80e1760c3935befe31fc5f401bcaa3e16558a83d8bd97 -SIZE (libp2p-go-yamux-v1.3.9_GH0.tar.gz) = 30226 +SHA256 (libp2p-go-ws-transport-v0.4.0_GH0.tar.gz) = 235870ed1e72456299f2527fd131ab1cd74e6d3daed6ca774d1e301c8b0a42f8 +SIZE (libp2p-go-ws-transport-v0.4.0_GH0.tar.gz) = 28140 +SHA256 (libp2p-go-yamux-v2.0.0_GH0.tar.gz) = 4dedc0a8385a421a3d0aa9928c624104916489f4a008a39be2c614b03cc903f0 +SIZE (libp2p-go-yamux-v2.0.0_GH0.tar.gz) = 29799 SHA256 (lucas-clemente-quic-go-v0.17.3_GH0.tar.gz) = dbdf862bcbab90b3a5e79ea96959be3c4f285e73bdaba1b69759fdce9b17dd5e SIZE (lucas-clemente-quic-go-v0.17.3_GH0.tar.gz) = 467003 SHA256 (marten-seemann-qtls-v0.9.1_GH0.tar.gz) = 7665b8e4dc4b43cce555a56ece1af7aefc9e46a43be51f16dc017b86064aa1f7 @@ -235,8 +233,8 @@ SHA256 (multiformats-go-multibase-v0.0.3_GH0.tar.gz) = SIZE (multiformats-go-multibase-v0.0.3_GH0.tar.gz) = 9229 SHA256 (multiformats-go-multihash-v0.0.14_GH0.tar.gz) = c8b95b20a6e1ecb177ec5a8035d6d0e309fafca031752232f6aba4e495a68081 SIZE (multiformats-go-multihash-v0.0.14_GH0.tar.gz) = 21313 -SHA256 (multiformats-go-multistream-v0.1.2_GH0.tar.gz) = 35515bc7a2477d71031b9bdcc8a43ede5d99acb3430f2cc196925b38b0b51194 -SIZE (multiformats-go-multistream-v0.1.2_GH0.tar.gz) = 2348661 +SHA256 (multiformats-go-multistream-v0.2.0_GH0.tar.gz) = 37d48f3e8ca46a2ebb5bd97415cdb6e3e5e2b2c0c367393128f92b0f77d0c34b +SIZE (multiformats-go-multistream-v0.2.0_GH0.tar.gz) = 2348994 SHA256 (multiformats-go-varint-v0.0.6_GH0.tar.gz) = dc7c162a1d625cfeac834a257ac37d2caed397e2056792bd6587e31f77e0a3fc SIZE (multiformats-go-varint-v0.0.6_GH0.tar.gz) = 3710 SHA256 (nfnt-resize-83c6a9932646_GH0.tar.gz) = d5c440f3d4d431d64f6a4edabbc267d4b6e21d9a5649c35965f954a067dbc81c @@ -281,8 +279,8 @@ SHA256 (uber-go-atomic-v1.6.0_GH0.tar.gz) = 34abb63280 SIZE (uber-go-atomic-v1.6.0_GH0.tar.gz) = 9678 SHA256 (uber-go-multierr-v1.5.0_GH0.tar.gz) = 15fdd69d5f35e1c5c472d02b58fe3e229795d930398f9017c6c43a108504eaf1 SIZE (uber-go-multierr-v1.5.0_GH0.tar.gz) = 12336 -SHA256 (uber-go-zap-v1.15.0_GH0.tar.gz) = 947479b8ecf1d2c618675f12da02dcd36eab04c889e4d7b38312029114f73a6e -SIZE (uber-go-zap-v1.15.0_GH0.tar.gz) = 128221 +SHA256 (uber-go-zap-v1.16.0_GH0.tar.gz) = 098ceed0ab0aea975c1b816f222ac815b3c6a60940329f914709c47a4edda4f7 +SIZE (uber-go-zap-v1.16.0_GH0.tar.gz) = 131768 SHA256 (uber-jaeger-client-go-v2.25.0_GH0.tar.gz) = 92e34f0d49830c4a15c232a652a55128b0513d1c942195377a1dad4e3f382b99 SIZE (uber-jaeger-client-go-v2.25.0_GH0.tar.gz) = 207404 SHA256 (uber-jaeger-lib-v2.2.0_GH0.tar.gz) = 5ea76c211b8b005c17dd32c8286005973b264e00d559c75f55acbc7001aa2fd9 @@ -295,5 +293,5 @@ SHA256 (whyrusleeping-multiaddr-filter-e903e4adabd7_GH SIZE (whyrusleeping-multiaddr-filter-e903e4adabd7_GH0.tar.gz) = 2696 SHA256 (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.gz) = 87632e428950f41ee6f61b267e1238e811f69c177de4c6ff0a27003a1227c2a4 SIZE (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.gz) = 1977 -SHA256 (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = c9d8a0e56369ceb27a64181b651cb9c5828edea422b850e0294e1c16ff713fd7 -SIZE (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = 161618 +SHA256 (yggdrasil-network-yggdrasil-go-e77ca8019daa_GH0.tar.gz) = ce0d5876ca3c96e552cc92893ab5415a3f313742d5557563cbf5ea98b22aada3 +SIZE (yggdrasil-network-yggdrasil-go-e77ca8019daa_GH0.tar.gz) = 161469 From owner-svn-ports-all@freebsd.org Sun Mar 7 10:21:52 2021 Return-Path: Delivered-To: svn-ports-all@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 B1C2C561C30; Sun, 7 Mar 2021 10:21:52 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtcw04kNhz4csg; Sun, 7 Mar 2021 10:21:52 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9519E14ADD; Sun, 7 Mar 2021 10:21:52 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127ALqUE000424; Sun, 7 Mar 2021 10:21:52 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127ALq8f000422; Sun, 7 Mar 2021 10:21:52 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202103071021.127ALq8f000422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 7 Mar 2021 10:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567556 - head/sysutils/detox X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/sysutils/detox X-SVN-Commit-Revision: 567556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 10:21:52 -0000 Author: krion Date: Sun Mar 7 10:21:51 2021 New Revision: 567556 URL: https://svnweb.freebsd.org/changeset/ports/567556 Log: Update to 1.4.2 Modified: head/sysutils/detox/Makefile head/sysutils/detox/distinfo Modified: head/sysutils/detox/Makefile ============================================================================== --- head/sysutils/detox/Makefile Sun Mar 7 10:20:15 2021 (r567555) +++ head/sysutils/detox/Makefile Sun Mar 7 10:21:51 2021 (r567556) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= detox -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/detox/distinfo ============================================================================== --- head/sysutils/detox/distinfo Sun Mar 7 10:20:15 2021 (r567555) +++ head/sysutils/detox/distinfo Sun Mar 7 10:21:51 2021 (r567556) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613913500 -SHA256 (dharple-detox-v1.4.1_GH0.tar.gz) = fd71aa31abc82b1ec8b7ce996cd70062939e9c165b106f395beced3706c5ea17 -SIZE (dharple-detox-v1.4.1_GH0.tar.gz) = 106669 +TIMESTAMP = 1615112373 +SHA256 (dharple-detox-v1.4.2_GH0.tar.gz) = 40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df +SIZE (dharple-detox-v1.4.2_GH0.tar.gz) = 106736 From owner-svn-ports-all@freebsd.org Sun Mar 7 10:22:54 2021 Return-Path: Delivered-To: svn-ports-all@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 967E75618CA; Sun, 7 Mar 2021 10:22:54 +0000 (UTC) (envelope-from rhurlin@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 4DtcxB3vp5z4dBW; Sun, 7 Mar 2021 10:22:54 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7923B14AE9; Sun, 7 Mar 2021 10:22:54 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127AMsB7003161; Sun, 7 Mar 2021 10:22:54 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127AMsmC003159; Sun, 7 Mar 2021 10:22:54 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103071022.127AMsmC003159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 7 Mar 2021 10:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567557 - head/sysutils/bfs X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/sysutils/bfs X-SVN-Commit-Revision: 567557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 10:22:54 -0000 Author: rhurlin Date: Sun Mar 7 10:22:53 2021 New Revision: 567557 URL: https://svnweb.freebsd.org/changeset/ports/567557 Log: sysutils/bfs: Update to 2.2 Changelog: https://github.com/tavianator/bfs/releases/tag/2.2 PR: 254090 Submitted by: Dries Michiels (maintainer) Added: head/sysutils/bfs/pkg-plist (contents, props changed) Modified: head/sysutils/bfs/Makefile head/sysutils/bfs/distinfo Modified: head/sysutils/bfs/Makefile ============================================================================== --- head/sysutils/bfs/Makefile Sun Mar 7 10:21:51 2021 (r567556) +++ head/sysutils/bfs/Makefile Sun Mar 7 10:22:53 2021 (r567557) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bfs -DISTVERSION= 2.1 +DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= driesm.michiels@gmail.com @@ -20,8 +20,6 @@ GH_ACCOUNT= tavianator SHEBANG_FILES= tests.sh tests/*.sh TEST_TARGET= check -PLIST_FILES= bin/bfs \ - share/man/man1/bfs.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bfs Modified: head/sysutils/bfs/distinfo ============================================================================== --- head/sysutils/bfs/distinfo Sun Mar 7 10:21:51 2021 (r567556) +++ head/sysutils/bfs/distinfo Sun Mar 7 10:22:53 2021 (r567557) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605981635 -SHA256 (tavianator-bfs-2.1_GH0.tar.gz) = be51966ca3bcc0167fb16c89f81fa37ee13c6326c616c31b87fd564a54bdc5f2 -SIZE (tavianator-bfs-2.1_GH0.tar.gz) = 132239 +TIMESTAMP = 1615108580 +SHA256 (tavianator-bfs-2.2_GH0.tar.gz) = 09cff2033544cbaa31af2ad7d59347056a53c04ff7c469bb5904e575d3641053 +SIZE (tavianator-bfs-2.2_GH0.tar.gz) = 137118 Added: head/sysutils/bfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bfs/pkg-plist Sun Mar 7 10:22:53 2021 (r567557) @@ -0,0 +1,3 @@ +bin/bfs +share/bash-completion/completions/bfs +share/man/man1/bfs.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 10:32:50 2021 Return-Path: Delivered-To: svn-ports-all@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 14AF7562125; Sun, 7 Mar 2021 10:32:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtd8f05yyz4dY0; Sun, 7 Mar 2021 10:32:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA88E14E57; Sun, 7 Mar 2021 10:32:49 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127AWnTI009175; Sun, 7 Mar 2021 10:32:49 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127AWncl009173; Sun, 7 Mar 2021 10:32:49 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103071032.127AWncl009173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 7 Mar 2021 10:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567558 - head/www/nextcloud-notes X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-notes X-SVN-Commit-Revision: 567558 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 10:32:50 -0000 Author: brnrd Date: Sun Mar 7 10:32:49 2021 New Revision: 567558 URL: https://svnweb.freebsd.org/changeset/ports/567558 Log: www/nextcloud-notes: Update to 4.0.4 Modified: head/www/nextcloud-notes/Makefile head/www/nextcloud-notes/distinfo Modified: head/www/nextcloud-notes/Makefile ============================================================================== --- head/www/nextcloud-notes/Makefile Sun Mar 7 10:22:53 2021 (r567557) +++ head/www/nextcloud-notes/Makefile Sun Mar 7 10:32:49 2021 (r567558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notes -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 DISTVERSIONPREFIX= v CATEGORIES= www editors MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-notes/distinfo ============================================================================== --- head/www/nextcloud-notes/distinfo Sun Mar 7 10:22:53 2021 (r567557) +++ head/www/nextcloud-notes/distinfo Sun Mar 7 10:32:49 2021 (r567558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614768611 -SHA256 (nextcloud/notes-v4.0.3/notes.tar.gz) = d19dae97268542554e4005af32cc65ad72889ff0e0c26146a25d58a1611a8e8b -SIZE (nextcloud/notes-v4.0.3/notes.tar.gz) = 3790708 +TIMESTAMP = 1615112291 +SHA256 (nextcloud/notes-v4.0.4/notes.tar.gz) = 83c547a1024de1a0d31b9a1b2374124882c9e85ca0bc0c9d8ced0d08db4e0397 +SIZE (nextcloud/notes-v4.0.4/notes.tar.gz) = 3793843 From owner-svn-ports-all@freebsd.org Sun Mar 7 10:33:06 2021 Return-Path: Delivered-To: svn-ports-all@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 41836561CB1; Sun, 7 Mar 2021 10:33:06 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtd8y1Q8Cz4dW7; Sun, 7 Mar 2021 10:33:06 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 233B414D3A; Sun, 7 Mar 2021 10:33:06 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127AX5mK009318; Sun, 7 Mar 2021 10:33:05 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127AX5rD009317; Sun, 7 Mar 2021 10:33:05 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103071033.127AX5rD009317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 7 Mar 2021 10:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567559 - head/www/nextcloud-appointments X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-appointments X-SVN-Commit-Revision: 567559 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 10:33:06 -0000 Author: brnrd Date: Sun Mar 7 10:33:05 2021 New Revision: 567559 URL: https://svnweb.freebsd.org/changeset/ports/567559 Log: www/nextcloud-appointments: Update to 1.8.10 Modified: head/www/nextcloud-appointments/Makefile head/www/nextcloud-appointments/distinfo Modified: head/www/nextcloud-appointments/Makefile ============================================================================== --- head/www/nextcloud-appointments/Makefile Sun Mar 7 10:32:49 2021 (r567558) +++ head/www/nextcloud-appointments/Makefile Sun Mar 7 10:33:05 2021 (r567559) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= appointments -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.10 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${GH_TAGNAME}/build/artifacts/appstore/ PKGNAMEPREFIX= nextcloud- Modified: head/www/nextcloud-appointments/distinfo ============================================================================== --- head/www/nextcloud-appointments/distinfo Sun Mar 7 10:32:49 2021 (r567558) +++ head/www/nextcloud-appointments/distinfo Sun Mar 7 10:33:05 2021 (r567559) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614768446 -SHA256 (nextcloud/appointments-1.8.7/appointments.tar.gz) = 9434e6f9dc097b68c58316103ffae4daa75133c2e13f3b9b06b489b5bc25f2ee -SIZE (nextcloud/appointments-1.8.7/appointments.tar.gz) = 648627 +TIMESTAMP = 1615112260 +SHA256 (nextcloud/appointments-1.8.10/appointments.tar.gz) = 9434e6f9dc097b68c58316103ffae4daa75133c2e13f3b9b06b489b5bc25f2ee +SIZE (nextcloud/appointments-1.8.10/appointments.tar.gz) = 648627 From owner-svn-ports-all@freebsd.org Sun Mar 7 11:00:01 2021 Return-Path: Delivered-To: svn-ports-all@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 C8B915627FF; Sun, 7 Mar 2021 11:00:01 +0000 (UTC) (envelope-from tota@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 4Dtdm15J2dz4fbt; Sun, 7 Mar 2021 11:00:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8BB515388; Sun, 7 Mar 2021 11:00:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127B01NR021602; Sun, 7 Mar 2021 11:00:01 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127B01al021600; Sun, 7 Mar 2021 11:00:01 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103071100.127B01al021600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 7 Mar 2021 11:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567560 - head/finance/R-cran-gmm X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/finance/R-cran-gmm X-SVN-Commit-Revision: 567560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 11:00:01 -0000 Author: tota Date: Sun Mar 7 11:00:00 2021 New Revision: 567560 URL: https://svnweb.freebsd.org/changeset/ports/567560 Log: - Update to 1.6-6 Modified: head/finance/R-cran-gmm/Makefile (contents, props changed) head/finance/R-cran-gmm/distinfo (contents, props changed) Modified: head/finance/R-cran-gmm/Makefile ============================================================================== --- head/finance/R-cran-gmm/Makefile Sun Mar 7 10:33:05 2021 (r567559) +++ head/finance/R-cran-gmm/Makefile Sun Mar 7 11:00:00 2021 (r567560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmm -DISTVERSION= 1.6-5 +DISTVERSION= 1.6-6 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/finance/R-cran-gmm/distinfo ============================================================================== --- head/finance/R-cran-gmm/distinfo Sun Mar 7 10:33:05 2021 (r567559) +++ head/finance/R-cran-gmm/distinfo Sun Mar 7 11:00:00 2021 (r567560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590895677 -SHA256 (gmm_1.6-5.tar.gz) = b17090892261fa6707f895c591173a2a6f8f646b420b8229b6148a1c737e9f8a -SIZE (gmm_1.6-5.tar.gz) = 988624 +TIMESTAMP = 1615101387 +SHA256 (gmm_1.6-6.tar.gz) = b1b321ad1b4a4a14a2825a2c3eb939ce2f2bcef995247a1d638eca250e59739b +SIZE (gmm_1.6-6.tar.gz) = 1063124 From owner-svn-ports-all@freebsd.org Sun Mar 7 11:00:47 2021 Return-Path: Delivered-To: svn-ports-all@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 002BC562C62; Sun, 7 Mar 2021 11:00:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtdmt6d1xz4fh3; Sun, 7 Mar 2021 11:00:46 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D646C1522F; Sun, 7 Mar 2021 11:00:46 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127B0kMo023228; Sun, 7 Mar 2021 11:00:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127B0kbH023227; Sun, 7 Mar 2021 11:00:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103071100.127B0kbH023227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 7 Mar 2021 11:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567561 - head/security/krb5 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/security/krb5 X-SVN-Commit-Revision: 567561 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 11:00:47 -0000 Author: rene Date: Sun Mar 7 11:00:46 2021 New Revision: 567561 URL: https://svnweb.freebsd.org/changeset/ports/567561 Log: security/krb5: Remove option for non-existant krb5-116 Modified: head/security/krb5/Makefile Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Sun Mar 7 11:00:00 2021 (r567560) +++ head/security/krb5/Makefile Sun Mar 7 11:00:46 2021 (r567561) @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 116 117 118 119 +VERSIONS= 117 118 119 KRB5_VERSION?= 119 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} From owner-svn-ports-all@freebsd.org Sun Mar 7 11:06:12 2021 Return-Path: Delivered-To: svn-ports-all@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 5260B562E14; Sun, 7 Mar 2021 11:06:12 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtdv81tjbz4g00; Sun, 7 Mar 2021 11:06:12 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F8B814FD3; Sun, 7 Mar 2021 11:06:12 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127B6Cj7027356; Sun, 7 Mar 2021 11:06:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127B6BWv027354; Sun, 7 Mar 2021 11:06:11 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103071106.127B6BWv027354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 7 Mar 2021 11:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567562 - head/security/openssl-quictls X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/openssl-quictls X-SVN-Commit-Revision: 567562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 11:06:12 -0000 Author: brnrd Date: Sun Mar 7 11:06:11 2021 New Revision: 567562 URL: https://svnweb.freebsd.org/changeset/ports/567562 Log: security/openssl-quictls: Switch to hash-based version * Fixes fetch error Modified: head/security/openssl-quictls/Makefile head/security/openssl-quictls/distinfo Modified: head/security/openssl-quictls/Makefile ============================================================================== --- head/security/openssl-quictls/Makefile Sun Mar 7 11:00:46 2021 (r567561) +++ head/security/openssl-quictls/Makefile Sun Mar 7 11:06:11 2021 (r567562) @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 3.0.0.a12 +PORTREVISION= 1 CATEGORIES= security devel PKGNAMESUFFIX= -quictls @@ -29,7 +30,7 @@ USES= cpe perl5 USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= ${PKGNAMESUFFIX:S/-//} -GH_TAGNAME= ${PORTNAME}-3.0.0-alpha12+quic +GH_TAGNAME= 9398922 TEST_TARGET= test @@ -155,7 +156,7 @@ post-patch: ${REINPLACE_CMD} -Ee 's|^MANDIR=.*$$|MANDIR=$$(INSTALLTOP)/man|' \ -e 's|^(build\|install)_docs: .*|\1_docs: \1_man_docs|' \ ${WRKSRC}/Configurations/unix-Makefile.tmpl - ${REINPLACE_CMD} 's|SHLIB_VERSION=18.3|SHLIB_VERSION=${OPENSSL_SHLIBVER}|' \ + ${REINPLACE_CMD} 's|SHLIB_VERSION=81.3|SHLIB_VERSION=${OPENSSL_SHLIBVER}|' \ ${WRKSRC}/VERSION.dat post-configure: Modified: head/security/openssl-quictls/distinfo ============================================================================== --- head/security/openssl-quictls/distinfo Sun Mar 7 11:00:46 2021 (r567561) +++ head/security/openssl-quictls/distinfo Sun Mar 7 11:06:11 2021 (r567562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614850981 -SHA256 (quictls-openssl-3.0.0.a12-openssl-3.0.0-alpha12+quic_GH0.tar.gz) = 37f61d1d122698d0c3806566b4022884fc5404b43e98a1542521ebe74e184907 -SIZE (quictls-openssl-3.0.0.a12-openssl-3.0.0-alpha12+quic_GH0.tar.gz) = 14293926 +TIMESTAMP = 1615114800 +SHA256 (quictls-openssl-3.0.0.a12-9398922_GH0.tar.gz) = 1b3b9ae3426443bf0297c6a0648ca346fff62bb49a75467b93a83d0e41263f35 +SIZE (quictls-openssl-3.0.0.a12-9398922_GH0.tar.gz) = 14290345 From owner-svn-ports-all@freebsd.org Sun Mar 7 12:19:24 2021 Return-Path: Delivered-To: svn-ports-all@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 461AA5652F7; Sun, 7 Mar 2021 12:19:24 +0000 (UTC) (envelope-from wen@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 4DtgWc1bcxz4kTM; Sun, 7 Mar 2021 12:19:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A368161AE; Sun, 7 Mar 2021 12:19:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127CJNVc069106; Sun, 7 Mar 2021 12:19:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127CJMDd069101; Sun, 7 Mar 2021 12:19:22 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202103071219.127CJMDd069101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 7 Mar 2021 12:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567563 - in head/net/mosquitto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/net/mosquitto: . files X-SVN-Commit-Revision: 567563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 12:19:24 -0000 Author: wen Date: Sun Mar 7 12:19:22 2021 New Revision: 567563 URL: https://svnweb.freebsd.org/changeset/ports/567563 Log: - Update to 2.0.8 - Add CARES_DESC - Update DEPENDS PR: 252237 Submitted by: freebsd@justmail.de Approved by: maintainer Deleted: head/net/mosquitto/files/patch-src_CMakeLists.txt head/net/mosquitto/files/patch-src_mosquitto__passwd.c head/net/mosquitto/files/patch-src_security__default.c Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/files/patch-CMakeLists.txt head/net/mosquitto/files/patch-config.mk head/net/mosquitto/files/patch-mosquitto.conf head/net/mosquitto/pkg-plist Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/Makefile Sun Mar 7 12:19:22 2021 (r567563) @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.6.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ -PATCH_SITES= https://github.com/eclipse/mosquitto/commit/ -PATCHFILES= 8a4ae28fa926589e9891674ca4424dc703ad2d88.patch:-p1 - MAINTAINER= joe@thrallingpenguin.com COMMENT= Open source MQTT broker LICENSE= EPL -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +BUILD_DEPENDS= xsltproc:textproc/libxslt \ + docbook-xsl>0:textproc/docbook-xsl +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ + libcjson.so:devel/libcjson RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cmake ssl @@ -30,6 +29,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= CARES WS OPTIONS_DEFAULT= CARES +CARES_DESC= Asynchronous DNS resolution via c-ares CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CMAKE_ON= -DWITH_SRV:BOOL=ON Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/distinfo Sun Mar 7 12:19:22 2021 (r567563) @@ -1,5 +1,3 @@ -TIMESTAMP = 1598533546 -SHA256 (mosquitto-1.6.7.tar.gz) = bcd31a8fbbd053fee328986fadd8666d3058357ded56b9782f7d4f19931d178e -SIZE (mosquitto-1.6.7.tar.gz) = 591062 -SHA256 (8a4ae28fa926589e9891674ca4424dc703ad2d88.patch) = a142cb321992b975be27514fc074938098e83e322a87d40279492e75dd3dd74e -SIZE (8a4ae28fa926589e9891674ca4424dc703ad2d88.patch) = 1088 +TIMESTAMP = 1615114358 +SHA256 (mosquitto-2.0.8.tar.gz) = b15da8fc4edcb91d554e1259e220ea0173ef639ceaa4b465e06feb7e125b84bf +SIZE (mosquitto-2.0.8.tar.gz) = 756636 Modified: head/net/mosquitto/files/patch-CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-CMakeLists.txt Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/files/patch-CMakeLists.txt Sun Mar 7 12:19:22 2021 (r567563) @@ -1,26 +1,12 @@ -Index: CMakeLists.txt -=================================================================== ---- CMakeLists.txt.orig +--- CMakeLists.txt.orig 2020-12-28 11:28:48 UTC +++ CMakeLists.txt -@@ -15,6 +15,9 @@ set (VERSION 1.6.4) +@@ -14,6 +14,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cma add_definitions (-DCMAKE -DVERSION=\"${VERSION}\") -+include_directories(/usr/local/include) -+link_directories(/usr/local/lib) ++include_directories("/usr/local/include") ++link_directories("/usr/local/lib") + if (WIN32) add_definitions("-D_CRT_SECURE_NO_WARNINGS") add_definitions("-D_CRT_NONSTDC_NO_DEPRECATE") -@@ -108,9 +111,9 @@ install(FILES mosquitto.conf aclfile.exa - # ======================================== - - configure_file(libmosquitto.pc.in libmosquitto.pc @ONLY) --install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig") -+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig") - configure_file(libmosquittopp.pc.in libmosquittopp.pc @ONLY) --install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig") -+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig") - - # ======================================== - # Testing Modified: head/net/mosquitto/files/patch-config.mk ============================================================================== --- head/net/mosquitto/files/patch-config.mk Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/files/patch-config.mk Sun Mar 7 12:19:22 2021 (r567563) @@ -1,8 +1,6 @@ -Index: config.mk -=================================================================== ---- config.mk.orig +--- config.mk.orig 2020-12-28 13:24:40 UTC +++ config.mk -@@ -283,7 +283,7 @@ ifeq ($(WITH_WEBSOCKETS),static) +@@ -329,7 +329,7 @@ ifeq ($(WITH_WEBSOCKETS),static) endif INSTALL?=install Modified: head/net/mosquitto/files/patch-mosquitto.conf ============================================================================== --- head/net/mosquitto/files/patch-mosquitto.conf Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/files/patch-mosquitto.conf Sun Mar 7 12:19:22 2021 (r567563) @@ -1,9 +1,7 @@ -Index: mosquitto.conf -=================================================================== ---- mosquitto.conf.orig +--- mosquitto.conf.orig 2020-12-28 13:22:44 UTC +++ mosquitto.conf -@@ -158,7 +158,7 @@ - # This should be set to /var/run/mosquitto.pid if mosquitto is +@@ -148,7 +148,7 @@ + # This should be set to /var/run/mosquitto/mosquitto.pid if mosquitto is # being run automatically on boot with an init script and # start-stop-daemon or similar. -#pid_file @@ -11,25 +9,16 @@ Index: mosquitto.conf # Set to true to queue messages with QoS 0 when a persistent client is # disconnected. These messages are included in the limit imposed by -@@ -195,7 +195,7 @@ +@@ -187,7 +187,7 @@ # If run as a non-root user, this setting has no effect. - # Note that on Windows this has no effect and so mosquitto should - # be started by the user you wish it to run as. + # Note that on Windows this has no effect and so mosquitto should be started by + # the user you wish it to run as. -#user mosquitto +user nobody # ================================================================= - # Default listener -@@ -208,7 +208,7 @@ - #bind_address - - # Port to use for the default listener. --#port 1883 -+port 1883 - - # Bind the listener to a specific interface. This is similar to - # bind_address above but is useful when an interface has multiple addresses or -@@ -267,7 +267,7 @@ + # Listeners +@@ -340,7 +340,7 @@ # containing the CA certificates. For capath to work correctly, the # certificate files must have ".crt" as the file ending and you must run # "openssl rehash " each time you add/remove a certificate. @@ -37,4 +26,4 @@ Index: mosquitto.conf +cafile /usr/local/share/certs/ca-root-nss.crt #capath - # Path to the PEM encoded server certificate. + Modified: head/net/mosquitto/pkg-plist ============================================================================== --- head/net/mosquitto/pkg-plist Sun Mar 7 11:06:11 2021 (r567562) +++ head/net/mosquitto/pkg-plist Sun Mar 7 12:19:22 2021 (r567563) @@ -1,3 +1,4 @@ +bin/mosquitto_ctrl bin/mosquitto_passwd bin/mosquitto_pub bin/mosquitto_sub @@ -10,14 +11,18 @@ include/mosquitto.h include/mosquitto_broker.h include/mosquitto_plugin.h include/mosquittopp.h +include/mqtt_protocol.h lib/libmosquitto.so lib/libmosquitto.so.1 lib/libmosquitto.so.%%PORTVERSION%% lib/libmosquittopp.so lib/libmosquittopp.so.1 lib/libmosquittopp.so.%%PORTVERSION%% +lib/mosquitto_dynamic_security.so libdata/pkgconfig/libmosquitto.pc libdata/pkgconfig/libmosquittopp.pc +man/man1/mosquitto_ctrl.1.gz +man/man1/mosquitto_ctrl_dynsec.1.gz man/man1/mosquitto_passwd.1.gz man/man1/mosquitto_pub.1.gz man/man1/mosquitto_rr.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 12:20:25 2021 Return-Path: Delivered-To: svn-ports-all@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 AAF945656C3; Sun, 7 Mar 2021 12:20:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtgXn4PMhz4kZv; Sun, 7 Mar 2021 12:20:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A28B15FDC; Sun, 7 Mar 2021 12:20:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127CKPeS069271; Sun, 7 Mar 2021 12:20:25 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127CKPdZ069269; Sun, 7 Mar 2021 12:20:25 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103071220.127CKPdZ069269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 7 Mar 2021 12:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567564 - head/irc/weechat X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/irc/weechat X-SVN-Commit-Revision: 567564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 12:20:25 -0000 Author: brnrd Date: Sun Mar 7 12:20:24 2021 New Revision: 567564 URL: https://svnweb.freebsd.org/changeset/ports/567564 Log: irc/weechat: Update to 3.1 Modified: head/irc/weechat/Makefile head/irc/weechat/distinfo Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Sun Mar 7 12:19:22 2021 (r567563) +++ head/irc/weechat/Makefile Sun Mar 7 12:20:24 2021 (r567564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -DISTVERSION= 3.0.1 +DISTVERSION= 3.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ Modified: head/irc/weechat/distinfo ============================================================================== --- head/irc/weechat/distinfo Sun Mar 7 12:19:22 2021 (r567563) +++ head/irc/weechat/distinfo Sun Mar 7 12:20:24 2021 (r567564) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612092431 -SHA256 (weechat-3.0.1.tar.xz) = 781d9bfc7e1321447de9949263b82e3ee45639b7d71693558f40ff87211ca6dd -SIZE (weechat-3.0.1.tar.xz) = 2215312 +TIMESTAMP = 1615116905 +SHA256 (weechat-3.1.tar.xz) = a55a2975aa119f76983412507e3ddb3fe68d0744e08739681ddc17744e77a4f7 +SIZE (weechat-3.1.tar.xz) = 2230316 From owner-svn-ports-all@freebsd.org Sun Mar 7 12:26:31 2021 Return-Path: Delivered-To: svn-ports-all@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 8B65756583A; Sun, 7 Mar 2021 12:26:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtggq3G14z4kt4; Sun, 7 Mar 2021 12:26:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EB9516604; Sun, 7 Mar 2021 12:26:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127CQV7V075246; Sun, 7 Mar 2021 12:26:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127CQUfO075244; Sun, 7 Mar 2021 12:26:30 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103071226.127CQUfO075244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 7 Mar 2021 12:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567565 - head/multimedia/w_scan2 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/multimedia/w_scan2 X-SVN-Commit-Revision: 567565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 12:26:31 -0000 Author: rene Date: Sun Mar 7 12:26:30 2021 New Revision: 567565 URL: https://svnweb.freebsd.org/changeset/ports/567565 Log: multimedia/w_scan2: update to 1.0.10 * generate initial tuning data output for dvbv5-scan * updated "satellites.dat" file, data from https://en.kingofsat.net/satellites.php Reported by: portscout Modified: head/multimedia/w_scan2/Makefile head/multimedia/w_scan2/distinfo Modified: head/multimedia/w_scan2/Makefile ============================================================================== --- head/multimedia/w_scan2/Makefile Sun Mar 7 12:20:24 2021 (r567564) +++ head/multimedia/w_scan2/Makefile Sun Mar 7 12:26:30 2021 (r567565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= w_scan2 -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= multimedia MAINTAINER= rene@FreeBSD.org Modified: head/multimedia/w_scan2/distinfo ============================================================================== --- head/multimedia/w_scan2/distinfo Sun Mar 7 12:20:24 2021 (r567564) +++ head/multimedia/w_scan2/distinfo Sun Mar 7 12:26:30 2021 (r567565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598103820 -SHA256 (stefantalpalaru-w_scan2-1.0.9_GH0.tar.gz) = a2718e922302297f845961af54e615852be4f575bea63f3a90ed19a04d955f36 -SIZE (stefantalpalaru-w_scan2-1.0.9_GH0.tar.gz) = 232486 +TIMESTAMP = 1615063849 +SHA256 (stefantalpalaru-w_scan2-1.0.10_GH0.tar.gz) = 7b0ebe2a6dd8ffa9ebf8411f016fafec49dd7c86fe88684d452907e22e9d4b76 +SIZE (stefantalpalaru-w_scan2-1.0.10_GH0.tar.gz) = 200582 From owner-svn-ports-all@freebsd.org Sun Mar 7 12:30:21 2021 Return-Path: Delivered-To: svn-ports-all@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 3AC9A566100; Sun, 7 Mar 2021 12:30:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtgmF1DY9z4lPx; Sun, 7 Mar 2021 12:30:21 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615120221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m2byR5V4jITtQLjIvsNpWZ68/rpevbQGtttrb6M4Jqk=; b=aYSJLDrY4wTgF5VLKZtdKsAzZnpmjfWSMWNIUj+USwZSClJccd9T1GzFzrSNOvmtdvjKNB 8fYgvwUmsncG+MipcwGtBrYDe6Rs/VhXG0ptr8PdbBvi5HXzEVAjmzbfiMiC5PdM5cSUXr jgr0Kpo/Lb/YIrRGD2ZHyzXI6oU4uq1xw7Iydoh/M3pNV8xzAPwEs70d2Ul94qHRxp5E+Z CxOy2PJXOU+GRZ4wLm+QxF4OMCutGdN2S45R/jipgFVtl+qGb33Cg0DMWqBR38S1T+3J3Y DSjNnJ2z8rekSXH8AArGeQgCJY5nsjfPCuoT5k1hICd0j6/vzYsbMR/4jLPycA== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 2312E4E6D; Sun, 7 Mar 2021 12:30:21 +0000 (UTC) Date: Sun, 7 Mar 2021 12:30:21 +0000 From: Alexey Dokuchaev To: Wen Heping Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r567563 - in head/net/mosquitto: . files Message-ID: <20210307123021.GA45582@FreeBSD.org> References: <202103071219.127CJMDd069101@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202103071219.127CJMDd069101@repo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615120221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m2byR5V4jITtQLjIvsNpWZ68/rpevbQGtttrb6M4Jqk=; b=pk/zJ7MDW+QTDti4v8hehkVvqS+hBUy5etz2a7QHYOvaFlLdm8l3w++kFXMWYfyHYTzv3L O0dfccLxXE+9Dxx/QsBOvHl8pb8lOOk2IUatS5T6RMNlKfwzPmzY3oCb7oc2JjC84fR8xb xh5C/nDkdI1todcPUa7Vayokln5U5cht8KhaEpm2N7vDT6UkwR0AHeUQgcxM40VUyIdi2p PBYgBc0pZQFliOCaOYCTMxc9DXPU4+Hp7fklCfjVGSnk8+fZ4nm47ixRGtB0v3yAFioY7z E6ufwuTaBnCLpAK9a0SE/dtXyuvQtHf0idqsjbjfsvqaLDJFJ9Dzy0Qrwv+csA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1615120221; a=rsa-sha256; cv=none; b=tLuyeNbGNyuF6DZCOitoVuFYolGnUmrfG7XOzSbK5MeI4of0On3yomV19n67uSIP0UdI39 e1UXVk3cNriSF3zKC/nXhPHIaO+HSNUd02LsDYC/WhSpMTDa9HCioCKZ1F5GbDjXarUzId k6dKQ+cy2C/h1xp3+vJGaPkvbee0rckIRDr7z9vAA082BvswB1A/qjFlLAoavA82+wjTJ7 Q7DaMz0G1fNTKeBdsNp21aIcbZA7eelhIP+FLO96o2VSHSszXRU3KyEII45yH1iQUH9YS4 a1wfi8/PY/HzD30hidegoLsxl9/YqZP6l6JAZGMePA0InLXQP1v3plmbe+qHxQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 12:30:21 -0000 On Sun, Mar 07, 2021 at 12:19:22PM +0000, Wen Heping wrote: > New Revision: 567563 > URL: https://svnweb.freebsd.org/changeset/ports/567563 > > Log: > - Update to 2.0.8 > - Add CARES_DESC <-- Why? > ... > OPTIONS_DEFAULT= CARES > > +CARES_DESC= Asynchronous DNS resolution via c-ares It matches our default (since r300321) description verbatim. ./danfe From owner-svn-ports-all@freebsd.org Sun Mar 7 13:07:04 2021 Return-Path: Delivered-To: svn-ports-all@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 0B857566D0F; Sun, 7 Mar 2021 13:07:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DthZb6x80z4mrZ; Sun, 7 Mar 2021 13:07:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0C6016A60; Sun, 7 Mar 2021 13:07:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127D73vG098883; Sun, 7 Mar 2021 13:07:03 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127D73Ce098882; Sun, 7 Mar 2021 13:07:03 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103071307.127D73Ce098882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 7 Mar 2021 13:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567566 - head/editors/emacs X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/editors/emacs X-SVN-Commit-Revision: 567566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:07:04 -0000 Author: pkubaj Date: Sun Mar 7 13:07:03 2021 New Revision: 567566 URL: https://svnweb.freebsd.org/changeset/ports/567566 Log: editors/emacs: fix build on powerpc64le Use GCC: Hash table too large Modified: head/editors/emacs/Makefile Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Sun Mar 7 12:26:30 2021 (r567565) +++ head/editors/emacs/Makefile Sun Mar 7 13:07:03 2021 (r567566) @@ -229,6 +229,10 @@ XWIDGETS_CONFIGURE_WITH= xwidgets .include +.if ${ARCH} == powerpc64le +USE_GCC= yes +.endif + .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MMOTIF} \ && !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D} CONFIGURE_ARGS+= --with-x-toolkit=no From owner-svn-ports-all@freebsd.org Sun Mar 7 13:25:22 2021 Return-Path: Delivered-To: svn-ports-all@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 20D3F5671EA; Sun, 7 Mar 2021 13:25:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dthzk0SFnz4nmV; Sun, 7 Mar 2021 13:25:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E826B17016; Sun, 7 Mar 2021 13:25:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127DPLqt010688; Sun, 7 Mar 2021 13:25:21 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127DPLdK010687; Sun, 7 Mar 2021 13:25:21 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103071325.127DPLdK010687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 7 Mar 2021 13:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567567 - head/multimedia/w_scan2/files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/multimedia/w_scan2/files X-SVN-Commit-Revision: 567567 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:25:22 -0000 Author: rene Date: Sun Mar 7 13:25:21 2021 New Revision: 567567 URL: https://svnweb.freebsd.org/changeset/ports/567567 Log: multimedia/w_scan2: remove obsolete patch. Test builds on 11.4-i386 and head-amd64 show no difference in their logs. Deleted: head/multimedia/w_scan2/files/patch-src_si__types.h From owner-svn-ports-all@freebsd.org Sun Mar 7 13:28:14 2021 Return-Path: Delivered-To: svn-ports-all@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 7A5085670A1; Sun, 7 Mar 2021 13:28:14 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtj3233Ssz4nxj; Sun, 7 Mar 2021 13:28:14 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C28A170AD; Sun, 7 Mar 2021 13:28:14 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127DSECj010803; Sun, 7 Mar 2021 13:28:14 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127DSEVi010802; Sun, 7 Mar 2021 13:28:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103071328.127DSEVi010802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 7 Mar 2021 13:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567568 - head/www/chromium X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/www/chromium X-SVN-Commit-Revision: 567568 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:28:14 -0000 Author: rene Date: Sun Mar 7 13:28:13 2021 New Revision: 567568 URL: https://svnweb.freebsd.org/changeset/ports/567568 Log: www/chromium: some improvements for custom builds: - enable link-time optimization (only for 13.0+ for now) [1] - make Kerberos backend configurable (default unchanged) [2] PR: 253628 [1] PR: 254086 [2] Submitted by: iron.udjin@gmail.com [1] Submitted by: david@dcrosstech.com [2] Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Mar 7 13:25:21 2021 (r567567) +++ head/www/chromium/Makefile Sun Mar 7 13:28:13 2021 (r567568) @@ -127,12 +127,20 @@ GN_ARGS+= google_api_key="AIzaSyBsp9n41JLW8jCokwn7vhoa SUB_FILES= chromium-browser.desktop chrome SUB_LIST+= COMMENT="${COMMENT}" -OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS TEST +OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS LTO TEST CODECS_DESC= Compile and enable patented codecs like H.264 DRIVER_DESC= Install chromedriver OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO SNDIO +OPTIONS_RADIO= KERBEROS +OPTIONS_RADIO_KERBEROS= HEIMDAL HEIMDAL_BASE MIT +HEIMDAL_DESC= Heimdal Kerberos (security/heimdal) +HEIMDAL_BASE_DESC= Heimdal Kerberos (base) +MIT_DESC= MIT Kerberos (security/krb5) +HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal +MIT_LIB_DEPENDS= libkrb.so.3:security/krb5 + OPTIONS_DEFAULT= CODECS CUPS DRIVER KERBEROS SNDIO OPTIONS_SUB= yes @@ -156,19 +164,23 @@ DEBUG_VARS= BUILDTYPE=Debug \ GN_ARGS+=is_component_build=false \ GN_ARGS+=symbol_level=1 \ GN_BOOTSTRAP_FLAGS+=--debug \ - WANTSPACE="lots of free disk space (~ 13GB)" + WANTSPACE="13 GB" DEBUG_VARS_OFF= BUILDTYPE=Release \ GN_ARGS+=blink_symbol_level=0 \ GN_ARGS+=is_debug=false \ GN_ARGS+=is_official_build=true \ GN_ARGS+=symbol_level=0 \ - WANTSPACE="a fair amount of free disk space (~ 6.5GB)" + WANTSPACE="6.5 GB" DRIVER_MAKE_ARGS= chromedriver KERBEROS_VARS= GN_ARGS+=use_kerberos=true KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false +LTO_VARS= GN_ARGS+=use_thin_lto=true \ + GN_ARGS+=thin_lto_enable_optimizations=true \ + WANTSPACE="14 GB" + PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_VARS= GN_ARGS+=use_pulseaudio=true PULSEAUDIO_VARS_OFF= GN_ARGS+=use_pulseaudio=false @@ -188,9 +200,17 @@ TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${ .include +.if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so) +IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-build_config_compiler_pgo_pgo.gni + +.if ${PORT_OPTIONS:MLTO} +BROKEN+= does not build with LTO on FreeBSD < 13, needs LLVM 11+ .endif +.endif # swiftshader/lib/{libEGL.so,libGLESv2.so} is x86 only .if ${ARCH} == aarch64 @@ -215,7 +235,7 @@ MAKE_ENV+= C_INCLUDE_PATH=${LOCALBASE}/include \ pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "To build Chromium, you should have around 2GB of memory" - @${ECHO_MSG} "and ${WANTSPACE}." + @${ECHO_MSG} "and around ${WANTSPACE} of free disk space." @${ECHO_MSG} post-extract-TEST-on: From owner-svn-ports-all@freebsd.org Sun Mar 7 13:30:08 2021 Return-Path: Delivered-To: svn-ports-all@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 22F215672B4; Sun, 7 Mar 2021 13:30:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtj5D0TpCz4p1q; Sun, 7 Mar 2021 13:30:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0382916EAF; Sun, 7 Mar 2021 13:30:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127DU7Rt010995; Sun, 7 Mar 2021 13:30:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127DU7vg010993; Sun, 7 Mar 2021 13:30:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103071330.127DU7vg010993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 7 Mar 2021 13:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567569 - head/x11-fm/thunar X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11-fm/thunar X-SVN-Commit-Revision: 567569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:30:08 -0000 Author: madpilot Date: Sun Mar 7 13:30:07 2021 New Revision: 567569 URL: https://svnweb.freebsd.org/changeset/ports/567569 Log: Update thunat to 4.16.4 Modified: head/x11-fm/thunar/Makefile head/x11-fm/thunar/distinfo Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Sun Mar 7 13:28:13 2021 (r567568) +++ head/x11-fm/thunar/Makefile Sun Mar 7 13:30:07 2021 (r567569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunar -DISTVERSION= 4.16.3 +DISTVERSION= 4.16.4 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 Modified: head/x11-fm/thunar/distinfo ============================================================================== --- head/x11-fm/thunar/distinfo Sun Mar 7 13:28:13 2021 (r567568) +++ head/x11-fm/thunar/distinfo Sun Mar 7 13:30:07 2021 (r567569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612889734 -SHA256 (xfce4/thunar-4.16.3.tar.bz2) = 5524dc89da6f1492a5644214be210c4c2d359723a1f8be3e795ea974f2d1ff72 -SIZE (xfce4/thunar-4.16.3.tar.bz2) = 2434256 +TIMESTAMP = 1615116189 +SHA256 (xfce4/thunar-4.16.4.tar.bz2) = d51a2018c1ba7dcc420e7a84d85cc17a58f26fb1c80ee4c15e689a49f10425f9 +SIZE (xfce4/thunar-4.16.4.tar.bz2) = 2434519 From owner-svn-ports-all@freebsd.org Sun Mar 7 13:35:36 2021 Return-Path: Delivered-To: svn-ports-all@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 47B125670F2; Sun, 7 Mar 2021 13:35:36 +0000 (UTC) (envelope-from 0mp@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 4DtjCX1b0Bz4pSJ; Sun, 7 Mar 2021 13:35:36 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 296CD17318; Sun, 7 Mar 2021 13:35:36 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127DZaPh016935; Sun, 7 Mar 2021 13:35:36 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127DZZpE016931; Sun, 7 Mar 2021 13:35:35 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202103071335.127DZZpE016931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 7 Mar 2021 13:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567570 - in head/net-im: . libsignal-client libsignal-client/files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/net-im: . libsignal-client libsignal-client/files X-SVN-Commit-Revision: 567570 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:35:36 -0000 Author: 0mp Date: Sun Mar 7 13:35:34 2021 New Revision: 567570 URL: https://svnweb.freebsd.org/changeset/ports/567570 Log: Add net-im/libsignal-client libsignal-client is an implementation of the Signal client protocol in Rust. It is under heavy development at the moment and subject to change without notice. Its use outside Signal is not yet recommended. WWW: https://github.com/signalapp/libsignal-client Added: head/net-im/libsignal-client/ head/net-im/libsignal-client/Makefile (contents, props changed) head/net-im/libsignal-client/distinfo (contents, props changed) head/net-im/libsignal-client/files/ head/net-im/libsignal-client/files/patch-cargo-crates_jni-0.17.0_build.rs (contents, props changed) head/net-im/libsignal-client/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Sun Mar 7 13:30:07 2021 (r567569) +++ head/net-im/Makefile Sun Mar 7 13:35:34 2021 (r567570) @@ -61,6 +61,7 @@ SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libquotient + SUBDIR += libsignal-client SUBDIR += libsignon-glib SUBDIR += libstrophe SUBDIR += licq Added: head/net-im/libsignal-client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libsignal-client/Makefile Sun Mar 7 13:35:34 2021 (r567570) @@ -0,0 +1,226 @@ +# $FreeBSD$ + +PORTNAME= libsignal-client +DISTVERSIONPREFIX= java- +DISTVERSION= 0.2.3 +CATEGORIES= net-im java + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Implementation of the Signal client protocol + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +# Rust stable is not supported currently: +# https://github.com/signalapp/libsignal-client/issues/141 +BUILD_DEPENDS= rust-nightly>=0:lang/rust-nightly \ + protoc:devel/protobuf + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= signalapp +CARGO_CRATES= addr2line-0.13.0 \ + adler-0.2.3 \ + aes-0.6.0 \ + aes-soft-0.6.3 \ + aesni-0.10.0 \ + anyhow-1.0.33 \ + arrayref-0.3.6 \ + async-trait-0.1.41 \ + atty-0.2.14 \ + autocfg-1.0.1 \ + backtrace-0.3.52 \ + base64-0.13.0 \ + bitflags-1.2.1 \ + block-buffer-0.9.0 \ + block-modes-0.7.0 \ + block-padding-0.2.1 \ + bstr-0.2.14 \ + bumpalo-3.4.0 \ + byteorder-1.3.4 \ + bytes-0.5.6 \ + cast-0.2.3 \ + cc-1.0.62 \ + cesu8-1.1.0 \ + cfg-if-0.1.10 \ + cfg-if-1.0.0 \ + chunked_transfer-1.3.0 \ + cipher-0.2.5 \ + clap-2.33.3 \ + combine-4.3.2 \ + core-foundation-0.9.1 \ + core-foundation-sys-0.8.2 \ + cpuid-bool-0.1.2 \ + criterion-0.3.3 \ + criterion-plot-0.4.3 \ + crossbeam-channel-0.4.4 \ + crossbeam-deque-0.7.3 \ + crossbeam-epoch-0.8.2 \ + crossbeam-utils-0.7.2 \ + crypto-mac-0.9.1 \ + cslice-0.2.0 \ + csv-1.1.3 \ + csv-core-0.1.10 \ + ctr-0.6.0 \ + curve25519-dalek-3.0.0 \ + digest-0.9.0 \ + either-1.6.1 \ + error-chain-0.12.4 \ + fixedbitset-0.2.0 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.0.0 \ + futures-0.3.7 \ + futures-channel-0.3.7 \ + futures-core-0.3.7 \ + futures-executor-0.3.7 \ + futures-io-0.3.7 \ + futures-macro-0.3.7 \ + futures-sink-0.3.7 \ + futures-task-0.3.7 \ + futures-util-0.3.7 \ + generic-array-0.14.4 \ + getrandom-0.1.15 \ + gimli-0.22.0 \ + half-1.6.0 \ + hashbrown-0.9.1 \ + heck-0.3.1 \ + hermit-abi-0.1.17 \ + hex-0.4.2 \ + hmac-0.9.0 \ + idna-0.2.0 \ + indexmap-1.6.0 \ + itertools-0.8.2 \ + itertools-0.9.0 \ + itoa-0.4.6 \ + jni-0.17.0 \ + jni-sys-0.3.0 \ + js-sys-0.3.45 \ + lazy_static-1.4.0 \ + libc-0.2.79 \ + libloading-0.6.6 \ + linkme-0.2.4 \ + linkme-impl-0.2.4 \ + log-0.4.11 \ + matches-0.1.8 \ + maybe-uninit-2.0.0 \ + memchr-2.3.3 \ + memoffset-0.5.6 \ + miniz_oxide-0.4.3 \ + multimap-0.8.2 \ + native-tls-0.2.6 \ + neon-0.7.0 \ + neon-build-0.5.3 \ + neon-build-0.7.0 \ + neon-macros-0.7.0 \ + neon-runtime-0.7.0 \ + num-traits-0.2.12 \ + num_cpus-1.13.0 \ + object-0.20.0 \ + once_cell-1.4.1 \ + oorandom-11.1.2 \ + opaque-debug-0.3.0 \ + openssl-0.10.30 \ + openssl-probe-0.1.2 \ + openssl-sys-0.9.58 \ + packed_simd-0.3.3 \ + paste-1.0.4 \ + percent-encoding-2.1.0 \ + petgraph-0.5.1 \ + pin-project-1.0.1 \ + pin-project-internal-1.0.1 \ + pin-project-lite-0.1.11 \ + pin-utils-0.1.0 \ + pkg-config-0.3.19 \ + plotters-0.2.15 \ + polyval-0.4.1 \ + ppv-lite86-0.2.9 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.6 \ + proc-macro2-1.0.24 \ + prost-0.6.1 \ + prost-build-0.6.1 \ + prost-derive-0.6.1 \ + prost-types-0.6.1 \ + qstring-0.7.2 \ + quote-1.0.7 \ + rand-0.7.3 \ + rand_chacha-0.2.2 \ + rand_core-0.5.1 \ + rand_hc-0.2.0 \ + rayon-1.4.1 \ + rayon-core-1.8.1 \ + redox_syscall-0.1.57 \ + regex-1.4.1 \ + regex-automata-0.1.9 \ + regex-syntax-0.6.20 \ + remove_dir_all-0.5.3 \ + rustc-demangle-0.1.17 \ + rustc_version-0.2.3 \ + ryu-1.0.5 \ + same-file-1.0.6 \ + schannel-0.1.19 \ + scopeguard-1.1.0 \ + security-framework-2.0.0 \ + security-framework-sys-2.0.0 \ + semver-0.9.0 \ + semver-parser-0.7.0 \ + serde-1.0.117 \ + serde_cbor-0.11.1 \ + serde_derive-1.0.117 \ + serde_json-1.0.59 \ + sha2-0.9.1 \ + slab-0.4.2 \ + smallvec-1.4.2 \ + static_assertions-1.1.0 \ + subtle-2.3.0 \ + syn-1.0.45 \ + syn-mid-0.5.3 \ + synstructure-0.12.4 \ + tempfile-3.1.0 \ + textwrap-0.11.0 \ + tinytemplate-1.1.0 \ + tinyvec-1.1.0 \ + tinyvec_macros-0.1.0 \ + typenum-1.12.0 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.16 \ + unicode-segmentation-1.6.0 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.1 \ + universal-hash-0.4.0 \ + unzip3-1.0.0 \ + ureq-1.5.2 \ + url-2.2.0 \ + vcpkg-0.2.10 \ + version_check-0.9.2 \ + walkdir-2.3.1 \ + wasi-0.9.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.68 \ + wasm-bindgen-backend-0.2.68 \ + wasm-bindgen-macro-0.2.68 \ + wasm-bindgen-macro-support-0.2.68 \ + wasm-bindgen-shared-0.2.68 \ + web-sys-0.3.45 \ + which-3.1.1 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + x25519-dalek-1.1.0 \ + zeroize-1.1.1 \ + zeroize_derive-1.0.1 +# CARGO_BUILDDEP=no is needed to force the use of rust-nightly. +CARGO_BUILDDEP= no +CARGO_BUILD_ARGS= --package libsignal-jni +CARGO_ENV= CARGO_PROFILE_RELEASE_LTO=thin +CARGO_INSTALL= no +USE_LDCONFIG= yes + +PLIST_FILES= lib/libsignal_jni.so + +do-install: + ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libsignal_jni.so \ + ${STAGEDIR}${PREFIX}/lib/ + +.include Added: head/net-im/libsignal-client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libsignal-client/distinfo Sun Mar 7 13:35:34 2021 (r567570) @@ -0,0 +1,389 @@ +TIMESTAMP = 1615122577 +SHA256 (rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072 +SIZE (rust/crates/addr2line-0.13.0.tar.gz) = 29996 +SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e +SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 +SHA256 (rust/crates/aes-0.6.0.tar.gz) = 884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561 +SIZE (rust/crates/aes-0.6.0.tar.gz) = 86774 +SHA256 (rust/crates/aes-soft-0.6.3.tar.gz) = 4e8bdbc97ba3854ecf597a3b69d7bd30a719dee72d22ce6313c84dbf2c8f2694 +SIZE (rust/crates/aes-soft-0.6.3.tar.gz) = 99703 +SHA256 (rust/crates/aesni-0.10.0.tar.gz) = ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce +SIZE (rust/crates/aesni-0.10.0.tar.gz) = 100248 +SHA256 (rust/crates/anyhow-1.0.33.tar.gz) = a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c +SIZE (rust/crates/anyhow-1.0.33.tar.gz) = 28540 +SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 +SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 +SHA256 (rust/crates/async-trait-0.1.41.tar.gz) = b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0 +SIZE (rust/crates/async-trait-0.1.41.tar.gz) = 24830 +SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 +SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 +SHA256 (rust/crates/backtrace-0.3.52.tar.gz) = f813291114c186a042350e787af10c26534601062603d888be110f59f85ef8fa +SIZE (rust/crates/backtrace-0.3.52.tar.gz) = 71838 +SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 +SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 +SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 +SHA256 (rust/crates/block-modes-0.7.0.tar.gz) = 57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0 +SIZE (rust/crates/block-modes-0.7.0.tar.gz) = 13464 +SHA256 (rust/crates/block-padding-0.2.1.tar.gz) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae +SIZE (rust/crates/block-padding-0.2.1.tar.gz) = 7672 +SHA256 (rust/crates/bstr-0.2.14.tar.gz) = 473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf +SIZE (rust/crates/bstr-0.2.14.tar.gz) = 345490 +SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 +SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 +SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de +SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 +SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 +SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 +SHA256 (rust/crates/cast-0.2.3.tar.gz) = 4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0 +SIZE (rust/crates/cast-0.2.3.tar.gz) = 11446 +SHA256 (rust/crates/cc-1.0.62.tar.gz) = f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40 +SIZE (rust/crates/cc-1.0.62.tar.gz) = 52639 +SHA256 (rust/crates/cesu8-1.1.0.tar.gz) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.tar.gz) = 10555 +SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 +SHA256 (rust/crates/chunked_transfer-1.3.0.tar.gz) = 7477065d45a8fe57167bf3cf8bcd3729b54cfcb81cca49bda2d038ea89ae82ca +SIZE (rust/crates/chunked_transfer-1.3.0.tar.gz) = 9245 +SHA256 (rust/crates/cipher-0.2.5.tar.gz) = 12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801 +SIZE (rust/crates/cipher-0.2.5.tar.gz) = 13099 +SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 +SHA256 (rust/crates/combine-4.3.2.tar.gz) = 2809f67365382d65fd2b6d9c22577231b954ed27400efeafbe687bda75abcc0b +SIZE (rust/crates/combine-4.3.2.tar.gz) = 124863 +SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 +SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 +SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b +SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 +SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 +SHA256 (rust/crates/criterion-0.3.3.tar.gz) = 70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8 +SIZE (rust/crates/criterion-0.3.3.tar.gz) = 106132 +SHA256 (rust/crates/criterion-plot-0.4.3.tar.gz) = e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d +SIZE (rust/crates/criterion-plot-0.4.3.tar.gz) = 17226 +SHA256 (rust/crates/crossbeam-channel-0.4.4.tar.gz) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87 +SIZE (rust/crates/crossbeam-channel-0.4.4.tar.gz) = 86868 +SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 +SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 +SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace +SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 +SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 +SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 +SHA256 (rust/crates/crypto-mac-0.9.1.tar.gz) = 58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca +SIZE (rust/crates/crypto-mac-0.9.1.tar.gz) = 9364 +SHA256 (rust/crates/cslice-0.2.0.tar.gz) = 697c714f50560202b1f4e2e09cd50a421881c83e9025db75d15f276616f04f40 +SIZE (rust/crates/cslice-0.2.0.tar.gz) = 6114 +SHA256 (rust/crates/csv-1.1.3.tar.gz) = 00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279 +SIZE (rust/crates/csv-1.1.3.tar.gz) = 890849 +SHA256 (rust/crates/csv-core-0.1.10.tar.gz) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 +SIZE (rust/crates/csv-core-0.1.10.tar.gz) = 25668 +SHA256 (rust/crates/ctr-0.6.0.tar.gz) = fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f +SIZE (rust/crates/ctr-0.6.0.tar.gz) = 17092 +SHA256 (rust/crates/curve25519-dalek-3.0.0.tar.gz) = c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307 +SIZE (rust/crates/curve25519-dalek-3.0.0.tar.gz) = 506759 +SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 +SHA256 (rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.tar.gz) = 13641 +SHA256 (rust/crates/error-chain-0.12.4.tar.gz) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc +SIZE (rust/crates/error-chain-0.12.4.tar.gz) = 29274 +SHA256 (rust/crates/fixedbitset-0.2.0.tar.gz) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d +SIZE (rust/crates/fixedbitset-0.2.0.tar.gz) = 13597 +SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 +SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 +SHA256 (rust/crates/form_urlencoded-1.0.0.tar.gz) = ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00 +SIZE (rust/crates/form_urlencoded-1.0.0.tar.gz) = 8412 +SHA256 (rust/crates/futures-0.3.7.tar.gz) = 95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797 +SIZE (rust/crates/futures-0.3.7.tar.gz) = 39868 +SHA256 (rust/crates/futures-channel-0.3.7.tar.gz) = 0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151 +SIZE (rust/crates/futures-channel-0.3.7.tar.gz) = 29462 +SHA256 (rust/crates/futures-core-0.3.7.tar.gz) = 18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46 +SIZE (rust/crates/futures-core-0.3.7.tar.gz) = 13849 +SHA256 (rust/crates/futures-executor-0.3.7.tar.gz) = f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb +SIZE (rust/crates/futures-executor-0.3.7.tar.gz) = 16643 +SHA256 (rust/crates/futures-io-0.3.7.tar.gz) = 6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b +SIZE (rust/crates/futures-io-0.3.7.tar.gz) = 9130 +SHA256 (rust/crates/futures-macro-0.3.7.tar.gz) = e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe +SIZE (rust/crates/futures-macro-0.3.7.tar.gz) = 9771 +SHA256 (rust/crates/futures-sink-0.3.7.tar.gz) = 0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11 +SIZE (rust/crates/futures-sink-0.3.7.tar.gz) = 7729 +SHA256 (rust/crates/futures-task-0.3.7.tar.gz) = 96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c +SIZE (rust/crates/futures-task-0.3.7.tar.gz) = 11134 +SHA256 (rust/crates/futures-util-0.3.7.tar.gz) = abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34 +SIZE (rust/crates/futures-util-0.3.7.tar.gz) = 133338 +SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 +SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 +SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 +SHA256 (rust/crates/gimli-0.22.0.tar.gz) = aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724 +SIZE (rust/crates/gimli-0.22.0.tar.gz) = 704135 +SHA256 (rust/crates/half-1.6.0.tar.gz) = d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177 +SIZE (rust/crates/half-1.6.0.tar.gz) = 36740 +SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 +SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 +SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 +SHA256 (rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 +SIZE (rust/crates/hermit-abi-0.1.17.tar.gz) = 10065 +SHA256 (rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 +SIZE (rust/crates/hex-0.4.2.tar.gz) = 13385 +SHA256 (rust/crates/hmac-0.9.0.tar.gz) = deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff +SIZE (rust/crates/hmac-0.9.0.tar.gz) = 10964 +SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 +SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 +SHA256 (rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2 +SIZE (rust/crates/indexmap-1.6.0.tar.gz) = 47565 +SHA256 (rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484 +SIZE (rust/crates/itertools-0.8.2.tar.gz) = 89203 +SHA256 (rust/crates/itertools-0.9.0.tar.gz) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b +SIZE (rust/crates/itertools-0.9.0.tar.gz) = 96429 +SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 +SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 +SHA256 (rust/crates/jni-0.17.0.tar.gz) = 36bcc950632e48b86da402c5c077590583da5ac0d480103611d5374e7c967a3c +SIZE (rust/crates/jni-0.17.0.tar.gz) = 63552 +SHA256 (rust/crates/jni-sys-0.3.0.tar.gz) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.tar.gz) = 10232 +SHA256 (rust/crates/js-sys-0.3.45.tar.gz) = ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8 +SIZE (rust/crates/js-sys-0.3.45.tar.gz) = 67143 +SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 +SHA256 (rust/crates/libc-0.2.79.tar.gz) = 2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743 +SIZE (rust/crates/libc-0.2.79.tar.gz) = 511752 +SHA256 (rust/crates/libloading-0.6.6.tar.gz) = e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc +SIZE (rust/crates/libloading-0.6.6.tar.gz) = 24527 +SHA256 (rust/crates/linkme-0.2.4.tar.gz) = af8d48c3ea47e553ce0cece93639dbca649955e44e07de98be481f5918e0c555 +SIZE (rust/crates/linkme-0.2.4.tar.gz) = 12353 +SHA256 (rust/crates/linkme-impl-0.2.4.tar.gz) = 84a81a6a2a96ffd36c5fe4904c5173e1d8636ad3156a6dda1c6370387a1f7a4a +SIZE (rust/crates/linkme-impl-0.2.4.tar.gz) = 5288 +SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b +SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 +SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 +SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 +SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 +SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 +SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 +SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 +SHA256 (rust/crates/memoffset-0.5.6.tar.gz) = 043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa +SIZE (rust/crates/memoffset-0.5.6.tar.gz) = 7382 +SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d +SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 +SHA256 (rust/crates/multimap-0.8.2.tar.gz) = 1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333 +SIZE (rust/crates/multimap-0.8.2.tar.gz) = 13453 +SHA256 (rust/crates/native-tls-0.2.6.tar.gz) = 6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f +SIZE (rust/crates/native-tls-0.2.6.tar.gz) = 31552 +SHA256 (rust/crates/neon-0.7.0.tar.gz) = a171c5739a277a667669678475165bdbaec1769010e167706c365fd2f98d4f39 +SIZE (rust/crates/neon-0.7.0.tar.gz) = 167198 +SHA256 (rust/crates/neon-build-0.5.3.tar.gz) = 705d33783a2af324a7096bda033cf0c7d62aaca586a49caf99a20df613ac8ee0 +SIZE (rust/crates/neon-build-0.5.3.tar.gz) = 7460 +SHA256 (rust/crates/neon-build-0.7.0.tar.gz) = 69c4ddb734e07eeb082b1db7e94b47efd385a3672229ca758a2e2c128263db7f +SIZE (rust/crates/neon-build-0.7.0.tar.gz) = 7840 +SHA256 (rust/crates/neon-macros-0.7.0.tar.gz) = 48258a462ac1d9e35c99205588b19af8dca6be8a1a7a97a064be8f402de45f25 +SIZE (rust/crates/neon-macros-0.7.0.tar.gz) = 6761 +SHA256 (rust/crates/neon-runtime-0.7.0.tar.gz) = e4c2ae6cb6d5f5a546f5f43dc0318ae90c237b8c0fd30364e299abb7e5cda913 +SIZE (rust/crates/neon-runtime-0.7.0.tar.gz) = 20224 +SHA256 (rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 +SIZE (rust/crates/num-traits-0.2.12.tar.gz) = 43807 +SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 +SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 +SHA256 (rust/crates/object-0.20.0.tar.gz) = 1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5 +SIZE (rust/crates/object-0.20.0.tar.gz) = 168755 +SHA256 (rust/crates/once_cell-1.4.1.tar.gz) = 260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad +SIZE (rust/crates/once_cell-1.4.1.tar.gz) = 24366 +SHA256 (rust/crates/oorandom-11.1.2.tar.gz) = a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c +SIZE (rust/crates/oorandom-11.1.2.tar.gz) = 23418 +SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 +SHA256 (rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4 +SIZE (rust/crates/openssl-0.10.30.tar.gz) = 191808 +SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de +SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 +SHA256 (rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de +SIZE (rust/crates/openssl-sys-0.9.58.tar.gz) = 47014 +SHA256 (rust/crates/packed_simd-0.3.3.tar.gz) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 +SIZE (rust/crates/packed_simd-0.3.3.tar.gz) = 97485 +SHA256 (rust/crates/paste-1.0.4.tar.gz) = c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1 +SIZE (rust/crates/paste-1.0.4.tar.gz) = 17431 +SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e +SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 +SHA256 (rust/crates/petgraph-0.5.1.tar.gz) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7 +SIZE (rust/crates/petgraph-0.5.1.tar.gz) = 147173 +SHA256 (rust/crates/pin-project-1.0.1.tar.gz) = ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841 +SIZE (rust/crates/pin-project-1.0.1.tar.gz) = 54113 +SHA256 (rust/crates/pin-project-internal-1.0.1.tar.gz) = 81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86 +SIZE (rust/crates/pin-project-internal-1.0.1.tar.gz) = 26953 +SHA256 (rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b +SIZE (rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308 +SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 +SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c +SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 +SHA256 (rust/crates/plotters-0.2.15.tar.gz) = 0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb +SIZE (rust/crates/plotters-0.2.15.tar.gz) = 1047949 +SHA256 (rust/crates/polyval-0.4.1.tar.gz) = a5884790f1ce3553ad55fec37b5aaac5882e0e845a2612df744d6c85c9bf046c +SIZE (rust/crates/polyval-0.4.1.tar.gz) = 13354 +SHA256 (rust/crates/ppv-lite86-0.2.9.tar.gz) = c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20 +SIZE (rust/crates/ppv-lite86-0.2.9.tar.gz) = 20933 +SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 +SHA256 (rust/crates/proc-macro-nested-0.1.6.tar.gz) = eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a +SIZE (rust/crates/proc-macro-nested-0.1.6.tar.gz) = 6498 +SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 +SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 +SHA256 (rust/crates/prost-0.6.1.tar.gz) = ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212 +SIZE (rust/crates/prost-0.6.1.tar.gz) = 23393 +SHA256 (rust/crates/prost-build-0.6.1.tar.gz) = 02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26 +SIZE (rust/crates/prost-build-0.6.1.tar.gz) = 7935314 +SHA256 (rust/crates/prost-derive-0.6.1.tar.gz) = 537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72 +SIZE (rust/crates/prost-derive-0.6.1.tar.gz) = 15007 +SHA256 (rust/crates/prost-types-0.6.1.tar.gz) = 1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa +SIZE (rust/crates/prost-types-0.6.1.tar.gz) = 24092 +SHA256 (rust/crates/qstring-0.7.2.tar.gz) = d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e +SIZE (rust/crates/qstring-0.7.2.tar.gz) = 4563 +SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 +SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 +SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 +SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 +SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 +SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 +SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 +SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 +SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c +SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 +SHA256 (rust/crates/rayon-1.4.1.tar.gz) = dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032 +SIZE (rust/crates/rayon-1.4.1.tar.gz) = 158219 +SHA256 (rust/crates/rayon-core-1.8.1.tar.gz) = e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf +SIZE (rust/crates/rayon-core-1.8.1.tar.gz) = 63681 +SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce +SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 +SHA256 (rust/crates/regex-1.4.1.tar.gz) = 8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b +SIZE (rust/crates/regex-1.4.1.tar.gz) = 236871 +SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 +SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 +SHA256 (rust/crates/regex-syntax-0.6.20.tar.gz) = 8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c +SIZE (rust/crates/regex-syntax-0.6.20.tar.gz) = 293727 +SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 +SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 +SHA256 (rust/crates/rustc-demangle-0.1.17.tar.gz) = b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b +SIZE (rust/crates/rustc-demangle-0.1.17.tar.gz) = 19956 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 +SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 +SHA256 (rust/crates/schannel-0.1.19.tar.gz) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 +SIZE (rust/crates/schannel-0.1.19.tar.gz) = 42755 +SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 +SHA256 (rust/crates/security-framework-2.0.0.tar.gz) = c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69 +SIZE (rust/crates/security-framework-2.0.0.tar.gz) = 54526 +SHA256 (rust/crates/security-framework-sys-2.0.0.tar.gz) = f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b +SIZE (rust/crates/security-framework-sys-2.0.0.tar.gz) = 10518 +SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 +SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 +SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 +SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 +SHA256 (rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a +SIZE (rust/crates/serde-1.0.117.tar.gz) = 74505 +SHA256 (rust/crates/serde_cbor-0.11.1.tar.gz) = 1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622 +SIZE (rust/crates/serde_cbor-0.11.1.tar.gz) = 43947 +SHA256 (rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e +SIZE (rust/crates/serde_derive-1.0.117.tar.gz) = 50712 +SHA256 (rust/crates/serde_json-1.0.59.tar.gz) = dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95 +SIZE (rust/crates/serde_json-1.0.59.tar.gz) = 114956 +SHA256 (rust/crates/sha2-0.9.1.tar.gz) = 2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1 +SIZE (rust/crates/sha2-0.9.1.tar.gz) = 19434 +SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 +SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 +SHA256 (rust/crates/smallvec-1.4.2.tar.gz) = fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252 +SIZE (rust/crates/smallvec-1.4.2.tar.gz) = 26109 +SHA256 (rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.tar.gz) = 18480 +SHA256 (rust/crates/subtle-2.3.0.tar.gz) = 343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd +SIZE (rust/crates/subtle-2.3.0.tar.gz) = 11096 +SHA256 (rust/crates/syn-1.0.45.tar.gz) = ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556 +SIZE (rust/crates/syn-1.0.45.tar.gz) = 225587 +SHA256 (rust/crates/syn-mid-0.5.3.tar.gz) = baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9 +SIZE (rust/crates/syn-mid-0.5.3.tar.gz) = 12758 +SHA256 (rust/crates/synstructure-0.12.4.tar.gz) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701 +SIZE (rust/crates/synstructure-0.12.4.tar.gz) = 18105 +SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 +SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 +SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 +SHA256 (rust/crates/tinytemplate-1.1.0.tar.gz) = 6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f +SIZE (rust/crates/tinytemplate-1.1.0.tar.gz) = 25611 +SHA256 (rust/crates/tinyvec-1.1.0.tar.gz) = ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f +SIZE (rust/crates/tinyvec-1.1.0.tar.gz) = 39037 +SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 +SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 +SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 +SHA256 (rust/crates/unicode-normalization-0.1.16.tar.gz) = a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606 +SIZE (rust/crates/unicode-normalization-0.1.16.tar.gz) = 92805 +SHA256 (rust/crates/unicode-segmentation-1.6.0.tar.gz) = e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0 +SIZE (rust/crates/unicode-segmentation-1.6.0.tar.gz) = 90703 +SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 +SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 +SHA256 (rust/crates/universal-hash-0.4.0.tar.gz) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 +SIZE (rust/crates/universal-hash-0.4.0.tar.gz) = 8386 +SHA256 (rust/crates/unzip3-1.0.0.tar.gz) = 99c0ec316ab08201476c032feb2f94a5c8ece5b209765c1fbc4430dd6e931ad6 +SIZE (rust/crates/unzip3-1.0.0.tar.gz) = 1459 +SHA256 (rust/crates/ureq-1.5.2.tar.gz) = a599426c7388ab189dfd0eeb84c8d879490abc73e3e62a0b6a40e286f6427ab7 +SIZE (rust/crates/ureq-1.5.2.tar.gz) = 67002 +SHA256 (rust/crates/url-2.2.0.tar.gz) = 5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e +SIZE (rust/crates/url-2.2.0.tar.gz) = 42787 +SHA256 (rust/crates/vcpkg-0.2.10.tar.gz) = 6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c +SIZE (rust/crates/vcpkg-0.2.10.tar.gz) = 11504 +SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed +SIZE (rust/crates/version_check-0.9.2.tar.gz) = 11979 +SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d +SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 +SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 +SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 +SHA256 (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42 +SIZE (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 159094 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68 +SIZE (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = 23522 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038 +SIZE (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 11630 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = 17793 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307 +SIZE (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 6725 +SHA256 (rust/crates/web-sys-0.3.45.tar.gz) = 4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d +SIZE (rust/crates/web-sys-0.3.45.tar.gz) = 630993 +SHA256 (rust/crates/which-3.1.1.tar.gz) = d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724 +SIZE (rust/crates/which-3.1.1.tar.gz) = 8071 +SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/x25519-dalek-1.1.0.tar.gz) = bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088 +SIZE (rust/crates/x25519-dalek-1.1.0.tar.gz) = 84717 +SHA256 (rust/crates/zeroize-1.1.1.tar.gz) = 05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a +SIZE (rust/crates/zeroize-1.1.1.tar.gz) = 15108 +SHA256 (rust/crates/zeroize_derive-1.0.1.tar.gz) = c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16 +SIZE (rust/crates/zeroize_derive-1.0.1.tar.gz) = 8047 +SHA256 (signalapp-libsignal-client-java-0.2.3_GH0.tar.gz) = 730c1dc113da5227920716656d8f888e1af167208e095a8cac3de9c0d83890c4 +SIZE (signalapp-libsignal-client-java-0.2.3_GH0.tar.gz) = 434140 +SHA256 (d722fa189805bb9e2ee6288a24d8b5bb2e2aab67.patch) = 2e247815d1b291d9b2ba7d713cace0a8d6efa7c39aae398e419fca93beafb26f +SIZE (d722fa189805bb9e2ee6288a24d8b5bb2e2aab67.patch) = 1496 +SHA256 (b2bdf6e05298486ec1fa5163333a934d6ec732e6.patch) = 493bb19545c3aecefd4b0fc9e05e89de2360633a638581e3d534ccb6cc160d64 +SIZE (b2bdf6e05298486ec1fa5163333a934d6ec732e6.patch) = 41418 Added: head/net-im/libsignal-client/files/patch-cargo-crates_jni-0.17.0_build.rs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libsignal-client/files/patch-cargo-crates_jni-0.17.0_build.rs Sun Mar 7 13:35:34 2021 (r567570) @@ -0,0 +1,11 @@ +--- cargo-crates/jni-0.17.0/build.rs.orig 2021-03-07 13:14:13 UTC ++++ cargo-crates/jni-0.17.0/build.rs +@@ -22,6 +22,8 @@ use std::{ + const EXPECTED_JVM_FILENAME: &str = "jvm.dll"; + #[cfg(target_os = "linux")] + const EXPECTED_JVM_FILENAME: &str = "libjvm.so"; ++#[cfg(target_os = "freebsd")] ++const EXPECTED_JVM_FILENAME: &str = "libjvm.so"; + #[cfg(target_os = "macos")] + const EXPECTED_JVM_FILENAME: &str = "libjli.dylib"; + Added: head/net-im/libsignal-client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libsignal-client/pkg-descr Sun Mar 7 13:35:34 2021 (r567570) @@ -0,0 +1,6 @@ +libsignal-client is an implementation of the Signal client protocol in Rust. + +It is under heavy development at the moment and subject to change without +notice. Its use outside Signal is not yet recommended. + +WWW: https://github.com/signalapp/libsignal-client From owner-svn-ports-all@freebsd.org Sun Mar 7 13:51:26 2021 Return-Path: Delivered-To: svn-ports-all@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 A88CC567F8F; Sun, 7 Mar 2021 13:51:26 +0000 (UTC) (envelope-from 0mp@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 4DtjYp4QC6z4qNN; Sun, 7 Mar 2021 13:51:26 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A2DE1716D; Sun, 7 Mar 2021 13:51:26 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127DpQYH024735; Sun, 7 Mar 2021 13:51:26 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127DpQ9f024733; Sun, 7 Mar 2021 13:51:26 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202103071351.127DpQ9f024733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 7 Mar 2021 13:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567571 - in head/net-im/signal-cli: . files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/net-im/signal-cli: . files X-SVN-Commit-Revision: 567571 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:51:26 -0000 Author: 0mp Date: Sun Mar 7 13:51:25 2021 New Revision: 567571 URL: https://svnweb.freebsd.org/changeset/ports/567571 Log: Update to 0.8.1 - Switch to depending on upstream tarballs for all the JAR files this port needs. Since 0.8.0, the upstream switched to a Kotlin-based Gradle file, which broke the Gradle dependency resolution mechanism implemented in files/build.gradle.in. It is unproductive to fix that script. Let's just use the provided JAR files. - Java is no longer used to during build, so set JAVA_RUN=jre. - Release notes: https://github.com/AsamK/signal-cli/blob/v0.8.1/CHANGELOG.md Deleted: head/net-im/signal-cli/files/build.gradle.in Modified: head/net-im/signal-cli/Makefile head/net-im/signal-cli/distinfo head/net-im/signal-cli/pkg-plist Modified: head/net-im/signal-cli/Makefile ============================================================================== --- head/net-im/signal-cli/Makefile Sun Mar 7 13:35:34 2021 (r567570) +++ head/net-im/signal-cli/Makefile Sun Mar 7 13:51:25 2021 (r567571) @@ -2,84 +2,10 @@ PORTNAME= signal-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.7.4 +DISTVERSION= 0.8.1 CATEGORIES= net-im java -MASTER_SITES= https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/:_jackson_annotations \ - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/:_jackson_core \ - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.2/:_jackson_databind \ - https://repo.maven.apache.org/maven2/com/github/hypfvieh/dbus-java/3.2.4/:_dbus_java \ - https://repo.maven.apache.org/maven2/com/github/hypfvieh/java-utils/1.0.6/:_java_utils \ - https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/:_jffi \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/:_jnr_a64asm \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/:_jnr_constants \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.28/:_jnr_enxio \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.15/:_jnr_ffi \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.58/:_jnr_posix \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.33/:_jnr_unixsocket \ - https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/:_jnr_x86asm \ - https://repo.maven.apache.org/maven2/com/github/turasa/signal-service-java/2.15.3_unofficial_16/:_signal_service_java \ - https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-javalite/3.10.0/:_protobuf_javalite \ - https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber/8.12.6/:_libphonenumber \ - https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.6.0/:_okhttp \ - https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.6.0/:_okio \ - https://repo.maven.apache.org/maven2/net/sourceforge/argparse4j/argparse4j/0.8.1/:_argparse4j \ - https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.68/:_bcprov_jdk15on \ - https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/:_annotations \ - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.71/:_kotlin_stdlib_common \ - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.71/:_kotlin_stdlib \ - https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/:_asm_analysis \ - https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/:_asm_commons \ - https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/:_asm_tree \ - https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/:_asm_util \ - https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/:_asm \ - https://repo.maven.apache.org/maven2/org/signal/signal-metadata-java/0.1.2/:_signal_metadata_java \ - https://repo.maven.apache.org/maven2/org/signal/zkgroup-java/0.7.0/:_zkgroup_java \ - https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/:_slf4j_api \ - https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/:_slf4j_simple \ - https://repo.maven.apache.org/maven2/org/threeten/threetenbp/1.3.6/:_threetenbp \ - https://repo.maven.apache.org/maven2/org/whispersystems/curve25519-java/0.5.0/:_curve25519_java \ - https://repo.maven.apache.org/maven2/org/whispersystems/signal-protocol-java/2.8.1/:_signal_protocol_java -DISTFILES= annotations-13.0.jar:_annotations \ - argparse4j-0.8.1.jar:_argparse4j \ - asm-7.1.jar:_asm \ - asm-analysis-7.1.jar:_asm_analysis \ - asm-commons-7.1.jar:_asm_commons \ - asm-tree-7.1.jar:_asm_tree \ - asm-util-7.1.jar:_asm_util \ - bcprov-jdk15on-1.68.jar:_bcprov_jdk15on \ - curve25519-java-0.5.0.jar:_curve25519_java \ - dbus-java-3.2.4.jar:_dbus_java \ - jackson-annotations-2.9.0.jar:_jackson_annotations \ - jackson-core-2.9.9.jar:_jackson_core \ - jackson-databind-2.9.9.2.jar:_jackson_databind \ - java-utils-1.0.6.jar:_java_utils \ - jffi-1.2.23.jar:_jffi \ - jnr-a64asm-1.0.0.jar:_jnr_a64asm \ - jnr-constants-0.9.15.jar:_jnr_constants \ - jnr-enxio-0.28.jar:_jnr_enxio \ - jnr-ffi-2.1.15.jar:_jnr_ffi \ - jnr-posix-3.0.58.jar:_jnr_posix \ - jnr-unixsocket-0.33.jar:_jnr_unixsocket \ - jnr-x86asm-1.0.2.jar:_jnr_x86asm \ - kotlin-stdlib-1.3.71.jar:_kotlin_stdlib \ - kotlin-stdlib-common-1.3.71.jar:_kotlin_stdlib_common \ - libphonenumber-8.12.6.jar:_libphonenumber \ - okhttp-4.6.0.jar:_okhttp \ - okio-2.6.0.jar:_okio \ - protobuf-javalite-3.10.0.jar:_protobuf_javalite \ - signal-metadata-java-0.1.2.jar:_signal_metadata_java \ - signal-protocol-java-2.8.1.jar:_signal_protocol_java \ - signal-service-java-2.15.3_unofficial_16.jar:_signal_service_java \ - slf4j-api-1.7.30.jar:_slf4j_api \ - slf4j-simple-1.7.30.jar:_slf4j_simple \ - threetenbp-1.3.6.jar:_threetenbp \ - zkgroup-java-0.7.0.jar:_zkgroup_java -# jffi-native is not being listed as an explicit dependency by Gradle. As a -# workaround, append it to DISTFILES. Let's not add it to the main DISTFILES -# assignment above to avoid removing it by accident when upgrading the port in -# the future (the DISTFILES assignment above is generated semi-automatically). -DISTFILES+= jffi-1.2.23-native.jar:_jffi -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONFULL}/:jars +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:jars MAINTAINER= 0mp@FreeBSD.org COMMENT= Command-line and D-Bus interface for Signal and libsignal-service-java @@ -87,25 +13,29 @@ COMMENT= Command-line and D-Bus interface for Signal a LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_11_amd64= fails to build: Gradle build daemon disappeared unexpectedly - EXTRACT_DEPENDS= zip:archivers/zip -BUILD_DEPENDS= asciidoc>0:textproc/asciidoc \ - gradle>0:devel/gradle -LIB_DEPENDS= libzkgroup.so:net-im/zkgroup +BUILD_DEPENDS= asciidoc>0:textproc/asciidoc +LIB_DEPENDS= libsignal_jni.so:net-im/libsignal-client \ + libzkgroup.so:net-im/zkgroup -USES= gmake +USES= gmake shebangfix USE_GITHUB= yes GH_ACCOUNT= AsamK USE_JAVA= yes JAVA_VERSION= 11+ +JAVA_RUN= jre USE_RC_SUBR= signal_cli +SHEBANG_FILES= bin/${PORTNAME} +SHEBANG_LANG= sh +sh_CMD= /bin/sh NO_ARCH= yes SUB_FILES= ${PORTNAME} pkg-message SUB_LIST= JAVA_HOME="${JAVA_HOME}" +BUILD_WRKSRC= ${WRKSRC}/man + USERS= signal-cli GROUPS= signal-cli @@ -118,40 +48,19 @@ DBUS_RUN_DEPENDS= dbus>0:devel/dbus DBUS_PLIST_FILES= etc/dbus-1/system.d/org.asamk.Signal.conf \ share/dbus-1/services/org.asamk.Signal.service -_GRADLE_CMD= ${LOCALBASE}/bin/gradle -_GRADLE_ARGS= -Dorg.gradle.java.home="${JAVA_HOME}" --no-daemon \ - --offline --quiet -_GRADLE_DEPS_DIR= ${WRKDIR}/gradle-deps -_ORIGINAL_BUILD_GRADLE= ${WRKSRC}/original-build.gradle - post-extract: - @${MKDIR} ${_GRADLE_DEPS_DIR} -.for distfile in ${DISTFILES:N${DISTNAME}:C/:_[0-9A-Za-z_]*$//} - @${CP} ${DISTDIR}/${distfile} ${_GRADLE_DEPS_DIR}/ -.endfor - @${MV} ${WRKSRC}/build.gradle ${_ORIGINAL_BUILD_GRADLE} - @${SED} -e 's|%%GRADLE_DEPS_DIR%%|${_GRADLE_DEPS_DIR}|g' \ - -e 's|%%ORIGINAL_BUILD_GRADLE%%|${_ORIGINAL_BUILD_GRADLE}|g' \ - ${FILESDIR}/build.gradle.in \ - > ${WRKSRC}/build.gradle +# Delete bundled libraries from the JARs. Otherwise, they are going to conflict +# with the libraries installed by net-im/zkgroup and net-im/libsignal-client. + zip -d ${WRKSRC}/lib/zkgroup-java-*.jar libzkgroup.so + zip -d ${WRKSRC}/lib/signal-client-java-*.jar libsignal_jni.so -# Delete the bundled library from the JAR. Otherwise, it is going to -# conflict with the library installed by net-im/zkgroup. - zip -d ${_GRADLE_DEPS_DIR}/zkgroup-java-*.jar libzkgroup.so - -do-build: - (cd ${WRKSRC} && \ - ${SETENV} GRADLE_USER_HOME=${WRKDIR} \ - ${_GRADLE_CMD} ${_GRADLE_ARGS} build installDist distTar) - ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKSRC}/man - do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${TAR} -x -f ${WRKSRC}/build/distributions/${PORTNAME}-${DISTVERSION}.tar \ - -C ${STAGEDIR}${DATADIR} --strip-components 1 - @${RM} ${STAGEDIR}${DATADIR}/bin/*.bat - @${REINPLACE_CMD} -i "" -e 's|#!/usr/bin/env sh|#!/bin/sh|g' \ + @${MKDIR} ${STAGEDIR}${DATADIR}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} \ ${STAGEDIR}${DATADIR}/bin/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DATADIR}/lib + ${INSTALL_DATA} ${WRKSRC}/lib/*.jar \ + ${STAGEDIR}${DATADIR}/lib/ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/signal-cli.1 \ @@ -164,14 +73,5 @@ post-install-DBUS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dbus-1/system.d ${INSTALL_DATA} ${WRKSRC}/data/org.asamk.Signal.conf \ ${STAGEDIR}${PREFIX}/etc/dbus-1/system.d - -# This target can be used by the maintainer to regenerate MASTER_SITES and -# DISTFILES from project's build.gradle. -_get-links: patch - @(cd ${WRKSRC} && \ - ${_GRADLE_CMD} \ - --build-file ${WRKSRC}/build.gradle \ - getURLofDependencyArtifact | \ - ${AWK} '/^MASTER_SITES/,/^$$/{print}' | ${SORT} -u) .include Modified: head/net-im/signal-cli/distinfo ============================================================================== --- head/net-im/signal-cli/distinfo Sun Mar 7 13:35:34 2021 (r567570) +++ head/net-im/signal-cli/distinfo Sun Mar 7 13:51:25 2021 (r567571) @@ -1,75 +1,5 @@ -TIMESTAMP = 1611074398 -SHA256 (annotations-13.0.jar) = ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478 -SIZE (annotations-13.0.jar) = 17536 -SHA256 (argparse4j-0.8.1.jar) = 98cb5468cac609f3bc07856f2e34088f50dc114181237c48d20ca69c3265d044 -SIZE (argparse4j-0.8.1.jar) = 110140 -SHA256 (asm-7.1.jar) = 4ab2fa2b6d2cc9ccb1eaa05ea329c407b47b13ed2915f62f8c4b8cc96258d4de -SIZE (asm-7.1.jar) = 114762 -SHA256 (asm-analysis-7.1.jar) = 4612c0511a63db2a2570f07ad1959e19ed8eb703e4114da945cb85682519a55c -SIZE (asm-analysis-7.1.jar) = 33379 -SHA256 (asm-commons-7.1.jar) = e5590489d8f1984d85bfeabd3b17374c59c28ae09d48ec4a0ebbd01959ecd358 -SIZE (asm-commons-7.1.jar) = 70394 -SHA256 (asm-tree-7.1.jar) = c0e82b220b0a52c71c7ca2a58c99a2530696c7b58b173052b9d48fe3efb10073 -SIZE (asm-tree-7.1.jar) = 50303 -SHA256 (asm-util-7.1.jar) = a24485517596ae1003dcf2329c044a2a861e5c25d4476a695ccaacf560c74d1a -SIZE (asm-util-7.1.jar) = 81554 -SHA256 (bcprov-jdk15on-1.68.jar) = f732a46c8de7e2232f2007c682a21d1f4cc8a8a0149b6b7bd6aa1afdc65a0f8d -SIZE (bcprov-jdk15on-1.68.jar) = 5961178 -SHA256 (curve25519-java-0.5.0.jar) = 0aadd43cf01d11e9b58f867b3c4f25c3194e8b0623d1953d32dfbfbee009e38d -SIZE (curve25519-java-0.5.0.jar) = 124921 -SHA256 (dbus-java-3.2.4.jar) = 746154f528eba7c75f00cdd366153a2e29836c033d2b71eace1872efb4f2c4e8 -SIZE (dbus-java-3.2.4.jar) = 285562 -SHA256 (jackson-annotations-2.9.0.jar) = 45d32ac61ef8a744b464c54c2b3414be571016dd46bfc2bec226761cf7ae457a -SIZE (jackson-annotations-2.9.0.jar) = 66519 -SHA256 (jackson-core-2.9.9.jar) = 3083079be6088db2ed0a0c6ff92204e0aa48fa1de9db5b59c468f35acf882c2c -SIZE (jackson-core-2.9.9.jar) = 325632 -SHA256 (jackson-databind-2.9.9.2.jar) = fb262d42ea2de98044b62d393950a5aa050435fec38bbcadf2325cf7dc41b848 -SIZE (jackson-databind-2.9.9.2.jar) = 1348331 -SHA256 (java-utils-1.0.6.jar) = c57f755a8042528f5c77cded3968493e0e7738e722c5a99508530e3598464ad8 -SIZE (java-utils-1.0.6.jar) = 65417 -SHA256 (jffi-1.2.23.jar) = 0b9c8ec750e680c28c385b3a3dfa8755e904a4ae82be0b95c109c54e5a1ca5d0 -SIZE (jffi-1.2.23.jar) = 152016 -SHA256 (jnr-a64asm-1.0.0.jar) = 53ae5ea7fa5c284e8279aa348e7b9de4548b0cae10bfd058fa217c791875e4cf -SIZE (jnr-a64asm-1.0.0.jar) = 86270 -SHA256 (jnr-constants-0.9.15.jar) = 72a1888282285dbd46e32e90b2c19f503c183bc8eccb0087d7c480b9b2b95baf -SIZE (jnr-constants-0.9.15.jar) = 657207 -SHA256 (jnr-enxio-0.28.jar) = ed25e20337c76ebbc8bfa8d8a922ee92f2a70261f6bf2229fad150a447fe8621 -SIZE (jnr-enxio-0.28.jar) = 32156 -SHA256 (jnr-ffi-2.1.15.jar) = 7585ebf1469068caf75b35c2caeb86063e223a6bf3f10250b8fe6a61897aa086 -SIZE (jnr-ffi-2.1.15.jar) = 698486 -SHA256 (jnr-posix-3.0.58.jar) = 0eb199ffe4930761addc5120f76223671dbab775a31afd491d68bbd2cbdbefe6 -SIZE (jnr-posix-3.0.58.jar) = 265978 -SHA256 (jnr-unixsocket-0.33.jar) = b108f98a8971a3814349f752666a9e30f2f769e08e157cd01a6ab15dec4a036f -SIZE (jnr-unixsocket-0.33.jar) = 48045 -SHA256 (jnr-x86asm-1.0.2.jar) = 39f3675b910e6e9b93825f8284bec9f4ad3044cd20a6f7c8ff9e2f8695ebf21e -SIZE (jnr-x86asm-1.0.2.jar) = 219943 -SHA256 (kotlin-stdlib-1.3.71.jar) = 5ace22b102a96425e4ac44e0558b927f3857b56a33cbc289cf1b70aee645e6a7 -SIZE (kotlin-stdlib-1.3.71.jar) = 1379827 -SHA256 (kotlin-stdlib-common-1.3.71.jar) = 974f8a9b7bfce3d730a86efe0eab219a72621e8530f91e30c89f400ba98092ec -SIZE (kotlin-stdlib-common-1.3.71.jar) = 179597 -SHA256 (libphonenumber-8.12.6.jar) = c118abe8954172149c98e727c8630eda4954e048582a9e5007e3479681453e94 -SIZE (libphonenumber-8.12.6.jar) = 349208 -SHA256 (okhttp-4.6.0.jar) = 0480d35187423f2fca923c91511a279eb01f27f703afcef40780ae8af460a857 -SIZE (okhttp-4.6.0.jar) = 788355 -SHA256 (okio-2.6.0.jar) = 4d84ef686277b58eb05691ac19cd3befa3429a27274982ee65ea0f07044bcc00 -SIZE (okio-2.6.0.jar) = 243330 -SHA256 (protobuf-javalite-3.10.0.jar) = 215a94dbe100130295906b531bb72a26965c7ac8fcd9a75bf8054a8ac2abf4b4 -SIZE (protobuf-javalite-3.10.0.jar) = 690955 -SHA256 (signal-metadata-java-0.1.2.jar) = 6aaeb6a33bf3161a3e6ac9db7678277f7a4cf5a2c96b84342e4007ee49bab1bd -SIZE (signal-metadata-java-0.1.2.jar) = 63345 -SHA256 (signal-protocol-java-2.8.1.jar) = b19db36839ab008fdccefc7f8c005f2ea43dc7c7298a209bc424e6f9b6d5617b -SIZE (signal-protocol-java-2.8.1.jar) = 269033 -SHA256 (signal-service-java-2.15.3_unofficial_16.jar) = 2e8bdedf352480d099eb6e72bada445ea5deceefabe8c5d773da48c02fe164c0 -SIZE (signal-service-java-2.15.3_unofficial_16.jar) = 1540867 -SHA256 (slf4j-api-1.7.30.jar) = cdba07964d1bb40a0761485c6b1e8c2f8fd9eb1d19c53928ac0d7f9510105c57 -SIZE (slf4j-api-1.7.30.jar) = 41472 -SHA256 (slf4j-simple-1.7.30.jar) = 8b9279cbff6b9f88594efae3cf02039b6995030eec023ed43928748c41670fee -SIZE (slf4j-simple-1.7.30.jar) = 15239 -SHA256 (threetenbp-1.3.6.jar) = f4c23ffaaed717c3b99c003e0ee02d6d66377fd47d866fec7d971bd8644fc1a7 -SIZE (threetenbp-1.3.6.jar) = 514875 -SHA256 (zkgroup-java-0.7.0.jar) = d0099eedd60d6f7d4df5b288175e5d585228ed8897789926bdab69bf8c05659f -SIZE (zkgroup-java-0.7.0.jar) = 316995 -SHA256 (jffi-1.2.23-native.jar) = 38cd5c33c4310d173b9345348e3a09528051b8e67f00e8477140c45062034a25 -SIZE (jffi-1.2.23-native.jar) = 795222 -SHA256 (AsamK-signal-cli-v0.7.4_GH0.tar.gz) = ed0dc2466c1951bbe71d023e3e6d0ef465e48d4b9138dbd646588284ba6727d6 -SIZE (AsamK-signal-cli-v0.7.4_GH0.tar.gz) = 168485 +TIMESTAMP = 1615119907 +SHA256 (signal-cli-0.8.1.tar.gz) = 2ead51489d5521ae8c1538936c6a8dcbb22a96227019eb9e826ff5f9146dbbe2 +SIZE (signal-cli-0.8.1.tar.gz) = 16870784 +SHA256 (AsamK-signal-cli-v0.8.1_GH0.tar.gz) = 36316a11d2f3bfe59898f8bf163ba795e5551db9c1de0abde9dfbad9789cb17d +SIZE (AsamK-signal-cli-v0.8.1_GH0.tar.gz) = 182957 Modified: head/net-im/signal-cli/pkg-plist ============================================================================== --- head/net-im/signal-cli/pkg-plist Sun Mar 7 13:35:34 2021 (r567570) +++ head/net-im/signal-cli/pkg-plist Sun Mar 7 13:51:25 2021 (r567571) @@ -9,7 +9,6 @@ share/man/man1/signal-cli.1.gz %%DATADIR%%/lib/asm-tree-7.1.jar %%DATADIR%%/lib/asm-util-7.1.jar %%DATADIR%%/lib/bcprov-jdk15on-1.68.jar -%%DATADIR%%/lib/curve25519-java-0.5.0.jar %%DATADIR%%/lib/dbus-java-3.2.4.jar %%DATADIR%%/lib/jackson-annotations-2.9.0.jar %%DATADIR%%/lib/jackson-core-2.9.9.jar @@ -26,14 +25,14 @@ share/man/man1/signal-cli.1.gz %%DATADIR%%/lib/jnr-x86asm-1.0.2.jar %%DATADIR%%/lib/kotlin-stdlib-1.3.71.jar %%DATADIR%%/lib/kotlin-stdlib-common-1.3.71.jar -%%DATADIR%%/lib/libphonenumber-8.12.6.jar +%%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/libphonenumber-8.12.17.jar %%DATADIR%%/lib/okhttp-4.6.0.jar -%%DATADIR%%/lib/okio-2.6.0.jar +%%DATADIR%%/lib/okio-jvm-2.6.0.jar %%DATADIR%%/lib/protobuf-javalite-3.10.0.jar %%DATADIR%%/lib/signal-cli-%%VERSION%%.jar -%%DATADIR%%/lib/signal-metadata-java-0.1.2.jar -%%DATADIR%%/lib/signal-protocol-java-2.8.1.jar -%%DATADIR%%/lib/signal-service-java-2.15.3_unofficial_16.jar +%%DATADIR%%/lib/signal-client-java-0.2.3.jar +%%DATADIR%%/lib/signal-service-java-2.15.3_unofficial_19.jar %%DATADIR%%/lib/slf4j-api-1.7.30.jar %%DATADIR%%/lib/slf4j-simple-1.7.30.jar %%DATADIR%%/lib/threetenbp-1.3.6.jar From owner-svn-ports-all@freebsd.org Sun Mar 7 13:56:14 2021 Return-Path: Delivered-To: svn-ports-all@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 D0C3F568243; Sun, 7 Mar 2021 13:56:14 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4DtjgK6Xh3z4qZY; Sun, 7 Mar 2021 13:56:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 92514260243; Sun, 7 Mar 2021 14:56:05 +0100 (CET) Subject: Re: svn commit: r566347 - head/www/firefox To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102222339.11MNdxmV022881@repo.freebsd.org> From: Hans Petter Selasky Message-ID: Date: Sun, 7 Mar 2021 14:55:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <202102222339.11MNdxmV022881@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DtjgK6Xh3z4qZY X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-3.23 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; DMARC_NA(0.00)[selasky.org]; SPAMHAUS_ZRD(0.00)[88.99.82.50:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RBL_DBL_DONT_QUERY_IPS(0.00)[88.99.82.50:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.93)[-0.925]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 13:56:14 -0000 On 2/23/21 12:39 AM, Jan Beich wrote: > Author: jbeich > Date: Mon Feb 22 23:39:58 2021 > New Revision: 566347 > URL: https://svnweb.freebsd.org/changeset/ports/566347 > > Log: > www/firefox: switch to rc3 > > Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2021-02-18&enddate=2021-02-23 > > Modified: > head/www/firefox/Makefile (contents, props changed) > head/www/firefox/distinfo (contents, props changed) > FYI: Recent firefox segfaults for me: https://bugzilla.mozilla.org/show_bug.cgi?id=1694670 --HPS From owner-svn-ports-all@freebsd.org Sun Mar 7 15:15:42 2021 Return-Path: Delivered-To: svn-ports-all@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 6FE85569BE7; Sun, 7 Mar 2021 15:15:42 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtlR22k0fz4tn0; Sun, 7 Mar 2021 15:15:42 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5095018349; Sun, 7 Mar 2021 15:15:42 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127FFgsS077063; Sun, 7 Mar 2021 15:15:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127FFfBx077061; Sun, 7 Mar 2021 15:15:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202103071515.127FFfBx077061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 7 Mar 2021 15:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567572 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/mkvtoolnix X-SVN-Commit-Revision: 567572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 15:15:42 -0000 Author: riggs Date: Sun Mar 7 15:15:41 2021 New Revision: 567572 URL: https://svnweb.freebsd.org/changeset/ports/567572 Log: Update to upstream version 55.0.0. Details: - Mostly bugfixes, see https://mkvtoolnix.download/doc/NEWS.md MFH: 2021Q1 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun Mar 7 13:51:25 2021 (r567571) +++ head/multimedia/mkvtoolnix/Makefile Sun Mar 7 15:15:41 2021 (r567572) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 54.0.0 +PORTVERSION= 55.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sun Mar 7 13:51:25 2021 (r567571) +++ head/multimedia/mkvtoolnix/distinfo Sun Mar 7 15:15:41 2021 (r567572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614424367 -SHA256 (mkvtoolnix-54.0.0.tar.xz) = 792fa095eaeeda9030f1f189ab40c2ebf8363c9a90ebe482d68dc05b4e16a52c -SIZE (mkvtoolnix-54.0.0.tar.xz) = 7590032 +TIMESTAMP = 1615112330 +SHA256 (mkvtoolnix-55.0.0.tar.xz) = 6061639bda18adbf5c49264d5498fd2abab420113ba680d0eb441a9aa02afba6 +SIZE (mkvtoolnix-55.0.0.tar.xz) = 7581572 From owner-svn-ports-all@freebsd.org Sun Mar 7 15:34:47 2021 Return-Path: Delivered-To: svn-ports-all@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 AEFAA569FED; Sun, 7 Mar 2021 15:34:47 +0000 (UTC) (envelope-from rhurlin@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 4Dtls34dh6z4vMy; Sun, 7 Mar 2021 15:34:47 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 926C41837F; Sun, 7 Mar 2021 15:34:47 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127FYlKn089326; Sun, 7 Mar 2021 15:34:47 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127FYk9N089321; Sun, 7 Mar 2021 15:34:46 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103071534.127FYk9N089321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 7 Mar 2021 15:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567573 - in head/devel: . libserdes X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/devel: . libserdes X-SVN-Commit-Revision: 567573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 15:34:47 -0000 Author: rhurlin Date: Sun Mar 7 15:34:46 2021 New Revision: 567573 URL: https://svnweb.freebsd.org/changeset/ports/567573 Log: New port: devel/libserdes: schema-based serializer/deserializer C/C++ library With support for Avro and the Confluent Platform Schema Registry. The library is aimed to be used in the streaming pipeline, e.g. Apache Kafka, to perform data serialization and deserialization with centrally managed schemas. https://github.com/confluentinc/libserdes PR: 254099 Submitted by: Sergey Akhmatov (maintainer) Added: head/devel/libserdes/ head/devel/libserdes/Makefile (contents, props changed) head/devel/libserdes/distinfo (contents, props changed) head/devel/libserdes/pkg-descr (contents, props changed) head/devel/libserdes/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 7 15:15:41 2021 (r567572) +++ head/devel/Makefile Sun Mar 7 15:34:46 2021 (r567573) @@ -1314,6 +1314,7 @@ SUBDIR += libsavitar SUBDIR += libscca SUBDIR += libsearpc + SUBDIR += libserdes SUBDIR += libserialport SUBDIR += libshbuf SUBDIR += libshhmsg Added: head/devel/libserdes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libserdes/Makefile Sun Mar 7 15:34:46 2021 (r567573) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= libserdes +PORTVERSION= 6.0.2 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= sergey@akhmatov.ru +COMMENT= Schema-based serializer/deserializer with support for Avro + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libavro.so:devel/avro-c \ + libcurl.so:ftp/curl \ + libjansson.so:devel/jansson \ + librdkafka++.so:net/librdkafka + +USES= gmake localbase:ldflags perl5 + +USE_GITHUB= yes +GH_ACCOUNT= confluentinc + +USE_LDCONFIG= yes +USE_PERL5= build + +GNU_CONFIGURE= yes + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libserdes.so + +.include Added: head/devel/libserdes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libserdes/distinfo Sun Mar 7 15:34:46 2021 (r567573) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615122509 +SHA256 (confluentinc-libserdes-v6.0.2_GH0.tar.gz) = 3fa08494cc2701d22594ce175ed21622fef1717bb0c8e4aaebfe1ff2119eef88 +SIZE (confluentinc-libserdes-v6.0.2_GH0.tar.gz) = 62324 Added: head/devel/libserdes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libserdes/pkg-descr Sun Mar 7 15:34:46 2021 (r567573) @@ -0,0 +1,9 @@ +libserdes is a schema-based serializer/deserializer +C/C++ library with support for Avro and the Confluent +Platform Schema Registry. + +The library is aimed to be used in the streaming pipeline, +e.g. Apache Kafka, to perform data serialization and +deserialization with centrally managed schemas. + +WWW: https://github.com/confluentinc/libserdes Added: head/devel/libserdes/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libserdes/pkg-plist Sun Mar 7 15:34:46 2021 (r567573) @@ -0,0 +1,6 @@ +include/libserdes/serdes-avro.h +include/libserdes/serdes-common.h +include/libserdes/serdes.h +lib/libserdes.a +lib/libserdes.so +lib/libserdes.so.1 From owner-svn-ports-all@freebsd.org Sun Mar 7 15:47:48 2021 Return-Path: Delivered-To: svn-ports-all@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 0039E56A70F; Sun, 7 Mar 2021 15:47:48 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtm836bWkz3Bpm; Sun, 7 Mar 2021 15:47:47 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D51F618C97; Sun, 7 Mar 2021 15:47:47 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127FllPX095459; Sun, 7 Mar 2021 15:47:47 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127FllXw095457; Sun, 7 Mar 2021 15:47:47 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202103071547.127FllXw095457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Sun, 7 Mar 2021 15:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567574 - head/textproc/jid X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: head/textproc/jid X-SVN-Commit-Revision: 567574 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 15:47:48 -0000 Author: sbz Date: Sun Mar 7 15:47:47 2021 New Revision: 567574 URL: https://svnweb.freebsd.org/changeset/ports/567574 Log: - Update to 0.7.6 Modified: head/textproc/jid/Makefile head/textproc/jid/distinfo Modified: head/textproc/jid/Makefile ============================================================================== --- head/textproc/jid/Makefile Sun Mar 7 15:34:46 2021 (r567573) +++ head/textproc/jid/Makefile Sun Mar 7 15:47:47 2021 (r567574) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= jid -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.6 +DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= sbz@FreeBSD.org @@ -12,17 +12,25 @@ COMMENT= JSON Incremental Digger LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= go + USE_GITHUB= yes GH_ACCOUNT= simeji GH_SUBDIR= src/github.com/simeji/jid -GH_TUPLE= bitly:go-simplejson:aabad6e:simplejson/vendor/github.com/bitly/go-simplejson \ - fatih:color:7824417:color/vendor/github.com/fatih/color \ - mattn:go-runewidth:9e777a8:runewidth/vendor/github.com/mattn/go-runewidth \ - nsf:termbox-go:3540b76:termbox/vendor/github.com/nsf/termbox-go \ - nwidger:jsoncolor:75a6de4:jsoncolor/vendor/github.com/nwidger/jsoncolor \ - pkg:errors:645ef00:errors/vendor/github.com/pkg/errors - -USES= go +GH_TUPLE= \ + bitly:go-simplejson:v0.5.0:bitly_go_simplejson/vendor/github.com/bitly/go-simplejson \ + davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ + go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ + golang:sys:8fe3ee5dd75b:golang_sys/vendor/golang.org/x/sys \ + mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.4:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + nsf:termbox-go:60ab7e3d12ed:nsf_termbox_go/vendor/github.com/nsf/termbox-go \ + nwidger:jsoncolor:75a6de4340e5:nwidger_jsoncolor/vendor/github.com/nwidger/jsoncolor \ + pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify GO_TARGET= ./cmd/jid Modified: head/textproc/jid/distinfo ============================================================================== --- head/textproc/jid/distinfo Sun Mar 7 15:34:46 2021 (r567573) +++ head/textproc/jid/distinfo Sun Mar 7 15:47:47 2021 (r567574) @@ -1,15 +1,29 @@ -TIMESTAMP = 1487807250 -SHA256 (simeji-jid-0.7.2_GH0.tar.gz) = a16932049fb617fd7490742fcd3b5f131873309a12d97adbaf41a882cd1b99d1 -SIZE (simeji-jid-0.7.2_GH0.tar.gz) = 13888 -SHA256 (bitly-go-simplejson-aabad6e_GH0.tar.gz) = 37fd05170e7c632bfb85ce6646ce2bfbc4c3e50610bbfa9922f98d1f749ef754 -SIZE (bitly-go-simplejson-aabad6e_GH0.tar.gz) = 5992 -SHA256 (fatih-color-7824417_GH0.tar.gz) = 54305e129278f9d00e8a18ba78052497c56db41de88e2be9f700e2c92420b115 -SIZE (fatih-color-7824417_GH0.tar.gz) = 585781 -SHA256 (mattn-go-runewidth-9e777a8_GH0.tar.gz) = 4249ccc1fa807f20a7034e8e8f792fbd939509ff52e8488c6e1d173f7dd3c41e -SIZE (mattn-go-runewidth-9e777a8_GH0.tar.gz) = 22363 -SHA256 (nsf-termbox-go-3540b76_GH0.tar.gz) = 7fedb602b428d2532fd39c71da3823fda91962955b96638a3b614fbadbaf250d -SIZE (nsf-termbox-go-3540b76_GH0.tar.gz) = 30308 -SHA256 (nwidger-jsoncolor-75a6de4_GH0.tar.gz) = 53ee90557b48eecdbc4ac1b835f4d761a821b94f5ca9b7e65c3c01fe0eae242c -SIZE (nwidger-jsoncolor-75a6de4_GH0.tar.gz) = 4372 -SHA256 (pkg-errors-645ef00_GH0.tar.gz) = b2e989515688d916216dd0a1b82cd9b18e8fb4fdf0370473996bdde41b83a41f -SIZE (pkg-errors-645ef00_GH0.tar.gz) = 11342 +TIMESTAMP = 1615130357 +SHA256 (simeji-jid-v0.7.6_GH0.tar.gz) = 0912050b3be3760804afaf7ecd6b42bfe79e7160066587fbc0afa5324b03fb48 +SIZE (simeji-jid-v0.7.6_GH0.tar.gz) = 16836 +SHA256 (bitly-go-simplejson-v0.5.0_GH0.tar.gz) = 44196c95263e74277372319e5a6cb7f53b29ef7ddab8c7fed6ce6fc80144d465 +SIZE (bitly-go-simplejson-v0.5.0_GH0.tar.gz) = 5994 +SHA256 (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 1f7e0bd2db0341925b5f2ee5834e99380f4c2b1bd36cf0fa62d7717899d39d62 +SIZE (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 42337 +SHA256 (fatih-color-v1.7.0_GH0.tar.gz) = 4650d7aa3feed266fc85d91dc34ca9cffdf7ee03ea29bf2cbf84bbecc75fb755 +SIZE (fatih-color-v1.7.0_GH0.tar.gz) = 816449 +SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04 +SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 +SHA256 (golang-sys-8fe3ee5dd75b_GH0.tar.gz) = 88091001fc7f8d89561f7ce6c28b9eafef82ddecebf8ab9cdaf27d76c18accdd +SIZE (golang-sys-8fe3ee5dd75b_GH0.tar.gz) = 1216988 +SHA256 (mattn-go-colorable-v0.0.9_GH0.tar.gz) = 703db7bd13f84446bb06a7f075cf6b21d65b828cd6831dc9069e28b564bdfb87 +SIZE (mattn-go-colorable-v0.0.9_GH0.tar.gz) = 7593 +SHA256 (mattn-go-isatty-v0.0.4_GH0.tar.gz) = a6228abe42ccfcad4b17c176117ccf2822d06bde51dc437852854056d8737f12 +SIZE (mattn-go-isatty-v0.0.4_GH0.tar.gz) = 3377 +SHA256 (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 1973c2de25bc69c3786a00e8118f4d22aa0d040bdfe46c8c8c30419b23e53dfe +SIZE (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 19827 +SHA256 (nsf-termbox-go-60ab7e3d12ed_GH0.tar.gz) = a45c9d6b8cfd5fedb3c6fd10bc1d583bd5431a42362bbc5104ef39f366b11648 +SIZE (nsf-termbox-go-60ab7e3d12ed_GH0.tar.gz) = 31903 +SHA256 (nwidger-jsoncolor-75a6de4340e5_GH0.tar.gz) = c8ca66fa81d22efa0e951268d43adc3d7fbfaa6d11f4a07eba9616bbc8316353 +SIZE (nwidger-jsoncolor-75a6de4340e5_GH0.tar.gz) = 4372 +SHA256 (pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e490911398cee61742ddc6a90c560733e4c9dcb3d867b17a894c9dd5 +SIZE (pkg-errors-v0.8.0_GH0.tar.gz) = 11344 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 +SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 From owner-svn-ports-all@freebsd.org Sun Mar 7 15:55:16 2021 Return-Path: Delivered-To: svn-ports-all@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 D8BCD56AA3A; Sun, 7 Mar 2021 15:55:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtmJh5YWHz3CKh; Sun, 7 Mar 2021 15:55:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E6B19180; Sun, 7 Mar 2021 15:55:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127FtGTq001682; Sun, 7 Mar 2021 15:55:16 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127FtGau001680; Sun, 7 Mar 2021 15:55:16 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202103071555.127FtGau001680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 7 Mar 2021 15:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567575 - branches/2021Q1/multimedia/mkvtoolnix X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2021Q1/multimedia/mkvtoolnix X-SVN-Commit-Revision: 567575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 15:55:16 -0000 Author: riggs Date: Sun Mar 7 15:55:15 2021 New Revision: 567575 URL: https://svnweb.freebsd.org/changeset/ports/567575 Log: MFH: r567572 Update to upstream version 55.0.0. Details: - Mostly bugfixes, see https://mkvtoolnix.download/doc/NEWS.md Modified: branches/2021Q1/multimedia/mkvtoolnix/Makefile branches/2021Q1/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2021Q1/multimedia/mkvtoolnix/Makefile Sun Mar 7 15:47:47 2021 (r567574) +++ branches/2021Q1/multimedia/mkvtoolnix/Makefile Sun Mar 7 15:55:15 2021 (r567575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 54.0.0 +PORTVERSION= 55.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2021Q1/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2021Q1/multimedia/mkvtoolnix/distinfo Sun Mar 7 15:47:47 2021 (r567574) +++ branches/2021Q1/multimedia/mkvtoolnix/distinfo Sun Mar 7 15:55:15 2021 (r567575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614424367 -SHA256 (mkvtoolnix-54.0.0.tar.xz) = 792fa095eaeeda9030f1f189ab40c2ebf8363c9a90ebe482d68dc05b4e16a52c -SIZE (mkvtoolnix-54.0.0.tar.xz) = 7590032 +TIMESTAMP = 1615112330 +SHA256 (mkvtoolnix-55.0.0.tar.xz) = 6061639bda18adbf5c49264d5498fd2abab420113ba680d0eb441a9aa02afba6 +SIZE (mkvtoolnix-55.0.0.tar.xz) = 7581572 From owner-svn-ports-all@freebsd.org Sun Mar 7 16:19:49 2021 Return-Path: Delivered-To: svn-ports-all@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 8206E56B349; Sun, 7 Mar 2021 16:19:49 +0000 (UTC) (envelope-from jsm@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 4Dtms13F0Kz3DBF; Sun, 7 Mar 2021 16:19:49 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61F6719483; Sun, 7 Mar 2021 16:19:49 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127GJnVU013769; Sun, 7 Mar 2021 16:19:49 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127GJnc1013768; Sun, 7 Mar 2021 16:19:49 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <202103071619.127GJnc1013768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Sun, 7 Mar 2021 16:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567576 - head/net-im/nextcloud-spreed-signaling X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: head/net-im/nextcloud-spreed-signaling X-SVN-Commit-Revision: 567576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 16:19:49 -0000 Author: jsm Date: Sun Mar 7 16:19:48 2021 New Revision: 567576 URL: https://svnweb.freebsd.org/changeset/ports/567576 Log: net-im/nextcloud-spreed-signaling: fix build on go1.16 Modified: head/net-im/nextcloud-spreed-signaling/Makefile Modified: head/net-im/nextcloud-spreed-signaling/Makefile ============================================================================== --- head/net-im/nextcloud-spreed-signaling/Makefile Sun Mar 7 15:55:15 2021 (r567575) +++ head/net-im/nextcloud-spreed-signaling/Makefile Sun Mar 7 16:19:48 2021 (r567576) @@ -48,6 +48,8 @@ GH_TUPLE= coreos:go-semver:v0.2.0:coreos_go_semver/ven oschwald:maxminddb-golang:1960b16a5147:oschwald_maxminddb_golang/vendor/src/github.com/oschwald/maxminddb-golang \ uber-go:atomic:v1.3.2:uber_go_atomic/vendor/src/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/src/go.uber.org/multierr \ - uber-go:zap:v1.10.0:uber_go_zap/vendor/src/go.uber.org/zap \ + uber-go:zap:v1.10.0:uber_go_zap/vendor/src/go.uber.org/zap + +MAKE_ENV= GO111MODULE="off" .include From owner-svn-ports-all@freebsd.org Sun Mar 7 16:45:56 2021 Return-Path: Delivered-To: svn-ports-all@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 9199856BA5B; Sun, 7 Mar 2021 16:45:56 +0000 (UTC) (envelope-from tobik@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 4DtnR80m4mz3FbC; Sun, 7 Mar 2021 16:45:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CB6719745; Sun, 7 Mar 2021 16:45:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127Gju8r031928; Sun, 7 Mar 2021 16:45:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127Gjnsa031893; Sun, 7 Mar 2021 16:45:49 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103071645.127Gjnsa031893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 7 Mar 2021 16:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567577 - in head: archivers/file-roller archivers/xarchiver chinese/pcmanx databases/postgresql13-server databases/sqlite3 devel/m17n-lib devel/py-keystoneauth1 devel/quickcheck++ deve... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: archivers/file-roller archivers/xarchiver chinese/pcmanx databases/postgresql13-server databases/sqlite3 devel/m17n-lib devel/py-keystoneauth1 devel/quickcheck++ devel/rubygem-paperclip-rails... X-SVN-Commit-Revision: 567577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 16:45:56 -0000 Author: tobik Date: Sun Mar 7 16:45:48 2021 New Revision: 567577 URL: https://svnweb.freebsd.org/changeset/ports/567577 Log: Remove redundant option descriptions that match the default ones (ignoring case) Reported by: danfe (for net/mosquitto), portscan Modified: head/archivers/file-roller/Makefile head/archivers/xarchiver/Makefile head/chinese/pcmanx/Makefile head/databases/postgresql13-server/Makefile head/databases/sqlite3/Makefile head/devel/m17n-lib/Makefile head/devel/py-keystoneauth1/Makefile head/devel/quickcheck++/Makefile head/devel/rubygem-paperclip-rails5/Makefile head/lang/gcc6-aux/Makefile head/lang/php73-extensions/Makefile head/lang/php74-extensions/Makefile head/lang/php80-extensions/Makefile head/mail/anubis/Makefile head/mail/dovecot/Makefile head/math/R/Makefile head/math/superlu/Makefile head/math/vtk6/Makefile head/multimedia/gmtk/Makefile head/multimedia/gnome-mplayer/Makefile head/multimedia/mpv/Makefile head/multimedia/transcode/Makefile head/net/mosquitto/Makefile head/net/turnserver/Makefile head/net/yate/Makefile head/security/openssl-devel/Makefile head/security/openssl-quictls/Makefile head/security/openssl/Makefile head/security/silktools/Makefile head/www/nginx-devel/Makefile.options.desc head/www/nginx/Makefile.options.desc head/x11-wm/euclid-wm/Makefile head/x11/mate-screensaver/Makefile head/x11/xfce4-screensaver/Makefile Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/archivers/file-roller/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -47,7 +47,6 @@ FORMATS_DESC= Additional compression formats support ARJ_DESC= ARJ archive support ARJ_RUN_DEPENDS= arj:archivers/arj -LZO_DESC= LZO compression support LZO_RUN_DEPENDS= lzop:archivers/lzop RAR_DESC= RAR archive support Modified: head/archivers/xarchiver/Makefile ============================================================================== --- head/archivers/xarchiver/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/archivers/xarchiver/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -40,7 +40,6 @@ OPTIONS_SUB= yes FORMATS_DESC= Additional compression formats support ARJ_DESC= ARJ compression support -LZO_DESC= LZO compression support RAR_DESC= RAR compression support ARJ_RUN_DEPENDS= arj:archivers/arj Modified: head/chinese/pcmanx/Makefile ============================================================================== --- head/chinese/pcmanx/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/chinese/pcmanx/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -30,7 +30,6 @@ NANCY_DESC= Nancy bot support MOUSE_DESC= Mouse click and wheel support EXTERNAL_DESC= External SSH/Telnet support IPLOOKUP_DESC= IP location lookup support -PROXY_DESC= Proxy support NLS_USES= gettext NLS_USES_OFF= gettext-tools Modified: head/databases/postgresql13-server/Makefile ============================================================================== --- head/databases/postgresql13-server/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/databases/postgresql13-server/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -88,7 +88,6 @@ CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} .if defined(SERVER_ONLY) OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA XML DOCS LDAP_DESC= Build with LDAP authentication support -DTRACE_DESC= Build with DTrace probes TZDATA_DESC= Use internal timezone database XML_DESC= Build with XML data type Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/databases/sqlite3/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -119,7 +119,6 @@ DBSTAT_DESC= Enable DBSTAT Virtual Table # https://www.sqlite.org/fts3.html#tokenizer OPTIONS_GROUP_UNICODE= ICU UNICODE61 -UNICODE_DESC= Unicode support UNICODE61_DESC= Unicode Version 6.1 tokenizer # https://www.sqlite.org/rtree.html Modified: head/devel/m17n-lib/Makefile ============================================================================== --- head/devel/m17n-lib/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/devel/m17n-lib/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -36,7 +36,6 @@ CONFIGURE_ARGS= --disable-nls OPTIONS_DEFINE= ANTHY ISPELL THAI ANTHY_DESC= Kana-Kanji conversion support via Anthy -ISPELL_DESC= Spell checking support via Ispell THAI_DESC= Thai language support via libThai ANTHY_LIB_DEPENDS= libanthy.so:japanese/anthy Modified: head/devel/py-keystoneauth1/Makefile ============================================================================== --- head/devel/py-keystoneauth1/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/devel/py-keystoneauth1/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -27,7 +27,6 @@ NO_ARCH= yes OPTIONS_DEFINE= BETAMAX KERBEROS OAUTH1 SAML2 BETAMAX_DESC= Betamax support -KERBEROS_DESC= Kerberos support OAUTH1_DESC= OAuth 1.0 support SAML2_DESC= SAML 2.0 support Modified: head/devel/quickcheck++/Makefile ============================================================================== --- head/devel/quickcheck++/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/devel/quickcheck++/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -21,7 +21,6 @@ PORTDOCS= COPYRIGHT README PORTEXAMPLES= examples.cc OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES -DOXYGEN_DESC= Build documentation with doxygen .include Modified: head/devel/rubygem-paperclip-rails5/Makefile ============================================================================== --- head/devel/rubygem-paperclip-rails5/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/devel/rubygem-paperclip-rails5/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -29,7 +29,6 @@ OPTIONS_SINGLE= IMAGEMAGICK OPTIONS_SINGLE_IMAGEMAGICK= IMX11 IMNOX11 OPTIONS_DEFAULT= IMNOX11 -IMAGEMAGICK_DESC= ImageMagick image processing support IMNOX11_DESC= Depend on ImageMagick without X11 support IMX11_DESC= Depend on ImageMagick with X11 support Modified: head/lang/gcc6-aux/Makefile ============================================================================== --- head/lang/gcc6-aux/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/lang/gcc6-aux/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -36,7 +36,6 @@ OPTIONS_GROUP_BOOTSTRAP=BOOTSTRAP OPTIONS_DEFAULT= FORTRAN OBJC NO_OPTIONS_SORT= yes -OBJC_DESC= Objective-C language support TESTSUITE_DESC= Activate test support ALLSTAGES_DESC= Build compiler with itself (twice, brings in libcc1) STATIC_DESC= Link compilers and drivers statically Modified: head/lang/php73-extensions/Makefile ============================================================================== --- head/lang/php73-extensions/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/lang/php73-extensions/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -59,7 +59,6 @@ PDO_MYSQL_DESC= PDO MySQL driver PDO_ODBC_DESC= PDO ODBC driver PDO_PGSQL_DESC= PDO PostgreSQL driver PDO_SQLITE_DESC= PDO sqlite driver -PGSQL_DESC= PostgreSQL database support PHAR_DESC= phar support POSIX_DESC= POSIX-like functions PSPELL_DESC= pspell support Modified: head/lang/php74-extensions/Makefile ============================================================================== --- head/lang/php74-extensions/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/lang/php74-extensions/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -57,7 +57,6 @@ PDO_MYSQL_DESC= PDO MySQL driver PDO_ODBC_DESC= PDO ODBC driver PDO_PGSQL_DESC= PDO PostgreSQL driver PDO_SQLITE_DESC= PDO sqlite driver -PGSQL_DESC= PostgreSQL database support PHAR_DESC= phar support POSIX_DESC= POSIX-like functions PSPELL_DESC= pspell support Modified: head/lang/php80-extensions/Makefile ============================================================================== --- head/lang/php80-extensions/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/lang/php80-extensions/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -55,7 +55,6 @@ PDO_MYSQL_DESC= PDO MySQL driver PDO_ODBC_DESC= PDO ODBC driver PDO_PGSQL_DESC= PDO PostgreSQL driver PDO_SQLITE_DESC= PDO sqlite driver -PGSQL_DESC= PostgreSQL database support PHAR_DESC= phar support POSIX_DESC= POSIX-like functions PSPELL_DESC= pspell support Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/mail/anubis/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -91,7 +91,6 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres PGSQL_VARS= REQUIRE+=postgresql -SOCKS_DESC= SOCKS proxy support SOCKS_CONFIGURE_WITH= socks-proxy .include Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/mail/dovecot/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -47,8 +47,6 @@ OPTIONS_GROUP_FTS= ICU LUCENE SOLR TEXTCAT OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT -LZ4_DESC= LZ4 compression support - DB_DESC= Database support CDB_DESC= CDB database support Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/math/R/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -51,7 +51,6 @@ OPTIONS_SINGLE_BLAS= ATLAS NETLIB OPENBLAS RBLAS OPTIONS_SUB= YES -ATLAS_DESC= ATLAS BLAS implementation CAIROPANGO_DESC= Cairo graphics device and Pango multi-language text FLANG_DESC= Use experimental flang Fortran compiler GHOSTSCRIPT_DESC= Graphics device for bitmap files via Ghostscript @@ -61,7 +60,6 @@ LETTER_DESC= US letter paper MEMPROF_DESC= Memory profiling via Rprofmem() and tracemem() NEEDX11_DESC= Require X11 NETLIB_DESC= Netlib BLAS implementation -OPENBLAS_DESC= OpenBLAS BLAS implementation PNG_DESC= PNG graphics device RBLAS_DESC= Use R-bundled BLAS implementation RPROF_DESC= R profiling via Rprof() Modified: head/math/superlu/Makefile ============================================================================== --- head/math/superlu/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/math/superlu/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -36,7 +36,6 @@ DOCS_EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GOTOBLAS_DESC= GotoBLAS blas implementation GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" -OPENBLAS_DESC= OpenBLAS blas implementation OPENBLAS_USES= blaslapack:openblas OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation Modified: head/math/vtk6/Makefile ============================================================================== --- head/math/vtk6/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/math/vtk6/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -57,8 +57,6 @@ $g_DESC= Build the $g group $w_DESC= $w wrapping .endfor -QT5_DESC= Qt 5 toolkit support - CMAKE_ARGS+= -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \ -DVTK_INSTALL_ARCHIVE_DIR=lib/vtk-${VTK_SHORT_VER} \ -DVTK_INSTALL_NO_DOCUMENTATION=ON \ Modified: head/multimedia/gmtk/Makefile ============================================================================== --- head/multimedia/gmtk/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/multimedia/gmtk/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -29,7 +29,6 @@ OPTIONS_DEFINE= ALSA DOCS GIO GTK3 PULSEAUDIO ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_WITH= alsa -GIO_DESC= Use GIO for file I/O GIO_CONFIGURE_WITH= gio GTK3_USE= gnome=gtk30 GTK3_CONFIGURE_ENABLE= gtk3 Modified: head/multimedia/gnome-mplayer/Makefile ============================================================================== --- head/multimedia/gnome-mplayer/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/multimedia/gnome-mplayer/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -40,7 +40,6 @@ WRKSRC= ${WRKDIR}/gnome-mplayer-${PORTVERSION} OPTIONS_DEFINE= ALSA DOCS GIO GPOD GTK3 NOTIFY PULSEAUDIO -GIO_DESC= Use GIO for file I/O GPOD_DESC= Add support for libgpod ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/multimedia/mpv/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -64,7 +64,6 @@ MUJS_DESC= Use MuJS for Javascript language support SIXEL_DESC= Sixel graphics support UCHARDET_DESC= Guess subtitle encoding via uchardet VULKAN_DESC= Vulkan output support -WAYLAND_DESC= Wayland (graphics) support YTDL_DESC= Install youtube-dl ZIMG_DESC= High quality software scaling via "z" library IN_DESC= Input Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/multimedia/transcode/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -34,7 +34,6 @@ OPTIONS_DEFAULT= LAME DVDREAD JPEG ICONV BKTR_DESC= Bktr capture card support POSTPROC_DESC= Libpostproc support DVDREAD_DESC= Libdvdread support -LZO_DESC= LZO compression support X11_USES= xorg X11_USE= xorg=xv,xaw,xpm Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/net/mosquitto/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -29,7 +29,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= CARES WS OPTIONS_DEFAULT= CARES -CARES_DESC= Asynchronous DNS resolution via c-ares CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CMAKE_ON= -DWITH_SRV:BOOL=ON Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/net/turnserver/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -80,11 +80,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES MYSQL PGSQL REDIS SQLITE OPTIONS_DEFAULT= MYSQL PGSQL REDIS SQLITE OPTIONS_SUB= yes -MYSQL_DESC= MySQL database support MYSQL_USES= mysql MYSQL_CONFIGURE_ENV_OFF= TURN_NO_MYSQL=1 -PGSQL_DESC= PostgreSQL database support PGSQL_USES= pgsql PGSQL_CONFIGURE_ENV_OFF= TURN_NO_PQ=1 @@ -92,7 +90,6 @@ REDIS_DESC= Redis support for user database and for st REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ENV_OFF= TURN_NO_HIREDIS=1 -SQLITE_DESC= SQLite database support SQLITE_USES= sqlite SQLITE_CONFIGURE_ENV_OFF= TURN_NO_SQLITE=1 Modified: head/net/yate/Makefile ============================================================================== --- head/net/yate/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/net/yate/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -51,7 +51,6 @@ DAHDI_DESC= Dahdi support H323_DESC= H323 software channel/protocol support ILBC_DESC= iLBC narrowband speech codec support SCTP_DESC= Stream Control Transmission Protocol support -SPANDSP_DESC= Spandsp faxing support OPTIONS_SUB= yes Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/security/openssl-devel/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -98,7 +98,6 @@ TLS1_DESC= TLSv1.0 (requires TLS1_1, TLS1_2) TLS1_1_DESC= TLSv1.1 (requires TLS1_2) TLS1_2_DESC= TLSv1.2 WEAK-SSL-CIPHERS_DESC= Weak cipher support (unsafe) -ZLIB_DESC= zlib compression support # Upstream default disabled options .for _option in md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib Modified: head/security/openssl-quictls/Makefile ============================================================================== --- head/security/openssl-quictls/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/security/openssl-quictls/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -103,7 +103,6 @@ TLS1_DESC= TLSv1.0 (requires TLS1_1, TLS1_2) TLS1_1_DESC= TLSv1.1 (requires TLS1_2) TLS1_2_DESC= TLSv1.2 WEAK-SSL-CIPHERS_DESC= Weak cipher support (unsafe) -ZLIB_DESC= zlib compression support # Upstream default disabled options .for _option in md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/security/openssl/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -93,7 +93,6 @@ TLS1_DESC= TLSv1.0 (requires TLS1_1, TLS1_2) TLS1_1_DESC= TLSv1.1 (requires TLS1_2) TLS1_2_DESC= TLSv1.2 WEAK-SSL-CIPHERS_DESC= Weak cipher support (unsafe) -ZLIB_DESC= zlib compression support # Upstream default disabled options .for _option in ktls md2 rc5 sctp ssl3 zlib weak-ssl-ciphers Modified: head/security/silktools/Makefile ============================================================================== --- head/security/silktools/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/security/silktools/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -48,7 +48,6 @@ LOCALTIME_DESC= Use localtime instead of UTC LOCALTIME_CONFIGURE_ENABLE= localtime LZO_CONFIGURE_WITH= lzo=${LOCALBASE} -LZO_DESC= LZO compression support LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 PYTHON_CONFIGURE_WITH= python Modified: head/www/nginx-devel/Makefile.options.desc ============================================================================== --- head/www/nginx-devel/Makefile.options.desc Sun Mar 7 16:19:48 2021 (r567576) +++ head/www/nginx-devel/Makefile.options.desc Sun Mar 7 16:45:48 2021 (r567577) @@ -9,7 +9,6 @@ CLOJURE_DESC= 3rd party clojure module COOKIE_FLAG_DESC= 3rd party cookie_flag module CT_DESC= 3rd party cert_transparency module (SSL req.) DEBUGLOG_DESC= Enable debug log (--with-debug) -DEBUG_DESC= Build with debugging support DEVEL_KIT_DESC= 3rd party Nginx Development Kit module DRIZZLE_DESC= 3rd party drizzle module DSO_DESC= Enable dynamic modules support Modified: head/www/nginx/Makefile.options.desc ============================================================================== --- head/www/nginx/Makefile.options.desc Sun Mar 7 16:19:48 2021 (r567576) +++ head/www/nginx/Makefile.options.desc Sun Mar 7 16:45:48 2021 (r567577) @@ -8,7 +8,6 @@ CACHE_PURGE_DESC= 3rd party cache_purge module CLOJURE_DESC= 3rd party clojure module CT_DESC= 3rd party cert_transparency module (SSL req.) DEBUGLOG_DESC= Enable debug log (--with-debug) -DEBUG_DESC= Build with debugging support DEVEL_KIT_DESC= 3rd party Nginx Development Kit module DRIZZLE_DESC= 3rd party drizzle module DSO_DESC= Enable dynamic modules support Modified: head/x11-wm/euclid-wm/Makefile ============================================================================== --- head/x11-wm/euclid-wm/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/x11-wm/euclid-wm/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -18,7 +18,6 @@ GH_TAGNAME= b6b0319 OPTIONS_DEFINE= XINERAMA EUCLID_MENU OPTIONS_SUB= yes OPTIONS_DEFAULT= XINERAMA -XINERAMA_DESC= X11 Xinerama extension support EUCLID_MENU_DESC= Custom built menuing program (work in progress) ALL_TARGET= noxinerama Modified: head/x11/mate-screensaver/Makefile ============================================================================== --- head/x11/mate-screensaver/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/x11/mate-screensaver/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -40,8 +40,6 @@ SCREENSAVER_DIR= share/applications/screensavers OPTIONS_DEFINE= PAM OPTIONS_DEFAULT=PAM -PAM_DESC= Pluggable Authentication Module support - OPTIONS_SUB= yes PAM_RUN_DEPENDS= pam_helper:security/pam_helper Modified: head/x11/xfce4-screensaver/Makefile ============================================================================== --- head/x11/xfce4-screensaver/Makefile Sun Mar 7 16:19:48 2021 (r567576) +++ head/x11/xfce4-screensaver/Makefile Sun Mar 7 16:45:48 2021 (r567577) @@ -37,8 +37,6 @@ SCREENSAVER_DIR= share/applications/screensavers OPTIONS_DEFINE= NLS PAM OPTIONS_DEFAULT=PAM -PAM_DESC= Pluggable Authentication Module support - OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls From owner-svn-ports-all@freebsd.org Sun Mar 7 16:48:51 2021 Return-Path: Delivered-To: svn-ports-all@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 E108756BF99; Sun, 7 Mar 2021 16:48:51 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from lb2-smtp-cloud8.xs4all.net (lb2-smtp-cloud8.xs4all.net [194.109.24.25]) (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 "smtp.xs4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtnVW3LB2z3FnP; Sun, 7 Mar 2021 16:48:51 +0000 (UTC) (envelope-from adridg@freebsd.org) Received: from cust-d4a83f22 ([IPv6:fc0c:c11d:cecc:f58a:eaa1:c0:9d8f:c143]) by smtp-cloud8.xs4all.net with ESMTPA id IwaFlwjxUqY4WIwaGlaYYD; Sun, 07 Mar 2021 17:48:48 +0100 From: Adriaan de Groot To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Mark Linimon Subject: Re: svn commit: r567549 - head/devel/libabigail Date: Sun, 07 Mar 2021 17:48:27 +0100 Message-ID: <2416347.0dHE6SNnxz@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: <202103070623.1276NE59057982@repo.freebsd.org> References: <202103070623.1276NE59057982@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3862241.BRNeRiNLvY"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-CMAE-Envelope: MS4xfO3r/vlCOUPefuTD3L3W1dC1+8lnnLH7oPduJoXr7k+3a7xrV9wjHwP3So6hx8xeldcDhHhZrs0HBxCDL2VHAxm/ZVhbxIZaUNwMZYZ6zQjjyNEHGVDJ hBYUQttWFQXsbciJ8fBFR52I7ew7Lom30niFccRKnQtZuk4PFHzWwfZ37Yn1S6DA068cv26gPIwyhNfVewgtBuTL1hgt6riyw68IX1jVDcsW8LzRj17VWwZ0 VsBeQW4HwnnWsbhpX4Utdqc0IvypabDN3UUrwDmI67ZbzrODC5b3zJtU2F89AZJKPU0QDssnBOJH9nNh9F2gn/PC2PAUdUn6O0nbBgZhn3UpdwEgBrJupUlP VXtb6qk1G+247IB5Ji0Cpp6k/fz/1A== X-Rspamd-Queue-Id: 4DtnVW3LB2z3FnP X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 16:48:51 -0000 --nextPart3862241.BRNeRiNLvY Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Adriaan de Groot To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Mark Linimon Subject: Re: svn commit: r567549 - head/devel/libabigail Date: Sun, 07 Mar 2021 17:48:27 +0100 Message-ID: <2416347.0dHE6SNnxz@beastie.bionicmutton.org> Organization: FreeBSD In-Reply-To: <202103070623.1276NE59057982@repo.freebsd.org> References: <202103070623.1276NE59057982@repo.freebsd.org> On Sunday, 7 March 2021 07:23:14 CET Mark Linimon wrote: > Author: linimon > Date: Sun Mar 7 06:23:14 2021 > New Revision: 567549 > URL: https://svnweb.freebsd.org/changeset/ports/567549 > > Log: > Add compiler:c++11-lang to USES to fix build on GCC-based systems: Thank you. [ade] --nextPart3862241.BRNeRiNLvY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEhrjttu2OP5apuuy1z93JbxKxkVwFAmBFA9wACgkQz93JbxKx kVyJUwwAuClvhDnR/tdqsdHfYF9xQHmak/3FA4rQM3X0MlzR+3Ya7ZQtP88Gngpw 9oCUrup47UUOpuitHkjcPEwOlJi4QDM/J1zZL4iy3TGFo6nSxEmZaOnQUdK9vKFU o1fe9dX/ZBSpmu+HjNhwYt4WRD8iA8Ib/8sWZtdbW1+1TpK9w8uQEipFhUTAGGJQ dYVelC7Zcj9WrXyTaI8qmdQt+sj0hieEmMmGykZmGfh7mrPDHWmZFAQoOrMgfSsP 8MW+iB6ninjPVd77xnAeGNdHEnwCs+XMh8kFloWUXiTiZ2A47iXbgo2gGMVrI07m +AEj7WWDWd6ZRMUNlmfKDxfOPoePZfa5olVFgwWYE2LVLz2Byle7XQyfAv0JzrT+ 6MXOll7gcBwXJQ6uH/wPOwOC6Bjk0LkB/kFzvfozit01kuyFQILprHOqI888c4RG Km249xFPVG3sjhL6Y3DYF6bx/jR4I3NWvqCiMPX46x/Q6xji78Gn4DbnrAZKKg3Y n5+yoYd3 =RFHG -----END PGP SIGNATURE----- --nextPart3862241.BRNeRiNLvY-- From owner-svn-ports-all@freebsd.org Sun Mar 7 16:51:54 2021 Return-Path: Delivered-To: svn-ports-all@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 4CB2E56C25F; Sun, 7 Mar 2021 16:51:54 +0000 (UTC) (envelope-from dbaio@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 4DtnZ21dmhz3GMK; Sun, 7 Mar 2021 16:51:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ACF819B95; Sun, 7 Mar 2021 16:51:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127Gpsw2036145; Sun, 7 Mar 2021 16:51:54 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127GpkQK036105; Sun, 7 Mar 2021 16:51:46 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202103071651.127GpkQK036105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 7 Mar 2021 16:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567578 - in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dns... X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dnsmadeeasy py-certbot-dns-g... X-SVN-Commit-Revision: 567578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 16:51:54 -0000 Author: dbaio Date: Sun Mar 7 16:51:45 2021 New Revision: 567578 URL: https://svnweb.freebsd.org/changeset/ports/567578 Log: security/py-[acme|certbot]: Update to 1.13.0 Changelog: https://github.com/certbot/certbot/blob/v1.13.0/certbot/CHANGELOG.md PR: 253224 Submitted by: Yasuhiro KIMURA Approved by: python (with hat) Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-acme/version.mk head/security/py-certbot-apache/Makefile head/security/py-certbot-apache/distinfo head/security/py-certbot-dns-cloudflare/Makefile head/security/py-certbot-dns-cloudflare/distinfo head/security/py-certbot-dns-cloudxns/Makefile head/security/py-certbot-dns-cloudxns/distinfo head/security/py-certbot-dns-digitalocean/Makefile head/security/py-certbot-dns-digitalocean/distinfo head/security/py-certbot-dns-dnsimple/Makefile head/security/py-certbot-dns-dnsimple/distinfo head/security/py-certbot-dns-dnsmadeeasy/Makefile head/security/py-certbot-dns-dnsmadeeasy/distinfo head/security/py-certbot-dns-gehirn/Makefile head/security/py-certbot-dns-gehirn/distinfo head/security/py-certbot-dns-google/Makefile head/security/py-certbot-dns-google/distinfo head/security/py-certbot-dns-linode/Makefile head/security/py-certbot-dns-linode/distinfo head/security/py-certbot-dns-luadns/Makefile head/security/py-certbot-dns-luadns/distinfo head/security/py-certbot-dns-nsone/Makefile head/security/py-certbot-dns-nsone/distinfo head/security/py-certbot-dns-ovh/Makefile head/security/py-certbot-dns-ovh/distinfo head/security/py-certbot-dns-rfc2136/Makefile head/security/py-certbot-dns-rfc2136/distinfo head/security/py-certbot-dns-route53/Makefile head/security/py-certbot-dns-route53/distinfo head/security/py-certbot-dns-sakuracloud/Makefile head/security/py-certbot-dns-sakuracloud/distinfo head/security/py-certbot-nginx/Makefile head/security/py-certbot-nginx/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo head/security/py-certbot/files/patch-certbot-compat-misc.py head/security/py-certbot/files/patch-tests_cli__test.py Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-acme/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2. ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-acme/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974375 -SHA256 (acme-1.11.0.tar.gz) = 092eb09a074a935da4c10f66cb8634ffb2cc2d2cc1035d2998d608996efab924 -SIZE (acme-1.11.0.tar.gz) = 91313 +TIMESTAMP = 1615124930 +SHA256 (acme-1.13.0.tar.gz) = 6b4257dfd6a6d5f01e8cd4f0b10422c17836bed7c67e9c5b0a0ad6c7d651c088 +SIZE (acme-1.13.0.tar.gz) = 90210 Modified: head/security/py-acme/version.mk ============================================================================== --- head/security/py-acme/version.mk Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-acme/version.mk Sun Mar 7 16:51:45 2021 (r567578) @@ -1 +1 @@ -ACME_VERSION= 1.11.0 +ACME_VERSION= 1.13.0 Modified: head/security/py-certbot-apache/Makefile ============================================================================== --- head/security/py-certbot-apache/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-apache/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-augeas>0:textproc/py-python-augeas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} Modified: head/security/py-certbot-apache/distinfo ============================================================================== --- head/security/py-certbot-apache/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-apache/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974392 -SHA256 (certbot-apache-1.11.0.tar.gz) = 3ed001427ec0b49324f2b9af7170fa6e6e88948fa51c3678b07bf17f8138863d -SIZE (certbot-apache-1.11.0.tar.gz) = 221609 +TIMESTAMP = 1615124931 +SHA256 (certbot-apache-1.13.0.tar.gz) = 4b5a16e80c1418e2edc05fc2578f522fb24974b2c13eb747cdfeef69e5bd5ae1 +SIZE (certbot-apache-1.13.0.tar.gz) = 220736 Modified: head/security/py-certbot-dns-cloudflare/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudflare/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-cloudflare/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-cloudflare/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudflare/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-cloudflare/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974394 -SHA256 (certbot-dns-cloudflare-1.11.0.tar.gz) = d094f9d05465b57f6ed58a50b0668ba7d65c49e73e0c853f4027f4a6c6b2a8da -SIZE (certbot-dns-cloudflare-1.11.0.tar.gz) = 15611 +TIMESTAMP = 1615124932 +SHA256 (certbot-dns-cloudflare-1.13.0.tar.gz) = facbeecf88a7d97a9418a16fc9dffb9c99978d6ddfe1df0d729510100d9e3951 +SIZE (certbot-dns-cloudflare-1.13.0.tar.gz) = 15301 Modified: head/security/py-certbot-dns-cloudxns/Makefile ============================================================================== --- head/security/py-certbot-dns-cloudxns/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-cloudxns/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-cloudxns/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudxns/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-cloudxns/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974396 -SHA256 (certbot-dns-cloudxns-1.11.0.tar.gz) = c8e1ce87793d910f9a4c755331a16c5993c8142bf9d4c9bf3b71924f5233a864 -SIZE (certbot-dns-cloudxns-1.11.0.tar.gz) = 12792 +TIMESTAMP = 1615124933 +SHA256 (certbot-dns-cloudxns-1.13.0.tar.gz) = 47d948a9617726a7eb0a01ff0d92e44fbb6e9c37c7f6c7aecdddef7a1b5fa5f7 +SIZE (certbot-dns-cloudxns-1.13.0.tar.gz) = 12497 Modified: head/security/py-certbot-dns-digitalocean/Makefile ============================================================================== --- head/security/py-certbot-dns-digitalocean/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-digitalocean/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -14,9 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-digitalocean/distinfo ============================================================================== --- head/security/py-certbot-dns-digitalocean/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-digitalocean/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974397 -SHA256 (certbot-dns-digitalocean-1.11.0.tar.gz) = 23f189c3c2a4e72bd271e1d4cb021cbe24cf7be0cf2be8d8f0efc780942127ed -SIZE (certbot-dns-digitalocean-1.11.0.tar.gz) = 14078 +TIMESTAMP = 1615124934 +SHA256 (certbot-dns-digitalocean-1.13.0.tar.gz) = 091bd8cca246cfd9a5199f3ff9900f6edde8d6cb55609eef602477548763c0a3 +SIZE (certbot-dns-digitalocean-1.13.0.tar.gz) = 13784 Modified: head/security/py-certbot-dns-dnsimple/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsimple/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-dnsimple/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-dnsimple/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsimple/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-dnsimple/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974399 -SHA256 (certbot-dns-dnsimple-1.11.0.tar.gz) = 491d2ede681a9074766df0ffb3681f01a420a4652d871b7999a92da0ef7a4085 -SIZE (certbot-dns-dnsimple-1.11.0.tar.gz) = 12871 +TIMESTAMP = 1615124935 +SHA256 (certbot-dns-dnsimple-1.13.0.tar.gz) = 9f81d8c8c685233f61f445c7d462da5e675894a329a73f3fd5e3ccec4ab4a6a6 +SIZE (certbot-dns-dnsimple-1.13.0.tar.gz) = 12549 Modified: head/security/py-certbot-dns-dnsmadeeasy/Makefile ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-dnsmadeeasy/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-dnsmadeeasy/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-dnsmadeeasy/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974401 -SHA256 (certbot-dns-dnsmadeeasy-1.11.0.tar.gz) = 3a8b745833a0a2c84a4fc1c9d9120d5e2ccef5de2dc831fa093f0f9d3f7fb056 -SIZE (certbot-dns-dnsmadeeasy-1.11.0.tar.gz) = 12898 +TIMESTAMP = 1615124936 +SHA256 (certbot-dns-dnsmadeeasy-1.13.0.tar.gz) = 21e6bec07d2bc8eab76d16930276764d60a1ce50df1c82ae219b0f79f6e23adc +SIZE (certbot-dns-dnsmadeeasy-1.13.0.tar.gz) = 12607 Modified: head/security/py-certbot-dns-gehirn/Makefile ============================================================================== --- head/security/py-certbot-dns-gehirn/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-gehirn/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.22:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-gehirn/distinfo ============================================================================== --- head/security/py-certbot-dns-gehirn/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-gehirn/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974403 -SHA256 (certbot-dns-gehirn-1.11.0.tar.gz) = 8d9f5fd778a7c154e5c1361656949d84fe5e29b63ca5fa9fb691646afded1f02 -SIZE (certbot-dns-gehirn-1.11.0.tar.gz) = 12744 +TIMESTAMP = 1615124936 +SHA256 (certbot-dns-gehirn-1.13.0.tar.gz) = 9d8c334e36bf55637cc41cf0f83b35f72eef036eb18f9317dc7d1cdd651943d6 +SIZE (certbot-dns-gehirn-1.13.0.tar.gz) = 12453 Modified: head/security/py-certbot-dns-google/Makefile ============================================================================== --- head/security/py-certbot-dns-google/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-google/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSI ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.5:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} Modified: head/security/py-certbot-dns-google/distinfo ============================================================================== --- head/security/py-certbot-dns-google/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-google/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974404 -SHA256 (certbot-dns-google-1.11.0.tar.gz) = c96833ac293cf1e1320b1b1f9bae37b55c9813b7ee96335914f9fccbe36e87ee -SIZE (certbot-dns-google-1.11.0.tar.gz) = 24270 +TIMESTAMP = 1615124937 +SHA256 (certbot-dns-google-1.13.0.tar.gz) = d610f54f2597fdb251a9f483cbe8e0c6669654d2e1b34289f98f2e0410a596b8 +SIZE (certbot-dns-google-1.13.0.tar.gz) = 23934 Modified: head/security/py-certbot-dns-linode/Makefile ============================================================================== --- head/security/py-certbot-dns-linode/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-linode/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.3:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-linode/distinfo ============================================================================== --- head/security/py-certbot-dns-linode/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-linode/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974406 -SHA256 (certbot-dns-linode-1.11.0.tar.gz) = 11691ee7d6a15babc78a40187c238fd253bd5ae6ce8b25c94aee62200e1af1b8 -SIZE (certbot-dns-linode-1.11.0.tar.gz) = 13214 +TIMESTAMP = 1615124938 +SHA256 (certbot-dns-linode-1.13.0.tar.gz) = 172a26716abb2ff8fd52d61e11b7ee33dcdda69d06b43ea4f3bd62768c13af36 +SIZE (certbot-dns-linode-1.13.0.tar.gz) = 12935 Modified: head/security/py-certbot-dns-luadns/Makefile ============================================================================== --- head/security/py-certbot-dns-luadns/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-luadns/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-luadns/distinfo ============================================================================== --- head/security/py-certbot-dns-luadns/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-luadns/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974408 -SHA256 (certbot-dns-luadns-1.11.0.tar.gz) = a31bcce5ee87b985f92724743c9903ef1979f75bedcf4499c256aa107e0fedc1 -SIZE (certbot-dns-luadns-1.11.0.tar.gz) = 12726 +TIMESTAMP = 1615124938 +SHA256 (certbot-dns-luadns-1.13.0.tar.gz) = f9ece7b3bfc05323663be19f008232c4ad2f1265818c7b16a3ea9bb3a73938ce +SIZE (certbot-dns-luadns-1.13.0.tar.gz) = 12439 Modified: head/security/py-certbot-dns-nsone/Makefile ============================================================================== --- head/security/py-certbot-dns-nsone/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-nsone/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-nsone/distinfo ============================================================================== --- head/security/py-certbot-dns-nsone/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-nsone/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974409 -SHA256 (certbot-dns-nsone-1.11.0.tar.gz) = 197a117b9dc4b5518fa3c286cc9e9ef4a9124e6f706abc366ec36578be7df449 -SIZE (certbot-dns-nsone-1.11.0.tar.gz) = 12757 +TIMESTAMP = 1615124939 +SHA256 (certbot-dns-nsone-1.13.0.tar.gz) = 206b449819e064522337f7bcb4c9c8c0e1d90a95548ad24e6aea31c42d1ce711 +SIZE (certbot-dns-nsone-1.13.0.tar.gz) = 12467 Modified: head/security/py-certbot-dns-ovh/Makefile ============================================================================== --- head/security/py-certbot-dns-ovh/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-ovh/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.7.14:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-ovh/distinfo ============================================================================== --- head/security/py-certbot-dns-ovh/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-ovh/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974411 -SHA256 (certbot-dns-ovh-1.11.0.tar.gz) = b82f16072946590612da2d9e5ce06d5d0361ef093c57bf01e18b4f36cc4ef1c2 -SIZE (certbot-dns-ovh-1.11.0.tar.gz) = 13069 +TIMESTAMP = 1615124940 +SHA256 (certbot-dns-ovh-1.13.0.tar.gz) = e4767f3b51225ce6223332225cd6e6491407d194d300302f73d8744446fe9e3a +SIZE (certbot-dns-ovh-1.13.0.tar.gz) = 12790 Modified: head/security/py-certbot-dns-rfc2136/Makefile ============================================================================== --- head/security/py-certbot-dns-rfc2136/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-rfc2136/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-rfc2136/distinfo ============================================================================== --- head/security/py-certbot-dns-rfc2136/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-rfc2136/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974413 -SHA256 (certbot-dns-rfc2136-1.11.0.tar.gz) = 37652aa6c1f5095b4957735052ea0b6d2767d6c68d487e8c44d30a92e91f9168 -SIZE (certbot-dns-rfc2136-1.11.0.tar.gz) = 15588 +TIMESTAMP = 1615124941 +SHA256 (certbot-dns-rfc2136-1.13.0.tar.gz) = 9ba30819f90ecf22982e0892a28fe0c63e6a3f830cef0f474a79e7bfd1046229 +SIZE (certbot-dns-rfc2136-1.13.0.tar.gz) = 15018 Modified: head/security/py-certbot-dns-route53/Makefile ============================================================================== --- head/security/py-certbot-dns-route53/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-route53/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-route53/distinfo ============================================================================== --- head/security/py-certbot-dns-route53/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-route53/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974414 -SHA256 (certbot-dns-route53-1.11.0.tar.gz) = b53ca685a2ca23cbb5f2031f6d5341c20858e976e188d4610c5ddd34c9974442 -SIZE (certbot-dns-route53-1.11.0.tar.gz) = 15685 +TIMESTAMP = 1615124942 +SHA256 (certbot-dns-route53-1.13.0.tar.gz) = a69c2bbdb97b4c67c86cada8d5939602aea4b3c514671885e5e87272809b40e9 +SIZE (certbot-dns-route53-1.13.0.tar.gz) = 14971 Modified: head/security/py-certbot-dns-sakuracloud/Makefile ============================================================================== --- head/security/py-certbot-dns-sakuracloud/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-sakuracloud/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.23:dns/py-dns-lexicon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot-dns-sakuracloud/distinfo ============================================================================== --- head/security/py-certbot-dns-sakuracloud/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-dns-sakuracloud/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974416 -SHA256 (certbot-dns-sakuracloud-1.11.0.tar.gz) = e064d9d5e7d052c61cd9caebbb717a7728344abd1ba9c2599e6b15fb7cbb1612 -SIZE (certbot-dns-sakuracloud-1.11.0.tar.gz) = 12730 +TIMESTAMP = 1615124943 +SHA256 (certbot-dns-sakuracloud-1.13.0.tar.gz) = b5689f7c4f4375c6afa864f1d17cf873373c981034aaf7adcac118b850e34991 +SIZE (certbot-dns-sakuracloud-1.13.0.tar.gz) = 12453 Modified: head/security/py-certbot-nginx/Makefile ============================================================================== --- head/security/py-certbot-nginx/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-nginx/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.5:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} Modified: head/security/py-certbot-nginx/distinfo ============================================================================== --- head/security/py-certbot-nginx/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot-nginx/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974418 -SHA256 (certbot-nginx-1.11.0.tar.gz) = 9afe611f99a78b8898941b8ad7bdcf7f3c2b6e0fce27125268f7c713e64b34ee -SIZE (certbot-nginx-1.11.0.tar.gz) = 76335 +TIMESTAMP = 1615124944 +SHA256 (certbot-nginx-1.13.0.tar.gz) = 9e972cc19c0fa9e5b7863da0423b156fbfb5623fd30b558fd2fd6d21c24c0b08 +SIZE (certbot-nginx-1.13.0.tar.gz) = 76011 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot/Makefile Sun Mar 7 16:51:45 2021 (r567578) @@ -24,10 +24,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSI ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot/distinfo Sun Mar 7 16:51:45 2021 (r567578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609974390 -SHA256 (certbot-1.11.0.tar.gz) = 6b0ce04e55379aff0a47f873fa05c084538ad0f4a9b79f33108dbb0a7a668b43 -SIZE (certbot-1.11.0.tar.gz) = 391257 +TIMESTAMP = 1615124931 +SHA256 (certbot-1.13.0.tar.gz) = 64cf41b57df7667d9d849fcaa9031a4f151788246733d1f4c3f37a5aa5e2f458 +SIZE (certbot-1.13.0.tar.gz) = 393163 Modified: head/security/py-certbot/files/patch-certbot-compat-misc.py ============================================================================== --- head/security/py-certbot/files/patch-certbot-compat-misc.py Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot/files/patch-certbot-compat-misc.py Sun Mar 7 16:51:45 2021 (r567578) @@ -4,9 +4,9 @@ # https://github.com/certbot/certbot/pull/7056 # TODO: Upstream ---- certbot/compat/misc.py.orig 2020-01-14 18:41:31 UTC +--- certbot/compat/misc.py.orig 2021-03-02 21:37:04 UTC +++ certbot/compat/misc.py -@@ -74,6 +74,11 @@ LINUX_DEFAULT_FOLDERS = { +@@ -79,6 +79,11 @@ LINUX_DEFAULT_FOLDERS = { 'work': '/var/lib/letsencrypt', 'logs': '/var/log/letsencrypt', } @@ -18,7 +18,7 @@ def get_default_folder(folder_type): -@@ -88,8 +93,13 @@ def get_default_folder(folder_type): +@@ -93,8 +98,13 @@ def get_default_folder(folder_type): """ if os.name != 'nt': Modified: head/security/py-certbot/files/patch-tests_cli__test.py ============================================================================== --- head/security/py-certbot/files/patch-tests_cli__test.py Sun Mar 7 16:45:48 2021 (r567577) +++ head/security/py-certbot/files/patch-tests_cli__test.py Sun Mar 7 16:51:45 2021 (r567578) @@ -1,16 +1,16 @@ # See files/patch-certbot-compat-misc.py ---- tests/cli_test.py.orig 2020-03-03 20:36:36 UTC +--- tests/cli_test.py.orig 2021-03-02 21:37:04 UTC +++ tests/cli_test.py @@ -1,6 +1,7 @@ """Tests for certbot._internal.cli.""" import argparse import copy +import sys + from importlib import reload as reload_module + import io import tempfile - import unittest - -@@ -58,9 +59,14 @@ class FlagDefaultTest(unittest.TestCase): +@@ -62,9 +63,14 @@ class FlagDefaultTest(unittest.TestCase): def test_default_directories(self): if os.name != 'nt': From owner-svn-ports-all@freebsd.org Sun Mar 7 16:55:18 2021 Return-Path: Delivered-To: svn-ports-all@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 6FC1356C575; Sun, 7 Mar 2021 16:55:18 +0000 (UTC) (envelope-from dbaio@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 4Dtndy2lklz3GZL; Sun, 7 Mar 2021 16:55:18 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 515BB198BF; Sun, 7 Mar 2021 16:55:18 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127GtI6R039003; Sun, 7 Mar 2021 16:55:18 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127GtHf4039001; Sun, 7 Mar 2021 16:55:17 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202103071655.127GtHf4039001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 7 Mar 2021 16:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567579 - head/textproc/py-xmlschema X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-xmlschema X-SVN-Commit-Revision: 567579 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 16:55:18 -0000 Author: dbaio Date: Sun Mar 7 16:55:17 2021 New Revision: 567579 URL: https://svnweb.freebsd.org/changeset/ports/567579 Log: textproc/py-xmlschema: Update to 1.5.2 Changelog: https://github.com/sissaschool/xmlschema/blob/v1.5.2/CHANGELOG.rst Modified: head/textproc/py-xmlschema/Makefile head/textproc/py-xmlschema/distinfo Modified: head/textproc/py-xmlschema/Makefile ============================================================================== --- head/textproc/py-xmlschema/Makefile Sun Mar 7 16:51:45 2021 (r567578) +++ head/textproc/py-xmlschema/Makefile Sun Mar 7 16:55:17 2021 (r567579) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xmlschema -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-xmlschema/distinfo ============================================================================== --- head/textproc/py-xmlschema/distinfo Sun Mar 7 16:51:45 2021 (r567578) +++ head/textproc/py-xmlschema/distinfo Sun Mar 7 16:55:17 2021 (r567579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613235514 -SHA256 (xmlschema-1.5.1.tar.gz) = c4c72b457865f46394bb23525b4e233d6537d9e97b8c6144a6cda2d5ef0d6688 -SIZE (xmlschema-1.5.1.tar.gz) = 349788 +TIMESTAMP = 1615035448 +SHA256 (xmlschema-1.5.2.tar.gz) = f821ce780f84c7e61ca1ccf32f23aec400446e74fa5cc888450af7604ce2291f +SIZE (xmlschema-1.5.2.tar.gz) = 350754 From owner-svn-ports-all@freebsd.org Sun Mar 7 17:40:58 2021 Return-Path: Delivered-To: svn-ports-all@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 D607156DC20; Sun, 7 Mar 2021 17:40:58 +0000 (UTC) (envelope-from trociny@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 4Dtpff5j8Hz3JlY; Sun, 7 Mar 2021 17:40:58 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B69F71A0E6; Sun, 7 Mar 2021 17:40:58 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127HewUO066475; Sun, 7 Mar 2021 17:40:58 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127Hew64066473; Sun, 7 Mar 2021 17:40:58 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <202103071740.127Hew64066473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sun, 7 Mar 2021 17:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567580 - head/databases/py-python-swiftclient X-SVN-Group: ports-head X-SVN-Commit-Author: trociny X-SVN-Commit-Paths: head/databases/py-python-swiftclient X-SVN-Commit-Revision: 567580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 17:40:58 -0000 Author: trociny Date: Sun Mar 7 17:40:58 2021 New Revision: 567580 URL: https://svnweb.freebsd.org/changeset/ports/567580 Log: update to 3.11.0 Modified: head/databases/py-python-swiftclient/Makefile head/databases/py-python-swiftclient/distinfo Modified: head/databases/py-python-swiftclient/Makefile ============================================================================== --- head/databases/py-python-swiftclient/Makefile Sun Mar 7 16:55:17 2021 (r567579) +++ head/databases/py-python-swiftclient/Makefile Sun Mar 7 17:40:58 2021 (r567580) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-swiftclient -PORTVERSION= 3.10.1 +PORTVERSION= 3.11.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-python-swiftclient/distinfo ============================================================================== --- head/databases/py-python-swiftclient/distinfo Sun Mar 7 16:55:17 2021 (r567579) +++ head/databases/py-python-swiftclient/distinfo Sun Mar 7 17:40:58 2021 (r567580) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601117427 -SHA256 (python-swiftclient-3.10.1.tar.gz) = 0176b17aa14cc2ef82a327dc70b66af670bdb39dcf836896f81269db376932ea -SIZE (python-swiftclient-3.10.1.tar.gz) = 199466 +TIMESTAMP = 1607874717 +SHA256 (python-swiftclient-3.11.0.tar.gz) = 3972f8b1986e60ea786ad01697e6882f331209ae947ef8b795531940f1e0732b +SIZE (python-swiftclient-3.11.0.tar.gz) = 201503 From owner-svn-ports-all@freebsd.org Sun Mar 7 18:26:07 2021 Return-Path: Delivered-To: svn-ports-all@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 5E27556ECF8; Sun, 7 Mar 2021 18:26:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtqfl25Jrz3MJB; Sun, 7 Mar 2021 18:26:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 365471B008; Sun, 7 Mar 2021 18:26:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127IQ7Bk093175; Sun, 7 Mar 2021 18:26:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127IQ6D1093174; Sun, 7 Mar 2021 18:26:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071826.127IQ6D1093174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 18:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567581 - head/audio/bjumblr-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/bjumblr-lv2 X-SVN-Commit-Revision: 567581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 18:26:07 -0000 Author: yuri Date: Sun Mar 7 18:26:06 2021 New Revision: 567581 URL: https://svnweb.freebsd.org/changeset/ports/567581 Log: audio/bjumblr-lv2: Update 1.6.2 -> 1.6.4 Reported by: portscout Modified: head/audio/bjumblr-lv2/Makefile head/audio/bjumblr-lv2/distinfo Modified: head/audio/bjumblr-lv2/Makefile ============================================================================== --- head/audio/bjumblr-lv2/Makefile Sun Mar 7 17:40:58 2021 (r567580) +++ head/audio/bjumblr-lv2/Makefile Sun Mar 7 18:26:06 2021 (r567581) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bjumblr -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.4 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/bjumblr-lv2/distinfo ============================================================================== --- head/audio/bjumblr-lv2/distinfo Sun Mar 7 17:40:58 2021 (r567580) +++ head/audio/bjumblr-lv2/distinfo Sun Mar 7 18:26:06 2021 (r567581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613182885 -SHA256 (sjaehn-BJumblr-1.6.2_GH0.tar.gz) = 5ac1ab3e511763f2293153b6d9e6c756ab94902f8392e24a143783d0ef9ec2a7 -SIZE (sjaehn-BJumblr-1.6.2_GH0.tar.gz) = 557216 +TIMESTAMP = 1615140214 +SHA256 (sjaehn-BJumblr-1.6.4_GH0.tar.gz) = 6a7bb29a556a00ca0259f25c7b01d71798d7180ae3dea190b85996763e147727 +SIZE (sjaehn-BJumblr-1.6.4_GH0.tar.gz) = 551512 From owner-svn-ports-all@freebsd.org Sun Mar 7 18:40:31 2021 Return-Path: Delivered-To: svn-ports-all@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 10A5A56F1CB; Sun, 7 Mar 2021 18:40:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtqzM01jvz3N6w; Sun, 7 Mar 2021 18:40:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7B5D1AFBC; Sun, 7 Mar 2021 18:40:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127IeUFP099303; Sun, 7 Mar 2021 18:40:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127IeUli099301; Sun, 7 Mar 2021 18:40:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071840.127IeUli099301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 18:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567582 - head/audio/zrythm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/zrythm X-SVN-Commit-Revision: 567582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 18:40:31 -0000 Author: yuri Date: Sun Mar 7 18:40:30 2021 New Revision: 567582 URL: https://svnweb.freebsd.org/changeset/ports/567582 Log: audio/zrythm: Update 1.0.0-alpha.13.0.4 -> 1.0.0-alpha.13.1.1 Reported by: portscout Modified: head/audio/zrythm/Makefile head/audio/zrythm/distinfo Modified: head/audio/zrythm/Makefile ============================================================================== --- head/audio/zrythm/Makefile Sun Mar 7 18:26:06 2021 (r567581) +++ head/audio/zrythm/Makefile Sun Mar 7 18:40:30 2021 (r567582) @@ -2,8 +2,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.13.0.4 -PORTREVISION= 2 +DISTVERSION= 1.0.0-alpha.13.1.1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org Modified: head/audio/zrythm/distinfo ============================================================================== --- head/audio/zrythm/distinfo Sun Mar 7 18:26:06 2021 (r567581) +++ head/audio/zrythm/distinfo Sun Mar 7 18:40:30 2021 (r567582) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614625150 -SHA256 (zrythm-zrythm-v1.0.0-alpha.13.0.4_GH0.tar.gz) = ce30d4539887554b789a3660eca86dba4ed4db8f03ef594fd12496cf502a82a3 -SIZE (zrythm-zrythm-v1.0.0-alpha.13.0.4_GH0.tar.gz) = 15620611 +TIMESTAMP = 1615141608 +SHA256 (zrythm-zrythm-v1.0.0-alpha.13.1.1_GH0.tar.gz) = 495f91990a963dfa9772d661adfcb6b7f073d7d305f92970c1ab2cd40605e639 +SIZE (zrythm-zrythm-v1.0.0-alpha.13.1.1_GH0.tar.gz) = 15643453 From owner-svn-ports-all@freebsd.org Sun Mar 7 18:51:54 2021 Return-Path: Delivered-To: svn-ports-all@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 CE72056F738; Sun, 7 Mar 2021 18:51:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtrDV5S5cz3Nvy; Sun, 7 Mar 2021 18:51:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB00C1B601; Sun, 7 Mar 2021 18:51:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127IpsHK007985; Sun, 7 Mar 2021 18:51:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127IpsCc007982; Sun, 7 Mar 2021 18:51:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071851.127IpsCc007982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 18:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567583 - head/net/aluminum X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/aluminum X-SVN-Commit-Revision: 567583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 18:51:54 -0000 Author: yuri Date: Sun Mar 7 18:51:53 2021 New Revision: 567583 URL: https://svnweb.freebsd.org/changeset/ports/567583 Log: net/aluminum: Update 0.4.0 -> 1.0.0 Reported by: portscout Modified: head/net/aluminum/Makefile head/net/aluminum/distinfo head/net/aluminum/pkg-plist Modified: head/net/aluminum/Makefile ============================================================================== --- head/net/aluminum/Makefile Sun Mar 7 18:40:30 2021 (r567582) +++ head/net/aluminum/Makefile Sun Mar 7 18:51:53 2021 (r567583) @@ -2,7 +2,7 @@ PORTNAME= Aluminum DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 +DISTVERSION= 1.0.0 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -10,13 +10,14 @@ COMMENT= Generic interface to high-performance communi LICENSE= APACHE20 -LIB_DEPENDS= libhwloc.so.15:devel/hwloc2 \ +LIB_DEPENDS= libhwloc.so:devel/hwloc2 \ libmpi.so:net/openmpi USES= cmake compiler:c11 +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= LLNL -USE_LDCONFIG= yes LDFLAGS+= -lexecinfo Modified: head/net/aluminum/distinfo ============================================================================== --- head/net/aluminum/distinfo Sun Mar 7 18:40:30 2021 (r567582) +++ head/net/aluminum/distinfo Sun Mar 7 18:51:53 2021 (r567583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595953057 -SHA256 (LLNL-Aluminum-v0.4.0_GH0.tar.gz) = 4d6fab5481cc7c994b32fb23a37e9ee44041a9f91acf78f981a97cb8ef57bb7d -SIZE (LLNL-Aluminum-v0.4.0_GH0.tar.gz) = 75011 +TIMESTAMP = 1615142501 +SHA256 (LLNL-Aluminum-v1.0.0_GH0.tar.gz) = 028d12e271817214db5c07c77b0528f88862139c3e442e1b12f58717290f414a +SIZE (LLNL-Aluminum-v1.0.0_GH0.tar.gz) = 110296 Modified: head/net/aluminum/pkg-plist ============================================================================== --- head/net/aluminum/pkg-plist Sun Mar 7 18:40:30 2021 (r567582) +++ head/net/aluminum/pkg-plist Sun Mar 7 18:51:53 2021 (r567583) @@ -1,9 +1,56 @@ -include/aluminum/Al.hpp -include/aluminum/Al_config.hpp +include/Al.hpp +include/Al_config.hpp include/aluminum/base.hpp +include/aluminum/cuda.hpp +include/aluminum/helper_kernels.hpp +include/aluminum/ht/allgather.hpp +include/aluminum/ht/allgatherv.hpp +include/aluminum/ht/allreduce.hpp +include/aluminum/ht/alltoall.hpp +include/aluminum/ht/alltoallv.hpp +include/aluminum/ht/barrier.hpp +include/aluminum/ht/base_state.hpp +include/aluminum/ht/bcast.hpp +include/aluminum/ht/communicator.hpp +include/aluminum/ht/gather.hpp +include/aluminum/ht/gatherv.hpp +include/aluminum/ht/pt2pt.hpp +include/aluminum/ht/reduce.hpp +include/aluminum/ht/reduce_scatter.hpp +include/aluminum/ht/reduce_scatterv.hpp +include/aluminum/ht/scatter.hpp +include/aluminum/ht/scatterv.hpp +include/aluminum/ht_impl.hpp include/aluminum/internal.hpp include/aluminum/mempool.hpp +include/aluminum/mpi/allgather.hpp +include/aluminum/mpi/allgatherv.hpp +include/aluminum/mpi/allreduce.hpp +include/aluminum/mpi/alltoall.hpp +include/aluminum/mpi/alltoallv.hpp +include/aluminum/mpi/barrier.hpp +include/aluminum/mpi/base_state.hpp +include/aluminum/mpi/bcast.hpp +include/aluminum/mpi/communicator.hpp +include/aluminum/mpi/gather.hpp +include/aluminum/mpi/gatherv.hpp +include/aluminum/mpi/pt2pt.hpp +include/aluminum/mpi/reduce.hpp +include/aluminum/mpi/reduce_scatter.hpp +include/aluminum/mpi/reduce_scatterv.hpp +include/aluminum/mpi/scatter.hpp +include/aluminum/mpi/scatterv.hpp +include/aluminum/mpi/utils.hpp +include/aluminum/mpi_comm_and_stream_wrapper.hpp +include/aluminum/mpi_cuda/communicator.hpp +include/aluminum/mpi_cuda/rma.hpp +include/aluminum/mpi_cuda/rma_ipc.hpp +include/aluminum/mpi_cuda/rma_null.hpp +include/aluminum/mpi_cuda/rma_self.hpp +include/aluminum/mpi_cuda/util.hpp +include/aluminum/mpi_cuda_impl.hpp include/aluminum/mpi_impl.hpp +include/aluminum/nccl_impl.hpp include/aluminum/profiling.hpp include/aluminum/progress.hpp include/aluminum/trace.hpp @@ -15,5 +62,4 @@ lib/cmake/aluminum/AluminumTargets-%%CMAKE_BUILD_TYPE% lib/cmake/aluminum/AluminumTargets.cmake lib/cmake/aluminum/FindHWLOC.cmake lib/cmake/aluminum/FindNCCL.cmake -lib/cmake/aluminum/TryLLVMOpenMP.cmake lib/libAl.so From owner-svn-ports-all@freebsd.org Sun Mar 7 19:02:06 2021 Return-Path: Delivered-To: svn-ports-all@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 6036356FDC5; Sun, 7 Mar 2021 19:02:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtrSG26z6z3PQJ; Sun, 7 Mar 2021 19:02:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BE961B4B3; Sun, 7 Mar 2021 19:02:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127J26gr016407; Sun, 7 Mar 2021 19:02:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127J257k016405; Sun, 7 Mar 2021 19:02:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103071902.127J257k016405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 19:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567584 - head/x11/wayland-logout X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/wayland-logout X-SVN-Commit-Revision: 567584 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:02:06 -0000 Author: jbeich Date: Sun Mar 7 19:02:05 2021 New Revision: 567584 URL: https://svnweb.freebsd.org/changeset/ports/567584 Log: x11/wayland-logout: update to 1.4 Changes: https://github.com/soreau/wayland-logout/compare/v1.1...v1.4 Reported by: portscout Modified: head/x11/wayland-logout/Makefile (contents, props changed) head/x11/wayland-logout/distinfo (contents, props changed) Modified: head/x11/wayland-logout/Makefile ============================================================================== --- head/x11/wayland-logout/Makefile Sun Mar 7 18:51:53 2021 (r567583) +++ head/x11/wayland-logout/Makefile Sun Mar 7 19:02:05 2021 (r567584) @@ -2,13 +2,9 @@ PORTNAME= wayland-logout DISTVERSIONPREFIX= v -DISTVERSION= 1.1 +DISTVERSION= 1.4 CATEGORIES= x11 -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 6e0c13c8b198.patch:-p1 # https://github.com/soreau/wayland-logout/pull/6 -PATCHFILES+= 64eb1c3c9a4d.patch:-p1 # https://github.com/soreau/wayland-logout/pull/6 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple logout on Wayland @@ -18,8 +14,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= meson USE_GITHUB= yes GH_ACCOUNT= soreau -MESON_ARGS= ${${OPSYS} == FreeBSD && ${OSREL:R} >= 13:?-Dimplementation=c:} PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz + +.include + +# Cannot use C implementation without cr_pid +.if make(makesum) +DISTFILES= ${DISTNAME:S/${DISTVERSION}/1.3/}${EXTRACT_SUFX} +.elif ${OPSYS} != FreeBSD || ${OSVERSION} < 1300030 +DISTVERSION= 1.3 +NO_ARCH= yes +MESON_ARGS+= -Dimplementation=shell +.endif .include Modified: head/x11/wayland-logout/distinfo ============================================================================== --- head/x11/wayland-logout/distinfo Sun Mar 7 18:51:53 2021 (r567583) +++ head/x11/wayland-logout/distinfo Sun Mar 7 19:02:05 2021 (r567584) @@ -1,7 +1,5 @@ -TIMESTAMP = 1607050775 -SHA256 (soreau-wayland-logout-v1.1_GH0.tar.gz) = 814765492340d52c3371f46a37f0ebae1225f2db686ff0eab57c9464b80d756f -SIZE (soreau-wayland-logout-v1.1_GH0.tar.gz) = 17731 -SHA256 (6e0c13c8b198.patch) = e22a33f9b4b99e3450b7527fc6124c7ee1bca93f95ae89fbb56b6b4a404ed98d -SIZE (6e0c13c8b198.patch) = 1110 -SHA256 (64eb1c3c9a4d.patch) = df379f6e150417facd1973bb2dbc435bb3212d8a2edc09277481cfc0a0f32d36 -SIZE (64eb1c3c9a4d.patch) = 818 +TIMESTAMP = 1609062245 +SHA256 (soreau-wayland-logout-v1.3_GH0.tar.gz) = dc59dd2e80c340bc77d119e5e39fb4aec956177212cb63b87fe10096a35e8ddb +SIZE (soreau-wayland-logout-v1.3_GH0.tar.gz) = 18033 +SHA256 (soreau-wayland-logout-v1.4_GH0.tar.gz) = 092b5f04b3e05662c91ab55251b3bd8571cfaa3e347ba1200b0b84bcb32e980f +SIZE (soreau-wayland-logout-v1.4_GH0.tar.gz) = 16878 From owner-svn-ports-all@freebsd.org Sun Mar 7 19:09:37 2021 Return-Path: Delivered-To: svn-ports-all@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 D0AF956FDF1; Sun, 7 Mar 2021 19:09:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtrcx5W08z3PjG; Sun, 7 Mar 2021 19:09:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B01D71B7F4; Sun, 7 Mar 2021 19:09:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127J9bXP017422; Sun, 7 Mar 2021 19:09:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127J9b9h017421; Sun, 7 Mar 2021 19:09:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071909.127J9b9h017421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 19:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567585 - head/www/s X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/s X-SVN-Commit-Revision: 567585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:09:37 -0000 Author: yuri Date: Sun Mar 7 19:09:37 2021 New Revision: 567585 URL: https://svnweb.freebsd.org/changeset/ports/567585 Log: www/s: Update 0.5.14 -> 0.5.15 Modified: head/www/s/Makefile head/www/s/distinfo Modified: head/www/s/Makefile ============================================================================== --- head/www/s/Makefile Sun Mar 7 19:02:05 2021 (r567584) +++ head/www/s/Makefile Sun Mar 7 19:09:37 2021 (r567585) @@ -2,8 +2,7 @@ PORTNAME= s DISTVERSIONPREFIX= v -DISTVERSION= 0.5.14 -PORTREVISION= 1 +DISTVERSION= 0.5.15 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -12,16 +11,18 @@ COMMENT= Web search in a terminal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= zquestz -GH_TUPLE= zquestz:go-ucl:ec59c7a:goucl/vendor/github.com/zquestz/go-ucl \ - mitchellh:go-homedir:v1.0.0:gohomedir/vendor/github.com/mitchellh/go-homedir \ - NYTimes:gziphandler:v1.0.1:gziphandler/vendor/github.com/NYTimes/gziphandler \ - spf13:cobra:v0.0.3:cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \ - golang:text:4d1c5fb:sys/vendor/golang.org/x/text +GH_TUPLE= \ + NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ + golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + zquestz:go-ucl:ec59c7af0062:zquestz_go_ucl/vendor/github.com/zquestz/go-ucl GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} Modified: head/www/s/distinfo ============================================================================== --- head/www/s/distinfo Sun Mar 7 19:02:05 2021 (r567584) +++ head/www/s/distinfo Sun Mar 7 19:09:37 2021 (r567585) @@ -1,15 +1,17 @@ -TIMESTAMP = 1544850601 -SHA256 (zquestz-s-v0.5.14_GH0.tar.gz) = c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb -SIZE (zquestz-s-v0.5.14_GH0.tar.gz) = 48210 -SHA256 (zquestz-go-ucl-ec59c7a_GH0.tar.gz) = 287b63ef270b5ff42801cc0d1948cd0e161ca49c29db36d43faf5bf5d469d4ec -SIZE (zquestz-go-ucl-ec59c7a_GH0.tar.gz) = 9727 -SHA256 (mitchellh-go-homedir-v1.0.0_GH0.tar.gz) = ab2c930759869efe565a658b86e1a38ca2e2a0ea71635601ddcff1171aaff10a -SIZE (mitchellh-go-homedir-v1.0.0_GH0.tar.gz) = 3247 -SHA256 (NYTimes-gziphandler-v1.0.1_GH0.tar.gz) = d2e803e5c7571c8649b0040ef80cb27a1ac51dbf328bfcbae4842872f1fe3e87 -SIZE (NYTimes-gziphandler-v1.0.1_GH0.tar.gz) = 49966 -SHA256 (spf13-cobra-v0.0.3_GH0.tar.gz) = 7eafb953b58fdd738c4db5202d94a0b6ac0de4f07718fc85a80450c2347c2f9c -SIZE (spf13-cobra-v0.0.3_GH0.tar.gz) = 101526 -SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124 -SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002 -SHA256 (golang-text-4d1c5fb_GH0.tar.gz) = 78874c74072f37bc76d0b272d483ab7858e22f99e348eab7bdbcb897294ae6ee -SIZE (golang-text-4d1c5fb_GH0.tar.gz) = 6581049 +TIMESTAMP = 1615143931 +SHA256 (zquestz-s-v0.5.15_GH0.tar.gz) = d697da32c050d026983a9696d14dace8926838eef9f491937a4f14215b674c6a +SIZE (zquestz-s-v0.5.15_GH0.tar.gz) = 59664 +SHA256 (NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = c236c216a16e4286338e66e0947938944992f918fe827c31f8745c0be98818d2 +SIZE (NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = 52107 +SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 +SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 +SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 +SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 +SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 +SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (zquestz-go-ucl-ec59c7af0062_GH0.tar.gz) = 62e0dffd805b0f605cd01cea285b0490987959471193fae254f24cdddab0a0e1 +SIZE (zquestz-go-ucl-ec59c7af0062_GH0.tar.gz) = 9724 From owner-svn-ports-all@freebsd.org Sun Mar 7 19:38:01 2021 Return-Path: Delivered-To: svn-ports-all@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 1F4B857111E; Sun, 7 Mar 2021 19:38:01 +0000 (UTC) (envelope-from lcook@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 4DtsFj0MB5z3hBK; Sun, 7 Mar 2021 19:38:01 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F330A1BE20; Sun, 7 Mar 2021 19:38:00 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127Jc0Iq035455; Sun, 7 Mar 2021 19:38:00 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127Jc01X035454; Sun, 7 Mar 2021 19:38:00 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103071938.127Jc01X035454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Sun, 7 Mar 2021 19:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567586 - head/www/lagrange X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/www/lagrange X-SVN-Commit-Revision: 567586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:38:01 -0000 Author: lcook Date: Sun Mar 7 19:38:00 2021 New Revision: 567586 URL: https://svnweb.freebsd.org/changeset/ports/567586 Log: www/lagrange: Update to 1.2.2 Changes: https://github.com/skyjake/lagrange/releases/tag/v1.2.2 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29112 Modified: head/www/lagrange/Makefile head/www/lagrange/distinfo Modified: head/www/lagrange/Makefile ============================================================================== --- head/www/lagrange/Makefile Sun Mar 7 19:09:37 2021 (r567585) +++ head/www/lagrange/Makefile Sun Mar 7 19:38:00 2021 (r567586) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lagrange -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= https://git.skyjake.fi/skyjake/${PORTNAME}/releases/download/v${DISTVERSION}/ Modified: head/www/lagrange/distinfo ============================================================================== --- head/www/lagrange/distinfo Sun Mar 7 19:09:37 2021 (r567585) +++ head/www/lagrange/distinfo Sun Mar 7 19:38:00 2021 (r567586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614959118 -SHA256 (lagrange-1.2.1.tar.gz) = ad032f5aed80b8c9025703b4d7ec10bd5e20ab21e7a530f47b868050d4a46d88 -SIZE (lagrange-1.2.1.tar.gz) = 14353246 +TIMESTAMP = 1615134531 +SHA256 (lagrange-1.2.2.tar.gz) = 66f7d06359c8d2de72787b02062d9bf4190a8667b6dd00b329b9bb6549bdac55 +SIZE (lagrange-1.2.2.tar.gz) = 14354957 From owner-svn-ports-all@freebsd.org Sun Mar 7 19:39:12 2021 Return-Path: Delivered-To: svn-ports-all@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 48DFB57109E; Sun, 7 Mar 2021 19:39:12 +0000 (UTC) (envelope-from lcook@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 4DtsH41Z7fz3hMC; Sun, 7 Mar 2021 19:39:12 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28CBE1BE21; Sun, 7 Mar 2021 19:39:12 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127JdCSt035596; Sun, 7 Mar 2021 19:39:12 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127JdBkc035594; Sun, 7 Mar 2021 19:39:11 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103071939.127JdBkc035594@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Sun, 7 Mar 2021 19:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567587 - head/textproc/py-jc X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/textproc/py-jc X-SVN-Commit-Revision: 567587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:39:12 -0000 Author: lcook Date: Sun Mar 7 19:39:11 2021 New Revision: 567587 URL: https://svnweb.freebsd.org/changeset/ports/567587 Log: textproc/py-jc: Update to 1.14.4 Changes: https://github.com/kellyjonbrazil/jc/releases/tag/v1.14.4 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29113 Modified: head/textproc/py-jc/Makefile head/textproc/py-jc/distinfo Modified: head/textproc/py-jc/Makefile ============================================================================== --- head/textproc/py-jc/Makefile Sun Mar 7 19:38:00 2021 (r567586) +++ head/textproc/py-jc/Makefile Sun Mar 7 19:39:11 2021 (r567587) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jc -DISTVERSION= 1.14.3 +DISTVERSION= 1.14.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-jc/distinfo ============================================================================== --- head/textproc/py-jc/distinfo Sun Mar 7 19:38:00 2021 (r567586) +++ head/textproc/py-jc/distinfo Sun Mar 7 19:39:11 2021 (r567587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613313390 -SHA256 (jc-1.14.3.tar.gz) = fce0d6f02556e815ef6b0847e8b697b32e177089673bd61b9d48dc4f64f32585 -SIZE (jc-1.14.3.tar.gz) = 99878 +TIMESTAMP = 1615136530 +SHA256 (jc-1.14.4.tar.gz) = 562370981da44eba8916647c6947456eb811c803407106d3f47a302205fcc396 +SIZE (jc-1.14.4.tar.gz) = 100252 From owner-svn-ports-all@freebsd.org Sun Mar 7 19:53:50 2021 Return-Path: Delivered-To: svn-ports-all@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 A0038571341; Sun, 7 Mar 2021 19:53:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtsby45hWz3j2h; Sun, 7 Mar 2021 19:53:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FAB81BF39; Sun, 7 Mar 2021 19:53:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127JroNe047154; Sun, 7 Mar 2021 19:53:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127Jro97047152; Sun, 7 Mar 2021 19:53:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071953.127Jro97047152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 19:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567588 - head/databases/py-python-arango X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/py-python-arango X-SVN-Commit-Revision: 567588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:53:50 -0000 Author: yuri Date: Sun Mar 7 19:53:49 2021 New Revision: 567588 URL: https://svnweb.freebsd.org/changeset/ports/567588 Log: databases/py-python-arango: Update 6.1.0 -> 7.1.0 Modified: head/databases/py-python-arango/Makefile head/databases/py-python-arango/distinfo Modified: head/databases/py-python-arango/Makefile ============================================================================== --- head/databases/py-python-arango/Makefile Sun Mar 7 19:39:11 2021 (r567587) +++ head/databases/py-python-arango/Makefile Sun Mar 7 19:53:49 2021 (r567588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-arango -DISTVERSION= 6.1.0 +DISTVERSION= 7.1.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,17 @@ COMMENT= Python driver for ArangoDB LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR} \ +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} +RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/databases/py-python-arango/distinfo ============================================================================== --- head/databases/py-python-arango/distinfo Sun Mar 7 19:39:11 2021 (r567587) +++ head/databases/py-python-arango/distinfo Sun Mar 7 19:53:49 2021 (r567588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605574544 -SHA256 (python-arango-6.1.0.tar.gz) = 04dbb017945105925c01d05ac98a62d718d29586cf39ef85ae3a44f032923b1c -SIZE (python-arango-6.1.0.tar.gz) = 85076 +TIMESTAMP = 1615144219 +SHA256 (python-arango-7.1.0.tar.gz) = 902e1903a2b433e5082a801ca484cdfb18cae63d8ec04c6a3c76ccd264ea017b +SIZE (python-arango-7.1.0.tar.gz) = 126972 From owner-svn-ports-all@freebsd.org Sun Mar 7 19:54:40 2021 Return-Path: Delivered-To: svn-ports-all@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 1D0AB5716AD; Sun, 7 Mar 2021 19:54:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtscw0NKrz3j4S; Sun, 7 Mar 2021 19:54:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F39EB1BE74; Sun, 7 Mar 2021 19:54:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127JsdK5047296; Sun, 7 Mar 2021 19:54:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127JsdKQ047293; Sun, 7 Mar 2021 19:54:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103071954.127JsdKQ047293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 19:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567589 - head/math/cadabra2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/cadabra2 X-SVN-Commit-Revision: 567589 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 19:54:40 -0000 Author: yuri Date: Sun Mar 7 19:54:39 2021 New Revision: 567589 URL: https://svnweb.freebsd.org/changeset/ports/567589 Log: math/cadabra2: Update 2.3.6.4 -> 2.3.6.8 Modified: head/math/cadabra2/Makefile head/math/cadabra2/distinfo head/math/cadabra2/pkg-plist Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Sun Mar 7 19:53:49 2021 (r567588) +++ head/math/cadabra2/Makefile Sun Mar 7 19:54:39 2021 (r567589) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cadabra2 -DISTVERSION= 2.3.6.4 +DISTVERSION= 2.3.6.8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/cadabra2/distinfo ============================================================================== --- head/math/cadabra2/distinfo Sun Mar 7 19:53:49 2021 (r567588) +++ head/math/cadabra2/distinfo Sun Mar 7 19:54:39 2021 (r567589) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611451142 -SHA256 (kpeeters-cadabra2-2.3.6.4_GH0.tar.gz) = f4dc420a823ffc2e783b22c34531e4ffab513a4f7b11d1270ba100e89f40b988 -SIZE (kpeeters-cadabra2-2.3.6.4_GH0.tar.gz) = 24544574 +TIMESTAMP = 1615143173 +SHA256 (kpeeters-cadabra2-2.3.6.8_GH0.tar.gz) = 6c23ff53b8d882c9bfd3df6480525d6b8ab54c9ba0bf876aacb8b842d09ec11b +SIZE (kpeeters-cadabra2-2.3.6.8_GH0.tar.gz) = 24544755 Modified: head/math/cadabra2/pkg-plist ============================================================================== --- head/math/cadabra2/pkg-plist Sun Mar 7 19:53:49 2021 (r567588) +++ head/math/cadabra2/pkg-plist Sun Mar 7 19:54:39 2021 (r567589) @@ -19,8 +19,7 @@ bin/cadabra2python %%PYTHON_SITELIBDIR%%/cdb/core/manip.cnb %%PYTHON_SITELIBDIR%%/cdb/core/solve.cnb %%PYTHON_SITELIBDIR%%/cdb/core/trace.cnb -%%PYTHON_SITELIBDIR%%/cdb/gauge_theory/__init__.py -%%PYTHON_SITELIBDIR%%/cdb/gauge_theory/instantons.py +%%PYTHON_SITELIBDIR%%/cdb/gauge_theory/instantons.cnb %%PYTHON_SITELIBDIR%%/cdb/relativity/abstract.cnb %%PYTHON_SITELIBDIR%%/cdb/relativity/schwarzschild.cnb %%PYTHON_SITELIBDIR%%/cdb/sympy/solvers.cnb From owner-svn-ports-all@freebsd.org Sun Mar 7 20:15:00 2021 Return-Path: Delivered-To: svn-ports-all@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 BEC4B571BE2; Sun, 7 Mar 2021 20:15:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtt4N50X6z3kMs; Sun, 7 Mar 2021 20:15:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E5E81C6BC; Sun, 7 Mar 2021 20:15:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127KF0CO059522; Sun, 7 Mar 2021 20:15:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127KF0nJ059520; Sun, 7 Mar 2021 20:15:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103072015.127KF0nJ059520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 20:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567590 - head/devel/py-pydantic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-pydantic X-SVN-Commit-Revision: 567590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 20:15:00 -0000 Author: yuri Date: Sun Mar 7 20:14:59 2021 New Revision: 567590 URL: https://svnweb.freebsd.org/changeset/ports/567590 Log: devel/py-pydantic: Update 1.8 -> 1.8.1 Modified: head/devel/py-pydantic/Makefile head/devel/py-pydantic/distinfo Modified: head/devel/py-pydantic/Makefile ============================================================================== --- head/devel/py-pydantic/Makefile Sun Mar 7 19:54:39 2021 (r567589) +++ head/devel/py-pydantic/Makefile Sun Mar 7 20:14:59 2021 (r567590) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydantic -DISTVERSION= 1.8 +DISTVERSION= 1.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6:devel/py-dataclasses@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils cython autoplist .include Modified: head/devel/py-pydantic/distinfo ============================================================================== --- head/devel/py-pydantic/distinfo Sun Mar 7 19:54:39 2021 (r567589) +++ head/devel/py-pydantic/distinfo Sun Mar 7 20:14:59 2021 (r567590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614398179 -SHA256 (pydantic-1.8.tar.gz) = 0b71ca069c16470cb00be0acaf0657eb74cbc4ff5f11b42e79647f170956cda3 -SIZE (pydantic-1.8.tar.gz) = 259293 +TIMESTAMP = 1615146924 +SHA256 (pydantic-1.8.1.tar.gz) = 26cf3cb2e68ec6c0cfcb6293e69fb3450c5fd1ace87f46b64f678b0d29eac4c3 +SIZE (pydantic-1.8.1.tar.gz) = 261459 From owner-svn-ports-all@freebsd.org Sun Mar 7 20:31:49 2021 Return-Path: Delivered-To: svn-ports-all@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 34342572F41; Sun, 7 Mar 2021 20:31:49 +0000 (UTC) (envelope-from joneum@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 4DttRn1357z3lC4; Sun, 7 Mar 2021 20:31:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 169DB1CA03; Sun, 7 Mar 2021 20:31:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127KVmsw067721; Sun, 7 Mar 2021 20:31:48 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127KVmDj067719; Sun, 7 Mar 2021 20:31:48 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103072031.127KVmDj067719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 7 Mar 2021 20:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567591 - head/databases/phpmyadmin5 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/databases/phpmyadmin5 X-SVN-Commit-Revision: 567591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 20:31:49 -0000 Author: joneum Date: Sun Mar 7 20:31:48 2021 New Revision: 567591 URL: https://svnweb.freebsd.org/changeset/ports/567591 Log: Update to 5.1.0 Changelog: https://www.phpmyadmin.net/news/2021/2/24/phpmyadmin-510-released/ MFH: 2021Q1 Sponsored by: Netzkommune GmbH Modified: head/databases/phpmyadmin5/Makefile head/databases/phpmyadmin5/distinfo Modified: head/databases/phpmyadmin5/Makefile ============================================================================== --- head/databases/phpmyadmin5/Makefile Sun Mar 7 20:14:59 2021 (r567590) +++ head/databases/phpmyadmin5/Makefile Sun Mar 7 20:31:48 2021 (r567591) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 5.0.4 +DISTVERSION= 5.1.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin5/distinfo ============================================================================== --- head/databases/phpmyadmin5/distinfo Sun Mar 7 20:14:59 2021 (r567590) +++ head/databases/phpmyadmin5/distinfo Sun Mar 7 20:31:48 2021 (r567591) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603967832 -SHA256 (phpMyAdmin-5.0.4-all-languages.tar.xz) = 1578c1a08e594da4f4f62e676ccbdbd17784c3de769b094ba42c35bf05c057db -SIZE (phpMyAdmin-5.0.4-all-languages.tar.xz) = 8049828 +TIMESTAMP = 1615134619 +SHA256 (phpMyAdmin-5.1.0-all-languages.tar.xz) = aa8ccf357f672012384df34e1c2bc70147476761c8458a0dad6233497e142c68 +SIZE (phpMyAdmin-5.1.0-all-languages.tar.xz) = 7902416 From owner-svn-ports-all@freebsd.org Sun Mar 7 20:33:45 2021 Return-Path: Delivered-To: svn-ports-all@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 ED455572FD8; Sun, 7 Mar 2021 20:33:45 +0000 (UTC) (envelope-from joneum@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 4DttV16JPNz3lhv; Sun, 7 Mar 2021 20:33:45 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C67191C5BD; Sun, 7 Mar 2021 20:33:45 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127KXjSL071491; Sun, 7 Mar 2021 20:33:45 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127KXj5C071489; Sun, 7 Mar 2021 20:33:45 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103072033.127KXj5C071489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 7 Mar 2021 20:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567592 - branches/2021Q1/databases/phpmyadmin5 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2021Q1/databases/phpmyadmin5 X-SVN-Commit-Revision: 567592 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 20:33:46 -0000 Author: joneum Date: Sun Mar 7 20:33:45 2021 New Revision: 567592 URL: https://svnweb.freebsd.org/changeset/ports/567592 Log: MFH: r567591 Update to 5.1.0 Changelog: https://www.phpmyadmin.net/news/2021/2/24/phpmyadmin-510-released/ Sponsored by: Netzkommune GmbH Modified: branches/2021Q1/databases/phpmyadmin5/Makefile branches/2021Q1/databases/phpmyadmin5/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/databases/phpmyadmin5/Makefile ============================================================================== --- branches/2021Q1/databases/phpmyadmin5/Makefile Sun Mar 7 20:31:48 2021 (r567591) +++ branches/2021Q1/databases/phpmyadmin5/Makefile Sun Mar 7 20:33:45 2021 (r567592) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 5.0.4 +DISTVERSION= 5.1.0 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2021Q1/databases/phpmyadmin5/distinfo ============================================================================== --- branches/2021Q1/databases/phpmyadmin5/distinfo Sun Mar 7 20:31:48 2021 (r567591) +++ branches/2021Q1/databases/phpmyadmin5/distinfo Sun Mar 7 20:33:45 2021 (r567592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603967832 -SHA256 (phpMyAdmin-5.0.4-all-languages.tar.xz) = 1578c1a08e594da4f4f62e676ccbdbd17784c3de769b094ba42c35bf05c057db -SIZE (phpMyAdmin-5.0.4-all-languages.tar.xz) = 8049828 +TIMESTAMP = 1615134619 +SHA256 (phpMyAdmin-5.1.0-all-languages.tar.xz) = aa8ccf357f672012384df34e1c2bc70147476761c8458a0dad6233497e142c68 +SIZE (phpMyAdmin-5.1.0-all-languages.tar.xz) = 7902416 From owner-svn-ports-all@freebsd.org Sun Mar 7 20:57:00 2021 Return-Path: Delivered-To: svn-ports-all@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 0B60557398D; Sun, 7 Mar 2021 20:57:00 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4Dtv0p6qCVz3mN8; Sun, 7 Mar 2021 20:56:58 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [192.168.0.122] (ip-95-223-107-149.hsi16.unitymediagroup.de [95.223.107.149]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 62E347BEE9; Sun, 7 Mar 2021 21:56:51 +0100 (CET) Subject: Re: svn commit: r567217 - head/devel/rubygem-google-protobuf To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103031816.123IG5fV055672@repo.freebsd.org> Cc: Matthias Fechner From: Torsten Zuehlsdorff Message-ID: <8c6e8ea1-8c1c-e3c7-9737-5e3d654e1a81@toco-domains.de> Date: Sun, 7 Mar 2021 21:56:50 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <202103031816.123IG5fV055672@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Dtv0p6qCVz3mN8 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@toco-domains.de designates 176.9.100.27 as permitted sender) smtp.mailfrom=freebsd@toco-domains.de X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[176.9.100.27:from]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[toco-domains.de]; ARC_NA(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; SPAMHAUS_ZRD(0.00)[176.9.100.27:from:127.0.2.255]; RECEIVED_SPAMHAUS_PBL(0.00)[95.223.107.149:received]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:176.9.0.0/16, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 20:57:00 -0000 This update seems to break the build of www/gitlab-ce. GitLab requires this port to be < 3.15. Can you please examine this issue? Thank you! :) On 03.03.21 19:16, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Wed Mar 3 18:16:04 2021 > New Revision: 567217 > URL: https://svnweb.freebsd.org/changeset/ports/567217 > > Log: > Update to 3.15.0 > > Changes: https://github.com/protocolbuffers/protobuf/releases > > Modified: > head/devel/rubygem-google-protobuf/Makefile > head/devel/rubygem-google-protobuf/distinfo > > Modified: head/devel/rubygem-google-protobuf/Makefile > ============================================================================== > --- head/devel/rubygem-google-protobuf/Makefile Wed Mar 3 18:15:59 2021 (r567216) > +++ head/devel/rubygem-google-protobuf/Makefile Wed Mar 3 18:16:04 2021 (r567217) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= google-protobuf > -PORTVERSION= 3.14.0 > +PORTVERSION= 3.15.0 > CATEGORIES= devel rubygems > MASTER_SITES= RG > > > Modified: head/devel/rubygem-google-protobuf/distinfo > ============================================================================== > --- head/devel/rubygem-google-protobuf/distinfo Wed Mar 3 18:15:59 2021 (r567216) > +++ head/devel/rubygem-google-protobuf/distinfo Wed Mar 3 18:16:04 2021 (r567217) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1605901784 > -SHA256 (rubygem/google-protobuf-3.14.0.gem) = 578426b145a51025626c6678d1cc8d8b952e595fe100565aea5fed0ee514755d > -SIZE (rubygem/google-protobuf-3.14.0.gem) = 211968 > +TIMESTAMP = 1613738839 > +SHA256 (rubygem/google-protobuf-3.15.0.gem) = 40f58515b56b6aad0c6fca808747e24b33959899d5f94acc2a6641e7688adde9 > +SIZE (rubygem/google-protobuf-3.15.0.gem) = 148480 > From owner-svn-ports-all@freebsd.org Sun Mar 7 21:20:27 2021 Return-Path: Delivered-To: svn-ports-all@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 D4C8B574E93; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtvWv5h35z3q3P; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5EA01D32A; Sun, 7 Mar 2021 21:20:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127LKRPi095401; Sun, 7 Mar 2021 21:20:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127LKQLx095395; Sun, 7 Mar 2021 21:20:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103072120.127LKQLx095395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 21:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567593 - in head/sysutils/libdnf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/libdnf: . files X-SVN-Commit-Revision: 567593 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 21:20:27 -0000 Author: yuri Date: Sun Mar 7 21:20:26 2021 New Revision: 567593 URL: https://svnweb.freebsd.org/changeset/ports/567593 Log: sysutils/libdnf: Update 0.55.2 -> 0.60.0 Added: head/sysutils/libdnf/files/patch-libdnf_config.h (contents, props changed) Modified: head/sysutils/libdnf/Makefile head/sysutils/libdnf/distinfo head/sysutils/libdnf/files/patch-CMakeLists.txt head/sysutils/libdnf/files/patch-tests_CMakeLists.txt head/sysutils/libdnf/pkg-plist Modified: head/sysutils/libdnf/Makefile ============================================================================== --- head/sysutils/libdnf/Makefile Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/Makefile Sun Mar 7 21:20:26 2021 (r567593) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libdnf -DISTVERSION= 0.55.2 +DISTVERSION= 0.60.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org Modified: head/sysutils/libdnf/distinfo ============================================================================== --- head/sysutils/libdnf/distinfo Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/distinfo Sun Mar 7 21:20:26 2021 (r567593) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607314320 -SHA256 (rpm-software-management-libdnf-0.55.2_GH0.tar.gz) = 67e2113e5d27501163f96dd15e2fb76a4fcff9d861a5618e3a4d322e64cd5a28 -SIZE (rpm-software-management-libdnf-0.55.2_GH0.tar.gz) = 1048788 +TIMESTAMP = 1615148130 +SHA256 (rpm-software-management-libdnf-0.60.0_GH0.tar.gz) = df60c15fdbea5b8594334cfe270b3eb84fc0d3cab4744f4dfc7dfeb47a78bea6 +SIZE (rpm-software-management-libdnf-0.60.0_GH0.tar.gz) = 1065223 Modified: head/sysutils/libdnf/files/patch-CMakeLists.txt ============================================================================== --- head/sysutils/libdnf/files/patch-CMakeLists.txt Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/files/patch-CMakeLists.txt Sun Mar 7 21:20:26 2021 (r567593) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-06-02 09:41:46 UTC +--- CMakeLists.txt.orig 2021-03-01 17:31:02 UTC +++ CMakeLists.txt -@@ -171,15 +171,19 @@ add_subdirectory(po) +@@ -168,15 +168,19 @@ add_subdirectory(po) # build docs Added: head/sysutils/libdnf/files/patch-libdnf_config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/libdnf/files/patch-libdnf_config.h Sun Mar 7 21:20:26 2021 (r567593) @@ -0,0 +1,22 @@ +--- libdnf/config.h.orig 2021-03-07 20:35:58 UTC ++++ libdnf/config.h +@@ -18,7 +18,18 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +-#include ++//#include ++ ++#include ++ ++#ifndef __WORDSIZE ++# if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX) ++# define __WORDSIZE 64 ++# else ++# define __WORDSIZE 32 ++# endif ++#endif ++ + + #if __WORDSIZE == 32 + #include "config-32.h" Modified: head/sysutils/libdnf/files/patch-tests_CMakeLists.txt ============================================================================== --- head/sysutils/libdnf/files/patch-tests_CMakeLists.txt Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/files/patch-tests_CMakeLists.txt Sun Mar 7 21:20:26 2021 (r567593) @@ -1,12 +1,12 @@ ---- tests/CMakeLists.txt.orig 2020-09-26 05:07:59 UTC +--- tests/CMakeLists.txt.orig 2021-03-01 17:31:02 UTC +++ tests/CMakeLists.txt -@@ -2,7 +2,9 @@ add_subdirectory(libdnf/module/modulemd) - add_subdirectory(libdnf/module) +@@ -3,7 +3,9 @@ add_subdirectory(libdnf/module) add_subdirectory(libdnf/repo) add_subdirectory(libdnf/transaction) -+if (BUILD_TESTING) + add_subdirectory(libdnf/sack) +++if (BUILD_TESTING) add_subdirectory(hawkey) -+endif() +++endif() add_subdirectory(libdnf) Modified: head/sysutils/libdnf/pkg-plist ============================================================================== --- head/sysutils/libdnf/pkg-plist Sun Mar 7 20:33:45 2021 (r567592) +++ head/sysutils/libdnf/pkg-plist Sun Mar 7 21:20:26 2021 (r567593) @@ -16,6 +16,7 @@ include/libdnf/config.h include/libdnf/dnf-advisory.h include/libdnf/dnf-advisorypkg.h include/libdnf/dnf-advisoryref.h +include/libdnf/dnf-conf.h include/libdnf/dnf-context.h include/libdnf/dnf-db.h include/libdnf/dnf-enums.h From owner-svn-ports-all@freebsd.org Sun Mar 7 22:07:26 2021 Return-Path: Delivered-To: svn-ports-all@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 09E3F575E6F; Sun, 7 Mar 2021 22:07:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtwZ56xQfz3sfZ; Sun, 7 Mar 2021 22:07:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFCAC1DBD2; Sun, 7 Mar 2021 22:07:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M7PPR024821; Sun, 7 Mar 2021 22:07:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M7PlJ024819; Sun, 7 Mar 2021 22:07:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103072207.127M7PlJ024819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 22:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567594 - head/science/jmol X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/jmol X-SVN-Commit-Revision: 567594 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:07:26 -0000 Author: yuri Date: Sun Mar 7 22:07:25 2021 New Revision: 567594 URL: https://svnweb.freebsd.org/changeset/ports/567594 Log: science/jmol: Update 14.31.29 -> 14.31.34 Modified: head/science/jmol/Makefile head/science/jmol/distinfo Modified: head/science/jmol/Makefile ============================================================================== --- head/science/jmol/Makefile Sun Mar 7 21:20:26 2021 (r567593) +++ head/science/jmol/Makefile Sun Mar 7 22:07:25 2021 (r567594) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Jmol -DISTVERSION= 14.31.29 +DISTVERSION= 14.31.34 CATEGORIES= science java MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/Version%20${DISTVERSION:R}/${PORTNAME}%20${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-full${EXTRACT_SUFX} Modified: head/science/jmol/distinfo ============================================================================== --- head/science/jmol/distinfo Sun Mar 7 21:20:26 2021 (r567593) +++ head/science/jmol/distinfo Sun Mar 7 22:07:25 2021 (r567594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612285829 -SHA256 (Jmol-14.31.29-full.tar.gz) = 2bd7346f984b8237d6bfc94080cbc087d9e45e70f423c61a0afe82e51684bd9e -SIZE (Jmol-14.31.29-full.tar.gz) = 122005074 +TIMESTAMP = 1615153565 +SHA256 (Jmol-14.31.34-full.tar.gz) = a85516e7370b7b56cfbc5ada9da6087078b0d1ed263954c3ea542da5aadd5344 +SIZE (Jmol-14.31.34-full.tar.gz) = 121974433 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:08:33 2021 Return-Path: Delivered-To: svn-ports-all@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 B07A357648F; Sun, 7 Mar 2021 22:08:33 +0000 (UTC) (envelope-from sunpoet@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 4DtwbP4cBPz3sbN; Sun, 7 Mar 2021 22:08:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90EEF1DE8A; Sun, 7 Mar 2021 22:08:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M8XQU024998; Sun, 7 Mar 2021 22:08:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M8WNw024994; Sun, 7 Mar 2021 22:08:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072208.127M8WNw024994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567595 - in head/databases: . p5-SQL-Abstract-Pg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . p5-SQL-Abstract-Pg X-SVN-Commit-Revision: 567595 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:08:33 -0000 Author: sunpoet Date: Sun Mar 7 22:08:32 2021 New Revision: 567595 URL: https://svnweb.freebsd.org/changeset/ports/567595 Log: Add p5-SQL-Abstract-Pg 1.0 SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by Mojo::Pg. WWW: https://metacpan.org/release/SQL-Abstract-Pg Added: head/databases/p5-SQL-Abstract-Pg/ head/databases/p5-SQL-Abstract-Pg/Makefile (contents, props changed) head/databases/p5-SQL-Abstract-Pg/distinfo (contents, props changed) head/databases/p5-SQL-Abstract-Pg/pkg-descr (contents, props changed) head/databases/p5-SQL-Abstract-Pg/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Mar 7 22:07:25 2021 (r567594) +++ head/databases/Makefile Sun Mar 7 22:08:32 2021 (r567595) @@ -481,6 +481,7 @@ SUBDIR += p5-SQL-Abstract-Classic SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More + SUBDIR += p5-SQL-Abstract-Pg SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker Added: head/databases/p5-SQL-Abstract-Pg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-SQL-Abstract-Pg/Makefile Sun Mar 7 22:08:32 2021 (r567595) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= SQL-Abstract-Pg +PORTVERSION= 1.0 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PostgreSQL features for SQL::Abstract + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-SQL-Abstract>=2.0:databases/p5-SQL-Abstract + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/databases/p5-SQL-Abstract-Pg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-SQL-Abstract-Pg/distinfo Sun Mar 7 22:08:32 2021 (r567595) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794158 +SHA256 (SQL-Abstract-Pg-1.0.tar.gz) = 3e27360df37b8d88f3c52dac9b03493f9bd3eeff6c8d88f9b086d2711553f547 +SIZE (SQL-Abstract-Pg-1.0.tar.gz) = 10351 Added: head/databases/p5-SQL-Abstract-Pg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-SQL-Abstract-Pg/pkg-descr Sun Mar 7 22:08:32 2021 (r567595) @@ -0,0 +1,4 @@ +SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by +Mojo::Pg. + +WWW: https://metacpan.org/release/SQL-Abstract-Pg Added: head/databases/p5-SQL-Abstract-Pg/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-SQL-Abstract-Pg/pkg-plist Sun Mar 7 22:08:32 2021 (r567595) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/SQL/Abstract/Pg.pm +%%PERL5_MAN3%%/SQL::Abstract::Pg.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:08:42 2021 Return-Path: Delivered-To: svn-ports-all@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 9C02C57633C; Sun, 7 Mar 2021 22:08:42 +0000 (UTC) (envelope-from sunpoet@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 4DtwbZ1VgYz3sdV; Sun, 7 Mar 2021 22:08:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF68A1DF00; Sun, 7 Mar 2021 22:08:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M8eoN025167; Sun, 7 Mar 2021 22:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M8dKP025163; Sun, 7 Mar 2021 22:08:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072208.127M8dKP025163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567596 - in head/textproc: . p5-Pod-POM-View-Restructured X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Pod-POM-View-Restructured X-SVN-Commit-Revision: 567596 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:08:42 -0000 Author: sunpoet Date: Sun Mar 7 22:08:39 2021 New Revision: 567596 URL: https://svnweb.freebsd.org/changeset/ports/567596 Log: Add p5-Pod-POM-View-Restructured 1.000003 Pod::POM::View::Restructured outputs reStructuredText that is expected to be used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be output with syntax highlighting for Perl code by default. WWW: https://metacpan.org/release/Pod-POM-View-Restructured Added: head/textproc/p5-Pod-POM-View-Restructured/ head/textproc/p5-Pod-POM-View-Restructured/Makefile (contents, props changed) head/textproc/p5-Pod-POM-View-Restructured/distinfo (contents, props changed) head/textproc/p5-Pod-POM-View-Restructured/pkg-descr (contents, props changed) head/textproc/p5-Pod-POM-View-Restructured/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:08:32 2021 (r567595) +++ head/textproc/Makefile Sun Mar 7 22:08:39 2021 (r567596) @@ -691,6 +691,7 @@ SUBDIR += p5-Pod-MinimumVersion SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter + SUBDIR += p5-Pod-POM-View-Restructured SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs Added: head/textproc/p5-Pod-POM-View-Restructured/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-POM-View-Restructured/Makefile Sun Mar 7 22:08:39 2021 (r567596) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Pod-POM-View-Restructured +PORTVERSION= 1.000003 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= View for Pod::POM that outputs reStructuredText + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Pod-POM>=0:textproc/p5-Pod-POM + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Pod-POM-View-Restructured/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-POM-View-Restructured/distinfo Sun Mar 7 22:08:39 2021 (r567596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794160 +SHA256 (Pod-POM-View-Restructured-1.000003.tar.gz) = b1a71f2f93ee8ecdd10bf875f8337f66b661a9478a55ec4d55aa6a92353d381a +SIZE (Pod-POM-View-Restructured-1.000003.tar.gz) = 19340 Added: head/textproc/p5-Pod-POM-View-Restructured/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-POM-View-Restructured/pkg-descr Sun Mar 7 22:08:39 2021 (r567596) @@ -0,0 +1,5 @@ +Pod::POM::View::Restructured outputs reStructuredText that is expected to be +used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be +output with syntax highlighting for Perl code by default. + +WWW: https://metacpan.org/release/Pod-POM-View-Restructured Added: head/textproc/p5-Pod-POM-View-Restructured/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Pod-POM-View-Restructured/pkg-plist Sun Mar 7 22:08:39 2021 (r567596) @@ -0,0 +1,4 @@ +bin/pod2rst +%%SITE_PERL%%/Pod/POM/View/Restructured.pm +%%PERL5_MAN1%%/pod2rst.1.gz +%%PERL5_MAN3%%/Pod::POM::View::Restructured.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:08:49 2021 Return-Path: Delivered-To: svn-ports-all@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 308585763B0; Sun, 7 Mar 2021 22:08:49 +0000 (UTC) (envelope-from sunpoet@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 4Dtwbh3PWsz3sq6; Sun, 7 Mar 2021 22:08:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D93E1DF01; Sun, 7 Mar 2021 22:08:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M8l8K025336; Sun, 7 Mar 2021 22:08:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M8ka6025331; Sun, 7 Mar 2021 22:08:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072208.127M8ka6025331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567597 - in head/textproc: . p5-Text-NonWideChar-Util X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-NonWideChar-Util X-SVN-Commit-Revision: 567597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:08:49 -0000 Author: sunpoet Date: Sun Mar 7 22:08:46 2021 New Revision: 567597 URL: https://svnweb.freebsd.org/changeset/ports/567597 Log: Add p5-Text-NonWideChar-Util 0.001 Text::NonWideChar::Util provides the non-wide version of some of the routines in Text::WideChar::Util. WWW: https://metacpan.org/release/Text-NonWideChar-Util Added: head/textproc/p5-Text-NonWideChar-Util/ head/textproc/p5-Text-NonWideChar-Util/Makefile (contents, props changed) head/textproc/p5-Text-NonWideChar-Util/distinfo (contents, props changed) head/textproc/p5-Text-NonWideChar-Util/pkg-descr (contents, props changed) head/textproc/p5-Text-NonWideChar-Util/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:08:39 2021 (r567596) +++ head/textproc/Makefile Sun Mar 7 22:08:46 2021 (r567597) @@ -898,6 +898,7 @@ SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams + SUBDIR += p5-Text-NonWideChar-Util SUBDIR += p5-Text-Original SUBDIR += p5-Text-Padding SUBDIR += p5-Text-ParagraphDiff Added: head/textproc/p5-Text-NonWideChar-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-NonWideChar-Util/Makefile Sun Mar 7 22:08:46 2021 (r567597) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-NonWideChar-Util +PORTVERSION= 0.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Utility routines for text + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-NonWideChar-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-NonWideChar-Util/distinfo Sun Mar 7 22:08:46 2021 (r567597) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794162 +SHA256 (Text-NonWideChar-Util-0.001.tar.gz) = c583bd1620f2198c4a984d70bd87e4e46336f99866657fda56a595faeac89c0b +SIZE (Text-NonWideChar-Util-0.001.tar.gz) = 13665 Added: head/textproc/p5-Text-NonWideChar-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-NonWideChar-Util/pkg-descr Sun Mar 7 22:08:46 2021 (r567597) @@ -0,0 +1,4 @@ +Text::NonWideChar::Util provides the non-wide version of some of the routines in +Text::WideChar::Util. + +WWW: https://metacpan.org/release/Text-NonWideChar-Util Added: head/textproc/p5-Text-NonWideChar-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-NonWideChar-Util/pkg-plist Sun Mar 7 22:08:46 2021 (r567597) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/NonWideChar/Util.pm +%%PERL5_MAN3%%/Text::NonWideChar::Util.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:00 2021 Return-Path: Delivered-To: svn-ports-all@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 63E8A57604E; Sun, 7 Mar 2021 22:09:00 +0000 (UTC) (envelope-from sunpoet@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 4Dtwbw16KDz3t1K; Sun, 7 Mar 2021 22:09:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8252A1DAC7; Sun, 7 Mar 2021 22:08:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M8sxt025507; Sun, 7 Mar 2021 22:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M8rG1025502; Sun, 7 Mar 2021 22:08:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072208.127M8rG1025502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567598 - in head/textproc: . p5-Text-Table-More X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-Table-More X-SVN-Commit-Revision: 567598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:00 -0000 Author: sunpoet Date: Sun Mar 7 22:08:53 2021 New Revision: 567598 URL: https://svnweb.freebsd.org/changeset/ports/567598 Log: Add p5-Text-Table-More 0.011 Text::Table::More uses the simple interface of Text::Table::Tiny with support for more formatting options like column/row spans, border style, per-row/column/cell align/valign. WWW: https://metacpan.org/release/Text-Table-More Added: head/textproc/p5-Text-Table-More/ head/textproc/p5-Text-Table-More/Makefile (contents, props changed) head/textproc/p5-Text-Table-More/distinfo (contents, props changed) head/textproc/p5-Text-Table-More/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-More/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:08:46 2021 (r567597) +++ head/textproc/Makefile Sun Mar 7 22:08:53 2021 (r567598) @@ -933,6 +933,7 @@ SUBDIR += p5-Text-Table-HTML-DataTables SUBDIR += p5-Text-Table-LTSV SUBDIR += p5-Text-Table-Manifold + SUBDIR += p5-Text-Table-More SUBDIR += p5-Text-Table-Org SUBDIR += p5-Text-Table-Paragraph SUBDIR += p5-Text-Table-TSV Added: head/textproc/p5-Text-Table-More/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-More/Makefile Sun Mar 7 22:08:53 2021 (r567598) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-More +PORTVERSION= 0.011 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate text table with simple interface and many options + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-BorderStyles-Standard>=0:devel/p5-BorderStyles-Standard \ + p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-Module-Load-Util>=0.004:devel/p5-Module-Load-Util \ + p5-String-Pad>=0:textproc/p5-String-Pad \ + p5-Text-NonWideChar-Util>=0:textproc/p5-Text-NonWideChar-Util + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-Table-More/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-More/distinfo Sun Mar 7 22:08:53 2021 (r567598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794164 +SHA256 (Text-Table-More-0.011.tar.gz) = 86dff8b76ed4c5401d57fea6b05ea789c3f56e7a2118a29ead437f06b5b4128f +SIZE (Text-Table-More-0.011.tar.gz) = 27235 Added: head/textproc/p5-Text-Table-More/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-More/pkg-descr Sun Mar 7 22:08:53 2021 (r567598) @@ -0,0 +1,5 @@ +Text::Table::More uses the simple interface of Text::Table::Tiny with support +for more formatting options like column/row spans, border style, +per-row/column/cell align/valign. + +WWW: https://metacpan.org/release/Text-Table-More Added: head/textproc/p5-Text-Table-More/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-More/pkg-plist Sun Mar 7 22:08:53 2021 (r567598) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Text/Table/More.pm +%%SITE_PERL%%/auto/share/dist/Text-Table-More/examples/emmy.pl +%%PERL5_MAN3%%/Text::Table::More.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:01 2021 Return-Path: Delivered-To: svn-ports-all@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 A7CC6576342; Sun, 7 Mar 2021 22:09:01 +0000 (UTC) (envelope-from sunpoet@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 4Dtwbx4Jgmz3t1N; Sun, 7 Mar 2021 22:09:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 864FA1DBDA; Sun, 7 Mar 2021 22:09:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M91pr025680; Sun, 7 Mar 2021 22:09:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M908r025676; Sun, 7 Mar 2021 22:09:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M908r025676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567599 - in head/textproc: . p5-Text-Table-Sprintf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-Table-Sprintf X-SVN-Commit-Revision: 567599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:01 -0000 Author: sunpoet Date: Sun Mar 7 22:09:00 2021 New Revision: 567599 URL: https://svnweb.freebsd.org/changeset/ports/567599 Log: Add p5-Text-Table-Sprintf 0.001 Text::Table::Sprintf provides a single function, table, which formats a two-dimensional array of data as a simple text table. WWW: https://metacpan.org/release/Text-Table-Sprintf Added: head/textproc/p5-Text-Table-Sprintf/ head/textproc/p5-Text-Table-Sprintf/Makefile (contents, props changed) head/textproc/p5-Text-Table-Sprintf/distinfo (contents, props changed) head/textproc/p5-Text-Table-Sprintf/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-Sprintf/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:08:53 2021 (r567598) +++ head/textproc/Makefile Sun Mar 7 22:09:00 2021 (r567599) @@ -936,6 +936,7 @@ SUBDIR += p5-Text-Table-More SUBDIR += p5-Text-Table-Org SUBDIR += p5-Text-Table-Paragraph + SUBDIR += p5-Text-Table-Sprintf SUBDIR += p5-Text-Table-TSV SUBDIR += p5-Text-Table-Tiny SUBDIR += p5-Text-Table-TinyColor Added: head/textproc/p5-Text-Table-Sprintf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Sprintf/Makefile Sun Mar 7 22:09:00 2021 (r567599) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-Sprintf +PORTVERSION= 0.001 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate simple text tables from 2D arrays using sprintf() + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-Table-Sprintf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Sprintf/distinfo Sun Mar 7 22:09:00 2021 (r567599) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794166 +SHA256 (Text-Table-Sprintf-0.001.tar.gz) = 169b85bb4b360abe714da0d8508c7a3e7aaed46af48a743a0e32ffce3c0d9376 +SIZE (Text-Table-Sprintf-0.001.tar.gz) = 14824 Added: head/textproc/p5-Text-Table-Sprintf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Sprintf/pkg-descr Sun Mar 7 22:09:00 2021 (r567599) @@ -0,0 +1,4 @@ +Text::Table::Sprintf provides a single function, table, which formats a +two-dimensional array of data as a simple text table. + +WWW: https://metacpan.org/release/Text-Table-Sprintf Added: head/textproc/p5-Text-Table-Sprintf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-Sprintf/pkg-plist Sun Mar 7 22:09:00 2021 (r567599) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/Sprintf.pm +%%PERL5_MAN3%%/Text::Table::Sprintf.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:10 2021 Return-Path: Delivered-To: svn-ports-all@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 36D6D5765A2; Sun, 7 Mar 2021 22:09:10 +0000 (UTC) (envelope-from sunpoet@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 4Dtwc60lngz3t8p; Sun, 7 Mar 2021 22:09:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64D121DF08; Sun, 7 Mar 2021 22:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M99oq025849; Sun, 7 Mar 2021 22:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9802025844; Sun, 7 Mar 2021 22:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9802025844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567600 - in head/textproc: . p5-Text-Table-TinyBorderStyle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-Table-TinyBorderStyle X-SVN-Commit-Revision: 567600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:10 -0000 Author: sunpoet Date: Sun Mar 7 22:09:08 2021 New Revision: 567600 URL: https://svnweb.freebsd.org/changeset/ports/567600 Log: Add p5-Text-Table-TinyBorderStyle 0.004 Text::Table::TinyBorderStyle is like Text::Table::Tiny with added support for using border styles. For more details about border styles, see BorderStyle specification. The styles are in BorderStyle::* modules. Try installing and using the border style modules to see what they look like. Interface, options, and format variables are the same as in Text::Table::Tiny. WWW: https://metacpan.org/release/Text-Table-TinyBorderStyle Added: head/textproc/p5-Text-Table-TinyBorderStyle/ head/textproc/p5-Text-Table-TinyBorderStyle/Makefile (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/distinfo (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr (contents, props changed) head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:09:00 2021 (r567599) +++ head/textproc/Makefile Sun Mar 7 22:09:08 2021 (r567600) @@ -939,6 +939,7 @@ SUBDIR += p5-Text-Table-Sprintf SUBDIR += p5-Text-Table-TSV SUBDIR += p5-Text-Table-Tiny + SUBDIR += p5-Text-Table-TinyBorderStyle SUBDIR += p5-Text-Table-TinyColor SUBDIR += p5-Text-Table-TinyColorWide SUBDIR += p5-Text-Table-TinyWide Added: head/textproc/p5-Text-Table-TinyBorderStyle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/Makefile Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-Table-TinyBorderStyle +PORTVERSION= 0.004 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Text::Table::Tiny and support for border styles + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-Table-TinyBorderStyle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/distinfo Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794168 +SHA256 (Text-Table-TinyBorderStyle-0.004.tar.gz) = 3941b640c7cae73abbc5f50c2d5d5b79c2353841aabec621df9371f42295f970 +SIZE (Text-Table-TinyBorderStyle-0.004.tar.gz) = 16235 Added: head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/pkg-descr Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,8 @@ +Text::Table::TinyBorderStyle is like Text::Table::Tiny with added support for +using border styles. For more details about border styles, see BorderStyle +specification. The styles are in BorderStyle::* modules. Try installing and +using the border style modules to see what they look like. + +Interface, options, and format variables are the same as in Text::Table::Tiny. + +WWW: https://metacpan.org/release/Text-Table-TinyBorderStyle Added: head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Table-TinyBorderStyle/pkg-plist Sun Mar 7 22:09:08 2021 (r567600) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Table/TinyBorderStyle.pm +%%PERL5_MAN3%%/Text::Table::TinyBorderStyle.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:17 2021 Return-Path: Delivered-To: svn-ports-all@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 A271E57605E; Sun, 7 Mar 2021 22:09:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwcF2Mgvz3tCh; Sun, 7 Mar 2021 22:09:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B3271D6FA; Sun, 7 Mar 2021 22:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9GPg026020; Sun, 7 Mar 2021 22:09:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9Fba026015; Sun, 7 Mar 2021 22:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9Fba026015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567601 - in head/textproc: . p5-Text-UnicodeBox X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-Text-UnicodeBox X-SVN-Commit-Revision: 567601 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:17 -0000 Author: sunpoet Date: Sun Mar 7 22:09:15 2021 New Revision: 567601 URL: https://svnweb.freebsd.org/changeset/ports/567601 Log: Add p5-Text-UnicodeBox 0.03 Text::UnicodeBox is a low level box drawing interface. You'll most likely want to use one of the higher level modules such as Text::UnicodeBox::Table. The unicode box symbol table is a fairly robust set of symbols that allow you to draw lines and boxes with monospaced fonts. This module allows you to focus on the content of the boxes you need to draw and mostly ignore how to draw a good looking box with proper connections between all the lines. The low level approach is line-based. A box object is created, add_line is called for each line of content you'd like to render, and render is called to complete the box. Output is built up over time, which allows you to stream the output rather then buffering it and printing it in one go. WWW: https://metacpan.org/release/Text-UnicodeBox Added: head/textproc/p5-Text-UnicodeBox/ head/textproc/p5-Text-UnicodeBox/Makefile (contents, props changed) head/textproc/p5-Text-UnicodeBox/distinfo (contents, props changed) head/textproc/p5-Text-UnicodeBox/pkg-descr (contents, props changed) head/textproc/p5-Text-UnicodeBox/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 7 22:09:08 2021 (r567600) +++ head/textproc/Makefile Sun Mar 7 22:09:15 2021 (r567601) @@ -958,6 +958,7 @@ SUBDIR += p5-Text-Typography SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-Unaccent-PurePerl + SUBDIR += p5-Text-UnicodeBox SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-VisualWidth SUBDIR += p5-Text-WideChar-Util Added: head/textproc/p5-Text-UnicodeBox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-UnicodeBox/Makefile Sun Mar 7 22:09:15 2021 (r567601) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Text-UnicodeBox +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Text box drawing using the Unicode box symbols + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ + p5-Text-CharWidth>=0.04:textproc/p5-Text-CharWidth + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-UnicodeBox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-UnicodeBox/distinfo Sun Mar 7 22:09:15 2021 (r567601) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794170 +SHA256 (Text-UnicodeBox-0.03.tar.gz) = c32e7c7ce6bf303289ac61c3b740100eee45430ff281301539364f3e4617246c +SIZE (Text-UnicodeBox-0.03.tar.gz) = 28695 Added: head/textproc/p5-Text-UnicodeBox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-UnicodeBox/pkg-descr Sun Mar 7 22:09:15 2021 (r567601) @@ -0,0 +1,16 @@ +Text::UnicodeBox is a low level box drawing interface. You'll most likely want +to use one of the higher level modules such as Text::UnicodeBox::Table. + +The unicode box symbol table is a fairly robust set of symbols that allow you to +draw lines and boxes with monospaced fonts. This module allows you to focus on +the content of the boxes you need to draw and mostly ignore how to draw a good +looking box with proper connections between all the lines. + +The low level approach is line-based. A box object is created, add_line is +called for each line of content you'd like to render, and render is called to +complete the box. + +Output is built up over time, which allows you to stream the output rather then +buffering it and printing it in one go. + +WWW: https://metacpan.org/release/Text-UnicodeBox Added: head/textproc/p5-Text-UnicodeBox/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-UnicodeBox/pkg-plist Sun Mar 7 22:09:15 2021 (r567601) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Text/UnicodeBox.pm +%%SITE_PERL%%/Text/UnicodeBox/Control.pm +%%SITE_PERL%%/Text/UnicodeBox/Table.pm +%%SITE_PERL%%/Text/UnicodeBox/Text.pm +%%SITE_PERL%%/Text/UnicodeBox/Utility.pm +%%PERL5_MAN3%%/Text::UnicodeBox.3.gz +%%PERL5_MAN3%%/Text::UnicodeBox::Control.3.gz +%%PERL5_MAN3%%/Text::UnicodeBox::Table.3.gz +%%PERL5_MAN3%%/Text::UnicodeBox::Text.3.gz +%%PERL5_MAN3%%/Text::UnicodeBox::Utility.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:25 2021 Return-Path: Delivered-To: svn-ports-all@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 40536576614; Sun, 7 Mar 2021 22:09:25 +0000 (UTC) (envelope-from sunpoet@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 4DtwcN6KQgz3t4y; Sun, 7 Mar 2021 22:09:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9A6D1D6FB; Sun, 7 Mar 2021 22:09:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9Nub026171; Sun, 7 Mar 2021 22:09:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9MtW026167; Sun, 7 Mar 2021 22:09:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9MtW026167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567602 - in head/devel: . py-openapi-schema-validator X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-openapi-schema-validator X-SVN-Commit-Revision: 567602 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:26 -0000 Author: sunpoet Date: Sun Mar 7 22:09:22 2021 New Revision: 567602 URL: https://svnweb.freebsd.org/changeset/ports/567602 Log: Add py-openapi-schema-validator 0.1.4 Openapi-schema-validator is a Python library that validates schema against the OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00. WWW: https://github.com/p1c2u/openapi-schema-validator Added: head/devel/py-openapi-schema-validator/ head/devel/py-openapi-schema-validator/Makefile (contents, props changed) head/devel/py-openapi-schema-validator/distinfo (contents, props changed) head/devel/py-openapi-schema-validator/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 7 22:09:15 2021 (r567601) +++ head/devel/Makefile Sun Mar 7 22:09:22 2021 (r567602) @@ -4693,6 +4693,7 @@ SUBDIR += py-onigurumacffi SUBDIR += py-opcodes SUBDIR += py-openapi-codec + SUBDIR += py-openapi-schema-validator SUBDIR += py-openapi-spec-validator SUBDIR += py-opencensus SUBDIR += py-opencensus-context Added: head/devel/py-openapi-schema-validator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openapi-schema-validator/Makefile Sun Mar 7 22:09:22 2021 (r567602) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= openapi-schema-validator +PORTVERSION= 0.1.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenAPI schema validation for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-openapi-schema-validator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openapi-schema-validator/distinfo Sun Mar 7 22:09:22 2021 (r567602) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794172 +SHA256 (openapi-schema-validator-0.1.4.tar.gz) = 66fa34b40a40b1ff927e1db8bf5a20dc84fd0933fc284ec0dc87d7ae889a0874 +SIZE (openapi-schema-validator-0.1.4.tar.gz) = 6884 Added: head/devel/py-openapi-schema-validator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openapi-schema-validator/pkg-descr Sun Mar 7 22:09:22 2021 (r567602) @@ -0,0 +1,5 @@ +Openapi-schema-validator is a Python library that validates schema against the +OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema +Specification Wright Draft 00. + +WWW: https://github.com/p1c2u/openapi-schema-validator From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:32 2021 Return-Path: Delivered-To: svn-ports-all@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 6030F576618; Sun, 7 Mar 2021 22:09:32 +0000 (UTC) (envelope-from sunpoet@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 4DtwcW3Vl7z3tPN; Sun, 7 Mar 2021 22:09:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DAA41DE91; Sun, 7 Mar 2021 22:09:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9UJl026322; Sun, 7 Mar 2021 22:09:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9Txh026318; Sun, 7 Mar 2021 22:09:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9Txh026318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567603 - in head/devel: . py-orca X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-orca X-SVN-Commit-Revision: 567603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:32 -0000 Author: sunpoet Date: Sun Mar 7 22:09:29 2021 New Revision: 567603 URL: https://svnweb.freebsd.org/changeset/ports/567603 Log: Add py-orca 1.5.4 Orca is a Python library for task orchestration. It's designed for workflows like city simulation, where the data representing a model's state is so large that it needs to be managed outside of the task graph. The building blocks of a workflow are "steps", Python functions that can be assembled on the fly into linear or cyclical pipelines. Steps typically interact with a central data store that persists in memory while the pipeline runs. Derived tables and columns can be updated automatically as base data changes, and pipeline components are evaluated lazily to reduce unnecessary overhead. WWW: https://github.com/UDST/orca Added: head/devel/py-orca/ head/devel/py-orca/Makefile (contents, props changed) head/devel/py-orca/distinfo (contents, props changed) head/devel/py-orca/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 7 22:09:22 2021 (r567602) +++ head/devel/Makefile Sun Mar 7 22:09:29 2021 (r567603) @@ -4706,6 +4706,7 @@ SUBDIR += py-optik SUBDIR += py-orange-canvas-core SUBDIR += py-orange-widget-base + SUBDIR += py-orca SUBDIR += py-ordered-set SUBDIR += py-ordereddict SUBDIR += py-orderedmultidict Added: head/devel/py-orca/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orca/Makefile Sun Mar 7 22:09:29 2021 (r567603) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= orca +PORTVERSION= 1.5.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pipeline orchestration tool with Pandas support + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.15.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.7:devel/py-tables@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-orca/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orca/distinfo Sun Mar 7 22:09:29 2021 (r567603) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794174 +SHA256 (orca-1.5.4.tar.gz) = b82f5beb7933cfadfdae75c0d7b9987af8534f92f538cfd7f824be47ac320cb1 +SIZE (orca-1.5.4.tar.gz) = 242380 Added: head/devel/py-orca/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orca/pkg-descr Sun Mar 7 22:09:29 2021 (r567603) @@ -0,0 +1,11 @@ +Orca is a Python library for task orchestration. It's designed for workflows +like city simulation, where the data representing a model's state is so large +that it needs to be managed outside of the task graph. + +The building blocks of a workflow are "steps", Python functions that can be +assembled on the fly into linear or cyclical pipelines. Steps typically interact +with a central data store that persists in memory while the pipeline runs. +Derived tables and columns can be updated automatically as base data changes, +and pipeline components are evaluated lazily to reduce unnecessary overhead. + +WWW: https://github.com/UDST/orca From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:39 2021 Return-Path: Delivered-To: svn-ports-all@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 B16975764B3; Sun, 7 Mar 2021 22:09:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtwcf1ZC3z3tXF; Sun, 7 Mar 2021 22:09:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 154531DF09; Sun, 7 Mar 2021 22:09:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9a53026473; Sun, 7 Mar 2021 22:09:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9a6k026470; Sun, 7 Mar 2021 22:09:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9a6k026470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567604 - in head/graphics: . py-osmnet X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-osmnet X-SVN-Commit-Revision: 567604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:40 -0000 Author: sunpoet Date: Sun Mar 7 22:09:35 2021 New Revision: 567604 URL: https://svnweb.freebsd.org/changeset/ports/567604 Log: Add py-osmnet 0.1.6 OSMnet offers tools to download street network data from OpenStreetMap and extract a graph network comprised of nodes and edges to be used in Pandana street network accessibility calculations. WWW: https://github.com/UDST/osmnet Added: head/graphics/py-osmnet/ head/graphics/py-osmnet/Makefile (contents, props changed) head/graphics/py-osmnet/distinfo (contents, props changed) head/graphics/py-osmnet/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 7 22:09:29 2021 (r567603) +++ head/graphics/Makefile Sun Mar 7 22:09:35 2021 (r567604) @@ -850,6 +850,7 @@ SUBDIR += py-opencolorio SUBDIR += py-openimageio SUBDIR += py-openshadinglanguage + SUBDIR += py-osmnet SUBDIR += py-photocollage SUBDIR += py-piexif SUBDIR += py-pillow Added: head/graphics/py-osmnet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-osmnet/Makefile Sun Mar 7 22:09:35 2021 (r567604) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= osmnet +PORTVERSION= 0.1.6 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tools for the extraction of OpenStreetMap street network data + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.7:graphics/py-geopandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.23,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>=1.5:devel/py-shapely@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/graphics/py-osmnet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-osmnet/distinfo Sun Mar 7 22:09:35 2021 (r567604) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794176 +SHA256 (osmnet-0.1.6.tar.gz) = 3cfb73317e59286797913e68ea3134205786ff1221111bbc5044b76ed8d26335 +SIZE (osmnet-0.1.6.tar.gz) = 27311 Added: head/graphics/py-osmnet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-osmnet/pkg-descr Sun Mar 7 22:09:35 2021 (r567604) @@ -0,0 +1,5 @@ +OSMnet offers tools to download street network data from OpenStreetMap and +extract a graph network comprised of nodes and edges to be used in Pandana +street network accessibility calculations. + +WWW: https://github.com/UDST/osmnet From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:47 2021 Return-Path: Delivered-To: svn-ports-all@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 1936157607C; Sun, 7 Mar 2021 22:09:47 +0000 (UTC) (envelope-from sunpoet@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 4Dtwcp43hgz3tb9; Sun, 7 Mar 2021 22:09:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D77D1DBDB; Sun, 7 Mar 2021 22:09:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9hja026628; Sun, 7 Mar 2021 22:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9hCn026624; Sun, 7 Mar 2021 22:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9hCn026624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567605 - in head/graphics: . py-pandana X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-pandana X-SVN-Commit-Revision: 567605 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:47 -0000 Author: sunpoet Date: Sun Mar 7 22:09:42 2021 New Revision: 567605 URL: https://svnweb.freebsd.org/changeset/ports/567605 Log: Add py-pandana 0.6 Pandana is a Python library for network analysis that uses contraction hierarchies to calculate super-fast travel accessibility metrics and shortest paths. The numerical code is in C++. WWW: https://udst.github.io/pandana/ WWW: https://github.com/UDST/pandana Added: head/graphics/py-pandana/ head/graphics/py-pandana/Makefile (contents, props changed) head/graphics/py-pandana/distinfo (contents, props changed) head/graphics/py-pandana/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 7 22:09:35 2021 (r567604) +++ head/graphics/Makefile Sun Mar 7 22:09:42 2021 (r567605) @@ -851,6 +851,7 @@ SUBDIR += py-openimageio SUBDIR += py-openshadinglanguage SUBDIR += py-osmnet + SUBDIR += py-pandana SUBDIR += py-photocollage SUBDIR += py-piexif SUBDIR += py-pillow Added: head/graphics/py-pandana/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/Makefile Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pandana +PORTVERSION= 0.6 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python library for network analysis + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.25.2:lang/cython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.17,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.7:devel/py-tables@${PY_FLAVOR} + +USES= compiler:c++11-lang python:3.7+ +USE_PYTHON= autoplist concurrent cython distutils + +CFLAGS+= -DNO_TR1_MEMORY + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pandana/cyaccess.so + +.include Added: head/graphics/py-pandana/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/distinfo Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794178 +SHA256 (pandana-0.6.tar.gz) = 2166974da455d5217a7a248af1f34a94a4b895fc6cc85c2b0002431eccef532a +SIZE (pandana-0.6.tar.gz) = 410810 Added: head/graphics/py-pandana/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/pkg-descr Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,6 @@ +Pandana is a Python library for network analysis that uses contraction +hierarchies to calculate super-fast travel accessibility metrics and shortest +paths. The numerical code is in C++. + +WWW: https://udst.github.io/pandana/ +WWW: https://github.com/UDST/pandana From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:54 2021 Return-Path: Delivered-To: svn-ports-all@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 33C135764BB; Sun, 7 Mar 2021 22:09:54 +0000 (UTC) (envelope-from sunpoet@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 4Dtwcx1wgjz3tR2; Sun, 7 Mar 2021 22:09:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16B1C1DE92; Sun, 7 Mar 2021 22:09:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9ohS026779; Sun, 7 Mar 2021 22:09:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9o13026775; Sun, 7 Mar 2021 22:09:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9o13026775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567606 - in head/graphics: . py-urbanaccess X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-urbanaccess X-SVN-Commit-Revision: 567606 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:54 -0000 Author: sunpoet Date: Sun Mar 7 22:09:49 2021 New Revision: 567606 URL: https://svnweb.freebsd.org/changeset/ports/567606 Log: Add py-urbanaccess 0.2.2 UrbanAccess is tool for creating multi-modal graph networks for use in multi-scale (e.g. address level to the metropolitan level) transit accessibility analyses with the network analysis tool Pandana. UrbanAccess uses open data from General Transit Feed Specification (GTFS) data to represent disparate operational schedule transit networks and pedestrian OpenStreetMap (OSM) data to represent the pedestrian network. UrbanAccess provides a generalized, computationally efficient, and unified accessibility calculation framework by linking tools for: 1) network data acquisition, validation, and processing; 2) computing an integrated pedestrian and transit weighted network graph; and 3) network analysis using Pandana. WWW: https://github.com/UDST/urbanaccess Added: head/graphics/py-urbanaccess/ head/graphics/py-urbanaccess/Makefile (contents, props changed) head/graphics/py-urbanaccess/distinfo (contents, props changed) head/graphics/py-urbanaccess/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 7 22:09:42 2021 (r567605) +++ head/graphics/Makefile Sun Mar 7 22:09:49 2021 (r567606) @@ -900,6 +900,7 @@ SUBDIR += py-tifffile SUBDIR += py-toyplot SUBDIR += py-traitsui + SUBDIR += py-urbanaccess SUBDIR += py-utm SUBDIR += py-vecrec SUBDIR += py-visvis Added: head/graphics/py-urbanaccess/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbanaccess/Makefile Sun Mar 7 22:09:49 2021 (r567606) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= urbanaccess +PORTVERSION= 0.2.2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool for creating GTFS transit and OSM pedestrian networks + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/License.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopy>=1.11.0:net/py-geopy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.11,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}osmnet>=0.1.4:graphics/py-osmnet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandana>=0.2.0:graphics/py-pandana@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.17.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17.1:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/graphics/py-urbanaccess/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbanaccess/distinfo Sun Mar 7 22:09:49 2021 (r567606) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794180 +SHA256 (urbanaccess-0.2.2.tar.gz) = a00ff67488eeec62d5c68bc07f1ee6cb62dc867ae0872241544dc2e924e28939 +SIZE (urbanaccess-0.2.2.tar.gz) = 58241 Added: head/graphics/py-urbanaccess/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbanaccess/pkg-descr Sun Mar 7 22:09:49 2021 (r567606) @@ -0,0 +1,12 @@ +UrbanAccess is tool for creating multi-modal graph networks for use in +multi-scale (e.g. address level to the metropolitan level) transit accessibility +analyses with the network analysis tool Pandana. UrbanAccess uses open data from +General Transit Feed Specification (GTFS) data to represent disparate +operational schedule transit networks and pedestrian OpenStreetMap (OSM) data to +represent the pedestrian network. UrbanAccess provides a generalized, +computationally efficient, and unified accessibility calculation framework by +linking tools for: 1) network data acquisition, validation, and processing; 2) +computing an integrated pedestrian and transit weighted network graph; and 3) +network analysis using Pandana. + +WWW: https://github.com/UDST/urbanaccess From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:01 2021 Return-Path: Delivered-To: svn-ports-all@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 5999057668D; Sun, 7 Mar 2021 22:10:01 +0000 (UTC) (envelope-from sunpoet@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 4Dtwd31dBgz3tc4; Sun, 7 Mar 2021 22:09:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D36871DE57; Sun, 7 Mar 2021 22:09:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9vB0026930; Sun, 7 Mar 2021 22:09:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9vW8026927; Sun, 7 Mar 2021 22:09:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9vW8026927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567607 - in head/graphics: . py-urbansim X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-urbansim X-SVN-Commit-Revision: 567607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:01 -0000 Author: sunpoet Date: Sun Mar 7 22:09:56 2021 New Revision: 567607 URL: https://svnweb.freebsd.org/changeset/ports/567607 Log: Add py-urbansim 3.2 UrbanSim is a platform for building statistical models of cities and regions. These models help forecast long-range patterns in real estate development, demographics, and related outcomes, under various policy scenarios. This urbansim Python library is a core component. It contains tools for statistical estimation and simulation; domain-specific logic about housing markets, household relocation, and other processes; and frameworks and utilities for assembling a model. WWW: https://github.com/UDST/urbansim Added: head/graphics/py-urbansim/ head/graphics/py-urbansim/Makefile (contents, props changed) head/graphics/py-urbansim/distinfo (contents, props changed) head/graphics/py-urbansim/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 7 22:09:49 2021 (r567606) +++ head/graphics/Makefile Sun Mar 7 22:09:56 2021 (r567607) @@ -901,6 +901,7 @@ SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-urbanaccess + SUBDIR += py-urbansim SUBDIR += py-utm SUBDIR += py-vecrec SUBDIR += py-visvis Added: head/graphics/py-urbansim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbansim/Makefile Sun Mar 7 22:09:56 2021 (r567607) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= urbansim +PORTVERSION= 3.2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Platform for building statistical models of cities and regions + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orca>=1.1:devel/py-orca@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.17.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.1:math/py-patsy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.2:devel/py-prettytable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.8:math/py-statsmodels@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/graphics/py-urbansim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbansim/distinfo Sun Mar 7 22:09:56 2021 (r567607) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794182 +SHA256 (urbansim-3.2.tar.gz) = c3ded3bd19b7ea7cedfa1ae50af9ccd9ec9da6dd9585adbf0b776e6c92b89e1e +SIZE (urbansim-3.2.tar.gz) = 68649 Added: head/graphics/py-urbansim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-urbansim/pkg-descr Sun Mar 7 22:09:56 2021 (r567607) @@ -0,0 +1,10 @@ +UrbanSim is a platform for building statistical models of cities and regions. +These models help forecast long-range patterns in real estate development, +demographics, and related outcomes, under various policy scenarios. + +This urbansim Python library is a core component. It contains tools for +statistical estimation and simulation; domain-specific logic about housing +markets, household relocation, and other processes; and frameworks and utilities +for assembling a model. + +WWW: https://github.com/UDST/urbansim From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:09 2021 Return-Path: Delivered-To: svn-ports-all@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 21FDE576699; Sun, 7 Mar 2021 22:10:09 +0000 (UTC) (envelope-from sunpoet@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 4DtwdC5mcBz3tTZ; Sun, 7 Mar 2021 22:10:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E3761DF0A; Sun, 7 Mar 2021 22:10:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MA4Wb027120; Sun, 7 Mar 2021 22:10:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MA3nr027116; Sun, 7 Mar 2021 22:10:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MA3nr027116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567608 - in head/net: . py-geopy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . py-geopy X-SVN-Commit-Revision: 567608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:09 -0000 Author: sunpoet Date: Sun Mar 7 22:10:03 2021 New Revision: 567608 URL: https://svnweb.freebsd.org/changeset/ports/567608 Log: Add py-geopy 2.1.0 geopy is a Python client for several popular geocoding web services. geopy makes it easy for Python developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources. geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services. The full list is available on the Geocoders doc section. Geocoder classes are located in geopy.geocoders. WWW: https://github.com/geopy/geopy Added: head/net/py-geopy/ head/net/py-geopy/Makefile (contents, props changed) head/net/py-geopy/distinfo (contents, props changed) head/net/py-geopy/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Mar 7 22:09:56 2021 (r567607) +++ head/net/Makefile Sun Mar 7 22:10:03 2021 (r567608) @@ -1017,6 +1017,7 @@ SUBDIR += py-eventlet SUBDIR += py-flask-xml-rpc SUBDIR += py-gdown + SUBDIR += py-geopy SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-h11 Added: head/net/py-geopy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-geopy/Makefile Sun Mar 7 22:10:03 2021 (r567608) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= geopy +PORTVERSION= 2.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Geocoding Toolbox + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= geographiclib>=1.49<2:astro/geographiclib +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.10:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-aiohttp>=0:devel/py-pytest-aiohttp@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v + +.include Added: head/net/py-geopy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-geopy/distinfo Sun Mar 7 22:10:03 2021 (r567608) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794184 +SHA256 (geopy-2.1.0.tar.gz) = 892b219413e7955587b029949af3a1949c6fbac9d5ad17b79d850718f6a9550f +SIZE (geopy-2.1.0.tar.gz) = 107778 Added: head/net/py-geopy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-geopy/pkg-descr Sun Mar 7 22:10:03 2021 (r567608) @@ -0,0 +1,12 @@ +geopy is a Python client for several popular geocoding web services. + +geopy makes it easy for Python developers to locate the coordinates of +addresses, cities, countries, and landmarks across the globe using third-party +geocoders and other data sources. + +geopy includes geocoder classes for the OpenStreetMap Nominatim, Google +Geocoding API (V3), and many other geocoding services. The full list is +available on the Geocoders doc section. Geocoder classes are located in +geopy.geocoders. + +WWW: https://github.com/geopy/geopy From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:11 2021 Return-Path: Delivered-To: svn-ports-all@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 5A6985764CE; Sun, 7 Mar 2021 22:10:11 +0000 (UTC) (envelope-from sunpoet@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 4DtwdG5RLXz3tsp; Sun, 7 Mar 2021 22:10:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 360E31DE58; Sun, 7 Mar 2021 22:10:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAAwZ027242; Sun, 7 Mar 2021 22:10:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MA9ek027240; Sun, 7 Mar 2021 22:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MA9ek027240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567609 - in head/print: . rubygem-pdf-core07 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/print: . rubygem-pdf-core07 X-SVN-Commit-Revision: 567609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:11 -0000 Author: sunpoet Date: Sun Mar 7 22:10:09 2021 New Revision: 567609 URL: https://svnweb.freebsd.org/changeset/ports/567609 Log: Add rubygem-pdf-core07 0.7.0 (copied from rubygem-pdf-core) - Add PORTSCOUT Added: head/print/rubygem-pdf-core07/ - copied from r436003, head/print/rubygem-pdf-core/ Modified: head/print/Makefile head/print/rubygem-pdf-core07/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Mar 7 22:10:03 2021 (r567608) +++ head/print/Makefile Sun Mar 7 22:10:09 2021 (r567609) @@ -202,6 +202,7 @@ SUBDIR += rubygem-color SUBDIR += rubygem-color-tools SUBDIR += rubygem-pdf-core + SUBDIR += rubygem-pdf-core07 SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer SUBDIR += rubygem-prawn Modified: head/print/rubygem-pdf-core07/Makefile ============================================================================== --- head/print/rubygem-pdf-core/Makefile Sun Mar 12 17:28:29 2017 (r436003) +++ head/print/rubygem-pdf-core07/Makefile Sun Mar 7 22:10:09 2021 (r567609) @@ -5,8 +5,9 @@ PORTNAME= pdf-core PORTVERSION= 0.7.0 CATEGORIES= print rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 07 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library to render PDF documents LICENSE= GPLv2 GPLv3 RUBY @@ -15,8 +16,11 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^0\.7\. .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:17 2021 Return-Path: Delivered-To: svn-ports-all@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 BCD0C5766AC; Sun, 7 Mar 2021 22:10:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwdP011Mz3tly; Sun, 7 Mar 2021 22:10:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FB9F1DF0B; Sun, 7 Mar 2021 22:10:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAENP027334; Sun, 7 Mar 2021 22:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAEw8027333; Sun, 7 Mar 2021 22:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAEw8027333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567610 - head/astro/weather X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/weather X-SVN-Commit-Revision: 567610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:17 -0000 Author: sunpoet Date: Sun Mar 7 22:10:14 2021 New Revision: 567610 URL: https://svnweb.freebsd.org/changeset/ports/567610 Log: Remove PYTHON_REL check after r564032 (USES=python means USES=python:3.6+) Modified: head/astro/weather/Makefile Modified: head/astro/weather/Makefile ============================================================================== --- head/astro/weather/Makefile Sun Mar 7 22:10:09 2021 (r567609) +++ head/astro/weather/Makefile Sun Mar 7 22:10:14 2021 (r567610) @@ -19,34 +19,24 @@ NO_ARCH= yes PLIST_FILES= bin/weather \ ${PYTHON_SITELIBDIR}/weather.py \ - ${PYTHON_SITELIBDIR}/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \ - ${PYTHON_SITELIBDIR}/${PYCACHE_DIR}${PYCACHE_FILE}.${PYTHON_PYOEXTENSION} \ + ${PYTHON_SITELIBDIR}/__pycache__/weather.cpython-${PYTHON_SUFFIX}.pyc \ + ${PYTHON_SITELIBDIR}/__pycache__/weather.cpython-${PYTHON_SUFFIX}.${PYTHON_PYOEXTENSION} \ share/man/man1/weather.1.gz \ share/man/man5/weatherrc.5.gz PORTDATA= airports places stations zctas zones SHEBANG_FILES= weather -.include - -.if ${PYTHON_REL} < 3200 -PYCACHE_DIR= # none -PYCACHE_FILE= weather -.else -PYCACHE_DIR= __pycache__/ -PYCACHE_FILE= weather.cpython-${PYTHON_SUFFIX} -.endif - do-build: @${PYTHON_CMD} -m compileall ${WRKSRC}/weather.py @${PYTHON_CMD} -O -m compileall ${WRKSRC}/weather.py do-install: - ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYCACHE_DIR} + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/ ${STAGEDIR}${PYTHON_SITELIBDIR}/__pycache__/ ${INSTALL_SCRIPT} ${WRKSRC}/weather ${STAGEDIR}${PREFIX}/bin/weather ${INSTALL_DATA} ${WRKSRC}/weather.py ${STAGEDIR}${PYTHON_SITELIBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/${PYCACHE_DIR}${PYCACHE_FILE}.pyc ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYCACHE_DIR} - ${INSTALL_DATA} ${WRKSRC}/${PYCACHE_DIR}${PYCACHE_FILE}.${PYTHON_PYOEXTENSION} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYCACHE_DIR} + ${INSTALL_DATA} ${WRKSRC}/__pycache__/weather.cpython-${PYTHON_SUFFIX}.pyc ${STAGEDIR}${PYTHON_SITELIBDIR}/__pycache__/ + ${INSTALL_DATA} ${WRKSRC}/__pycache__/weather.cpython-${PYTHON_SUFFIX}.${PYTHON_PYOEXTENSION} ${STAGEDIR}${PYTHON_SITELIBDIR}/__pycache__/ ${INSTALL_MAN} ${WRKSRC}/weather.1 ${STAGEDIR}${PREFIX}/share/man/man1/weather.1 ${INSTALL_MAN} ${WRKSRC}/weatherrc.5 ${STAGEDIR}${PREFIX}/share/man/man5/weatherrc.5 ${MKDIR} ${STAGEDIR}${DATADIR}/ @@ -58,4 +48,4 @@ do-install: @${ECHO_MSG} "setpath = ${DATADIR}" @${ECHO_MSG} "" -.include +.include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:24 2021 Return-Path: Delivered-To: svn-ports-all@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 22F2757670D; Sun, 7 Mar 2021 22:10:24 +0000 (UTC) (envelope-from sunpoet@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 4DtwdW1dchz3v00; Sun, 7 Mar 2021 22:10:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DFCE1DCDE; Sun, 7 Mar 2021 22:10:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAKia027444; Sun, 7 Mar 2021 22:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAKBt027442; Sun, 7 Mar 2021 22:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAKBt027442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567611 - head/databases/leveldb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/leveldb X-SVN-Commit-Revision: 567611 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:24 -0000 Author: sunpoet Date: Sun Mar 7 22:10:20 2021 New Revision: 567611 URL: https://svnweb.freebsd.org/changeset/ports/567611 Log: Update to 1.23 Changes: https://github.com/google/leveldb/releases Modified: head/databases/leveldb/Makefile head/databases/leveldb/distinfo Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Sun Mar 7 22:10:14 2021 (r567610) +++ head/databases/leveldb/Makefile Sun Mar 7 22:10:20 2021 (r567611) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= leveldb -PORTVERSION= 1.22 -PORTREVISION= 1 +PORTVERSION= 1.23 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org Modified: head/databases/leveldb/distinfo ============================================================================== --- head/databases/leveldb/distinfo Sun Mar 7 22:10:14 2021 (r567610) +++ head/databases/leveldb/distinfo Sun Mar 7 22:10:20 2021 (r567611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557673781 -SHA256 (google-leveldb-1.22_GH0.tar.gz) = 55423cac9e3306f4a9502c738a001e4a339d1a38ffbee7572d4a07d5d63949b2 -SIZE (google-leveldb-1.22_GH0.tar.gz) = 239365 +TIMESTAMP = 1614794186 +SHA256 (google-leveldb-1.23_GH0.tar.gz) = 9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76 +SIZE (google-leveldb-1.23_GH0.tar.gz) = 242925 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:31 2021 Return-Path: Delivered-To: svn-ports-all@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 103E15766D6; Sun, 7 Mar 2021 22:10:31 +0000 (UTC) (envelope-from sunpoet@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 4Dtwdf1SXnz3tvC; Sun, 7 Mar 2021 22:10:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 213381DE59; Sun, 7 Mar 2021 22:10:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MARrX027607; Sun, 7 Mar 2021 22:10:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MARqO027603; Sun, 7 Mar 2021 22:10:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MARqO027603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567612 - in head/devel/autogen: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/autogen: . files X-SVN-Commit-Revision: 567612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:32 -0000 Author: sunpoet Date: Sun Mar 7 22:10:26 2021 New Revision: 567612 URL: https://svnweb.freebsd.org/changeset/ports/567612 Log: Convert REINPLACE_CMD to patch files Added: head/devel/autogen/files/ head/devel/autogen/files/patch-agen5-mk-stamps.sh (contents, props changed) head/devel/autogen/files/patch-build-aux-run-ag.sh (contents, props changed) head/devel/autogen/files/patch-config-mk-shdefs.in (contents, props changed) head/devel/autogen/files/patch-configure (contents, props changed) Modified: head/devel/autogen/Makefile Modified: head/devel/autogen/Makefile ============================================================================== --- head/devel/autogen/Makefile Sun Mar 7 22:10:20 2021 (r567611) +++ head/devel/autogen/Makefile Sun Mar 7 22:10:26 2021 (r567612) @@ -38,8 +38,4 @@ INFO= autogen SHEBANG_FILES= autoopts/tpl/*.pl -post-patch: - @${REINPLACE_CMD} -e '/CFLAGS=/ s| -Wno-format-contains-nul||; /WARN_CFLAGS=/ s| -Werror||' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mktemp --suffix=|g&|' ${WRKSRC}/agen5/mk-stamps.sh ${WRKSRC}/build-aux/run-ag.sh ${WRKSRC}/config/mk-shdefs.in - .include Added: head/devel/autogen/files/patch-agen5-mk-stamps.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/autogen/files/patch-agen5-mk-stamps.sh Sun Mar 7 22:10:26 2021 (r567612) @@ -0,0 +1,11 @@ +--- agen5/mk-stamps.sh.orig 2018-08-04 20:22:34 UTC ++++ agen5/mk-stamps.sh +@@ -28,7 +28,7 @@ + # because some of the rules are complex and we don't want to + # deal with the dual update problem. + +-STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d /tmp/mk-stamps-XXXXXXXX) ++STAMP_TEMP_DIR=$(gmktemp --suffix=.tdir -d /tmp/mk-stamps-XXXXXXXX) + exec 9>&2 2>> ${STAMP_TEMP_DIR}/mk-stamps.log + stop_tracing=: + if (shopt -qo xtrace) Added: head/devel/autogen/files/patch-build-aux-run-ag.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/autogen/files/patch-build-aux-run-ag.sh Sun Mar 7 22:10:26 2021 (r567612) @@ -0,0 +1,11 @@ +--- build-aux/run-ag.sh.orig 2018-08-14 23:53:31 UTC ++++ build-aux/run-ag.sh +@@ -45,7 +45,7 @@ find_exe() { + return 0 + } + +-STAMP_TEMP_DIR=$(mktemp --suffix=.tdir -d /tmp/run-ag-XXXXXXXX) ++STAMP_TEMP_DIR=$(gmktemp --suffix=.tdir -d /tmp/run-ag-XXXXXXXX) + exec 9>&2 2>> ${STAMP_TEMP_DIR}/mk-stamps.log + VERBOSE=1 + Added: head/devel/autogen/files/patch-config-mk-shdefs.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/autogen/files/patch-config-mk-shdefs.in Sun Mar 7 22:10:26 2021 (r567612) @@ -0,0 +1,11 @@ +--- config/mk-shdefs.in.orig 2018-08-03 21:26:38 UTC ++++ config/mk-shdefs.in +@@ -130,7 +130,7 @@ configure() { + + set -x + exec 9>&2 +-tmp=$(mktemp --suffix=.tdir -d /tmp/shdefs-XXXXXXXXX) ++tmp=$(gmktemp --suffix=.tdir -d /tmp/shdefs-XXXXXXXXX) + exec 2>> $tmp/mk-shdef.log + init $0 $1 + mk_config Added: head/devel/autogen/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/autogen/files/patch-configure Sun Mar 7 22:10:26 2021 (r567612) @@ -0,0 +1,13 @@ +--- configure.orig 2018-08-26 17:44:54 UTC ++++ configure +@@ -18923,8 +18923,8 @@ fi + + WARN_CFLAGS= + test "X${GCC}" = Xyes && { +- CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing" +- WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes \ ++ CFLAGS="$CFLAGS -fno-strict-aliasing" ++ WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \ + -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \ + -Wstrict-aliasing=3 -Wextra -Wno-cast-qual` + } From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:39 2021 Return-Path: Delivered-To: svn-ports-all@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 93DFB5763F5; Sun, 7 Mar 2021 22:10:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtwdn6D2vz3tsK; Sun, 7 Mar 2021 22:10:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB9C91DD38; Sun, 7 Mar 2021 22:10:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAYmQ027758; Sun, 7 Mar 2021 22:10:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAYHf027754; Sun, 7 Mar 2021 22:10:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAYHf027754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567613 - in head/devel/bison: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/bison: . files X-SVN-Commit-Revision: 567613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:40 -0000 Author: sunpoet Date: Sun Mar 7 22:10:33 2021 New Revision: 567613 URL: https://svnweb.freebsd.org/changeset/ports/567613 Log: Convert REINPLACE_CMD to patch files Added: head/devel/bison/files/ head/devel/bison/files/patch-Makefile.in (contents, props changed) head/devel/bison/files/patch-lib-_Noreturn.h (contents, props changed) head/devel/bison/files/patch-lib-config.in.h (contents, props changed) Modified: head/devel/bison/Makefile Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Sun Mar 7 22:10:26 2021 (r567612) +++ head/devel/bison/Makefile Sun Mar 7 22:10:33 2021 (r567613) @@ -35,8 +35,4 @@ NLS_BUILD_DEPENDS= libtextstyle>=0.21:devel/libtextsty NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle NLS_USES= gettext -post-patch: - @${REINPLACE_CMD} -e 's|$$(docdir)\(/examples\)|$$(datarootdir)\1/bison|' ${WRKSRC}/Makefile.in - @${GREP} -l '_Noreturn void' ${WRKSRC}/lib/*.[ch] | ${XARGS} -J % ${REINPLACE_CMD} -e 's|\(.*\) _Noreturn void|_Noreturn \1 void|' % - .include Added: head/devel/bison/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bison/files/patch-Makefile.in Sun Mar 7 22:10:33 2021 (r567613) @@ -0,0 +1,97 @@ +% sed -i .orig -e 's|$(docdir)/examples|$(datarootdir)/examples/bison|' Makefile.in + +--- Makefile.in.orig 2021-01-23 15:41:15 UTC ++++ Makefile.in +@@ -3123,11 +3123,11 @@ extexi = $(top_srcdir)/examples/extexi + extract = VERSION="$(VERSION)" $(PERL) $(extexi) $(EXTEXIFLAGS) $(doc) -- + extracted = $(mfcalc_extracted) $(rpcalc_extracted) \ + $(calcxx_extracted) $(simple_extracted) +-examplesdir = $(docdir)/examples ++examplesdir = $(datarootdir)/examples/bison + dist_examples_DATA = examples/README.md +-cdir = $(docdir)/examples/c ++cdir = $(datarootdir)/examples/bison/c + dist_c_DATA = examples/c/README.md +-bistromathicdir = $(docdir)/examples/c/bistromathic ++bistromathicdir = $(datarootdir)/examples/bison/c/bistromathic + @ENABLE_BISTROMATHIC_TRUE@nodist_examples_c_bistromathic_bistromathic_SOURCES = examples/c/bistromathic/parse.y + @ENABLE_BISTROMATHIC_TRUE@examples_c_bistromathic_bistromathic_CPPFLAGS = \ + @ENABLE_BISTROMATHIC_TRUE@ -DBISON_LOCALEDIR='"$(localdir)"' \ +@@ -3137,14 +3137,14 @@ bistromathicdir = $(docdir)/examples/c/bistromathic + @ENABLE_BISTROMATHIC_TRUE@examples_c_bistromathic_bistromathic_CFLAGS = $(TEST_CFLAGS) + @ENABLE_BISTROMATHIC_TRUE@examples_c_bistromathic_bistromathic_LDADD = -lm $(LIBREADLINE) $(LIBINTL) + dist_bistromathic_DATA = examples/c/bistromathic/parse.y examples/c/bistromathic/Makefile examples/c/bistromathic/README.md +-calcdir = $(docdir)/examples/c/calc ++calcdir = $(datarootdir)/examples/bison/c/calc + nodist_examples_c_calc_calc_SOURCES = examples/c/calc/calc.y + + # Don't use gnulib's system headers. + examples_c_calc_calc_CPPFLAGS = -I$(top_srcdir)/examples/c/calc -I$(top_builddir)/examples/c/calc + examples_c_calc_calc_CFLAGS = $(TEST_CFLAGS) + dist_calc_DATA = examples/c/calc/calc.y examples/c/calc/Makefile examples/c/calc/README.md +-lexcalcdir = $(docdir)/examples/c/lexcalc ++lexcalcdir = $(datarootdir)/examples/bison/c/lexcalc + @FLEX_WORKS_TRUE@nodist_examples_c_lexcalc_lexcalc_SOURCES = examples/c/lexcalc/parse.y examples/c/lexcalc/parse.h examples/c/lexcalc/scan.l + @FLEX_WORKS_TRUE@examples_c_lexcalc_lexcalc_CPPFLAGS = -I$(top_srcdir)/examples/c/lexcalc -I$(top_builddir)/examples/c/lexcalc + dist_lexcalc_DATA = examples/c/lexcalc/parse.y examples/c/lexcalc/scan.l examples/c/lexcalc/Makefile examples/c/lexcalc/README.md +@@ -3155,17 +3155,17 @@ nodist_examples_c_mfcalc_mfcalc_SOURCES = $(mfcalc_sou + examples_c_mfcalc_mfcalc_CPPFLAGS = -I$(top_srcdir)/examples/c/mfcalc -I$(top_builddir)/examples/c/mfcalc + examples_c_mfcalc_mfcalc_CFLAGS = $(TEST_CFLAGS) + examples_c_mfcalc_mfcalc_LDADD = -lm +-mfcalcdir = $(docdir)/examples/c/mfcalc ++mfcalcdir = $(datarootdir)/examples/bison/c/mfcalc + mfcalc_DATA = $(mfcalc_extracted) + dist_mfcalc_DATA = examples/c/mfcalc/Makefile +-pushcalcdir = $(docdir)/examples/c/pushcalc ++pushcalcdir = $(datarootdir)/examples/bison/c/pushcalc + nodist_examples_c_pushcalc_calc_SOURCES = examples/c/pushcalc/calc.y + + # Don't use gnulib's system headers. + examples_c_pushcalc_calc_CPPFLAGS = -I$(top_srcdir)/examples/c/pushcalc -I$(top_builddir)/examples/c/pushcalc + examples_c_pushcalc_calc_CFLAGS = $(TEST_CFLAGS) + dist_pushcalc_DATA = examples/c/pushcalc/calc.y examples/c/pushcalc/Makefile examples/c/pushcalc/README.md +-reccalcdir = $(docdir)/examples/c/reccalc ++reccalcdir = $(datarootdir)/examples/bison/c/reccalc + @FLEX_WORKS_TRUE@nodist_examples_c_reccalc_reccalc_SOURCES = examples/c/reccalc/parse.y examples/c/reccalc/scan.h examples/c/reccalc/scan.c + @FLEX_WORKS_TRUE@examples_c_reccalc_reccalc_CPPFLAGS = -I$(top_srcdir)/examples/c/reccalc -I$(top_builddir)/examples/c/reccalc + +@@ -3182,10 +3182,10 @@ nodist_examples_c_rpcalc_rpcalc_SOURCES = $(rpcalc_sou + examples_c_rpcalc_rpcalc_CPPFLAGS = -I$(top_builddir)/examples/c/rpcalc + examples_c_rpcalc_rpcalc_CFLAGS = $(TEST_CFLAGS) + examples_c_rpcalc_rpcalc_LDADD = -lm +-rpcalcdir = $(docdir)/examples/c/rpcalc ++rpcalcdir = $(datarootdir)/examples/bison/c/rpcalc + rpcalc_DATA = $(rpcalc_extracted) + dist_rpcalc_DATA = examples/c/rpcalc/Makefile +-cxxdir = $(docdir)/examples/c++ ++cxxdir = $(datarootdir)/examples/bison/c++ + calcxx_sources_extracted = \ + examples/c++/calc++/driver.cc \ + examples/c++/calc++/driver.hh \ +@@ -3208,7 +3208,7 @@ calcxx_sources = \ + @ENABLE_CXX_TRUE@@FLEX_CXX_WORKS_TRUE@nodist_examples_c___calc___calc___SOURCES = $(calcxx_sources) + @ENABLE_CXX_TRUE@@FLEX_CXX_WORKS_TRUE@examples_c___calc___calc___CPPFLAGS = -I$(top_srcdir)/examples/c++/calc++ -I$(top_builddir)/examples/c++/calc++ + @ENABLE_CXX_TRUE@@FLEX_CXX_WORKS_TRUE@examples_c___calc___calc___CXXFLAGS = $(AM_CXXFLAGS) $(FLEX_SCANNER_CXXFLAGS) +-calcxxdir = $(docdir)/examples/c++/calc++ ++calcxxdir = $(datarootdir)/examples/bison/c++/calc++ + calcxx_DATA = $(calcxx_extracted) + dist_calcxx_DATA = examples/c++/calc++/README.md examples/c++/calc++/Makefile + cxx_DATA = $(simple_extracted) +@@ -3223,13 +3223,13 @@ simple_sources = $(simple_extracted) + @ENABLE_CXX11_TRUE@examples_c___variant_11_CXXFLAGS = $(CXX11_CXXFLAGS) $(WARN_CXXFLAGS_TEST) + @ENABLE_CXX11_TRUE@examples_c___variant_11_CPPFLAGS = -I$(top_builddir) + dist_cxx_DATA = examples/c++/README.md examples/c++/Makefile examples/c++/variant.yy examples/c++/variant-11.yy +-ddir = $(docdir)/examples/d ++ddir = $(datarootdir)/examples/bison/d + dist_d_DATA = examples/d/calc.y examples/d/Makefile examples/d/README.md +-javadir = $(docdir)/examples/java ++javadir = $(datarootdir)/examples/bison/java + dist_java_DATA = examples/java/README.md +-java_calcdir = $(docdir)/examples/java/calc ++java_calcdir = $(datarootdir)/examples/bison/java/calc + dist_java_calc_DATA = examples/java/calc/Calc.y examples/java/calc/Makefile +-java_simpledir = $(docdir)/examples/java/simple ++java_simpledir = $(datarootdir)/examples/bison/java/simple + dist_java_simple_DATA = examples/java/simple/Calc.y examples/java/simple/Makefile + + # Non-gnulib sources in Bison's internal library. Added: head/devel/bison/files/patch-lib-_Noreturn.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bison/files/patch-lib-_Noreturn.h Sun Mar 7 22:10:33 2021 (r567613) @@ -0,0 +1,11 @@ +--- lib/_Noreturn.h.orig 2021-01-23 08:31:48 UTC ++++ lib/_Noreturn.h +@@ -20,7 +20,7 @@ + || (defined _MSC_VER && 1900 <= _MSC_VER)) \ + && 0) + /* [[noreturn]] is not practically usable, because with it the syntax +- extern _Noreturn void func (...); ++ _Noreturn extern void func (...); + would not be valid; such a declaration would only be valid with 'extern' + and '_Noreturn' swapped, or without the 'extern' keyword. However, some + AIX system header files and several gnulib header files use precisely Added: head/devel/bison/files/patch-lib-config.in.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bison/files/patch-lib-config.in.h Sun Mar 7 22:10:33 2021 (r567613) @@ -0,0 +1,11 @@ +--- lib/config.in.h.orig 2021-01-23 14:24:00 UTC ++++ lib/config.in.h +@@ -1603,7 +1603,7 @@ + || (defined _MSC_VER && 1900 <= _MSC_VER)) \ + && 0) + /* [[noreturn]] is not practically usable, because with it the syntax +- extern _Noreturn void func (...); ++ _Noreturn extern void func (...); + would not be valid; such a declaration would only be valid with 'extern' + and '_Noreturn' swapped, or without the 'extern' keyword. However, some + AIX system header files and several gnulib header files use precisely From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:46 2021 Return-Path: Delivered-To: svn-ports-all@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 2CEFF5765E5; Sun, 7 Mar 2021 22:10:46 +0000 (UTC) (envelope-from sunpoet@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 4Dtwdx1TSRz3v1j; Sun, 7 Mar 2021 22:10:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9954B1DBDC; Sun, 7 Mar 2021 22:10:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAfCv030016; Sun, 7 Mar 2021 22:10:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAeTK029235; Sun, 7 Mar 2021 22:10:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAeTK029235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567614 - head/devel/grpc X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/grpc X-SVN-Commit-Revision: 567614 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:47 -0000 Author: sunpoet Date: Sun Mar 7 22:10:40 2021 New Revision: 567614 URL: https://svnweb.freebsd.org/changeset/ports/567614 Log: Update to 1.36.0 Changes: https://github.com/grpc/grpc/releases Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Sun Mar 7 22:10:33 2021 (r567613) +++ head/devel/grpc/Makefile Sun Mar 7 22:10:40 2021 (r567614) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.35.0 +PORTVERSION= 1.36.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= devel Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Sun Mar 7 22:10:33 2021 (r567613) +++ head/devel/grpc/distinfo Sun Mar 7 22:10:40 2021 (r567614) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856498 -SHA256 (grpc-grpc-v1.35.0_GH0.tar.gz) = 27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958 -SIZE (grpc-grpc-v1.35.0_GH0.tar.gz) = 7851687 +TIMESTAMP = 1614794188 +SHA256 (grpc-grpc-v1.36.0_GH0.tar.gz) = 1a5127c81487f4e3e57973bb332f04b9159f94d860c207e096d8a587d371edbd +SIZE (grpc-grpc-v1.36.0_GH0.tar.gz) = 7899452 Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Sun Mar 7 22:10:33 2021 (r567613) +++ head/devel/grpc/pkg-plist Sun Mar 7 22:10:40 2021 (r567614) @@ -258,11 +258,11 @@ lib/cmake/grpc/gRPCTargets.cmake lib/cmake/grpc/modules/Findc-ares.cmake lib/cmake/grpc/modules/Findre2.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.14 -lib/libaddress_sorting.so.14.0.0 +lib/libaddress_sorting.so.15 +lib/libaddress_sorting.so.15.0.0 lib/libgpr.so -lib/libgpr.so.14 -lib/libgpr.so.14.0.0 +lib/libgpr.so.15 +lib/libgpr.so.15.0.0 lib/libgrpc++.so lib/libgrpc++.so.1 lib/libgrpc++.so.%%PORTVERSION%% @@ -279,20 +279,20 @@ lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.1 lib/libgrpc++_unsecure.so.%%PORTVERSION%% lib/libgrpc.so -lib/libgrpc.so.14 -lib/libgrpc.so.14.0.0 +lib/libgrpc.so.15 +lib/libgrpc.so.15.0.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.1 lib/libgrpc_plugin_support.so.%%PORTVERSION%% lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.14 -lib/libgrpc_unsecure.so.14.0.0 +lib/libgrpc_unsecure.so.15 +lib/libgrpc_unsecure.so.15.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.1 lib/libgrpcpp_channelz.so.%%PORTVERSION%% lib/libupb.so -lib/libupb.so.14 -lib/libupb.so.14.0.0 +lib/libupb.so.15 +lib/libupb.so.15.0.0 libdata/pkgconfig/gpr.pc libdata/pkgconfig/grpc++.pc libdata/pkgconfig/grpc++_unsecure.pc From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:52 2021 Return-Path: Delivered-To: svn-ports-all@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 D47F5576808; Sun, 7 Mar 2021 22:10:52 +0000 (UTC) (envelope-from sunpoet@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 4Dtwf34V4bz3vHP; Sun, 7 Mar 2021 22:10:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4797D1DE98; Sun, 7 Mar 2021 22:10:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAnw0030412; Sun, 7 Mar 2021 22:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAm9d030407; Sun, 7 Mar 2021 22:10:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAm9d030407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567615 - in head: devel/google-cloud-cpp net/rubygem-grpc124 science/py-tensorflow sysutils/apache-mesos www/envoy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/google-cloud-cpp net/rubygem-grpc124 science/py-tensorflow sysutils/apache-mesos www/envoy X-SVN-Commit-Revision: 567615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:10:53 -0000 Author: sunpoet Date: Sun Mar 7 22:10:47 2021 New Revision: 567615 URL: https://svnweb.freebsd.org/changeset/ports/567615 Log: Bump PORTREVISION for devel/grpc shlib change Modified: head/devel/google-cloud-cpp/Makefile head/net/rubygem-grpc124/Makefile head/science/py-tensorflow/Makefile head/sysutils/apache-mesos/Makefile head/www/envoy/Makefile Modified: head/devel/google-cloud-cpp/Makefile ============================================================================== --- head/devel/google-cloud-cpp/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/devel/google-cloud-cpp/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -3,7 +3,7 @@ PORTNAME= google-cloud-cpp DISTVERSIONPREFIX= v DISTVERSION= 1.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/net/rubygem-grpc124/Makefile ============================================================================== --- head/net/rubygem-grpc124/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/net/rubygem-grpc124/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 124 Modified: head/science/py-tensorflow/Makefile ============================================================================== --- head/science/py-tensorflow/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/science/py-tensorflow/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -3,7 +3,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} Modified: head/sysutils/apache-mesos/Makefile ============================================================================== --- head/sysutils/apache-mesos/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/sysutils/apache-mesos/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -2,7 +2,7 @@ PORTNAME= mesos PORTVERSION= 1.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= APACHE/mesos/${PORTVERSION}:mesos PKGNAMEPREFIX= apache- Modified: head/www/envoy/Makefile ============================================================================== --- head/www/envoy/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/www/envoy/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -4,7 +4,7 @@ PORTNAME= envoy PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:01 2021 Return-Path: Delivered-To: svn-ports-all@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 C6F39576986; Sun, 7 Mar 2021 22:11:01 +0000 (UTC) (envelope-from sunpoet@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 4DtwfC4rw5z3vNJ; Sun, 7 Mar 2021 22:10:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 490031DACA; Sun, 7 Mar 2021 22:10:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MAtEM030508; Sun, 7 Mar 2021 22:10:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAtq7030507; Sun, 7 Mar 2021 22:10:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAtq7030507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567616 - head/devel/popt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/popt X-SVN-Commit-Revision: 567616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:02 -0000 Author: sunpoet Date: Sun Mar 7 22:10:54 2021 New Revision: 567616 URL: https://svnweb.freebsd.org/changeset/ports/567616 Log: Take maintainership Modified: head/devel/popt/Makefile Modified: head/devel/popt/Makefile ============================================================================== --- head/devel/popt/Makefile Sun Mar 7 22:10:47 2021 (r567615) +++ head/devel/popt/Makefile Sun Mar 7 22:10:54 2021 (r567616) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Getopt(3) like library with a number of enhancements, from Redhat LICENSE= MIT From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:05 2021 Return-Path: Delivered-To: svn-ports-all@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 6140C57689D; Sun, 7 Mar 2021 22:11:05 +0000 (UTC) (envelope-from sunpoet@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 4DtwfH24ZCz3vQp; Sun, 7 Mar 2021 22:11:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C1DE1DF82; Sun, 7 Mar 2021 22:11:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MB18Y030649; Sun, 7 Mar 2021 22:11:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MB0kL030647; Sun, 7 Mar 2021 22:11:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MB0kL030647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567617 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 567617 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:05 -0000 Author: sunpoet Date: Sun Mar 7 22:11:00 2021 New Revision: 567617 URL: https://svnweb.freebsd.org/changeset/ports/567617 Log: Update to 2.7.2 Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sun Mar 7 22:10:54 2021 (r567616) +++ head/devel/pylint/Makefile Sun Mar 7 22:11:00 2021 (r567617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ COMMENT= Analyzes python source code looking for bugs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.4.0<2.5:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.1<2.6:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.7:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.7.1:textproc/py-toml@${PY_FLAVOR} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sun Mar 7 22:10:54 2021 (r567616) +++ head/devel/pylint/distinfo Sun Mar 7 22:11:00 2021 (r567617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598175208 -SHA256 (pylint-2.6.0.tar.gz) = bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210 -SIZE (pylint-2.6.0.tar.gz) = 680289 +TIMESTAMP = 1614794190 +SHA256 (pylint-2.7.2.tar.gz) = 0e21d3b80b96740909d77206d741aa3ce0b06b41be375d92e1f3244a274c1f8a +SIZE (pylint-2.7.2.tar.gz) = 709177 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:12 2021 Return-Path: Delivered-To: svn-ports-all@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 0F772576791; Sun, 7 Mar 2021 22:11:12 +0000 (UTC) (envelope-from sunpoet@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 4DtwfQ2P4Yz3vTZ; Sun, 7 Mar 2021 22:11:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E91C1DD3F; Sun, 7 Mar 2021 22:11:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MB89a031719; Sun, 7 Mar 2021 22:11:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MB78a031715; Sun, 7 Mar 2021 22:11:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MB78a031715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567618 - in head/devel/zziplib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/zziplib: . files X-SVN-Commit-Revision: 567618 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:12 -0000 Author: sunpoet Date: Sun Mar 7 22:11:07 2021 New Revision: 567618 URL: https://svnweb.freebsd.org/changeset/ports/567618 Log: Update to 0.13.72 Changes: https://github.com/gdraheim/zziplib/blob/master/ChangeLog Added: head/devel/zziplib/files/patch-zzip-CMakeLists.txt (contents, props changed) head/devel/zziplib/files/patch-zzipwrap-CMakeLists.txt (contents, props changed) Deleted: head/devel/zziplib/files/patch-Makefile.in head/devel/zziplib/files/patch-configure head/devel/zziplib/files/patch-zzip_Makefile.in Modified: head/devel/zziplib/Makefile head/devel/zziplib/distinfo head/devel/zziplib/pkg-plist Modified: head/devel/zziplib/Makefile ============================================================================== --- head/devel/zziplib/Makefile Sun Mar 7 22:11:00 2021 (r567617) +++ head/devel/zziplib/Makefile Sun Mar 7 22:11:07 2021 (r567618) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= zziplib +PORTVERSION= 0.13.72 DISTVERSIONPREFIX= v -PORTVERSION= 0.13.71 -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -15,18 +14,15 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LICENSE_FILE_MPL11= ${WRKSRC}/docs/COPYING.MPL -BUILD_DEPENDS= gsed:textproc/gsed \ - zip:archivers/zip +BUILD_DEPENDS= bash:shells/bash -USES= libtool pathfix pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= gdraheim -CONFIGURE_ARGS= --srcdir=${WRKSRC} -CONFIGURE_ENV= ac_cv_path_XMLTO=":" -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +CMAKE_ON= BUILD_SHARED_LIBS ZZIP_LIBTOOL ZZIP_PKGCONFIG ZZIPBINS ZZIPFSEEKO ZZIPMMAPPED ZZIPWRAP +CMAKE_OFF= BUILD_STATIC_LIBS BUILD_TESTS ZZIPDOCS ZZIPTEST TEST_TARGET= check USE_LDCONFIG= yes @@ -35,8 +31,8 @@ PORTSCOUT= limit:^0\. OPTIONS_DEFINE= SDL OPTIONS_SUB= yes -SDL_CONFIGURE_ENABLE= sdl -SDL_USE= SDL=sdl -SDL_USES= sdl +SDL_CMAKE_BOOL= ZZIPSDL +SDL_USE= SDL=sdl2 +SDL_USES= libtool:ldflags sdl .include Modified: head/devel/zziplib/distinfo ============================================================================== --- head/devel/zziplib/distinfo Sun Mar 7 22:11:00 2021 (r567617) +++ head/devel/zziplib/distinfo Sun Mar 7 22:11:07 2021 (r567618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587498931 -SHA256 (gdraheim-zziplib-v0.13.71_GH0.tar.gz) = 2ee1e0fbbb78ec7cc46bde5b62857bc51f8d665dd265577cf93584344b8b9de2 -SIZE (gdraheim-zziplib-v0.13.71_GH0.tar.gz) = 1150654 +TIMESTAMP = 1614794148 +SHA256 (gdraheim-zziplib-v0.13.72_GH0.tar.gz) = 93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc +SIZE (gdraheim-zziplib-v0.13.72_GH0.tar.gz) = 1162175 Added: head/devel/zziplib/files/patch-zzip-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zziplib/files/patch-zzip-CMakeLists.txt Sun Mar 7 22:11:07 2021 (r567618) @@ -0,0 +1,22 @@ +--- zzip/CMakeLists.txt.orig 2021-01-04 23:05:08 UTC ++++ zzip/CMakeLists.txt +@@ -189,16 +189,16 @@ target_link_libraries(libzzipmmapped ZLIB::ZLIB ) + target_include_directories (libzzipmmapped PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) + endif() + +-set_target_properties(libzzip PROPERTIES OUTPUT_NAME "zzip" RELEASE_POSTFIX "-${RELNUM}") ++set_target_properties(libzzip PROPERTIES OUTPUT_NAME "zzip") + SET_TARGET_PROPERTIES(libzzip PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) + + if(ZZIPFSEEKO) +-set_target_properties(libzzipfseeko PROPERTIES OUTPUT_NAME "zzipfseeko" RELEASE_POSTFIX "-${RELNUM}") ++set_target_properties(libzzipfseeko PROPERTIES OUTPUT_NAME "zzipfseeko") + SET_TARGET_PROPERTIES(libzzipfseeko PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) + endif() + + if(ZZIPMMAPPED) +-set_target_properties(libzzipmmapped PROPERTIES OUTPUT_NAME "zzipmmapped" RELEASE_POSTFIX "-${RELNUM}") ++set_target_properties(libzzipmmapped PROPERTIES OUTPUT_NAME "zzipmmapped") + SET_TARGET_PROPERTIES(libzzipmmapped PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) + endif() + Added: head/devel/zziplib/files/patch-zzipwrap-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zziplib/files/patch-zzipwrap-CMakeLists.txt Sun Mar 7 22:11:07 2021 (r567618) @@ -0,0 +1,11 @@ +--- zzipwrap/CMakeLists.txt.orig 2021-01-04 23:05:08 UTC ++++ zzipwrap/CMakeLists.txt +@@ -48,7 +48,7 @@ add_library(libzzipwrap ${libzzipwrap_SRCS} ) + target_link_libraries(libzzipwrap libzzip ZLIB::ZLIB ) + target_include_directories(libzzipwrap PRIVATE "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}") + +-set_target_properties(libzzipwrap PROPERTIES OUTPUT_NAME "zzipwrap" RELEASE_POSTFIX "-${RELNUM}") ++set_target_properties(libzzipwrap PROPERTIES OUTPUT_NAME "zzipwrap") + SET_TARGET_PROPERTIES(libzzipwrap PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) + set_target_properties(libzzipwrap PROPERTIES DEFINE_SYMBOL "libzzip_EXPORTS") + Modified: head/devel/zziplib/pkg-plist ============================================================================== --- head/devel/zziplib/pkg-plist Sun Mar 7 22:11:00 2021 (r567617) +++ head/devel/zziplib/pkg-plist Sun Mar 7 22:11:07 2021 (r567618) @@ -32,24 +32,19 @@ include/zzip/write.h include/zzip/zzip.h include/zzip/zzip32.h include/zziplib.h -lib/libzzip.a lib/libzzip.so lib/libzzip.so.13 -lib/libzzip.so.13.0.71 -lib/libzzipfseeko.a +lib/libzzip.so.13.0.72 lib/libzzipfseeko.so lib/libzzipfseeko.so.13 -lib/libzzipfseeko.so.13.0.71 -lib/libzzipmmapped.a +lib/libzzipfseeko.so.13.0.72 lib/libzzipmmapped.so lib/libzzipmmapped.so.13 -lib/libzzipmmapped.so.13.0.71 -lib/libzzipwrap.a +lib/libzzipmmapped.so.13.0.72 lib/libzzipwrap.so lib/libzzipwrap.so.13 -lib/libzzipwrap.so.13.0.71 +lib/libzzipwrap.so.13.0.72 %%SDL%%libdata/pkgconfig/SDL_rwops_zzip.pc -libdata/pkgconfig/zzip-zlib-config.pc libdata/pkgconfig/zzipfseeko.pc libdata/pkgconfig/zziplib.pc libdata/pkgconfig/zzipmmapped.pc From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:17 2021 Return-Path: Delivered-To: svn-ports-all@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 A1F295768BC; Sun, 7 Mar 2021 22:11:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwfX3WkGz3vPL; Sun, 7 Mar 2021 22:11:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6440A1DCE1; Sun, 7 Mar 2021 22:11:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBEFO032586; Sun, 7 Mar 2021 22:11:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBD3B032584; Sun, 7 Mar 2021 22:11:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBD3B032584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567619 - head/dns/public_suffix_list X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/public_suffix_list X-SVN-Commit-Revision: 567619 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:18 -0000 Author: sunpoet Date: Sun Mar 7 22:11:13 2021 New Revision: 567619 URL: https://svnweb.freebsd.org/changeset/ports/567619 Log: Update to 20210223 Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sun Mar 7 22:11:07 2021 (r567618) +++ head/dns/public_suffix_list/Makefile Sun Mar 7 22:11:13 2021 (r567619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 20210128 +PORTVERSION= 20210223 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PORTDATA= public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 3c1add0 +GH_TAGNAME= c565a9a USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sun Mar 7 22:11:07 2021 (r567618) +++ head/dns/public_suffix_list/distinfo Sun Mar 7 22:11:13 2021 (r567619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296109 -SHA256 (publicsuffix-list-20210128-3c1add0_GH0.tar.gz) = 85b586e2de2a6ee193b5a681562936c266e0e8c1caaa0bf799f06fb1cf73c2ad -SIZE (publicsuffix-list-20210128-3c1add0_GH0.tar.gz) = 98867 +TIMESTAMP = 1614794192 +SHA256 (publicsuffix-list-20210223-c565a9a_GH0.tar.gz) = d16375584701acf1f206822e9fe27543e63439596e506cf5a0565666c4f8d793 +SIZE (publicsuffix-list-20210223-c565a9a_GH0.tar.gz) = 103344 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:26 2021 Return-Path: Delivered-To: svn-ports-all@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 B4CB6576A0F; Sun, 7 Mar 2021 22:11:26 +0000 (UTC) (envelope-from sunpoet@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 4Dtwfj0ZMcz3vQG; Sun, 7 Mar 2021 22:11:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C10651DF21; Sun, 7 Mar 2021 22:11:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBL9N033544; Sun, 7 Mar 2021 22:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBK1Q033265; Sun, 7 Mar 2021 22:11:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBK1Q033265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567620 - in head/dns: p5-Mozilla-PublicSuffix py-publicsuffix py-publicsuffix2 py-publicsuffixlist rubygem-public_suffix rubygem-public_suffix_service X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: p5-Mozilla-PublicSuffix py-publicsuffix py-publicsuffix2 py-publicsuffixlist rubygem-public_suffix rubygem-public_suffix_service X-SVN-Commit-Revision: 567620 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:27 -0000 Author: sunpoet Date: Sun Mar 7 22:11:20 2021 New Revision: 567620 URL: https://svnweb.freebsd.org/changeset/ports/567620 Log: Bump PORTREVISION for dns/public_suffix_list update Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/py-publicsuffix/Makefile head/dns/py-publicsuffix2/Makefile head/dns/py-publicsuffixlist/Makefile head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/py-publicsuffix/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-publicsuffix2/Makefile ============================================================================== --- head/dns/py-publicsuffix2/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/py-publicsuffix2/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -2,7 +2,7 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-publicsuffixlist/Makefile ============================================================================== --- head/dns/py-publicsuffixlist/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/py-publicsuffixlist/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -3,7 +3,7 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/rubygem-public_suffix/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 4.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sun Mar 7 22:11:13 2021 (r567619) +++ head/dns/rubygem-public_suffix_service/Makefile Sun Mar 7 22:11:20 2021 (r567620) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 49 +PORTREVISION= 50 CATEGORIES= dns rubygems MASTER_SITES= RG From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:31 2021 Return-Path: Delivered-To: svn-ports-all@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 53F81576C5C; Sun, 7 Mar 2021 22:11:31 +0000 (UTC) (envelope-from sunpoet@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 4Dtwfp6zLBz3vVw; Sun, 7 Mar 2021 22:11:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01CA01DBF2; Sun, 7 Mar 2021 22:11:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBRHh033673; Sun, 7 Mar 2021 22:11:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBRec033671; Sun, 7 Mar 2021 22:11:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBRec033671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567621 - head/graphics/mozjpeg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/mozjpeg X-SVN-Commit-Revision: 567621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:33 -0000 Author: sunpoet Date: Sun Mar 7 22:11:27 2021 New Revision: 567621 URL: https://svnweb.freebsd.org/changeset/ports/567621 Log: Update to 4.0.3 Changes: https://github.com/mozilla/mozjpeg/releases Modified: head/graphics/mozjpeg/Makefile head/graphics/mozjpeg/distinfo head/graphics/mozjpeg/pkg-plist Modified: head/graphics/mozjpeg/Makefile ============================================================================== --- head/graphics/mozjpeg/Makefile Sun Mar 7 22:11:20 2021 (r567620) +++ head/graphics/mozjpeg/Makefile Sun Mar 7 22:11:27 2021 (r567621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mozjpeg -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.3 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/mozjpeg/distinfo ============================================================================== --- head/graphics/mozjpeg/distinfo Sun Mar 7 22:11:20 2021 (r567620) +++ head/graphics/mozjpeg/distinfo Sun Mar 7 22:11:27 2021 (r567621) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605426345 -SHA256 (mozilla-mozjpeg-v4.0.0_GH0.tar.gz) = 961e14e73d06a015e9b23b8af416f010187cc0bec95f6e3b0fcb28cc7e2cbdd4 -SIZE (mozilla-mozjpeg-v4.0.0_GH0.tar.gz) = 2213541 +TIMESTAMP = 1614794194 +SHA256 (mozilla-mozjpeg-v4.0.3_GH0.tar.gz) = 4f22731db2afa14531a5bf2633d8af79ca5cb697a550f678bf43f24e5e409ef0 +SIZE (mozilla-mozjpeg-v4.0.3_GH0.tar.gz) = 2241567 Modified: head/graphics/mozjpeg/pkg-plist ============================================================================== --- head/graphics/mozjpeg/pkg-plist Sun Mar 7 22:11:20 2021 (r567620) +++ head/graphics/mozjpeg/pkg-plist Sun Mar 7 22:11:27 2021 (r567621) @@ -33,96 +33,87 @@ man/man1/wrjpgcom.1.gz %%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png %%PORTDOCS%%%%DOCSDIR%%/html/classes.html %%PORTDOCS%%%%DOCSDIR%%/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/html/doc.png %%PORTDOCS%%%%DOCSDIR%%/html/doxygen-extra.css %%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.svg %%PORTDOCS%%%%DOCSDIR%%/html/dynsections.js -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2blank.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2cl.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2doc.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderclosed.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2folderopen.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2lastnode.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2link.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mlastnode.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mnode.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2mo.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2node.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2ns.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2plastnode.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2pnode.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2splitbar.png -%%PORTDOCS%%%%DOCSDIR%%/html/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/html/folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/html/folderopen.png %%PORTDOCS%%%%DOCSDIR%%/html/functions.html %%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html %%PORTDOCS%%%%DOCSDIR%%/html/group___turbo_j_p_e_g.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/html/menu.js +%%PORTDOCS%%%%DOCSDIR%%/html/menudata.js %%PORTDOCS%%%%DOCSDIR%%/html/modules.html %%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png %%PORTDOCS%%%%DOCSDIR%%/html/nav_g.png %%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png %%PORTDOCS%%%%DOCSDIR%%/html/open.png -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_63.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_63.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_64.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_64.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_68.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_68.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6e.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6e.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6f.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6f.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_72.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_72.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_77.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_77.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_78.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_78.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_79.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/all_79.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/classes_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/classes_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/close.png -%%PORTDOCS%%%%DOCSDIR%%/html/search/enums_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/enums_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/enumvalues_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/enumvalues_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/functions_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/functions_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/groups_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/groups_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/mag_sel.png +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_1.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_1.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_2.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_2.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_3.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_4.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_4.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_5.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_5.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_6.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_7.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_7.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_8.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_8.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_9.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/all_9.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/classes_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/classes_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/close.svg +%%PORTDOCS%%%%DOCSDIR%%/html/search/enums_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/enums_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/enumvalues_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/enumvalues_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/functions_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/functions_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/groups_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/groups_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/mag_sel.svg %%PORTDOCS%%%%DOCSDIR%%/html/search/nomatches.html %%PORTDOCS%%%%DOCSDIR%%/html/search/search.css %%PORTDOCS%%%%DOCSDIR%%/html/search/search.js %%PORTDOCS%%%%DOCSDIR%%/html/search/search_l.png %%PORTDOCS%%%%DOCSDIR%%/html/search/search_m.png %%PORTDOCS%%%%DOCSDIR%%/html/search/search_r.png -%%PORTDOCS%%%%DOCSDIR%%/html/search/typedefs_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/typedefs_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_63.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_63.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_64.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_64.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_68.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_68.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6e.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6e.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6f.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6f.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_72.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_72.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_74.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_74.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_77.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_77.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_78.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_78.js -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_79.html -%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_79.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/searchdata.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/typedefs_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/typedefs_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_0.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_0.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_1.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_1.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_2.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_2.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_3.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_4.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_4.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_5.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_5.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_6.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_7.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_7.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_8.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_8.js +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_9.html +%%PORTDOCS%%%%DOCSDIR%%/html/search/variables_9.js +%%PORTDOCS%%%%DOCSDIR%%/html/splitbar.png %%PORTDOCS%%%%DOCSDIR%%/html/structtjregion.html %%PORTDOCS%%%%DOCSDIR%%/html/structtjscalingfactor.html %%PORTDOCS%%%%DOCSDIR%%/html/structtjtransform.html From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:39 2021 Return-Path: Delivered-To: svn-ports-all@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 455CD5768EE; Sun, 7 Mar 2021 22:11:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtwfy0gycz3vpq; Sun, 7 Mar 2021 22:11:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A4EB1DF27; Sun, 7 Mar 2021 22:11:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBYHi033783; Sun, 7 Mar 2021 22:11:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBXUP033782; Sun, 7 Mar 2021 22:11:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBXUP033782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567622 - head/misc/pciids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/pciids X-SVN-Commit-Revision: 567622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:39 -0000 Author: sunpoet Date: Sun Mar 7 22:11:33 2021 New Revision: 567622 URL: https://svnweb.freebsd.org/changeset/ports/567622 Log: Update to 20210223 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sun Mar 7 22:11:27 2021 (r567621) +++ head/misc/pciids/Makefile Sun Mar 7 22:11:33 2021 (r567622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20210131 +PORTVERSION= 20210223 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PORTDATA= pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 7906a7b +GH_TAGNAME= 74eb6c8 USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sun Mar 7 22:11:27 2021 (r567621) +++ head/misc/pciids/distinfo Sun Mar 7 22:11:33 2021 (r567622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296111 -SHA256 (pciutils-pciids-20210131-7906a7b_GH0.tar.gz) = 79286785ad388b2c17f1ba46e5ee0c0e7f1f4eb1ad3141416a10a9ec5c78ff5f -SIZE (pciutils-pciids-20210131-7906a7b_GH0.tar.gz) = 293213 +TIMESTAMP = 1614794196 +SHA256 (pciutils-pciids-20210223-74eb6c8_GH0.tar.gz) = 856a8ed9e21cf873bd1f2aa9eaa1291b0c4ece030bcb42e755eab621f410d059 +SIZE (pciutils-pciids-20210223-74eb6c8_GH0.tar.gz) = 294810 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:44 2021 Return-Path: Delivered-To: svn-ports-all@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 F217C5767AD; Sun, 7 Mar 2021 22:11:43 +0000 (UTC) (envelope-from sunpoet@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 4Dtwg30LKkz3vfv; Sun, 7 Mar 2021 22:11:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E8DA1DBF6; Sun, 7 Mar 2021 22:11:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBdS9033891; Sun, 7 Mar 2021 22:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBd8V033889; Sun, 7 Mar 2021 22:11:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBd8V033889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567623 - head/misc/usbids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/usbids X-SVN-Commit-Revision: 567623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:46 -0000 Author: sunpoet Date: Sun Mar 7 22:11:39 2021 New Revision: 567623 URL: https://svnweb.freebsd.org/changeset/ports/567623 Log: Update to 20210219 Changes: https://github.com/usbids/usbids/commits/master Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Sun Mar 7 22:11:33 2021 (r567622) +++ head/misc/usbids/Makefile Sun Mar 7 22:11:39 2021 (r567623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20210129 +PORTVERSION= 20210219 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -16,7 +16,7 @@ NO_BUILD= yes PORTDATA= usb.ids -GH_TAGNAME= fb1cebb +GH_TAGNAME= 5e14a72 USE_GITHUB= yes do-install: Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Sun Mar 7 22:11:33 2021 (r567622) +++ head/misc/usbids/distinfo Sun Mar 7 22:11:39 2021 (r567623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296113 -SHA256 (usbids-usbids-20210129-fb1cebb_GH0.tar.gz) = 93ef4973c42cf3d72ec5f622bff4eb591cf3c2054bfbf2eae28b548c9bed3b76 -SIZE (usbids-usbids-20210129-fb1cebb_GH0.tar.gz) = 261463 +TIMESTAMP = 1614794198 +SHA256 (usbids-usbids-20210219-5e14a72_GH0.tar.gz) = 8086d11617a17207337e38bff06c33fa498864d847436da2ebeb6f0bcc4657de +SIZE (usbids-usbids-20210219-5e14a72_GH0.tar.gz) = 261514 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:51 2021 Return-Path: Delivered-To: svn-ports-all@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 7CDC25767B3; Sun, 7 Mar 2021 22:11:51 +0000 (UTC) (envelope-from sunpoet@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 4Dtwg82RBWz3vcM; Sun, 7 Mar 2021 22:11:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75C5A1DF2A; Sun, 7 Mar 2021 22:11:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBjT2034002; Sun, 7 Mar 2021 22:11:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBjUI034000; Sun, 7 Mar 2021 22:11:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBjUI034000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567624 - head/net/libngtcp2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/libngtcp2 X-SVN-Commit-Revision: 567624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:52 -0000 Author: sunpoet Date: Sun Mar 7 22:11:44 2021 New Revision: 567624 URL: https://svnweb.freebsd.org/changeset/ports/567624 Log: Update to 0.1.0.g20210227 Changes: https://github.com/ngtcp2/ngtcp2/commits/master Modified: head/net/libngtcp2/Makefile head/net/libngtcp2/distinfo Modified: head/net/libngtcp2/Makefile ============================================================================== --- head/net/libngtcp2/Makefile Sun Mar 7 22:11:39 2021 (r567623) +++ head/net/libngtcp2/Makefile Sun Mar 7 22:11:44 2021 (r567624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngtcp2 -PORTVERSION= 0.1.0.g20210201 +PORTVERSION= 0.1.0.g20210227 CATEGORIES= net PKGNAMEPREFIX= lib @@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++17-lang libtool pathfix pkgconfig -CONFIGURE_ARGS= --enable-lib-only +CONFIGURE_ARGS= --enable-lib-only --with-jemalloc GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++17 USE_LDCONFIG= yes -GH_TAGNAME= 3c0f397 +GH_TAGNAME= 7f10d53 USE_GITHUB= yes post-patch: Modified: head/net/libngtcp2/distinfo ============================================================================== --- head/net/libngtcp2/distinfo Sun Mar 7 22:11:39 2021 (r567623) +++ head/net/libngtcp2/distinfo Sun Mar 7 22:11:44 2021 (r567624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296115 -SHA256 (ngtcp2-ngtcp2-0.1.0.g20210201-3c0f397_GH0.tar.gz) = b9bbf017d6f8b7e20018e4b24144d00946d54637d7b56ba778dd0234eda348ff -SIZE (ngtcp2-ngtcp2-0.1.0.g20210201-3c0f397_GH0.tar.gz) = 442590 +TIMESTAMP = 1614794200 +SHA256 (ngtcp2-ngtcp2-0.1.0.g20210227-7f10d53_GH0.tar.gz) = 79dab169e06c7d1d343c0c5d2fe867fe80c9a8add9382cff4dcfda7f800b1037 +SIZE (ngtcp2-ngtcp2-0.1.0.g20210227-7f10d53_GH0.tar.gz) = 461512 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:11:57 2021 Return-Path: Delivered-To: svn-ports-all@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 98A03576CB0; Sun, 7 Mar 2021 22:11:57 +0000 (UTC) (envelope-from sunpoet@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 4DtwgJ0DLZz3w47; Sun, 7 Mar 2021 22:11:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C8941DEA9; Sun, 7 Mar 2021 22:11:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBpU6034112; Sun, 7 Mar 2021 22:11:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBpn6034110; Sun, 7 Mar 2021 22:11:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBpn6034110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567625 - head/science/liblinear X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/liblinear X-SVN-Commit-Revision: 567625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:11:58 -0000 Author: sunpoet Date: Sun Mar 7 22:11:50 2021 New Revision: 567625 URL: https://svnweb.freebsd.org/changeset/ports/567625 Log: Update to 2.43 Changes: https://github.com/cjlin1/liblinear/commits/master Modified: head/science/liblinear/Makefile head/science/liblinear/distinfo Modified: head/science/liblinear/Makefile ============================================================================== --- head/science/liblinear/Makefile Sun Mar 7 22:11:44 2021 (r567624) +++ head/science/liblinear/Makefile Sun Mar 7 22:11:50 2021 (r567625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblinear -PORTVERSION= 2.42 +PORTVERSION= 2.43 CATEGORIES= science math MASTER_SITES= https://www.csie.ntu.edu.tw/~cjlin/liblinear/ \ https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/ Modified: head/science/liblinear/distinfo ============================================================================== --- head/science/liblinear/distinfo Sun Mar 7 22:11:44 2021 (r567624) +++ head/science/liblinear/distinfo Sun Mar 7 22:11:50 2021 (r567625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680078 -SHA256 (liblinear-2.42.tar.gz) = cf44f13809f506be10c8434fdbf4d4f7a3c6f8da9e93b6e03fb8a80a8e9c938d -SIZE (liblinear-2.42.tar.gz) = 561809 +TIMESTAMP = 1614794202 +SHA256 (liblinear-2.43.tar.gz) = 02bad43d745e2796f39a08ac9d117770e71939ef06b1ee7afc6ab7909e304807 +SIZE (liblinear-2.43.tar.gz) = 564336 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:12:01 2021 Return-Path: Delivered-To: svn-ports-all@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 697DB576A27; Sun, 7 Mar 2021 22:12:01 +0000 (UTC) (envelope-from sunpoet@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 4DtwgN6zjzz3vtt; Sun, 7 Mar 2021 22:12:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41E391DEAB; Sun, 7 Mar 2021 22:11:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MBuIW034204; Sun, 7 Mar 2021 22:11:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MBu95034203; Sun, 7 Mar 2021 22:11:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072211.127MBu95034203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567626 - head/science/pnetcdf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/pnetcdf X-SVN-Commit-Revision: 567626 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:12:03 -0000 Author: sunpoet Date: Sun Mar 7 22:11:56 2021 New Revision: 567626 URL: https://svnweb.freebsd.org/changeset/ports/567626 Log: Simplify Makefile - Use shared OPENMPI_DESC - Remove OPENMPI3 option Modified: head/science/pnetcdf/Makefile Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Sun Mar 7 22:11:50 2021 (r567625) +++ head/science/pnetcdf/Makefile Sun Mar 7 22:11:56 2021 (r567626) @@ -16,7 +16,7 @@ USES= fortran gmake pathfix perl5 tar:bzip2 USE_PERL5= build CFLAGS+= -fPIC -CONFIGURE_ARGS= ac_cv_fc_compiler_nag=no +CONFIGURE_ARGS= --with-mpi=${MPI_HOME} ac_cv_fc_compiler_nag=no GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -26,17 +26,11 @@ CONFLICTS_INSTALL= hdf-4.* OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= MPI -OPTIONS_SINGLE_MPI= OPENMPI OPENMPI3 MPICH +OPTIONS_SINGLE_MPI= OPENMPI MPICH OPTIONS_DEFAULT=OPENMPI -OPENMPI_DESC= Parallel processing support via Open MPI (current) -OPENMPI3_DESC= Parallel processing support via Open MPI 3.x -MPICH_CONFIGURE_ON= --with-mpi=${LOCALBASE} -MPICH_LIB_DEPENDS= libmpich.so:net/mpich -OPENMPI_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi -OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi -OPENMPI3_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi3 -OPENMPI3_LIB_DEPENDS= libmpi.so:net/openmpi3 +MPICH_USES= mpi:mpich +OPENMPI_USES= mpi:openmpi .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:12:05 2021 Return-Path: Delivered-To: svn-ports-all@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 C9EC95769CE; Sun, 7 Mar 2021 22:12:05 +0000 (UTC) (envelope-from sunpoet@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 4DtwgT2jXpz3wFB; Sun, 7 Mar 2021 22:12:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0677D1DF30; Sun, 7 Mar 2021 22:12:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MC2bM034316; Sun, 7 Mar 2021 22:12:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MC2jJ034314; Sun, 7 Mar 2021 22:12:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072212.127MC2jJ034314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567627 - in head/security/gsasl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/gsasl: . files X-SVN-Commit-Revision: 567627 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:12:08 -0000 Author: sunpoet Date: Sun Mar 7 22:12:02 2021 New Revision: 567627 URL: https://svnweb.freebsd.org/changeset/ports/567627 Log: Convert REINPLACE_CMD to patch file Added: head/security/gsasl/files/patch-po-LINGUAS (contents, props changed) Modified: head/security/gsasl/Makefile Modified: head/security/gsasl/Makefile ============================================================================== --- head/security/gsasl/Makefile Sun Mar 7 22:11:56 2021 (r567626) +++ head/security/gsasl/Makefile Sun Mar 7 22:12:02 2021 (r567627) @@ -27,9 +27,6 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -post-patch: - @${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/po/LINGUAS - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} Added: head/security/gsasl/files/patch-po-LINGUAS ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gsasl/files/patch-po-LINGUAS Sun Mar 7 22:12:02 2021 (r567627) @@ -0,0 +1,8 @@ +--- po/LINGUAS.orig 2021-01-01 16:43:20 UTC ++++ po/LINGUAS +@@ -1,5 +1,3 @@ +-en@boldquot +-en@quot + da + de + eo From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:18 2021 Return-Path: Delivered-To: svn-ports-all@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 94991576A68; Sun, 7 Mar 2021 22:14:18 +0000 (UTC) (envelope-from sunpoet@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 4Dtwk23r9rz4QwM; Sun, 7 Mar 2021 22:14:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76B061DCEE; Sun, 7 Mar 2021 22:14:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MEIFr035138; Sun, 7 Mar 2021 22:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MEICn035137; Sun, 7 Mar 2021 22:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MEICn035137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567628 - in head/security/libgsasl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/libgsasl: . files X-SVN-Commit-Revision: 567628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:18 -0000 Author: sunpoet Date: Sun Mar 7 22:14:17 2021 New Revision: 567628 URL: https://svnweb.freebsd.org/changeset/ports/567628 Log: Convert REINPLACE_CMD to patch file Added: head/security/libgsasl/files/patch-lib-po-LINGUAS (contents, props changed) Modified: head/security/libgsasl/Makefile Modified: head/security/libgsasl/Makefile ============================================================================== --- head/security/libgsasl/Makefile Sun Mar 7 22:12:02 2021 (r567627) +++ head/security/libgsasl/Makefile Sun Mar 7 22:14:17 2021 (r567628) @@ -39,9 +39,6 @@ GSSAPI_NONE_CONFIGURE_ON= --disable-gssapi NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -post-patch: - @${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/lib/po/LINGUAS - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/reference ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* ${STAGEDIR}${DOCSDIR}/reference Added: head/security/libgsasl/files/patch-lib-po-LINGUAS ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libgsasl/files/patch-lib-po-LINGUAS Sun Mar 7 22:14:17 2021 (r567628) @@ -0,0 +1,8 @@ +--- lib/po/LINGUAS.orig 2021-01-01 16:43:18 UTC ++++ lib/po/LINGUAS +@@ -1,5 +1,3 @@ +-en@boldquot +-en@quot + da + de + eo From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:27 2021 Return-Path: Delivered-To: svn-ports-all@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 E6D5E576A6C; Sun, 7 Mar 2021 22:14:27 +0000 (UTC) (envelope-from sunpoet@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 4DtwkC1NCKz4QtN; Sun, 7 Mar 2021 22:14:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 231641E184; Sun, 7 Mar 2021 22:14:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MEOuI035264; Sun, 7 Mar 2021 22:14:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MEOLf035262; Sun, 7 Mar 2021 22:14:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MEOLf035262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567629 - head/sysutils/parallel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/parallel X-SVN-Commit-Revision: 567629 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:28 -0000 Author: sunpoet Date: Sun Mar 7 22:14:23 2021 New Revision: 567629 URL: https://svnweb.freebsd.org/changeset/ports/567629 Log: Update to 20210222 Changes: https://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS Modified: head/sysutils/parallel/Makefile head/sysutils/parallel/distinfo head/sysutils/parallel/pkg-plist Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Sun Mar 7 22:14:17 2021 (r567628) +++ head/sysutils/parallel/Makefile Sun Mar 7 22:14:23 2021 (r567629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20210122 +PORTVERSION= 20210222 CATEGORIES= sysutils MASTER_SITES= GNU @@ -23,6 +23,7 @@ SHEBANG_FILES= src/env_parallel src/niceload src/parca OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= pod2pdf:textproc/p5-pod2pdf \ + pod2rst:textproc/p5-Pod-POM-View-Restructured \ pod2texi:print/texinfo .include Modified: head/sysutils/parallel/distinfo ============================================================================== --- head/sysutils/parallel/distinfo Sun Mar 7 22:14:17 2021 (r567628) +++ head/sysutils/parallel/distinfo Sun Mar 7 22:14:23 2021 (r567629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665335 -SHA256 (parallel-20210122.tar.bz2) = b4f1b6d3de4aea71f7c763ae6ba80d5e499c12869b00b66904778546cdc7b3f3 -SIZE (parallel-20210122.tar.bz2) = 2129331 +TIMESTAMP = 1614794204 +SHA256 (parallel-20210222.tar.bz2) = 4e69b00aeb62f74ea2fdc6579d31d2b4a4cc0a64fe75cf61926312402f1be72b +SIZE (parallel-20210222.tar.bz2) = 2215691 Modified: head/sysutils/parallel/pkg-plist ============================================================================== --- head/sysutils/parallel/pkg-plist Sun Mar 7 22:14:17 2021 (r567628) +++ head/sysutils/parallel/pkg-plist Sun Mar 7 22:14:23 2021 (r567629) @@ -31,38 +31,50 @@ man/man7/parallel_design.7.gz man/man7/parallel_tutorial.7.gz %%PORTDOCS%%%%DOCSDIR%%/env_parallel.html %%PORTDOCS%%%%DOCSDIR%%/env_parallel.pdf +%%PORTDOCS%%%%DOCSDIR%%/env_parallel.rst %%PORTDOCS%%%%DOCSDIR%%/env_parallel.texi %%PORTDOCS%%%%DOCSDIR%%/niceload.html %%PORTDOCS%%%%DOCSDIR%%/niceload.pdf +%%PORTDOCS%%%%DOCSDIR%%/niceload.rst %%PORTDOCS%%%%DOCSDIR%%/niceload.texi %%PORTDOCS%%%%DOCSDIR%%/parallel.html %%PORTDOCS%%%%DOCSDIR%%/parallel.pdf +%%PORTDOCS%%%%DOCSDIR%%/parallel.rst %%PORTDOCS%%%%DOCSDIR%%/parallel.texi %%PORTDOCS%%%%DOCSDIR%%/parallel_alternatives.html %%PORTDOCS%%%%DOCSDIR%%/parallel_alternatives.pdf +%%PORTDOCS%%%%DOCSDIR%%/parallel_alternatives.rst %%PORTDOCS%%%%DOCSDIR%%/parallel_alternatives.texi %%PORTDOCS%%%%DOCSDIR%%/parallel_book.html %%PORTDOCS%%%%DOCSDIR%%/parallel_book.pdf +%%PORTDOCS%%%%DOCSDIR%%/parallel_book.rst %%PORTDOCS%%%%DOCSDIR%%/parallel_book.texi %%PORTDOCS%%%%DOCSDIR%%/parallel_cheat_bw.pdf %%PORTDOCS%%%%DOCSDIR%%/parallel_design.html %%PORTDOCS%%%%DOCSDIR%%/parallel_design.pdf +%%PORTDOCS%%%%DOCSDIR%%/parallel_design.rst %%PORTDOCS%%%%DOCSDIR%%/parallel_design.texi %%PORTDOCS%%%%DOCSDIR%%/parallel_tutorial.html %%PORTDOCS%%%%DOCSDIR%%/parallel_tutorial.pdf +%%PORTDOCS%%%%DOCSDIR%%/parallel_tutorial.rst %%PORTDOCS%%%%DOCSDIR%%/parallel_tutorial.texi %%PORTDOCS%%%%DOCSDIR%%/parcat.html %%PORTDOCS%%%%DOCSDIR%%/parcat.pdf +%%PORTDOCS%%%%DOCSDIR%%/parcat.rst %%PORTDOCS%%%%DOCSDIR%%/parcat.texi %%PORTDOCS%%%%DOCSDIR%%/parset.html %%PORTDOCS%%%%DOCSDIR%%/parset.pdf +%%PORTDOCS%%%%DOCSDIR%%/parset.rst %%PORTDOCS%%%%DOCSDIR%%/parset.texi %%PORTDOCS%%%%DOCSDIR%%/parsort.html %%PORTDOCS%%%%DOCSDIR%%/parsort.pdf +%%PORTDOCS%%%%DOCSDIR%%/parsort.rst %%PORTDOCS%%%%DOCSDIR%%/parsort.texi %%PORTDOCS%%%%DOCSDIR%%/sem.html %%PORTDOCS%%%%DOCSDIR%%/sem.pdf +%%PORTDOCS%%%%DOCSDIR%%/sem.rst %%PORTDOCS%%%%DOCSDIR%%/sem.texi %%PORTDOCS%%%%DOCSDIR%%/sql.html %%PORTDOCS%%%%DOCSDIR%%/sql.pdf +%%PORTDOCS%%%%DOCSDIR%%/sql.rst %%PORTDOCS%%%%DOCSDIR%%/sql.texi From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:30 2021 Return-Path: Delivered-To: svn-ports-all@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 2EB08576EA7; Sun, 7 Mar 2021 22:14:30 +0000 (UTC) (envelope-from sunpoet@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 4DtwkG0kgbz4Qyr; Sun, 7 Mar 2021 22:14:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07D8F1E185; Sun, 7 Mar 2021 22:14:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127METE6035376; Sun, 7 Mar 2021 22:14:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127METrd035375; Sun, 7 Mar 2021 22:14:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127METrd035375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567630 - head/textproc/discount X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/discount X-SVN-Commit-Revision: 567630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:30 -0000 Author: sunpoet Date: Sun Mar 7 22:14:29 2021 New Revision: 567630 URL: https://svnweb.freebsd.org/changeset/ports/567630 Log: Update manpage location (r523104) Modified: head/textproc/discount/Makefile head/textproc/discount/pkg-plist Modified: head/textproc/discount/Makefile ============================================================================== --- head/textproc/discount/Makefile Sun Mar 7 22:14:23 2021 (r567629) +++ head/textproc/discount/Makefile Sun Mar 7 22:14:29 2021 (r567630) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= Orc CFLAGS+= -fPIC -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man +CONFIGURE_ARGS= --mandir=${PREFIX}/share/man --prefix=${PREFIX} CONFIGURE_SCRIPT= configure.sh HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes # libmarkdown is used before it is built Modified: head/textproc/discount/pkg-plist ============================================================================== --- head/textproc/discount/pkg-plist Sun Mar 7 22:14:23 2021 (r567629) +++ head/textproc/discount/pkg-plist Sun Mar 7 22:14:29 2021 (r567630) @@ -5,25 +5,25 @@ bin/markdown include/mkdio.h lib/libmarkdown.a libdata/pkgconfig/libmarkdown.pc -%%SAMPLES%%man/man1/makepage.1.gz -man/man1/markdown.1.gz -%%SAMPLES%%man/man1/mkd2html.1.gz -%%SAMPLES%%man/man1/theme.1.gz -man/man3/markdown.3.gz -man/man3/mkd-callbacks.3.gz -man/man3/mkd-functions.3.gz -man/man3/mkd-line.3.gz -man/man3/mkd_cleanup.3.gz -man/man3/mkd_compile.3.gz -man/man3/mkd_css.3.gz -man/man3/mkd_doc_author.3.gz -man/man3/mkd_doc_date.3.gz -man/man3/mkd_doc_title.3.gz -man/man3/mkd_generatecss.3.gz -man/man3/mkd_generatehtml.3.gz -man/man3/mkd_generateline.3.gz -man/man3/mkd_in.3.gz -man/man3/mkd_line.3.gz -man/man3/mkd_string.3.gz -man/man7/markdown.7.gz -man/man7/mkd-extensions.7.gz +%%SAMPLES%%share/man/man1/makepage.1.gz +share/man/man1/markdown.1.gz +%%SAMPLES%%share/man/man1/mkd2html.1.gz +%%SAMPLES%%share/man/man1/theme.1.gz +share/man/man3/markdown.3.gz +share/man/man3/mkd-callbacks.3.gz +share/man/man3/mkd-functions.3.gz +share/man/man3/mkd-line.3.gz +share/man/man3/mkd_cleanup.3.gz +share/man/man3/mkd_compile.3.gz +share/man/man3/mkd_css.3.gz +share/man/man3/mkd_doc_author.3.gz +share/man/man3/mkd_doc_date.3.gz +share/man/man3/mkd_doc_title.3.gz +share/man/man3/mkd_generatecss.3.gz +share/man/man3/mkd_generatehtml.3.gz +share/man/man3/mkd_generateline.3.gz +share/man/man3/mkd_in.3.gz +share/man/man3/mkd_line.3.gz +share/man/man3/mkd_string.3.gz +share/man/man7/markdown.7.gz +share/man/man7/mkd-extensions.7.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:38 2021 Return-Path: Delivered-To: svn-ports-all@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 F097C576E3E; Sun, 7 Mar 2021 22:14:37 +0000 (UTC) (envelope-from sunpoet@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 4DtwkP1ZSSz4R71; Sun, 7 Mar 2021 22:14:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9AE61DEC1; Sun, 7 Mar 2021 22:14:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MEZfZ035468; Sun, 7 Mar 2021 22:14:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MEZdC035467; Sun, 7 Mar 2021 22:14:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MEZdC035467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567631 - head/textproc/scew X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/scew X-SVN-Commit-Revision: 567631 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:39 -0000 Author: sunpoet Date: Sun Mar 7 22:14:35 2021 New Revision: 567631 URL: https://svnweb.freebsd.org/changeset/ports/567631 Log: Fix r567542 TEST_WRKSRC is not a option helper. Modified: head/textproc/scew/Makefile Modified: head/textproc/scew/Makefile ============================================================================== --- head/textproc/scew/Makefile Sun Mar 7 22:14:29 2021 (r567630) +++ head/textproc/scew/Makefile Sun Mar 7 22:14:35 2021 (r567631) @@ -20,12 +20,12 @@ CONFIGURE_ARGS= enable_tests=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +TEST_WRKSRC= ${WRKSRC}/tests OPTIONS_DEFINE= TEST TEST_LIB_DEPENDS= libcheck.so:devel/check TEST_TEST_TARGET= check -TEST_WRKSRC= ${WRKSRC}/tests post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_print/scew_print ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:45 2021 Return-Path: Delivered-To: svn-ports-all@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 AB0E0577004; Sun, 7 Mar 2021 22:14:45 +0000 (UTC) (envelope-from sunpoet@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 4DtwkW6PH8z4R57; Sun, 7 Mar 2021 22:14:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C01C1DAE5; Sun, 7 Mar 2021 22:14:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MEfcl035610; Sun, 7 Mar 2021 22:14:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MEe72035606; Sun, 7 Mar 2021 22:14:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MEe72035606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567632 - in head/textproc/translate-toolkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc/translate-toolkit: . files X-SVN-Commit-Revision: 567632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:45 -0000 Author: sunpoet Date: Sun Mar 7 22:14:40 2021 New Revision: 567632 URL: https://svnweb.freebsd.org/changeset/ports/567632 Log: Update to 3.3.2 Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/ Modified: head/textproc/translate-toolkit/Makefile head/textproc/translate-toolkit/distinfo head/textproc/translate-toolkit/files/patch-requirements-optional.txt head/textproc/translate-toolkit/pkg-plist Modified: head/textproc/translate-toolkit/Makefile ============================================================================== --- head/textproc/translate-toolkit/Makefile Sun Mar 7 22:14:35 2021 (r567631) +++ head/textproc/translate-toolkit/Makefile Sun Mar 7 22:14:40 2021 (r567632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= translate-toolkit -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.2 CATEGORIES= textproc MASTER_SITES= CHEESESHOP @@ -25,7 +25,7 @@ NO_ARCH= yes SHEBANG_FILES= tools/* -MANPAGES= csv2po csv2tbx dtd2po flatxml2po html2po idml2po json2po moz2po mozlang2po odf2xliff oo2po oo2xliff po2csv po2dtd po2flatxml po2html po2idml po2json po2moz po2mozlang po2oo po2prop po2resx po2sub po2symb po2tiki po2tmx po2ts po2txt po2web2py po2wordfast po2xliff pot2po prop2po resx2po sub2po symb2po tbx2po tiki2po ts2po txt2po web2py2po xliff2odf xliff2oo \ +MANPAGES= csv2po csv2tbx dtd2po flatxml2po html2po idml2po json2po moz2po mozlang2po odf2xliff oo2po oo2xliff po2csv po2dtd po2flatxml po2html po2idml po2json po2moz po2mozlang po2oo po2prop po2resx po2sub po2symb po2tiki po2tmx po2ts po2txt po2web2py po2wordfast po2xliff pot2po prop2po resx2po sub2po symb2po tbx2po tiki2po ts2po txt2po web2py2po xliff2odf xliff2oo OPTIONS_DEFINE= ENCODING ICAL INI LANGUAGES LEVENSHTEIN PHP RC SPELLCHECK SUBTITLES TMSERVER TRADOS YAML OPTIONS_DEFAULT=ENCODING ICAL INI LANGUAGES LEVENSHTEIN PHP RC SPELLCHECK SUBTITLES TMSERVER TRADOS YAML @@ -56,7 +56,7 @@ RC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.4 RC_VARS= MANPAGES+="po2rc rc2po" SPELLCHECK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=3.2.0:textproc/py-enchant@${PY_FLAVOR} SUBTITLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aeidon>=1.9:textproc/py-aeidon@${PY_FLAVOR} -TMSERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheroot>=8.5.1:www/py-cheroot@${PY_FLAVOR} +TMSERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheroot>=8.5.2:www/py-cheroot@${PY_FLAVOR} TRADOS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3:www/py-beautifulsoup@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.16.12:devel/py-ruamel.yaml@${PY_FLAVOR} YAML_VARS= MANPAGES+="po2yaml yaml2po" Modified: head/textproc/translate-toolkit/distinfo ============================================================================== --- head/textproc/translate-toolkit/distinfo Sun Mar 7 22:14:35 2021 (r567631) +++ head/textproc/translate-toolkit/distinfo Sun Mar 7 22:14:40 2021 (r567632) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738751 -SHA256 (translate-toolkit-3.3.0.tar.gz) = 3eb9bf6569c01b51fd61c3fa4b87ea73068f1f362c03109d5811581ac0d1f4b8 -SIZE (translate-toolkit-3.3.0.tar.gz) = 6122607 +TIMESTAMP = 1614794206 +SHA256 (translate-toolkit-3.3.2.tar.gz) = 0795bd3c8668213199550ae4ed8938874083139ec1f8c473dcca1524a206b108 +SIZE (translate-toolkit-3.3.2.tar.gz) = 6123347 Modified: head/textproc/translate-toolkit/files/patch-requirements-optional.txt ============================================================================== --- head/textproc/translate-toolkit/files/patch-requirements-optional.txt Sun Mar 7 22:14:35 2021 (r567631) +++ head/textproc/translate-toolkit/files/patch-requirements-optional.txt Sun Mar 7 22:14:40 2021 (r567632) @@ -12,8 +12,8 @@ -chardet==4.0.0 # chardet +chardet>=3.0.4 # chardet # Tmserver backend --cheroot==8.5.1 # tmserver -+cheroot>=8.5.1 # tmserver +-cheroot==8.5.2 # tmserver ++cheroot>=8.5.2 # tmserver # Format support -iniparse==0.5 # INI +iniparse>=0.5 # INI Modified: head/textproc/translate-toolkit/pkg-plist ============================================================================== --- head/textproc/translate-toolkit/pkg-plist Sun Mar 7 22:14:35 2021 (r567631) +++ head/textproc/translate-toolkit/pkg-plist Sun Mar 7 22:14:40 2021 (r567632) @@ -8,6 +8,7 @@ share/man/man1/idml2po.1.gz %%INI%%share/man/man1/ini2po.1.gz share/man/man1/json2po.1.gz share/man/man1/moz2po.1.gz +@comment share/man/man1/mozfunny2prop.1.gz share/man/man1/mozlang2po.1.gz share/man/man1/odf2xliff.1.gz share/man/man1/oo2po.1.gz @@ -37,8 +38,9 @@ share/man/man1/po2txt.1.gz share/man/man1/po2web2py.1.gz share/man/man1/po2wordfast.1.gz share/man/man1/po2xliff.1.gz -@comment %%YAML%%share/man/man1/po2yaml.1.gz +%%YAML%%share/man/man1/po2yaml.1.gz share/man/man1/pot2po.1.gz +@comment share/man/man1/prop2mozfunny.1.gz share/man/man1/prop2po.1.gz %%RC%%share/man/man1/rc2po.1.gz share/man/man1/resx2po.1.gz @@ -51,4 +53,4 @@ share/man/man1/txt2po.1.gz share/man/man1/web2py2po.1.gz share/man/man1/xliff2odf.1.gz share/man/man1/xliff2oo.1.gz -@comment %%YAML%%share/man/man1/yaml2po.1.gz +%%YAML%%share/man/man1/yaml2po.1.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:52 2021 Return-Path: Delivered-To: svn-ports-all@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 C6003576F2A; Sun, 7 Mar 2021 22:14:52 +0000 (UTC) (envelope-from sunpoet@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 4Dtwkf50Dqz4R7T; Sun, 7 Mar 2021 22:14:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDC691DF58; Sun, 7 Mar 2021 22:14:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MElXr035718; Sun, 7 Mar 2021 22:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MElUG035717; Sun, 7 Mar 2021 22:14:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MElUG035717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567633 - head/www/libnghttp3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/libnghttp3 X-SVN-Commit-Revision: 567633 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:53 -0000 Author: sunpoet Date: Sun Mar 7 22:14:47 2021 New Revision: 567633 URL: https://svnweb.freebsd.org/changeset/ports/567633 Log: Update to 0.1.0.g20210222 Changes: https://github.com/ngtcp2/nghttp3/commits/master Modified: head/www/libnghttp3/Makefile head/www/libnghttp3/distinfo Modified: head/www/libnghttp3/Makefile ============================================================================== --- head/www/libnghttp3/Makefile Sun Mar 7 22:14:40 2021 (r567632) +++ head/www/libnghttp3/Makefile Sun Mar 7 22:14:47 2021 (r567633) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp3 -PORTVERSION= 0.1.0.g20210126 +PORTVERSION= 0.1.0.g20210222 CATEGORIES= www net PKGNAMEPREFIX= lib @@ -21,7 +21,7 @@ USE_CXXSTD= c++17 USE_LDCONFIG= yes GH_ACCOUNT= ngtcp2 -GH_TAGNAME= 056a67c +GH_TAGNAME= 66ad30f USE_GITHUB= yes post-patch: Modified: head/www/libnghttp3/distinfo ============================================================================== --- head/www/libnghttp3/distinfo Sun Mar 7 22:14:40 2021 (r567632) +++ head/www/libnghttp3/distinfo Sun Mar 7 22:14:47 2021 (r567633) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296119 -SHA256 (ngtcp2-nghttp3-0.1.0.g20210126-056a67c_GH0.tar.gz) = 66568e80b797e647f7bd2f8196608f377f769115d50d1b265cb679967bcb3e83 -SIZE (ngtcp2-nghttp3-0.1.0.g20210126-056a67c_GH0.tar.gz) = 169982 +TIMESTAMP = 1614794208 +SHA256 (ngtcp2-nghttp3-0.1.0.g20210222-66ad30f_GH0.tar.gz) = 20f205f9cdc6df53c0d1407daaec4f415b4358cc6276b45db0d945e88a982f10 +SIZE (ngtcp2-nghttp3-0.1.0.g20210222-66ad30f_GH0.tar.gz) = 170607 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:14:54 2021 Return-Path: Delivered-To: svn-ports-all@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 5478257701D; Sun, 7 Mar 2021 22:14:54 +0000 (UTC) (envelope-from sunpoet@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 4Dtwkj70p0z4R5b; Sun, 7 Mar 2021 22:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E30B1DF59; Sun, 7 Mar 2021 22:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MErkd035844; Sun, 7 Mar 2021 22:14:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MErqr035842; Sun, 7 Mar 2021 22:14:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MErqr035842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567634 - head/www/yourls X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/yourls X-SVN-Commit-Revision: 567634 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:14:55 -0000 Author: sunpoet Date: Sun Mar 7 22:14:52 2021 New Revision: 567634 URL: https://svnweb.freebsd.org/changeset/ports/567634 Log: Update to 1.8 Changes: https://github.com/YOURLS/YOURLS/releases Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Sun Mar 7 22:14:47 2021 (r567633) +++ head/www/yourls/Makefile Sun Mar 7 22:14:52 2021 (r567634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yourls -PORTVERSION= 1.7.9 +PORTVERSION= 1.8 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Sun Mar 7 22:14:47 2021 (r567633) +++ head/www/yourls/distinfo Sun Mar 7 22:14:52 2021 (r567634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587591394 -SHA256 (YOURLS-YOURLS-1.7.9_GH0.tar.gz) = 0d9106b2936289d2fe5d4d6c017a77f96c79f4b2cacf1b59a0837d0032ca96d7 -SIZE (YOURLS-YOURLS-1.7.9_GH0.tar.gz) = 2520759 +TIMESTAMP = 1614794210 +SHA256 (YOURLS-YOURLS-1.8_GH0.tar.gz) = 76c6db3b37a9c9f2570d280dce03b0fc34cd690767af77a2aed2cb2fbbaf546f +SIZE (YOURLS-YOURLS-1.8_GH0.tar.gz) = 2607745 Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Sun Mar 7 22:14:47 2021 (r567633) +++ head/www/yourls/pkg-plist Sun Mar 7 22:14:52 2021 (r567634) @@ -17,31 +17,50 @@ %%WWWDIR%%/css/style.css %%WWWDIR%%/css/tablesorter.css %%WWWDIR%%/images/accept.png +%%WWWDIR%%/images/accept.svg +%%WWWDIR%%/images/admin-dashboard.gif %%WWWDIR%%/images/asc.gif +%%WWWDIR%%/images/asc.svg %%WWWDIR%%/images/bg.gif +%%WWWDIR%%/images/bg.svg %%WWWDIR%%/images/blank.gif %%WWWDIR%%/images/cancel.png +%%WWWDIR%%/images/cancel.svg %%WWWDIR%%/images/chart_bar.png +%%WWWDIR%%/images/chart_bar.svg %%WWWDIR%%/images/chart_bar_add.png +%%WWWDIR%%/images/chart_bar_add.svg %%WWWDIR%%/images/copy-large.png %%WWWDIR%%/images/copy.png +%%WWWDIR%%/images/copy.svg %%WWWDIR%%/images/delete.png +%%WWWDIR%%/images/delete.svg %%WWWDIR%%/images/desc.gif +%%WWWDIR%%/images/desc.svg %%WWWDIR%%/images/error.png +%%WWWDIR%%/images/error.svg %%WWWDIR%%/images/facebook.png +%%WWWDIR%%/images/facebook.svg %%WWWDIR%%/images/favicon.gif +%%WWWDIR%%/images/favicon.svg %%WWWDIR%%/images/filter.gif +%%WWWDIR%%/images/filter.svg %%WWWDIR%%/images/loading.gif %%WWWDIR%%/images/pencil.png +%%WWWDIR%%/images/pencil.svg %%WWWDIR%%/images/share.png +%%WWWDIR%%/images/share.svg +%%WWWDIR%%/images/stats-anim.gif %%WWWDIR%%/images/twitter.png +%%WWWDIR%%/images/twitter.svg %%WWWDIR%%/images/yourls-logo.png %%WWWDIR%%/images/yourls-logo.svg -%%WWWDIR%%/includes/Admin/Logger.php %%WWWDIR%%/includes/Config/Config.php %%WWWDIR%%/includes/Config/Init.php %%WWWDIR%%/includes/Config/InitDefaults.php +%%WWWDIR%%/includes/Database/Logger.php %%WWWDIR%%/includes/Database/Options.php +%%WWWDIR%%/includes/Database/Profiler.php %%WWWDIR%%/includes/Database/YDB.php %%WWWDIR%%/includes/Exceptions/ConfigException.php %%WWWDIR%%/includes/auth.php @@ -49,17 +68,21 @@ %%WWWDIR%%/includes/functions-api.php %%WWWDIR%%/includes/functions-auth.php %%WWWDIR%%/includes/functions-compat.php +%%WWWDIR%%/includes/functions-debug.php %%WWWDIR%%/includes/functions-deprecated.php %%WWWDIR%%/includes/functions-formatting.php +%%WWWDIR%%/includes/functions-geo.php %%WWWDIR%%/includes/functions-html.php %%WWWDIR%%/includes/functions-http.php %%WWWDIR%%/includes/functions-infos.php %%WWWDIR%%/includes/functions-install.php %%WWWDIR%%/includes/functions-kses.php %%WWWDIR%%/includes/functions-l10n.php +%%WWWDIR%%/includes/functions-links.php +%%WWWDIR%%/includes/functions-options.php %%WWWDIR%%/includes/functions-plugins.php +%%WWWDIR%%/includes/functions-shorturls.php %%WWWDIR%%/includes/functions-upgrade.php -%%WWWDIR%%/includes/functions-xml.php %%WWWDIR%%/includes/functions.php %%WWWDIR%%/includes/geo/GeoLite2-Country.mmdb %%WWWDIR%%/includes/geo/README.md @@ -328,8 +351,10 @@ %%WWWDIR%%/includes/geo/flags/flag_zz.gif %%WWWDIR%%/includes/load-yourls.php %%WWWDIR%%/includes/vendor/aura/sql/README.md +%%WWWDIR%%/includes/vendor/aura/sql/src/AbstractExtendedPdo.php %%WWWDIR%%/includes/vendor/aura/sql/src/ConnectionLocator.php %%WWWDIR%%/includes/vendor/aura/sql/src/ConnectionLocatorInterface.php +%%WWWDIR%%/includes/vendor/aura/sql/src/DecoratedPdo.php %%WWWDIR%%/includes/vendor/aura/sql/src/Exception/CannotBindValue.php %%WWWDIR%%/includes/vendor/aura/sql/src/Exception/CannotDisconnect.php %%WWWDIR%%/includes/vendor/aura/sql/src/Exception/ConnectionNotFound.php @@ -337,19 +362,21 @@ %%WWWDIR%%/includes/vendor/aura/sql/src/Exception.php %%WWWDIR%%/includes/vendor/aura/sql/src/ExtendedPdo.php %%WWWDIR%%/includes/vendor/aura/sql/src/ExtendedPdoInterface.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/AbstractIterator.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/AllIterator.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/AssocIterator.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/ColIterator.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/ObjectsIterator.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Iterator/PairsIterator.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/AbstractParser.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/MysqlParser.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/NullParser.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/ParserInterface.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/PgsqlParser.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/SqliteParser.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Parser/SqlsrvParser.php %%WWWDIR%%/includes/vendor/aura/sql/src/PdoInterface.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Profiler.php -%%WWWDIR%%/includes/vendor/aura/sql/src/ProfilerInterface.php -%%WWWDIR%%/includes/vendor/aura/sql/src/Rebuilder.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Profiler/MemoryLogger.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Profiler/Profiler.php +%%WWWDIR%%/includes/vendor/aura/sql/src/Profiler/ProfilerInterface.php %%WWWDIR%%/includes/vendor/autoload.php %%WWWDIR%%/includes/vendor/build-script/yourls-build.sh %%WWWDIR%%/includes/vendor/composer/ClassLoader.php +%%WWWDIR%%/includes/vendor/composer/InstalledVersions.php %%WWWDIR%%/includes/vendor/composer/LICENSE %%WWWDIR%%/includes/vendor/composer/autoload_classmap.php %%WWWDIR%%/includes/vendor/composer/autoload_files.php @@ -360,9 +387,12 @@ %%WWWDIR%%/includes/vendor/composer/ca-bundle/LICENSE %%WWWDIR%%/includes/vendor/composer/ca-bundle/README.md %%WWWDIR%%/includes/vendor/composer/ca-bundle/composer.json +%%WWWDIR%%/includes/vendor/composer/ca-bundle/phpstan.neon.dist %%WWWDIR%%/includes/vendor/composer/ca-bundle/res/cacert.pem %%WWWDIR%%/includes/vendor/composer/ca-bundle/src/CaBundle.php %%WWWDIR%%/includes/vendor/composer/installed.json +%%WWWDIR%%/includes/vendor/composer/installed.php +%%WWWDIR%%/includes/vendor/composer/platform_check.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/README.md %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Database/Reader.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php @@ -393,6 +423,7 @@ %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Record/Subdivision.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Record/Traits.php +%%WWWDIR%%/includes/vendor/geoip2/geoip2/src/Util.php %%WWWDIR%%/includes/vendor/geoip2/geoip2/src/WebService/Client.php %%WWWDIR%%/includes/vendor/jakeasmith/http_build_url/readme.md %%WWWDIR%%/includes/vendor/jakeasmith/http_build_url/src/http_build_url.php @@ -435,6 +466,18 @@ %%WWWDIR%%/includes/vendor/pomo/pomo/src/Translations/NOOPTranslations.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/Translations/Translations.php %%WWWDIR%%/includes/vendor/pomo/pomo/src/Translations/TranslationsInterface.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/AbstractLogger.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/InvalidArgumentException.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/LogLevel.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/LoggerInterface.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/LoggerTrait.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/NullLogger.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/Test/DummyTest.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +%%WWWDIR%%/includes/vendor/psr/log/Psr/Log/Test/TestLogger.php +%%WWWDIR%%/includes/vendor/psr/log/README.md %%WWWDIR%%/includes/vendor/rmccue/requests/README.md %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Auth/Basic.php %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Auth.php @@ -495,6 +538,35 @@ %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Utility/CaseInsensitiveDictionary.php %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests/Utility/FilteredIterator.php %%WWWDIR%%/includes/vendor/rmccue/requests/library/Requests.php +%%WWWDIR%%/includes/vendor/spatie/array-to-xml/README.md +%%WWWDIR%%/includes/vendor/spatie/array-to-xml/src/ArrayToXml.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Idn.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Info.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/LICENSE +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/README.md +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/bootstrap.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/bootstrap80.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-idn/composer.json +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/LICENSE +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Normalizer.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/README.md +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/bootstrap.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-intl-normalizer/composer.json %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/LICENSE %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Mbstring.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/README.md @@ -503,18 +575,17 @@ %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/includes/vendor/symfony/polyfill-mbstring/composer.json +%%WWWDIR%%/includes/vendor/symfony/polyfill-php72/LICENSE +%%WWWDIR%%/includes/vendor/symfony/polyfill-php72/Php72.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-php72/README.md +%%WWWDIR%%/includes/vendor/symfony/polyfill-php72/bootstrap.php +%%WWWDIR%%/includes/vendor/symfony/polyfill-php72/composer.json %%WWWDIR%%/includes/version.php %%WWWDIR%%/js/clipboard.min.js %%WWWDIR%%/js/common.js %%WWWDIR%%/js/infos.js %%WWWDIR%%/js/insert.js -%%WWWDIR%%/js/jquery-1.3.2.min.js -%%WWWDIR%%/js/jquery-1.4.3.min.js -%%WWWDIR%%/js/jquery-1.6.1.min.js -%%WWWDIR%%/js/jquery-1.8.2.min.js -%%WWWDIR%%/js/jquery-1.9.1.min.js -%%WWWDIR%%/js/jquery-2.2.4.min.js -%%WWWDIR%%/js/jquery-3.3.1.min.js +%%WWWDIR%%/js/jquery-3.5.1.min.js %%WWWDIR%%/js/jquery-3.tablesorter.min.js %%WWWDIR%%/js/jquery.cal.js %%WWWDIR%%/js/jquery.notifybar.js From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:02 2021 Return-Path: Delivered-To: svn-ports-all@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 73CD3576EB8; Sun, 7 Mar 2021 22:15:02 +0000 (UTC) (envelope-from sunpoet@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 4Dtwks1ZRlz4RPx; Sun, 7 Mar 2021 22:15:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79CD01E187; Sun, 7 Mar 2021 22:14:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MExOO035952; Sun, 7 Mar 2021 22:14:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MExst035950; Sun, 7 Mar 2021 22:14:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072214.127MExst035950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567635 - head/x11-fonts/cascadia-code X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11-fonts/cascadia-code X-SVN-Commit-Revision: 567635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:02 -0000 Author: sunpoet Date: Sun Mar 7 22:14:58 2021 New Revision: 567635 URL: https://svnweb.freebsd.org/changeset/ports/567635 Log: Update to 2102.25 Changes: https://github.com/microsoft/cascadia-code/releases Modified: head/x11-fonts/cascadia-code/Makefile head/x11-fonts/cascadia-code/distinfo Modified: head/x11-fonts/cascadia-code/Makefile ============================================================================== --- head/x11-fonts/cascadia-code/Makefile Sun Mar 7 22:14:52 2021 (r567634) +++ head/x11-fonts/cascadia-code/Makefile Sun Mar 7 22:14:58 2021 (r567635) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= cascadia-code -DISTVERSION= 2009.22 +PORTVERSION= 2102.25 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/microsoft/cascadia-code/releases/download/v${DISTVERSION}/ -DISTNAME= CascadiaCode-${DISTVERSION} +MASTER_SITES= https://github.com/microsoft/cascadia-code/releases/download/v${PORTVERSION}/ +DISTNAME= CascadiaCode-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Monospaced font with programming ligatures Modified: head/x11-fonts/cascadia-code/distinfo ============================================================================== --- head/x11-fonts/cascadia-code/distinfo Sun Mar 7 22:14:52 2021 (r567634) +++ head/x11-fonts/cascadia-code/distinfo Sun Mar 7 22:14:58 2021 (r567635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600928573 -SHA256 (CascadiaCode-2009.22.zip) = 801bcc94b79ae46bc573c9c07feb44d581e12d15f79b176be165f00f8fdf9846 -SIZE (CascadiaCode-2009.22.zip) = 8217333 +TIMESTAMP = 1614794212 +SHA256 (CascadiaCode-2102.25.zip) = a64e8834f06ec9acca4a5307cb6cf35922021d4fd0ca19096f8bf6a3e2515ad3 +SIZE (CascadiaCode-2102.25.zip) = 8666729 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:10 2021 Return-Path: Delivered-To: svn-ports-all@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 1127B576DD9; Sun, 7 Mar 2021 22:15:10 +0000 (UTC) (envelope-from sunpoet@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 4Dtwkz2b2rz4RQD; Sun, 7 Mar 2021 22:15:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5F391DF98; Sun, 7 Mar 2021 22:15:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MF43D036074; Sun, 7 Mar 2021 22:15:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MF4jU036072; Sun, 7 Mar 2021 22:15:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MF4jU036072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567636 - head/archivers/p5-Compress-Raw-Bzip2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-Compress-Raw-Bzip2 X-SVN-Commit-Revision: 567636 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:10 -0000 Author: sunpoet Date: Sun Mar 7 22:15:03 2021 New Revision: 567636 URL: https://svnweb.freebsd.org/changeset/ports/567636 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/Compress-Raw-Bzip2 Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Bzip2/distinfo Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/Makefile Sun Mar 7 22:14:58 2021 (r567635) +++ head/archivers/p5-Compress-Raw-Bzip2/Makefile Sun Mar 7 22:15:03 2021 (r567636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Bzip2/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Bzip2/distinfo Sun Mar 7 22:14:58 2021 (r567635) +++ head/archivers/p5-Compress-Raw-Bzip2/distinfo Sun Mar 7 22:15:03 2021 (r567636) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174145 -SHA256 (Compress-Raw-Bzip2-2.100.tar.gz) = 2f1fe7ef2bf7cf87c8dbc82a605fd4a1411997858d802d0b1ead4745955cda04 -SIZE (Compress-Raw-Bzip2-2.100.tar.gz) = 138698 +TIMESTAMP = 1614794214 +SHA256 (Compress-Raw-Bzip2-2.101.tar.gz) = 0c9b134fd388290e30e90fc9f63900966127f98e76b054ecd481eb3b5500b8d8 +SIZE (Compress-Raw-Bzip2-2.101.tar.gz) = 138718 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:16 2021 Return-Path: Delivered-To: svn-ports-all@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 E93B6576DE8; Sun, 7 Mar 2021 22:15:15 +0000 (UTC) (envelope-from sunpoet@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 4Dtwl61MFGz4RVn; Sun, 7 Mar 2021 22:15:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC26C1DF5A; Sun, 7 Mar 2021 22:15:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFAhV036184; Sun, 7 Mar 2021 22:15:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFA66036182; Sun, 7 Mar 2021 22:15:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFA66036182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567637 - head/archivers/p5-Compress-Raw-Lzma X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-Compress-Raw-Lzma X-SVN-Commit-Revision: 567637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:16 -0000 Author: sunpoet Date: Sun Mar 7 22:15:10 2021 New Revision: 567637 URL: https://svnweb.freebsd.org/changeset/ports/567637 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/Compress-Raw-Lzma Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Lzma/distinfo Modified: head/archivers/p5-Compress-Raw-Lzma/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/Makefile Sun Mar 7 22:15:03 2021 (r567636) +++ head/archivers/p5-Compress-Raw-Lzma/Makefile Sun Mar 7 22:15:10 2021 (r567637) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Lzma -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Lzma/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Lzma/distinfo Sun Mar 7 22:15:03 2021 (r567636) +++ head/archivers/p5-Compress-Raw-Lzma/distinfo Sun Mar 7 22:15:10 2021 (r567637) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174147 -SHA256 (Compress-Raw-Lzma-2.100.tar.gz) = 5cef2d8ff53ab0361b5afb827b9d7e00d230bdbad577955622c43f933294f42b -SIZE (Compress-Raw-Lzma-2.100.tar.gz) = 117490 +TIMESTAMP = 1614794216 +SHA256 (Compress-Raw-Lzma-2.101.tar.gz) = bb267fd31981eda11f444038f8a0fca4b94a51ae61b2db71246abf6a4d322a36 +SIZE (Compress-Raw-Lzma-2.101.tar.gz) = 117502 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:19 2021 Return-Path: Delivered-To: svn-ports-all@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 25F7A576D65; Sun, 7 Mar 2021 22:15:19 +0000 (UTC) (envelope-from sunpoet@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 4Dtwl95N47z4RRD; Sun, 7 Mar 2021 22:15:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3CE11E188; Sun, 7 Mar 2021 22:15:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFFgr036292; Sun, 7 Mar 2021 22:15:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFFNZ036291; Sun, 7 Mar 2021 22:15:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFFNZ036291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567638 - head/archivers/p5-Compress-Raw-Zlib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-Compress-Raw-Zlib X-SVN-Commit-Revision: 567638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:19 -0000 Author: sunpoet Date: Sun Mar 7 22:15:15 2021 New Revision: 567638 URL: https://svnweb.freebsd.org/changeset/ports/567638 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/Compress-Raw-Zlib Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Raw-Zlib/distinfo Modified: head/archivers/p5-Compress-Raw-Zlib/Makefile ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/Makefile Sun Mar 7 22:15:10 2021 (r567637) +++ head/archivers/p5-Compress-Raw-Zlib/Makefile Sun Mar 7 22:15:15 2021 (r567638) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Raw-Zlib -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Compress-Raw-Zlib/distinfo ============================================================================== --- head/archivers/p5-Compress-Raw-Zlib/distinfo Sun Mar 7 22:15:10 2021 (r567637) +++ head/archivers/p5-Compress-Raw-Zlib/distinfo Sun Mar 7 22:15:15 2021 (r567638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174149 -SHA256 (Compress-Raw-Zlib-2.100.tar.gz) = 9fc6016cb2b07a1a41794f0c555e4449d16979716a8b4c704e86bbaaaa15992a -SIZE (Compress-Raw-Zlib-2.100.tar.gz) = 254557 +TIMESTAMP = 1614794218 +SHA256 (Compress-Raw-Zlib-2.101.tar.gz) = 9d1b9515e8277c1b007e33fad1fd0f18717d56bf647e3794d61289c45b1aabb2 +SIZE (Compress-Raw-Zlib-2.101.tar.gz) = 254576 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:26 2021 Return-Path: Delivered-To: svn-ports-all@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 DF8D3576ECF; Sun, 7 Mar 2021 22:15:25 +0000 (UTC) (envelope-from sunpoet@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 4DtwlJ3WpNz4Rkj; Sun, 7 Mar 2021 22:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5273E1E120; Sun, 7 Mar 2021 22:15:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFL1m036400; Sun, 7 Mar 2021 22:15:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFKK8036398; Sun, 7 Mar 2021 22:15:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFKK8036398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567639 - head/archivers/p5-IO-Compress X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-IO-Compress X-SVN-Commit-Revision: 567639 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:26 -0000 Author: sunpoet Date: Sun Mar 7 22:15:20 2021 New Revision: 567639 URL: https://svnweb.freebsd.org/changeset/ports/567639 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/IO-Compress Modified: head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Compress/distinfo Modified: head/archivers/p5-IO-Compress/Makefile ============================================================================== --- head/archivers/p5-IO-Compress/Makefile Sun Mar 7 22:15:15 2021 (r567638) +++ head/archivers/p5-IO-Compress/Makefile Sun Mar 7 22:15:20 2021 (r567639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress/distinfo ============================================================================== --- head/archivers/p5-IO-Compress/distinfo Sun Mar 7 22:15:15 2021 (r567638) +++ head/archivers/p5-IO-Compress/distinfo Sun Mar 7 22:15:20 2021 (r567639) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174151 -SHA256 (IO-Compress-2.100.tar.gz) = 2d23b0be2e2967c604c407d415588920a69083587d0f65f355137592989c6c36 -SIZE (IO-Compress-2.100.tar.gz) = 291283 +TIMESTAMP = 1614794220 +SHA256 (IO-Compress-2.101.tar.gz) = 0517a32f0790c819fb552083d8ddf6a6eb64fbeec300c12e9511c362fb83c733 +SIZE (IO-Compress-2.101.tar.gz) = 292468 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:31 2021 Return-Path: Delivered-To: svn-ports-all@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 11D91576FCE; Sun, 7 Mar 2021 22:15:31 +0000 (UTC) (envelope-from sunpoet@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 4DtwlP5qXrz4RgC; Sun, 7 Mar 2021 22:15:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A1B81DF5B; Sun, 7 Mar 2021 22:15:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFQqm036510; Sun, 7 Mar 2021 22:15:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFQjk036509; Sun, 7 Mar 2021 22:15:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFQjk036509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567640 - head/archivers/p5-IO-Compress-Lzf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-IO-Compress-Lzf X-SVN-Commit-Revision: 567640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:31 -0000 Author: sunpoet Date: Sun Mar 7 22:15:26 2021 New Revision: 567640 URL: https://svnweb.freebsd.org/changeset/ports/567640 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzf Modified: head/archivers/p5-IO-Compress-Lzf/Makefile head/archivers/p5-IO-Compress-Lzf/distinfo Modified: head/archivers/p5-IO-Compress-Lzf/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/Makefile Sun Mar 7 22:15:20 2021 (r567639) +++ head/archivers/p5-IO-Compress-Lzf/Makefile Sun Mar 7 22:15:26 2021 (r567640) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzf -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzf/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzf/distinfo Sun Mar 7 22:15:20 2021 (r567639) +++ head/archivers/p5-IO-Compress-Lzf/distinfo Sun Mar 7 22:15:26 2021 (r567640) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174153 -SHA256 (IO-Compress-Lzf-2.100.tar.gz) = 32fbaecd4910d0d4e38a1952a231d07a272b44ce31bf720cf9890ab0e8f40ad4 -SIZE (IO-Compress-Lzf-2.100.tar.gz) = 75712 +TIMESTAMP = 1614794222 +SHA256 (IO-Compress-Lzf-2.101.tar.gz) = e11e60052990ab921c6df3d2ebfb9bb647a467531e7a65a7724ab8dcb67b701d +SIZE (IO-Compress-Lzf-2.101.tar.gz) = 75757 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:43 2021 Return-Path: Delivered-To: svn-ports-all@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 9A8B1576FE2; Sun, 7 Mar 2021 22:15:43 +0000 (UTC) (envelope-from sunpoet@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 4Dtwlf11Grz4Rr0; Sun, 7 Mar 2021 22:15:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 179A81E18B; Sun, 7 Mar 2021 22:15:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFbtM036726; Sun, 7 Mar 2021 22:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFblk036724; Sun, 7 Mar 2021 22:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFblk036724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567642 - head/archivers/p5-IO-Compress-Lzop X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-IO-Compress-Lzop X-SVN-Commit-Revision: 567642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:43 -0000 Author: sunpoet Date: Sun Mar 7 22:15:37 2021 New Revision: 567642 URL: https://svnweb.freebsd.org/changeset/ports/567642 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzop Modified: head/archivers/p5-IO-Compress-Lzop/Makefile head/archivers/p5-IO-Compress-Lzop/distinfo Modified: head/archivers/p5-IO-Compress-Lzop/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/Makefile Sun Mar 7 22:15:32 2021 (r567641) +++ head/archivers/p5-IO-Compress-Lzop/Makefile Sun Mar 7 22:15:37 2021 (r567642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzop/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzop/distinfo Sun Mar 7 22:15:32 2021 (r567641) +++ head/archivers/p5-IO-Compress-Lzop/distinfo Sun Mar 7 22:15:37 2021 (r567642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174157 -SHA256 (IO-Compress-Lzop-2.100.tar.gz) = fdb3fe51706a4b34319bd84850a216bb2ba4efd68e4a97117fed01dfa5c357bd -SIZE (IO-Compress-Lzop-2.100.tar.gz) = 80376 +TIMESTAMP = 1614794226 +SHA256 (IO-Compress-Lzop-2.101.tar.gz) = 4f8e8cc28bdaff4992b05790ceda48184cb16c52a48043e07007a69c4ca5e54a +SIZE (IO-Compress-Lzop-2.101.tar.gz) = 80395 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:49 2021 Return-Path: Delivered-To: svn-ports-all@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 406C757719B; Sun, 7 Mar 2021 22:15:49 +0000 (UTC) (envelope-from sunpoet@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 4Dtwlm2M1Wz4S09; Sun, 7 Mar 2021 22:15:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 290A11E121; Sun, 7 Mar 2021 22:15:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFifF036853; Sun, 7 Mar 2021 22:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFhrk036851; Sun, 7 Mar 2021 22:15:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFhrk036851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567643 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-Mojo-Pg X-SVN-Commit-Revision: 567643 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:49 -0000 Author: sunpoet Date: Sun Mar 7 22:15:43 2021 New Revision: 567643 URL: https://svnweb.freebsd.org/changeset/ports/567643 Log: Update to 4.25 Changes: https://metacpan.org/changes/distribution/Mojo-Pg Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo head/databases/p5-Mojo-Pg/pkg-plist Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sun Mar 7 22:15:37 2021 (r567642) +++ head/databases/p5-Mojo-Pg/Makefile Sun Mar 7 22:15:43 2021 (r567643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 4.24 +PORTVERSION= 4.25 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBD-Pg>=3.7.4:databases/p5-DBD-Pg \ p5-Mojolicious>=8.50:www/p5-Mojolicious \ - p5-SQL-Abstract>=1.86:databases/p5-SQL-Abstract + p5-SQL-Abstract-Pg>=1.0:databases/p5-SQL-Abstract-Pg USES= perl5 USE_PERL5= configure Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sun Mar 7 22:15:37 2021 (r567642) +++ head/databases/p5-Mojo-Pg/distinfo Sun Mar 7 22:15:43 2021 (r567643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478333 -SHA256 (Mojo-Pg-4.24.tar.gz) = 62d51318589da0dcb97bc78970a6756558f064ae4df8a96da48d3c9437a34876 -SIZE (Mojo-Pg-4.24.tar.gz) = 39819 +TIMESTAMP = 1614794228 +SHA256 (Mojo-Pg-4.25.tar.gz) = 1a20a2d5fe1a385ec72c424679a74a8b057436f918074e1243f23bcbc05836a0 +SIZE (Mojo-Pg-4.25.tar.gz) = 35526 Modified: head/databases/p5-Mojo-Pg/pkg-plist ============================================================================== --- head/databases/p5-Mojo-Pg/pkg-plist Sun Mar 7 22:15:37 2021 (r567642) +++ head/databases/p5-Mojo-Pg/pkg-plist Sun Mar 7 22:15:43 2021 (r567643) @@ -4,14 +4,12 @@ %%SITE_PERL%%/Mojo/Pg/PubSub.pm %%SITE_PERL%%/Mojo/Pg/Results.pm %%SITE_PERL%%/Mojo/Pg/Transaction.pm -%%SITE_PERL%%/SQL/Abstract/Pg.pm %%PERL5_MAN3%%/Mojo::Pg.3.gz %%PERL5_MAN3%%/Mojo::Pg::Database.3.gz %%PERL5_MAN3%%/Mojo::Pg::Migrations.3.gz %%PERL5_MAN3%%/Mojo::Pg::PubSub.3.gz %%PERL5_MAN3%%/Mojo::Pg::Results.3.gz %%PERL5_MAN3%%/Mojo::Pg::Transaction.3.gz -%%PERL5_MAN3%%/SQL::Abstract::Pg.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog/blog.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog/lib/Blog.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog/lib/Blog/Controller/Posts.pm From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:39 2021 Return-Path: Delivered-To: svn-ports-all@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 47ABB57710D; Sun, 7 Mar 2021 22:15:39 +0000 (UTC) (envelope-from sunpoet@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 4DtwlX5Xysz4RqR; Sun, 7 Mar 2021 22:15:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFA7C1E18A; Sun, 7 Mar 2021 22:15:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFWRT036618; Sun, 7 Mar 2021 22:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFW1p036616; Sun, 7 Mar 2021 22:15:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFW1p036616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567641 - head/archivers/p5-IO-Compress-Lzma X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-IO-Compress-Lzma X-SVN-Commit-Revision: 567641 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:39 -0000 Author: sunpoet Date: Sun Mar 7 22:15:32 2021 New Revision: 567641 URL: https://svnweb.freebsd.org/changeset/ports/567641 Log: Update to 2.101 Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzma Modified: head/archivers/p5-IO-Compress-Lzma/Makefile head/archivers/p5-IO-Compress-Lzma/distinfo Modified: head/archivers/p5-IO-Compress-Lzma/Makefile ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/Makefile Sun Mar 7 22:15:26 2021 (r567640) +++ head/archivers/p5-IO-Compress-Lzma/Makefile Sun Mar 7 22:15:32 2021 (r567641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzma -PORTVERSION= 2.100 +PORTVERSION= 2.101 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-IO-Compress-Lzma/distinfo ============================================================================== --- head/archivers/p5-IO-Compress-Lzma/distinfo Sun Mar 7 22:15:26 2021 (r567640) +++ head/archivers/p5-IO-Compress-Lzma/distinfo Sun Mar 7 22:15:32 2021 (r567641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610174155 -SHA256 (IO-Compress-Lzma-2.100.tar.gz) = 25117139d6cb7c19ce645fa2a5e3b2b937187e581ec9544705fc505270c46556 -SIZE (IO-Compress-Lzma-2.100.tar.gz) = 102359 +TIMESTAMP = 1614794224 +SHA256 (IO-Compress-Lzma-2.101.tar.gz) = 1ae686dbe45dbdcf0c7cccf8a0cd81a579a019601f8e35533db93dcdd8282a90 +SIZE (IO-Compress-Lzma-2.101.tar.gz) = 102393 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:15:55 2021 Return-Path: Delivered-To: svn-ports-all@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 3399D576F53; Sun, 7 Mar 2021 22:15:55 +0000 (UTC) (envelope-from sunpoet@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 4Dtwls3VF6z4S7T; Sun, 7 Mar 2021 22:15:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 615581E18C; Sun, 7 Mar 2021 22:15:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFoeQ036961; Sun, 7 Mar 2021 22:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFnLK036959; Sun, 7 Mar 2021 22:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFnLK036959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567644 - head/devel/p5-BorderStyleBase X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-BorderStyleBase X-SVN-Commit-Revision: 567644 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:15:55 -0000 Author: sunpoet Date: Sun Mar 7 22:15:49 2021 New Revision: 567644 URL: https://svnweb.freebsd.org/changeset/ports/567644 Log: Update to 0.009 Changes: https://metacpan.org/changes/distribution/BorderStyleBase Modified: head/devel/p5-BorderStyleBase/Makefile head/devel/p5-BorderStyleBase/distinfo Modified: head/devel/p5-BorderStyleBase/Makefile ============================================================================== --- head/devel/p5-BorderStyleBase/Makefile Sun Mar 7 22:15:43 2021 (r567643) +++ head/devel/p5-BorderStyleBase/Makefile Sun Mar 7 22:15:49 2021 (r567644) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BorderStyleBase -PORTVERSION= 0.004 +PORTVERSION= 0.009 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR Modified: head/devel/p5-BorderStyleBase/distinfo ============================================================================== --- head/devel/p5-BorderStyleBase/distinfo Sun Mar 7 22:15:43 2021 (r567643) +++ head/devel/p5-BorderStyleBase/distinfo Sun Mar 7 22:15:49 2021 (r567644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601906272 -SHA256 (BorderStyleBase-0.004.tar.gz) = f8b1867404efdae1af7bcd4eaa25e635e1dfba1b9700fd21c1583aade956aba2 -SIZE (BorderStyleBase-0.004.tar.gz) = 16042 +TIMESTAMP = 1614794230 +SHA256 (BorderStyleBase-0.009.tar.gz) = 6e590d2bb9f99333eab9ff6ea19990b7e9fb18011949c51bc73639ab99b2fd6e +SIZE (BorderStyleBase-0.009.tar.gz) = 15814 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:02 2021 Return-Path: Delivered-To: svn-ports-all@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 D390F57712B; Sun, 7 Mar 2021 22:16:02 +0000 (UTC) (envelope-from sunpoet@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 4Dtwlz04n4z4Ry3; Sun, 7 Mar 2021 22:15:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 176331DAE7; Sun, 7 Mar 2021 22:15:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MFu0j037087; Sun, 7 Mar 2021 22:15:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MFuAg037084; Sun, 7 Mar 2021 22:15:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072215.127MFuAg037084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567645 - head/devel/p5-BorderStyles-Standard X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-BorderStyles-Standard X-SVN-Commit-Revision: 567645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:02 -0000 Author: sunpoet Date: Sun Mar 7 22:15:56 2021 New Revision: 567645 URL: https://svnweb.freebsd.org/changeset/ports/567645 Log: Update to 0.005 Changes: https://metacpan.org/changes/distribution/BorderStyles-Standard Modified: head/devel/p5-BorderStyles-Standard/Makefile head/devel/p5-BorderStyles-Standard/distinfo head/devel/p5-BorderStyles-Standard/pkg-plist Modified: head/devel/p5-BorderStyles-Standard/Makefile ============================================================================== --- head/devel/p5-BorderStyles-Standard/Makefile Sun Mar 7 22:15:49 2021 (r567644) +++ head/devel/p5-BorderStyles-Standard/Makefile Sun Mar 7 22:15:56 2021 (r567645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BorderStyles-Standard -PORTVERSION= 0.003 +PORTVERSION= 0.005 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR Modified: head/devel/p5-BorderStyles-Standard/distinfo ============================================================================== --- head/devel/p5-BorderStyles-Standard/distinfo Sun Mar 7 22:15:49 2021 (r567644) +++ head/devel/p5-BorderStyles-Standard/distinfo Sun Mar 7 22:15:56 2021 (r567645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738753 -SHA256 (BorderStyles-Standard-0.003.tar.gz) = ecec4f2dc774badb5cf8194aeeaabeeb3cff44325496d66da4f2bd85c4ace393 -SIZE (BorderStyles-Standard-0.003.tar.gz) = 20448 +TIMESTAMP = 1614794232 +SHA256 (BorderStyles-Standard-0.005.tar.gz) = 3184f8fed9791e2d8977045c2d0b3578ddaa6bacd51b6c494c89b0e40f5c20f2 +SIZE (BorderStyles-Standard-0.005.tar.gz) = 21038 Modified: head/devel/p5-BorderStyles-Standard/pkg-plist ============================================================================== --- head/devel/p5-BorderStyles-Standard/pkg-plist Sun Mar 7 22:15:49 2021 (r567644) +++ head/devel/p5-BorderStyles-Standard/pkg-plist Sun Mar 7 22:15:56 2021 (r567645) @@ -1,5 +1,6 @@ %%SITE_PERL%%/BorderStyle/ASCII/None.pm %%SITE_PERL%%/BorderStyle/ASCII/SingleLine.pm +%%SITE_PERL%%/BorderStyle/ASCII/SingleLineDoubleAfterHeader.pm %%SITE_PERL%%/BorderStyle/ASCII/SingleLineHorizontalOnly.pm %%SITE_PERL%%/BorderStyle/ASCII/SingleLineInnerOnly.pm %%SITE_PERL%%/BorderStyle/ASCII/SingleLineOuterOnly.pm @@ -22,6 +23,7 @@ %%SITE_PERL%%/BorderStyle/UTF8/SingleLineBold.pm %%SITE_PERL%%/BorderStyle/UTF8/SingleLineBoldHeader.pm %%SITE_PERL%%/BorderStyle/UTF8/SingleLineCurved.pm +%%SITE_PERL%%/BorderStyle/UTF8/SingleLineDoubleAfterHeader.pm %%SITE_PERL%%/BorderStyle/UTF8/SingleLineHorizontalOnly.pm %%SITE_PERL%%/BorderStyle/UTF8/SingleLineInnerOnly.pm %%SITE_PERL%%/BorderStyle/UTF8/SingleLineOuterOnly.pm @@ -31,6 +33,7 @@ %%SITE_PERL%%/BorderStyles/Standard.pm %%PERL5_MAN3%%/BorderStyle::ASCII::None.3.gz %%PERL5_MAN3%%/BorderStyle::ASCII::SingleLine.3.gz +%%PERL5_MAN3%%/BorderStyle::ASCII::SingleLineDoubleAfterHeader.3.gz %%PERL5_MAN3%%/BorderStyle::ASCII::SingleLineHorizontalOnly.3.gz %%PERL5_MAN3%%/BorderStyle::ASCII::SingleLineInnerOnly.3.gz %%PERL5_MAN3%%/BorderStyle::ASCII::SingleLineOuterOnly.3.gz @@ -53,6 +56,7 @@ %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineBold.3.gz %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineBoldHeader.3.gz %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineCurved.3.gz +%%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineDoubleAfterHeader.3.gz %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineHorizontalOnly.3.gz %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineInnerOnly.3.gz %%PERL5_MAN3%%/BorderStyle::UTF8::SingleLineOuterOnly.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:08 2021 Return-Path: Delivered-To: svn-ports-all@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 A96CC57721E; Sun, 7 Mar 2021 22:16:08 +0000 (UTC) (envelope-from sunpoet@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 4Dtwm66Gpzz4SBC; Sun, 7 Mar 2021 22:16:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E3111DF9B; Sun, 7 Mar 2021 22:16:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MG2P7037199; Sun, 7 Mar 2021 22:16:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MG2nI037197; Sun, 7 Mar 2021 22:16:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MG2nI037197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567646 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CPAN-Perl-Releases X-SVN-Commit-Revision: 567646 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:08 -0000 Author: sunpoet Date: Sun Mar 7 22:16:02 2021 New Revision: 567646 URL: https://svnweb.freebsd.org/changeset/ports/567646 Log: Update to 5.20210220 Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Sun Mar 7 22:15:56 2021 (r567645) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Sun Mar 7 22:16:02 2021 (r567646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 5.20210123 +PORTVERSION= 5.20210220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Sun Mar 7 22:15:56 2021 (r567645) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Sun Mar 7 22:16:02 2021 (r567646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856524 -SHA256 (CPAN-Perl-Releases-5.20210123.tar.gz) = 98fb852a34904cd93e0d999b9ea6907a6322befa3d5ef6cdce955601cc3e4fb1 -SIZE (CPAN-Perl-Releases-5.20210123.tar.gz) = 23388 +TIMESTAMP = 1614794234 +SHA256 (CPAN-Perl-Releases-5.20210220.tar.gz) = c88ba6bba670bfc36bcb10adcceab83428ab3b3363ac9bb11f374a88f52466be +SIZE (CPAN-Perl-Releases-5.20210220.tar.gz) = 23387 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:14 2021 Return-Path: Delivered-To: svn-ports-all@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 9ED3B5770F7; Sun, 7 Mar 2021 22:16:14 +0000 (UTC) (envelope-from sunpoet@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 4DtwmD6hPpz4SDW; Sun, 7 Mar 2021 22:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 940821E18D; Sun, 7 Mar 2021 22:16:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MG9sm037327; Sun, 7 Mar 2021 22:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MG8W9037324; Sun, 7 Mar 2021 22:16:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MG8W9037324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567647 - head/devel/p5-Data-Printer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Printer X-SVN-Commit-Revision: 567647 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:15 -0000 Author: sunpoet Date: Sun Mar 7 22:16:08 2021 New Revision: 567647 URL: https://svnweb.freebsd.org/changeset/ports/567647 Log: Update to 1.000001 Changes: https://metacpan.org/changes/distribution/Data-Printer Modified: head/devel/p5-Data-Printer/Makefile head/devel/p5-Data-Printer/distinfo head/devel/p5-Data-Printer/pkg-plist Modified: head/devel/p5-Data-Printer/Makefile ============================================================================== --- head/devel/p5-Data-Printer/Makefile Sun Mar 7 22:16:02 2021 (r567646) +++ head/devel/p5-Data-Printer/Makefile Sun Mar 7 22:16:08 2021 (r567647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Printer -PORTVERSION= 0.40 +PORTVERSION= 1.000001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +13,14 @@ COMMENT= Colored pretty-print of Perl data structures LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Clone-PP>=0:devel/p5-Clone-PP \ - p5-File-HomeDir>=0.91:devel/p5-File-HomeDir \ - p5-Package-Stash>=0.30:devel/p5-Package-Stash \ - p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-DBI>=0:databases/p5-DBI \ p5-IO-Pty-Easy>=0:devel/p5-IO-Pty-Easy \ p5-Test-Pod>=1.41:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-Data-Printer/distinfo ============================================================================== --- head/devel/p5-Data-Printer/distinfo Sun Mar 7 22:16:02 2021 (r567646) +++ head/devel/p5-Data-Printer/distinfo Sun Mar 7 22:16:08 2021 (r567647) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694326 -SHA256 (Data-Printer-0.40.tar.gz) = 606930107d8275ccae2f254543a376ef4816137ad566298021cca9723f82525a -SIZE (Data-Printer-0.40.tar.gz) = 58847 +TIMESTAMP = 1614794236 +SHA256 (Data-Printer-1.000001.tar.gz) = a85384d64b5bff3c28fc514e03144f74a3d5c2b030a31dd37e98c81567ca1a9d +SIZE (Data-Printer-1.000001.tar.gz) = 114644 Modified: head/devel/p5-Data-Printer/pkg-plist ============================================================================== --- head/devel/p5-Data-Printer/pkg-plist Sun Mar 7 22:16:02 2021 (r567646) +++ head/devel/p5-Data-Printer/pkg-plist Sun Mar 7 22:16:08 2021 (r567647) @@ -1,12 +1,47 @@ %%SITE_PERL%%/DDP.pm %%SITE_PERL%%/Data/Printer.pm +%%SITE_PERL%%/Data/Printer/Common.pm +%%SITE_PERL%%/Data/Printer/Config.pm %%SITE_PERL%%/Data/Printer/Filter.pm +%%SITE_PERL%%/Data/Printer/Filter/ARRAY.pm +%%SITE_PERL%%/Data/Printer/Filter/CODE.pm +%%SITE_PERL%%/Data/Printer/Filter/ContentType.pm %%SITE_PERL%%/Data/Printer/Filter/DB.pm %%SITE_PERL%%/Data/Printer/Filter/DateTime.pm %%SITE_PERL%%/Data/Printer/Filter/Digest.pm +%%SITE_PERL%%/Data/Printer/Filter/FORMAT.pm +%%SITE_PERL%%/Data/Printer/Filter/GLOB.pm +%%SITE_PERL%%/Data/Printer/Filter/GenericClass.pm +%%SITE_PERL%%/Data/Printer/Filter/HASH.pm +%%SITE_PERL%%/Data/Printer/Filter/REF.pm +%%SITE_PERL%%/Data/Printer/Filter/Regexp.pm +%%SITE_PERL%%/Data/Printer/Filter/SCALAR.pm +%%SITE_PERL%%/Data/Printer/Filter/VSTRING.pm +%%SITE_PERL%%/Data/Printer/Filter/Web.pm +%%SITE_PERL%%/Data/Printer/Object.pm +%%SITE_PERL%%/Data/Printer/Profile.pm +%%SITE_PERL%%/Data/Printer/Profile/Dumper.pm +%%SITE_PERL%%/Data/Printer/Profile/JSON.pm +%%SITE_PERL%%/Data/Printer/Theme.pm +%%SITE_PERL%%/Data/Printer/Theme/Classic.pm +%%SITE_PERL%%/Data/Printer/Theme/Material.pm +%%SITE_PERL%%/Data/Printer/Theme/Monokai.pm +%%SITE_PERL%%/Data/Printer/Theme/Solarized.pm %%PERL5_MAN3%%/DDP.3.gz %%PERL5_MAN3%%/Data::Printer.3.gz +%%PERL5_MAN3%%/Data::Printer::Config.3.gz %%PERL5_MAN3%%/Data::Printer::Filter.3.gz +%%PERL5_MAN3%%/Data::Printer::Filter::ContentType.3.gz %%PERL5_MAN3%%/Data::Printer::Filter::DB.3.gz %%PERL5_MAN3%%/Data::Printer::Filter::DateTime.3.gz %%PERL5_MAN3%%/Data::Printer::Filter::Digest.3.gz +%%PERL5_MAN3%%/Data::Printer::Filter::Web.3.gz +%%PERL5_MAN3%%/Data::Printer::Object.3.gz +%%PERL5_MAN3%%/Data::Printer::Profile.3.gz +%%PERL5_MAN3%%/Data::Printer::Profile::Dumper.3.gz +%%PERL5_MAN3%%/Data::Printer::Profile::JSON.3.gz +%%PERL5_MAN3%%/Data::Printer::Theme.3.gz +%%PERL5_MAN3%%/Data::Printer::Theme::Classic.3.gz +%%PERL5_MAN3%%/Data::Printer::Theme::Material.3.gz +%%PERL5_MAN3%%/Data::Printer::Theme::Monokai.3.gz +%%PERL5_MAN3%%/Data::Printer::Theme::Solarized.3.gz From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:17 2021 Return-Path: Delivered-To: svn-ports-all@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 E405E576F68; Sun, 7 Mar 2021 22:16:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwmK36tWz4SDl; Sun, 7 Mar 2021 22:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2A381DAE8; Sun, 7 Mar 2021 22:16:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGFtC037439; Sun, 7 Mar 2021 22:16:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGF5T037437; Sun, 7 Mar 2021 22:16:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGF5T037437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567648 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Module-CoreList X-SVN-Commit-Revision: 567648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:18 -0000 Author: sunpoet Date: Sun Mar 7 22:16:14 2021 New Revision: 567648 URL: https://svnweb.freebsd.org/changeset/ports/567648 Log: Update to 5.20210220 Changes: https://metacpan.org/changes/distribution/Module-CoreList Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Sun Mar 7 22:16:08 2021 (r567647) +++ head/devel/p5-Module-CoreList/Makefile Sun Mar 7 22:16:14 2021 (r567648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20210123 +PORTVERSION= 5.20210220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Sun Mar 7 22:16:08 2021 (r567647) +++ head/devel/p5-Module-CoreList/distinfo Sun Mar 7 22:16:14 2021 (r567648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856526 -SHA256 (Module-CoreList-5.20210123.tar.gz) = cfca6bd85c8e77fb8e129a2d6c457cfff9293a2ddcd214bd8b6abca4da37e5cf -SIZE (Module-CoreList-5.20210123.tar.gz) = 117827 +TIMESTAMP = 1614794238 +SHA256 (Module-CoreList-5.20210220.tar.gz) = 2e11655368952c1612f7bb38e294f197b14a772449db4e20f325c78188127384 +SIZE (Module-CoreList-5.20210220.tar.gz) = 118350 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:26 2021 Return-Path: Delivered-To: svn-ports-all@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 AB36C57738B; Sun, 7 Mar 2021 22:16:26 +0000 (UTC) (envelope-from sunpoet@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 4DtwmR6lP8z4S9B; Sun, 7 Mar 2021 22:16:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CF7A1E18E; Sun, 7 Mar 2021 22:16:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGKYh037547; Sun, 7 Mar 2021 22:16:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGKJt037545; Sun, 7 Mar 2021 22:16:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGKJt037545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567649 - head/graphics/p5-GraphViz2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-GraphViz2 X-SVN-Commit-Revision: 567649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:26 -0000 Author: sunpoet Date: Sun Mar 7 22:16:20 2021 New Revision: 567649 URL: https://svnweb.freebsd.org/changeset/ports/567649 Log: Update to 2.66 Changes: https://metacpan.org/changes/distribution/GraphViz2 Modified: head/graphics/p5-GraphViz2/Makefile head/graphics/p5-GraphViz2/distinfo Modified: head/graphics/p5-GraphViz2/Makefile ============================================================================== --- head/graphics/p5-GraphViz2/Makefile Sun Mar 7 22:16:14 2021 (r567648) +++ head/graphics/p5-GraphViz2/Makefile Sun Mar 7 22:16:20 2021 (r567649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.65 +PORTVERSION= 2.66 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETJ Modified: head/graphics/p5-GraphViz2/distinfo ============================================================================== --- head/graphics/p5-GraphViz2/distinfo Sun Mar 7 22:16:14 2021 (r567648) +++ head/graphics/p5-GraphViz2/distinfo Sun Mar 7 22:16:20 2021 (r567649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610268857 -SHA256 (GraphViz2-2.65.tar.gz) = c87776faa065fe86f7ac3147f9e13075c87e6771b2972ca8b84c04fe28516f81 -SIZE (GraphViz2-2.65.tar.gz) = 78535 +TIMESTAMP = 1614794240 +SHA256 (GraphViz2-2.66.tar.gz) = 049d8a7d3b3bcbe30d9e05fb53afe8b10c6a8f122571394e9e087c725362e69c +SIZE (GraphViz2-2.66.tar.gz) = 78648 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:31 2021 Return-Path: Delivered-To: svn-ports-all@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 C873757722C; Sun, 7 Mar 2021 22:16:31 +0000 (UTC) (envelope-from sunpoet@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 4DtwmZ0pycz4SJM; Sun, 7 Mar 2021 22:16:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD5F91E122; Sun, 7 Mar 2021 22:16:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGQu5037657; Sun, 7 Mar 2021 22:16:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGQdT037656; Sun, 7 Mar 2021 22:16:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGQdT037656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567650 - head/textproc/p5-Search-QueryParser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Search-QueryParser X-SVN-Commit-Revision: 567650 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:33 -0000 Author: sunpoet Date: Sun Mar 7 22:16:26 2021 New Revision: 567650 URL: https://svnweb.freebsd.org/changeset/ports/567650 Log: Update to 0.95 - Use USES=dos2unix Changes: https://metacpan.org/changes/distribution/Search-QueryParser Modified: head/textproc/p5-Search-QueryParser/Makefile head/textproc/p5-Search-QueryParser/distinfo (contents, props changed) Modified: head/textproc/p5-Search-QueryParser/Makefile ============================================================================== --- head/textproc/p5-Search-QueryParser/Makefile Sun Mar 7 22:16:20 2021 (r567649) +++ head/textproc/p5-Search-QueryParser/Makefile Sun Mar 7 22:16:26 2021 (r567650) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Search-QueryParser -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,9 @@ COMMENT= Parse a query into a structure suitable for e LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +USES= dos2unix perl5 +USE_PERL5= modbuild + NO_ARCH= yes -USES= perl5 -USE_PERL5= configure .include Modified: head/textproc/p5-Search-QueryParser/distinfo ============================================================================== --- head/textproc/p5-Search-QueryParser/distinfo Sun Mar 7 22:16:20 2021 (r567649) +++ head/textproc/p5-Search-QueryParser/distinfo Sun Mar 7 22:16:26 2021 (r567650) @@ -1,2 +1,3 @@ -SHA256 (Search-QueryParser-0.94.tar.gz) = 5199102004fc7021c36fa57b7b57f5b20707ae22cc96eedb0ba036f2bdfe2ff3 -SIZE (Search-QueryParser-0.94.tar.gz) = 7133 +TIMESTAMP = 1614794242 +SHA256 (Search-QueryParser-0.95.tar.gz) = 943d26d66f2039b6d88c84a8cddde10f10b293e66ecb89116f84fa7e3f9cba7f +SIZE (Search-QueryParser-0.95.tar.gz) = 8805 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:35 2021 Return-Path: Delivered-To: svn-ports-all@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 B40C357731B; Sun, 7 Mar 2021 22:16:35 +0000 (UTC) (envelope-from sunpoet@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 4Dtwmd6Nrqz4S9s; Sun, 7 Mar 2021 22:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 178BF1E18F; Sun, 7 Mar 2021 22:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGWoR037765; Sun, 7 Mar 2021 22:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGWF8037763; Sun, 7 Mar 2021 22:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGWF8037763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567651 - head/textproc/p5-Text-ANSITable X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-ANSITable X-SVN-Commit-Revision: 567651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:36 -0000 Author: sunpoet Date: Sun Mar 7 22:16:32 2021 New Revision: 567651 URL: https://svnweb.freebsd.org/changeset/ports/567651 Log: Update to 0.602 Changes: https://metacpan.org/changes/distribution/Text-ANSITable Modified: head/textproc/p5-Text-ANSITable/Makefile head/textproc/p5-Text-ANSITable/distinfo Modified: head/textproc/p5-Text-ANSITable/Makefile ============================================================================== --- head/textproc/p5-Text-ANSITable/Makefile Sun Mar 7 22:16:26 2021 (r567650) +++ head/textproc/p5-Text-ANSITable/Makefile Sun Mar 7 22:16:32 2021 (r567651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-ANSITable -PORTVERSION= 0.601 +PORTVERSION= 0.602 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,9 +21,9 @@ RUN_DEPENDS= p5-BorderStyles-Standard>=0:devel/p5-Bord p5-ColorThemes-Standard>=0:devel/p5-ColorThemes-Standard \ p5-Function-Fallback-CoreOrPP>=0:devel/p5-Function-Fallback-CoreOrPP \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ - p5-Log-ger>=0.037:devel/p5-Log-ger \ + p5-Log-ger>=0.038:devel/p5-Log-ger \ p5-Module-List>=0:devel/p5-Module-List \ - p5-Module-Load-Util>=0:devel/p5-Module-Load-Util \ + p5-Module-Load-Util>=0.004:devel/p5-Module-Load-Util \ p5-Moo>=0:devel/p5-Moo \ p5-Package-MoreUtil>=0.590:devel/p5-Package-MoreUtil \ p5-Parse-VarName>=0:devel/p5-Parse-VarName \ Modified: head/textproc/p5-Text-ANSITable/distinfo ============================================================================== --- head/textproc/p5-Text-ANSITable/distinfo Sun Mar 7 22:16:26 2021 (r567650) +++ head/textproc/p5-Text-ANSITable/distinfo Sun Mar 7 22:16:32 2021 (r567651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601906278 -SHA256 (Text-ANSITable-0.601.tar.gz) = c40c16d403c3a2398913f5df3badebd1a98b2f9a2222d679b260096e1fa56135 -SIZE (Text-ANSITable-0.601.tar.gz) = 58844 +TIMESTAMP = 1614794244 +SHA256 (Text-ANSITable-0.602.tar.gz) = 91ed5b252d51a1b00b713677b336adbd92c779515055ac3bc346891b43a09244 +SIZE (Text-ANSITable-0.602.tar.gz) = 59667 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:42 2021 Return-Path: Delivered-To: svn-ports-all@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 DD32B57716F; Sun, 7 Mar 2021 22:16:42 +0000 (UTC) (envelope-from sunpoet@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 4Dtwmn3fNYz4SWs; Sun, 7 Mar 2021 22:16:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDC6C1E123; Sun, 7 Mar 2021 22:16:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGccI037873; Sun, 7 Mar 2021 22:16:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGcdp037872; Sun, 7 Mar 2021 22:16:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGcdp037872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567652 - head/textproc/p5-Text-Table-Any X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-Table-Any X-SVN-Commit-Revision: 567652 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:44 -0000 Author: sunpoet Date: Sun Mar 7 22:16:38 2021 New Revision: 567652 URL: https://svnweb.freebsd.org/changeset/ports/567652 Log: Update to 0.101 Changes: https://metacpan.org/changes/distribution/Text-Table-Any Modified: head/textproc/p5-Text-Table-Any/Makefile head/textproc/p5-Text-Table-Any/distinfo Modified: head/textproc/p5-Text-Table-Any/Makefile ============================================================================== --- head/textproc/p5-Text-Table-Any/Makefile Sun Mar 7 22:16:32 2021 (r567651) +++ head/textproc/p5-Text-Table-Any/Makefile Sun Mar 7 22:16:38 2021 (r567652) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Table-Any -PORTVERSION= 0.098 +PORTVERSION= 0.101 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Text-Table-ASV>=0:textproc/p5-Text-Table-ASV \ - p5-Text-Table-Tiny>=0:textproc/p5-Text-Table-Tiny \ - p5-Text-Table-XLSX>=0:textproc/p5-Text-Table-XLSX +RUN_DEPENDS= p5-Text-Table-Tiny>=0:textproc/p5-Text-Table-Tiny USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Text-Table-Any/distinfo ============================================================================== --- head/textproc/p5-Text-Table-Any/distinfo Sun Mar 7 22:16:32 2021 (r567651) +++ head/textproc/p5-Text-Table-Any/distinfo Sun Mar 7 22:16:38 2021 (r567652) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296125 -SHA256 (Text-Table-Any-0.098.tar.gz) = d6ff2b4cdb6e4ae2b55a5898b90e4af6e9330445da5572c0c3b6c9ff1ae93ffb -SIZE (Text-Table-Any-0.098.tar.gz) = 17287 +TIMESTAMP = 1614794246 +SHA256 (Text-Table-Any-0.101.tar.gz) = 1e943466579f846eac85aaa4676c7c359c9b3f24bb475b676c6de4822794d7f3 +SIZE (Text-Table-Any-0.101.tar.gz) = 17766 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:48 2021 Return-Path: Delivered-To: svn-ports-all@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 7509957717B; Sun, 7 Mar 2021 22:16:48 +0000 (UTC) (envelope-from sunpoet@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 4Dtwms1w20z4SVX; Sun, 7 Mar 2021 22:16:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D1791DCEF; Sun, 7 Mar 2021 22:16:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGixf037983; Sun, 7 Mar 2021 22:16:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGhA0037982; Sun, 7 Mar 2021 22:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGhA0037982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567653 - head/www/p5-HTTP-Message X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-HTTP-Message X-SVN-Commit-Revision: 567653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:49 -0000 Author: sunpoet Date: Sun Mar 7 22:16:43 2021 New Revision: 567653 URL: https://svnweb.freebsd.org/changeset/ports/567653 Log: Update to 6.28 Changes: https://metacpan.org/changes/distribution/HTTP-Message Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/distinfo Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Sun Mar 7 22:16:38 2021 (r567652) +++ head/www/p5-HTTP-Message/Makefile Sun Mar 7 22:16:43 2021 (r567653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Message -PORTVERSION= 6.27 +PORTVERSION= 6.28 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-Message/distinfo ============================================================================== --- head/www/p5-HTTP-Message/distinfo Sun Mar 7 22:16:38 2021 (r567652) +++ head/www/p5-HTTP-Message/distinfo Sun Mar 7 22:16:43 2021 (r567653) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953895 -SHA256 (HTTP-Message-6.27.tar.gz) = 0be0f720fbbbdbae8711f6eec9b2f0d34bd5ed5046fc66b80dc3b42017c1e699 -SIZE (HTTP-Message-6.27.tar.gz) = 87825 +TIMESTAMP = 1614794248 +SHA256 (HTTP-Message-6.28.tar.gz) = 04e3168f9576b48d45124ac681a574408ebb6fa8eb2dba6d3fe70c8f6704dbb8 +SIZE (HTTP-Message-6.28.tar.gz) = 88053 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:16:56 2021 Return-Path: Delivered-To: svn-ports-all@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 42C01577426; Sun, 7 Mar 2021 22:16:56 +0000 (UTC) (envelope-from sunpoet@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 4Dtwn12PG1z4Scv; Sun, 7 Mar 2021 22:16:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B721A1E093; Sun, 7 Mar 2021 22:16:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGo4S038104; Sun, 7 Mar 2021 22:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGoUr038102; Sun, 7 Mar 2021 22:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGoUr038102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567654 - in head/devel/pecl-mustache: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/pecl-mustache: . files X-SVN-Commit-Revision: 567654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:16:56 -0000 Author: sunpoet Date: Sun Mar 7 22:16:49 2021 New Revision: 567654 URL: https://svnweb.freebsd.org/changeset/ports/567654 Log: Convert REINPLACE_CMD to patch file Added: head/devel/pecl-mustache/files/ head/devel/pecl-mustache/files/patch-config.m4 (contents, props changed) Modified: head/devel/pecl-mustache/Makefile Modified: head/devel/pecl-mustache/Makefile ============================================================================== --- head/devel/pecl-mustache/Makefile Sun Mar 7 22:16:43 2021 (r567653) +++ head/devel/pecl-mustache/Makefile Sun Mar 7 22:16:49 2021 (r567654) @@ -17,7 +17,4 @@ USES= compiler:c++11-lang php:pecl USE_CXXSTD= c++11 -post-patch: - @${REINPLACE_CMD} -e '/stdc++/d' ${WRKSRC}/config.m4 - .include Added: head/devel/pecl-mustache/files/patch-config.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-mustache/files/patch-config.m4 Sun Mar 7 22:16:49 2021 (r567654) @@ -0,0 +1,10 @@ +--- config.m4.orig 2020-11-13 03:48:50 UTC ++++ config.m4 +@@ -70,7 +70,6 @@ if test "$PHP_MUSTACHE" != "no"; then + + AC_DEFINE(HAVE_MUSTACHE, 1, [Whether you have mustache support]) + PHP_REQUIRE_CXX() +- PHP_ADD_LIBRARY(stdc++, 1, MUSTACHE_SHARED_LIBADD) + + PHP_MUSTACHE_ADD_SOURCES([ + php_mustache.cpp From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:03 2021 Return-Path: Delivered-To: svn-ports-all@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 28EE25772A3; Sun, 7 Mar 2021 22:17:03 +0000 (UTC) (envelope-from sunpoet@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 4Dtwn84GNrz4SbD; Sun, 7 Mar 2021 22:17:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3D4A1DF5C; Sun, 7 Mar 2021 22:16:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MGu7K038212; Sun, 7 Mar 2021 22:16:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MGuwX038210; Sun, 7 Mar 2021 22:16:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072216.127MGuwX038210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567655 - head/devel/pecl-protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pecl-protobuf X-SVN-Commit-Revision: 567655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:03 -0000 Author: sunpoet Date: Sun Mar 7 22:16:56 2021 New Revision: 567655 URL: https://svnweb.freebsd.org/changeset/ports/567655 Log: Update to 3.15.4 Changes: https://github.com/protocolbuffers/protobuf/releases Modified: head/devel/pecl-protobuf/Makefile head/devel/pecl-protobuf/distinfo Modified: head/devel/pecl-protobuf/Makefile ============================================================================== --- head/devel/pecl-protobuf/Makefile Sun Mar 7 22:16:49 2021 (r567654) +++ head/devel/pecl-protobuf/Makefile Sun Mar 7 22:16:56 2021 (r567655) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.15.0 +PORTVERSION= 3.15.4 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org Modified: head/devel/pecl-protobuf/distinfo ============================================================================== --- head/devel/pecl-protobuf/distinfo Sun Mar 7 22:16:49 2021 (r567654) +++ head/devel/pecl-protobuf/distinfo Sun Mar 7 22:16:56 2021 (r567655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738759 -SHA256 (PECL/protobuf-3.15.0.tgz) = f416276ca450c52feb8c05ee5e92346be8563b647ac42c8dbb3595aeab8b9e13 -SIZE (PECL/protobuf-3.15.0.tgz) = 144960 +TIMESTAMP = 1614794250 +SHA256 (PECL/protobuf-3.15.4.tgz) = ec806ba823784836cc10a8a36896f40bb070a3462b8e84e902f51a7cc97238d9 +SIZE (PECL/protobuf-3.15.4.tgz) = 144751 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:04 2021 Return-Path: Delivered-To: svn-ports-all@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 0C78357725E; Sun, 7 Mar 2021 22:17:04 +0000 (UTC) (envelope-from sunpoet@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 4DtwnC4pc9z4SbP; Sun, 7 Mar 2021 22:17:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 386C91DEC2; Sun, 7 Mar 2021 22:17:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MH1Tl038324; Sun, 7 Mar 2021 22:17:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MH19W038322; Sun, 7 Mar 2021 22:17:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MH19W038322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567656 - head/databases/py-tableschema X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-tableschema X-SVN-Commit-Revision: 567656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:06 -0000 Author: sunpoet Date: Sun Mar 7 22:17:01 2021 New Revision: 567656 URL: https://svnweb.freebsd.org/changeset/ports/567656 Log: Update to 1.20.2 Changes: https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog https://github.com/frictionlessdata/tableschema-py/commits/master Modified: head/databases/py-tableschema/Makefile head/databases/py-tableschema/distinfo Modified: head/databases/py-tableschema/Makefile ============================================================================== --- head/databases/py-tableschema/Makefile Sun Mar 7 22:16:56 2021 (r567655) +++ head/databases/py-tableschema/Makefile Sun Mar 7 22:17:01 2021 (r567656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tableschema -PORTVERSION= 1.20.0 +PORTVERSION= 1.20.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-tableschema/distinfo ============================================================================== --- head/databases/py-tableschema/distinfo Sun Mar 7 22:16:56 2021 (r567655) +++ head/databases/py-tableschema/distinfo Sun Mar 7 22:17:01 2021 (r567656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602317865 -SHA256 (tableschema-1.20.0.tar.gz) = baeda45fcec6c852898d309f905d304cff5210260a92099232757d7b58cb13ab -SIZE (tableschema-1.20.0.tar.gz) = 72403 +TIMESTAMP = 1614794252 +SHA256 (tableschema-1.20.2.tar.gz) = cfa3b0aa1c0941002384c6288794f9488cb5ea9188cf84ac700d17758cb036e7 +SIZE (tableschema-1.20.2.tar.gz) = 72379 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:11 2021 Return-Path: Delivered-To: svn-ports-all@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 9A44457749F; Sun, 7 Mar 2021 22:17:11 +0000 (UTC) (envelope-from sunpoet@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 4DtwnL5ZMxz4Ssq; Sun, 7 Mar 2021 22:17:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57EC21DF9D; Sun, 7 Mar 2021 22:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MH88r038432; Sun, 7 Mar 2021 22:17:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MH7rN038430; Sun, 7 Mar 2021 22:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MH7rN038430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567657 - head/devel/py-anyio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-anyio X-SVN-Commit-Revision: 567657 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:12 -0000 Author: sunpoet Date: Sun Mar 7 22:17:07 2021 New Revision: 567657 URL: https://svnweb.freebsd.org/changeset/ports/567657 Log: Update to 2.2.0 Changes: https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst Modified: head/devel/py-anyio/Makefile head/devel/py-anyio/distinfo Modified: head/devel/py-anyio/Makefile ============================================================================== --- head/devel/py-anyio/Makefile Sun Mar 7 22:17:01 2021 (r567656) +++ head/devel/py-anyio/Makefile Sun Mar 7 22:17:07 2021 (r567657) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anyio -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-anyio/distinfo ============================================================================== --- head/devel/py-anyio/distinfo Sun Mar 7 22:17:01 2021 (r567656) +++ head/devel/py-anyio/distinfo Sun Mar 7 22:17:07 2021 (r567657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478371 -SHA256 (anyio-2.1.0.tar.gz) = 8a56e08623dc55955a06719d4ad62de6009bb3f1dd04936e60b2104dd58da484 -SIZE (anyio-2.1.0.tar.gz) = 95186 +TIMESTAMP = 1614794254 +SHA256 (anyio-2.2.0.tar.gz) = 4a41c5b3a65ed92e469d51b6fba3779301850ea2e352afcf9e36c46f21ee14a9 +SIZE (anyio-2.2.0.tar.gz) = 97217 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:17 2021 Return-Path: Delivered-To: svn-ports-all@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 2CDE4577273; Sun, 7 Mar 2021 22:17:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwnR1z0wz4Sc4; Sun, 7 Mar 2021 22:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C5CD1DF5D; Sun, 7 Mar 2021 22:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHEUY038564; Sun, 7 Mar 2021 22:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHECa038562; Sun, 7 Mar 2021 22:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHECa038562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567658 - in head/devel/py-astroid: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-astroid: . files X-SVN-Commit-Revision: 567658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:17 -0000 Author: sunpoet Date: Sun Mar 7 22:17:14 2021 New Revision: 567658 URL: https://svnweb.freebsd.org/changeset/ports/567658 Log: Update to 2.5.1 - Fix LICENSE - Fix RUN_DEPENDS Changes: https://github.com/PyCQA/astroid/releases https://github.com/PyCQA/astroid/blob/master/ChangeLog Deleted: head/devel/py-astroid/files/ Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo head/devel/py-astroid/pkg-descr Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Sun Mar 7 22:17:07 2021 (r567657) +++ head/devel/py-astroid/Makefile Sun Mar 7 22:17:14 2021 (r567658) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,21 +9,25 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Abstract syntax tree for Python with inference support -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4:devel/py-lazy-object-proxy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.12<2:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<2:devel/py-wrapt@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +.include + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} +.endif + do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -.include +.include Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Sun Mar 7 22:17:07 2021 (r567657) +++ head/devel/py-astroid/distinfo Sun Mar 7 22:17:14 2021 (r567658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592145087 -SHA256 (astroid-2.4.2.tar.gz) = 2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703 -SIZE (astroid-2.4.2.tar.gz) = 310972 +TIMESTAMP = 1614794256 +SHA256 (astroid-2.5.1.tar.gz) = cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d +SIZE (astroid-2.5.1.tar.gz) = 312511 Modified: head/devel/py-astroid/pkg-descr ============================================================================== --- head/devel/py-astroid/pkg-descr Sun Mar 7 22:17:07 2021 (r567657) +++ head/devel/py-astroid/pkg-descr Sun Mar 7 22:17:14 2021 (r567658) @@ -10,5 +10,4 @@ methods and attributes for different usages. They incl static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects. -WWW: https://pypi.org/project/astroid/ WWW: https://github.com/PyCQA/astroid From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:24 2021 Return-Path: Delivered-To: svn-ports-all@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 4C84657744C; Sun, 7 Mar 2021 22:17:24 +0000 (UTC) (envelope-from sunpoet@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 4DtwnZ36hjz4SlT; Sun, 7 Mar 2021 22:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 272501DEC3; Sun, 7 Mar 2021 22:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHKVW038656; Sun, 7 Mar 2021 22:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHKOB038655; Sun, 7 Mar 2021 22:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHKOB038655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567659 - head/devel/py-asynctest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-asynctest X-SVN-Commit-Revision: 567659 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:24 -0000 Author: sunpoet Date: Sun Mar 7 22:17:20 2021 New Revision: 567659 URL: https://svnweb.freebsd.org/changeset/ports/567659 Log: Convert to test framework Modified: head/devel/py-asynctest/Makefile Modified: head/devel/py-asynctest/Makefile ============================================================================== --- head/devel/py-asynctest/Makefile Sun Mar 7 22:17:14 2021 (r567658) +++ head/devel/py-asynctest/Makefile Sun Mar 7 22:17:20 2021 (r567659) @@ -13,8 +13,11 @@ COMMENT= Enhance unittest for testing asyncio librarie LICENSE= APACHE20 USES= python:3.5+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v test .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:30 2021 Return-Path: Delivered-To: svn-ports-all@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 EFFFF577332; Sun, 7 Mar 2021 22:17:30 +0000 (UTC) (envelope-from sunpoet@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 4Dtwnh2kk0z4SwX; Sun, 7 Mar 2021 22:17:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71EA01DF9E; Sun, 7 Mar 2021 22:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHRp3038766; Sun, 7 Mar 2021 22:17:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHQsX038764; Sun, 7 Mar 2021 22:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHQsX038764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567660 - head/devel/py-automaton X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-automaton X-SVN-Commit-Revision: 567660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:31 -0000 Author: sunpoet Date: Sun Mar 7 22:17:26 2021 New Revision: 567660 URL: https://svnweb.freebsd.org/changeset/ports/567660 Log: Update to 2.3.0 Changes: https://docs.openstack.org/automaton/latest/user/history.html Modified: head/devel/py-automaton/Makefile head/devel/py-automaton/distinfo Modified: head/devel/py-automaton/Makefile ============================================================================== --- head/devel/py-automaton/Makefile Sun Mar 7 22:17:20 2021 (r567659) +++ head/devel/py-automaton/Makefile Sun Mar 7 22:17:26 2021 (r567660) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= automaton -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-automaton/distinfo ============================================================================== --- head/devel/py-automaton/distinfo Sun Mar 7 22:17:20 2021 (r567659) +++ head/devel/py-automaton/distinfo Sun Mar 7 22:17:26 2021 (r567660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596280078 -SHA256 (automaton-2.2.0.tar.gz) = 88144e0ec07c40edcb70a547ea74ca5718994e7a0694b6c4cb6679e57eb26095 -SIZE (automaton-2.2.0.tar.gz) = 31629 +TIMESTAMP = 1614794258 +SHA256 (automaton-2.3.0.tar.gz) = 3173a5fdbbb14ab4c6c53ea5c8f82c337fe4b3dc5a3dcd7d1804fd685868cf2e +SIZE (automaton-2.3.0.tar.gz) = 34510 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:37 2021 Return-Path: Delivered-To: svn-ports-all@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 A025A577454; Sun, 7 Mar 2021 22:17:37 +0000 (UTC) (envelope-from sunpoet@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 4Dtwnp5jlWz4T4j; Sun, 7 Mar 2021 22:17:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E1C71E190; Sun, 7 Mar 2021 22:17:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHXie038858; Sun, 7 Mar 2021 22:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHX5B038857; Sun, 7 Mar 2021 22:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHX5B038857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567661 - head/devel/py-azure-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-azure-core X-SVN-Commit-Revision: 567661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:37 -0000 Author: sunpoet Date: Sun Mar 7 22:17:32 2021 New Revision: 567661 URL: https://svnweb.freebsd.org/changeset/ports/567661 Log: Add ASYNC option - Bump PORTREVISION for dependency change Modified: head/devel/py-azure-core/Makefile Modified: head/devel/py-azure-core/Makefile ============================================================================== --- head/devel/py-azure-core/Makefile Sun Mar 7 22:17:26 2021 (r567660) +++ head/devel/py-azure-core/Makefile Sun Mar 7 22:17:32 2021 (r567661) @@ -3,6 +3,7 @@ PORTNAME= azure-core PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +25,12 @@ USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_DEFINE= ASYNC +OPTIONS_DEFAULT=ASYNC +ASYNC_DESC= Async transport support + +ASYNC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:43 2021 Return-Path: Delivered-To: svn-ports-all@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 1DD19577456; Sun, 7 Mar 2021 22:17:43 +0000 (UTC) (envelope-from sunpoet@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 4Dtwny2SpWz4T0L; Sun, 7 Mar 2021 22:17:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 871921DEC4; Sun, 7 Mar 2021 22:17:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHdD7038968; Sun, 7 Mar 2021 22:17:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHciN038966; Sun, 7 Mar 2021 22:17:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHciN038966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567662 - head/devel/py-build X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-build X-SVN-Commit-Revision: 567662 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:45 -0000 Author: sunpoet Date: Sun Mar 7 22:17:38 2021 New Revision: 567662 URL: https://svnweb.freebsd.org/changeset/ports/567662 Log: Update to 0.3.0 Changes: https://github.com/pypa/build/blob/master/CHANGELOG.rst Modified: head/devel/py-build/Makefile head/devel/py-build/distinfo Modified: head/devel/py-build/Makefile ============================================================================== --- head/devel/py-build/Makefile Sun Mar 7 22:17:32 2021 (r567661) +++ head/devel/py-build/Makefile Sun Mar 7 22:17:38 2021 (r567662) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= build -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-build/distinfo ============================================================================== --- head/devel/py-build/distinfo Sun Mar 7 22:17:32 2021 (r567661) +++ head/devel/py-build/distinfo Sun Mar 7 22:17:38 2021 (r567662) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738761 -SHA256 (build-0.2.1.tar.gz) = be64a48b158cf14ba607977fe394f838879ec8b6c104fa5fa2e2dd666ed99ca8 -SIZE (build-0.2.1.tar.gz) = 29380 +TIMESTAMP = 1614794260 +SHA256 (build-0.3.0.tar.gz) = 0eb95b2c8d770d7c4c9b92c68c227c350bbf65f3ec83551ace9097c18cc15fdd +SIZE (build-0.3.0.tar.gz) = 31456 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:50 2021 Return-Path: Delivered-To: svn-ports-all@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 378DA57733D; Sun, 7 Mar 2021 22:17:50 +0000 (UTC) (envelope-from sunpoet@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 4Dtwp26fNSz4T0c; Sun, 7 Mar 2021 22:17:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E0D21E124; Sun, 7 Mar 2021 22:17:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHjTo039079; Sun, 7 Mar 2021 22:17:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHiLQ039078; Sun, 7 Mar 2021 22:17:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHiLQ039078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567663 - head/devel/py-datapackage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-datapackage X-SVN-Commit-Revision: 567663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:50 -0000 Author: sunpoet Date: Sun Mar 7 22:17:44 2021 New Revision: 567663 URL: https://svnweb.freebsd.org/changeset/ports/567663 Log: Update to 1.15.2 Changes: https://github.com/frictionlessdata/datapackage-py/commits/master Modified: head/devel/py-datapackage/Makefile head/devel/py-datapackage/distinfo Modified: head/devel/py-datapackage/Makefile ============================================================================== --- head/devel/py-datapackage/Makefile Sun Mar 7 22:17:38 2021 (r567662) +++ head/devel/py-datapackage/Makefile Sun Mar 7 22:17:44 2021 (r567663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= datapackage -PORTVERSION= 1.15.1 +PORTVERSION= 1.15.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-datapackage/distinfo ============================================================================== --- head/devel/py-datapackage/distinfo Sun Mar 7 22:17:38 2021 (r567662) +++ head/devel/py-datapackage/distinfo Sun Mar 7 22:17:44 2021 (r567663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680140 -SHA256 (datapackage-1.15.1.tar.gz) = a066b23befdc4ed5b6f01e5be8dcdd03e8d7a4c4597c77dcc5d2042a990acbbf -SIZE (datapackage-1.15.1.tar.gz) = 99986 +TIMESTAMP = 1614794262 +SHA256 (datapackage-1.15.2.tar.gz) = 1e91a18c866914dea0acfe2aec785e6ec583c33766b0682c740b30bb7de88c58 +SIZE (datapackage-1.15.2.tar.gz) = 99775 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:17:55 2021 Return-Path: Delivered-To: svn-ports-all@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 6F8095772C1; Sun, 7 Mar 2021 22:17:55 +0000 (UTC) (envelope-from sunpoet@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 4DtwpB6cN4z4TKD; Sun, 7 Mar 2021 22:17:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53DE71DF9F; Sun, 7 Mar 2021 22:17:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHpIX039187; Sun, 7 Mar 2021 22:17:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHpx4039186; Sun, 7 Mar 2021 22:17:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHpx4039186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567664 - head/devel/py-fsspec X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-fsspec X-SVN-Commit-Revision: 567664 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:17:55 -0000 Author: sunpoet Date: Sun Mar 7 22:17:50 2021 New Revision: 567664 URL: https://svnweb.freebsd.org/changeset/ports/567664 Log: Update to 0.8.7 Changes: https://github.com/intake/filesystem_spec/blob/master/docs/source/changelog.rst https://github.com/intake/filesystem_spec/commits/master Modified: head/devel/py-fsspec/Makefile head/devel/py-fsspec/distinfo Modified: head/devel/py-fsspec/Makefile ============================================================================== --- head/devel/py-fsspec/Makefile Sun Mar 7 22:17:44 2021 (r567663) +++ head/devel/py-fsspec/Makefile Sun Mar 7 22:17:50 2021 (r567664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fsspec -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +18,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-fsspec/distinfo ============================================================================== --- head/devel/py-fsspec/distinfo Sun Mar 7 22:17:44 2021 (r567663) +++ head/devel/py-fsspec/distinfo Sun Mar 7 22:17:50 2021 (r567664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366138 -SHA256 (fsspec-0.8.5.tar.gz) = 890c6ce9325030f03bd2eae81389ddcbcee53bdd475334ca064595e1e45f92a6 -SIZE (fsspec-0.8.5.tar.gz) = 247965 +TIMESTAMP = 1614794264 +SHA256 (fsspec-0.8.7.tar.gz) = 4b11557a90ac637089b10afa4c77adf42080c0696f6f2771c41ce92d73c41432 +SIZE (fsspec-0.8.7.tar.gz) = 104593 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:00 2021 Return-Path: Delivered-To: svn-ports-all@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 137BA577348; Sun, 7 Mar 2021 22:18:00 +0000 (UTC) (envelope-from sunpoet@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 4DtwpH4S2vz4T6Q; Sun, 7 Mar 2021 22:17:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A04C61DF5E; Sun, 7 Mar 2021 22:17:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MHvjc039295; Sun, 7 Mar 2021 22:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MHvCH039293; Sun, 7 Mar 2021 22:17:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072217.127MHvCH039293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567665 - head/devel/py-googleapis-common-protos X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-googleapis-common-protos X-SVN-Commit-Revision: 567665 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:00 -0000 Author: sunpoet Date: Sun Mar 7 22:17:56 2021 New Revision: 567665 URL: https://svnweb.freebsd.org/changeset/ports/567665 Log: Update to 1.53.0 Changes: https://github.com/googleapis/python-api-common-protos/releases Modified: head/devel/py-googleapis-common-protos/Makefile head/devel/py-googleapis-common-protos/distinfo Modified: head/devel/py-googleapis-common-protos/Makefile ============================================================================== --- head/devel/py-googleapis-common-protos/Makefile Sun Mar 7 22:17:50 2021 (r567664) +++ head/devel/py-googleapis-common-protos/Makefile Sun Mar 7 22:17:56 2021 (r567665) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= googleapis-common-protos -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Common protobufs used in Google APIs LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0,1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-googleapis-common-protos/distinfo ============================================================================== --- head/devel/py-googleapis-common-protos/distinfo Sun Mar 7 22:17:50 2021 (r567664) +++ head/devel/py-googleapis-common-protos/distinfo Sun Mar 7 22:17:56 2021 (r567665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591281368 -SHA256 (googleapis-common-protos-1.52.0.tar.gz) = 560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351 -SIZE (googleapis-common-protos-1.52.0.tar.gz) = 39383 +TIMESTAMP = 1614794266 +SHA256 (googleapis-common-protos-1.53.0.tar.gz) = a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4 +SIZE (googleapis-common-protos-1.53.0.tar.gz) = 106651 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:06 2021 Return-Path: Delivered-To: svn-ports-all@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 DC15A5774DB; Sun, 7 Mar 2021 22:18:06 +0000 (UTC) (envelope-from sunpoet@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 4DtwpQ0xSDz4T95; Sun, 7 Mar 2021 22:18:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B3C91E191; Sun, 7 Mar 2021 22:18:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MI3sE039407; Sun, 7 Mar 2021 22:18:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MI3bq039406; Sun, 7 Mar 2021 22:18:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MI3bq039406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567666 - head/devel/py-graphql-relay X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-graphql-relay X-SVN-Commit-Revision: 567666 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:08 -0000 Author: sunpoet Date: Sun Mar 7 22:18:02 2021 New Revision: 567666 URL: https://svnweb.freebsd.org/changeset/ports/567666 Log: Update to 3.1.0 Changes: https://github.com/graphql-python/graphql-relay-py/releases Modified: head/devel/py-graphql-relay/Makefile head/devel/py-graphql-relay/distinfo Modified: head/devel/py-graphql-relay/Makefile ============================================================================== --- head/devel/py-graphql-relay/Makefile Sun Mar 7 22:17:56 2021 (r567665) +++ head/devel/py-graphql-relay/Makefile Sun Mar 7 22:18:02 2021 (r567666) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphql-relay -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,17 @@ COMMENT= Relay implementation for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.0.0:devel/py-graphql-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1:devel/py-graphql-core@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3800 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7<4:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-graphql-relay/distinfo ============================================================================== --- head/devel/py-graphql-relay/distinfo Sun Mar 7 22:17:56 2021 (r567665) +++ head/devel/py-graphql-relay/distinfo Sun Mar 7 22:18:02 2021 (r567666) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577781653 -SHA256 (graphql-relay-3.0.0.tar.gz) = ad3f69a8b360c310c0c5611894f1e3fd5c6a5427b84f0f2cf5aee7a588bb5556 -SIZE (graphql-relay-3.0.0.tar.gz) = 41928 +TIMESTAMP = 1614794268 +SHA256 (graphql-relay-3.1.0.tar.gz) = 70d5a7ee5995ea7c2a9a37e51227663b1a464f1f40e98fdde950be5415dfe0b4 +SIZE (graphql-relay-3.1.0.tar.gz) = 47738 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:11 2021 Return-Path: Delivered-To: svn-ports-all@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 C8EB1577555; Sun, 7 Mar 2021 22:18:11 +0000 (UTC) (envelope-from sunpoet@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 4DtwpW0SMlz4TFM; Sun, 7 Mar 2021 22:18:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE28C1DAE9; Sun, 7 Mar 2021 22:18:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MI97d039515; Sun, 7 Mar 2021 22:18:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MI9q8039513; Sun, 7 Mar 2021 22:18:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MI9q8039513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567667 - head/devel/py-inflect X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-inflect X-SVN-Commit-Revision: 567667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:11 -0000 Author: sunpoet Date: Sun Mar 7 22:18:08 2021 New Revision: 567667 URL: https://svnweb.freebsd.org/changeset/ports/567667 Log: Update to 5.0.3 Changes: https://github.com/jaraco/inflect/blob/master/CHANGES.rst Modified: head/devel/py-inflect/Makefile head/devel/py-inflect/distinfo Modified: head/devel/py-inflect/Makefile ============================================================================== --- head/devel/py-inflect/Makefile Sun Mar 7 22:18:02 2021 (r567666) +++ head/devel/py-inflect/Makefile Sun Mar 7 22:18:08 2021 (r567667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= inflect -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-inflect/distinfo ============================================================================== --- head/devel/py-inflect/distinfo Sun Mar 7 22:18:02 2021 (r567666) +++ head/devel/py-inflect/distinfo Sun Mar 7 22:18:08 2021 (r567667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606243327 -SHA256 (inflect-5.0.2.tar.gz) = d284c905414fe37c050734c8600fe170adfb98ba40f72fc66fed393f5b8d5ea0 -SIZE (inflect-5.0.2.tar.gz) = 71323 +TIMESTAMP = 1614794270 +SHA256 (inflect-5.0.3.tar.gz) = 1777716209abe276385c119b0582304fb37345bbf997a834b62c8725167a6859 +SIZE (inflect-5.0.3.tar.gz) = 72633 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:19 2021 Return-Path: Delivered-To: svn-ports-all@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 C00A7577473; Sun, 7 Mar 2021 22:18:19 +0000 (UTC) (envelope-from sunpoet@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 4Dtwpb6n69z4TLv; Sun, 7 Mar 2021 22:18:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F4821DF60; Sun, 7 Mar 2021 22:18:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIFTA039607; Sun, 7 Mar 2021 22:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIFqD039606; Sun, 7 Mar 2021 22:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIFqD039606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567668 - head/devel/py-invoke X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-invoke X-SVN-Commit-Revision: 567668 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:19 -0000 Author: sunpoet Date: Sun Mar 7 22:18:14 2021 New Revision: 567668 URL: https://svnweb.freebsd.org/changeset/ports/567668 Log: Remove unnecessary vendored yaml2 (pyyaml for python 2.x) - Bump PORTREVISION for package change Modified: head/devel/py-invoke/Makefile Modified: head/devel/py-invoke/Makefile ============================================================================== --- head/devel/py-invoke/Makefile Sun Mar 7 22:18:08 2021 (r567667) +++ head/devel/py-invoke/Makefile Sun Mar 7 22:18:14 2021 (r567668) @@ -3,7 +3,7 @@ PORTNAME= invoke PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,8 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +post-patch: + @${RM} -fr ${WRKSRC}/invoke/vendor/yaml2 .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:29 2021 Return-Path: Delivered-To: svn-ports-all@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 DA6DB577647; Sun, 7 Mar 2021 22:18:29 +0000 (UTC) (envelope-from sunpoet@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 4Dtwps28JLz4TPZ; Sun, 7 Mar 2021 22:18:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 732851DEC5; Sun, 7 Mar 2021 22:18:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIR9R039807; Sun, 7 Mar 2021 22:18:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIQl6039805; Sun, 7 Mar 2021 22:18:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIQl6039805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567670 - head/devel/py-jaraco.classes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jaraco.classes X-SVN-Commit-Revision: 567670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:30 -0000 Author: sunpoet Date: Sun Mar 7 22:18:26 2021 New Revision: 567670 URL: https://svnweb.freebsd.org/changeset/ports/567670 Log: Update to 3.2.1 Changes: https://github.com/jaraco/jaraco.classes/blob/main/CHANGES.rst Modified: head/devel/py-jaraco.classes/Makefile head/devel/py-jaraco.classes/distinfo Modified: head/devel/py-jaraco.classes/Makefile ============================================================================== --- head/devel/py-jaraco.classes/Makefile Sun Mar 7 22:18:20 2021 (r567669) +++ head/devel/py-jaraco.classes/Makefile Sun Mar 7 22:18:26 2021 (r567670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.classes -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jaraco.classes/distinfo ============================================================================== --- head/devel/py-jaraco.classes/distinfo Sun Mar 7 22:18:20 2021 (r567669) +++ head/devel/py-jaraco.classes/distinfo Sun Mar 7 22:18:26 2021 (r567670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665417 -SHA256 (jaraco.classes-3.2.0.tar.gz) = 24ec75e16d91bbae0fe89312c5cbbe4b2407d40629dc80463653d23868965c5c -SIZE (jaraco.classes-3.2.0.tar.gz) = 12277 +TIMESTAMP = 1614794272 +SHA256 (jaraco.classes-3.2.1.tar.gz) = ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34 +SIZE (jaraco.classes-3.2.1.tar.gz) = 12286 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:24 2021 Return-Path: Delivered-To: svn-ports-all@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 9E8E45775CE; Sun, 7 Mar 2021 22:18:24 +0000 (UTC) (envelope-from sunpoet@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 4Dtwpl45Fcz4TQw; Sun, 7 Mar 2021 22:18:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AEF41E193; Sun, 7 Mar 2021 22:18:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MILN0039699; Sun, 7 Mar 2021 22:18:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIKgu039698; Sun, 7 Mar 2021 22:18:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIKgu039698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567669 - head/devel/py-jaraco X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jaraco X-SVN-Commit-Revision: 567669 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:25 -0000 Author: sunpoet Date: Sun Mar 7 22:18:20 2021 New Revision: 567669 URL: https://svnweb.freebsd.org/changeset/ports/567669 Log: Remove USE_PYTHON=py3kplist after r559531 (USES=python:3.6+) Modified: head/devel/py-jaraco/Makefile Modified: head/devel/py-jaraco/Makefile ============================================================================== --- head/devel/py-jaraco/Makefile Sun Mar 7 22:18:14 2021 (r567668) +++ head/devel/py-jaraco/Makefile Sun Mar 7 22:18:20 2021 (r567669) @@ -12,14 +12,14 @@ COMMENT= Shared namespace shim for py-jaraco.* ports LICENSE= MIT USES= python:3.6+ -USE_PYTHON= flavors py3kplist +USE_PYTHON= flavors NO_ARCH= yes NO_BUILD= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/jaraco/__init__.py \ - ${PYTHON_SITELIBDIR}/jaraco/__init__.pyc \ - ${PYTHON_SITELIBDIR}/jaraco/__init__.pyo + ${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.cpython-${PYTHON_SUFFIX}.opt-1.pyc \ + ${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.cpython-${PYTHON_SUFFIX}.pyc do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:39 2021 Return-Path: Delivered-To: svn-ports-all@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 B95F6577653; Sun, 7 Mar 2021 22:18:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtwq128Nkz4TRj; Sun, 7 Mar 2021 22:18:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF841E194; Sun, 7 Mar 2021 22:18:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIXLw039915; Sun, 7 Mar 2021 22:18:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIXIn039913; Sun, 7 Mar 2021 22:18:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIXIn039913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567671 - head/devel/py-jaraco.functools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jaraco.functools X-SVN-Commit-Revision: 567671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:39 -0000 Author: sunpoet Date: Sun Mar 7 22:18:32 2021 New Revision: 567671 URL: https://svnweb.freebsd.org/changeset/ports/567671 Log: Update to 3.2.1 Changes: https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst Modified: head/devel/py-jaraco.functools/Makefile head/devel/py-jaraco.functools/distinfo Modified: head/devel/py-jaraco.functools/Makefile ============================================================================== --- head/devel/py-jaraco.functools/Makefile Sun Mar 7 22:18:26 2021 (r567670) +++ head/devel/py-jaraco.functools/Makefile Sun Mar 7 22:18:32 2021 (r567671) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.functools -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jaraco.functools/distinfo ============================================================================== --- head/devel/py-jaraco.functools/distinfo Sun Mar 7 22:18:26 2021 (r567670) +++ head/devel/py-jaraco.functools/distinfo Sun Mar 7 22:18:32 2021 (r567671) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478389 -SHA256 (jaraco.functools-3.2.0.tar.gz) = e11a692db72f9e03bbfc5eae30e8670d1fc7f8c9610cd1c20ebff03beb0376e1 -SIZE (jaraco.functools-3.2.0.tar.gz) = 16863 +TIMESTAMP = 1614794274 +SHA256 (jaraco.functools-3.2.1.tar.gz) = 97cf88b46ab544c266e2d81fa17bb183622268722a7dd1a3711ea426e9c26f94 +SIZE (jaraco.functools-3.2.1.tar.gz) = 16888 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:44 2021 Return-Path: Delivered-To: svn-ports-all@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 C701C57737F; Sun, 7 Mar 2021 22:18:44 +0000 (UTC) (envelope-from sunpoet@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 4Dtwq71yY5z4Tgv; Sun, 7 Mar 2021 22:18:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1184C1DCF0; Sun, 7 Mar 2021 22:18:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIdaL040023; Sun, 7 Mar 2021 22:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIdUu040021; Sun, 7 Mar 2021 22:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIdUu040021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567672 - head/devel/py-jupyter-server X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jupyter-server X-SVN-Commit-Revision: 567672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:45 -0000 Author: sunpoet Date: Sun Mar 7 22:18:39 2021 New Revision: 567672 URL: https://svnweb.freebsd.org/changeset/ports/567672 Log: Update to 1.4.1 Changes: https://github.com/jupyter-server/jupyter_server/releases https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md Modified: head/devel/py-jupyter-server/Makefile head/devel/py-jupyter-server/distinfo Modified: head/devel/py-jupyter-server/Makefile ============================================================================== --- head/devel/py-jupyter-server/Makefile Sun Mar 7 22:18:32 2021 (r567671) +++ head/devel/py-jupyter-server/Makefile Sun Mar 7 22:18:39 2021 (r567672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jupyter-server -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jupyter-server/distinfo ============================================================================== --- head/devel/py-jupyter-server/distinfo Sun Mar 7 22:18:32 2021 (r567671) +++ head/devel/py-jupyter-server/distinfo Sun Mar 7 22:18:39 2021 (r567672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738763 -SHA256 (jupyter_server-1.4.0.tar.gz) = 023431125ffeae8330eb0daab78658dffc51b3886ec5621ee006dcb0f267cc49 -SIZE (jupyter_server-1.4.0.tar.gz) = 275350 +TIMESTAMP = 1614794276 +SHA256 (jupyter_server-1.4.1.tar.gz) = b0126f237f679533eec46244cfc66d61e3a1f8ec0fad2d47352fa19d3e754e47 +SIZE (jupyter_server-1.4.1.tar.gz) = 275822 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:50 2021 Return-Path: Delivered-To: svn-ports-all@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 466715775EB; Sun, 7 Mar 2021 22:18:50 +0000 (UTC) (envelope-from sunpoet@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 4DtwqC6s8Pz4TxM; Sun, 7 Mar 2021 22:18:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6204C1DF61; Sun, 7 Mar 2021 22:18:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIkof040133; Sun, 7 Mar 2021 22:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIkxF040131; Sun, 7 Mar 2021 22:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIkxF040131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567673 - head/devel/py-jupyterlab X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jupyterlab X-SVN-Commit-Revision: 567673 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:50 -0000 Author: sunpoet Date: Sun Mar 7 22:18:45 2021 New Revision: 567673 URL: https://svnweb.freebsd.org/changeset/ports/567673 Log: Update to 3.0.9 Changes: https://github.com/jupyterlab/jupyterlab/blob/3.0.x/docs/source/getting_started/changelog.rst Modified: head/devel/py-jupyterlab/Makefile head/devel/py-jupyterlab/distinfo Modified: head/devel/py-jupyterlab/Makefile ============================================================================== --- head/devel/py-jupyterlab/Makefile Sun Mar 7 22:18:39 2021 (r567672) +++ head/devel/py-jupyterlab/Makefile Sun Mar 7 22:18:45 2021 (r567673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jupyterlab -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packagin RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.2<2:devel/py-jupyter-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab-server>=2.0<3:devel/py-jupyterlab-server@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0.7.3<0.8:devel/py-jupyter-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.4<2:devel/py-jupyter-server@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab-server>=2.3<3:devel/py-jupyterlab-server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbclassic>=0.2<1:devel/py-nbclassic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1.0:www/py-tornado@${PY_FLAVOR} Modified: head/devel/py-jupyterlab/distinfo ============================================================================== --- head/devel/py-jupyterlab/distinfo Sun Mar 7 22:18:39 2021 (r567672) +++ head/devel/py-jupyterlab/distinfo Sun Mar 7 22:18:45 2021 (r567673) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738765 -SHA256 (jupyterlab-3.0.8.tar.gz) = e2250dec8042bb824d9dd5381f38b2b34eff7f93bed693bd486b252abafddcbe -SIZE (jupyterlab-3.0.8.tar.gz) = 9854995 +TIMESTAMP = 1614794278 +SHA256 (jupyterlab-3.0.9.tar.gz) = 70aa808a1adc06e35701500a0b1cd2f472ad55b8d890153cb8bdfbd30b279646 +SIZE (jupyterlab-3.0.9.tar.gz) = 9855710 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:19:02 2021 Return-Path: Delivered-To: svn-ports-all@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 DD95E57771A; Sun, 7 Mar 2021 22:19:02 +0000 (UTC) (envelope-from sunpoet@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 4DtwqV0YSmz4TqX; Sun, 7 Mar 2021 22:19:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FDE41E094; Sun, 7 Mar 2021 22:18:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIwGm040351; Sun, 7 Mar 2021 22:18:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIwQr040349; Sun, 7 Mar 2021 22:18:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIwQr040349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567675 - head/devel/py-keystoneauth1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-keystoneauth1 X-SVN-Commit-Revision: 567675 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:19:03 -0000 Author: sunpoet Date: Sun Mar 7 22:18:57 2021 New Revision: 567675 URL: https://svnweb.freebsd.org/changeset/ports/567675 Log: Update to 4.3.1 Changes: https://docs.openstack.org/releasenotes/keystoneauth/ Modified: head/devel/py-keystoneauth1/Makefile head/devel/py-keystoneauth1/distinfo Modified: head/devel/py-keystoneauth1/Makefile ============================================================================== --- head/devel/py-keystoneauth1/Makefile Sun Mar 7 22:18:51 2021 (r567674) +++ head/devel/py-keystoneauth1/Makefile Sun Mar 7 22:18:57 2021 (r567675) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keystoneauth1 -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-keystoneauth1/distinfo ============================================================================== --- head/devel/py-keystoneauth1/distinfo Sun Mar 7 22:18:51 2021 (r567674) +++ head/devel/py-keystoneauth1/distinfo Sun Mar 7 22:18:57 2021 (r567675) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539713 -SHA256 (keystoneauth1-4.3.0.tar.gz) = e3fa55b58f082e4d753ae3fe599f3d74c591fd9cb8286879ff532a78955163f1 -SIZE (keystoneauth1-4.3.0.tar.gz) = 266030 +TIMESTAMP = 1614794282 +SHA256 (keystoneauth1-4.3.1.tar.gz) = 93605430a6d1424f31659bc5685e9dc1be9a6254e88c99f00cffc0a60c648a64 +SIZE (keystoneauth1-4.3.1.tar.gz) = 266279 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:18:55 2021 Return-Path: Delivered-To: svn-ports-all@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 73D84577667; Sun, 7 Mar 2021 22:18:55 +0000 (UTC) (envelope-from sunpoet@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 4DtwqL0ztxz4V0p; Sun, 7 Mar 2021 22:18:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 947F61DAEA; Sun, 7 Mar 2021 22:18:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MIq3D040243; Sun, 7 Mar 2021 22:18:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MIqGo040241; Sun, 7 Mar 2021 22:18:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072218.127MIqGo040241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:18:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567674 - head/devel/py-jupyterlab-server X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jupyterlab-server X-SVN-Commit-Revision: 567674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:18:57 -0000 Author: sunpoet Date: Sun Mar 7 22:18:51 2021 New Revision: 567674 URL: https://svnweb.freebsd.org/changeset/ports/567674 Log: Update to 2.3.0 Changes: https://github.com/jupyterlab/jupyterlab_server/blob/master/CHANGELOG.md Modified: head/devel/py-jupyterlab-server/Makefile head/devel/py-jupyterlab-server/distinfo Modified: head/devel/py-jupyterlab-server/Makefile ============================================================================== --- head/devel/py-jupyterlab-server/Makefile Sun Mar 7 22:18:45 2021 (r567673) +++ head/devel/py-jupyterlab-server/Makefile Sun Mar 7 22:18:51 2021 (r567674) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jupyterlab-server -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py- ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}json5>=0:devel/py-json5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1<2:devel/py-jupyter-server@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.4<2:devel/py-jupyter-server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} Modified: head/devel/py-jupyterlab-server/distinfo ============================================================================== --- head/devel/py-jupyterlab-server/distinfo Sun Mar 7 22:18:45 2021 (r567673) +++ head/devel/py-jupyterlab-server/distinfo Sun Mar 7 22:18:51 2021 (r567674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738767 -SHA256 (jupyterlab_server-2.2.1.tar.gz) = 8b619ec5e13c2d1ac2e3a43a8147382f41fb17b425b50fa38b1cc84849c7bf94 -SIZE (jupyterlab_server-2.2.1.tar.gz) = 36598 +TIMESTAMP = 1614794280 +SHA256 (jupyterlab_server-2.3.0.tar.gz) = e7a0245aa3de23a1803de2eff401e4ca4594538d9f59806134f30419a6d8b6a3 +SIZE (jupyterlab_server-2.3.0.tar.gz) = 36598 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:19:09 2021 Return-Path: Delivered-To: svn-ports-all@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 3198457767B; Sun, 7 Mar 2021 22:19:09 +0000 (UTC) (envelope-from sunpoet@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 4Dtwqc3H9Vz4Tt4; Sun, 7 Mar 2021 22:19:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 082C91E195; Sun, 7 Mar 2021 22:19:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MJ4pR040463; Sun, 7 Mar 2021 22:19:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MJ4gt040461; Sun, 7 Mar 2021 22:19:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072219.127MJ4gt040461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567676 - head/devel/py-mypy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-mypy X-SVN-Commit-Revision: 567676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:19:09 -0000 Author: sunpoet Date: Sun Mar 7 22:19:03 2021 New Revision: 567676 URL: https://svnweb.freebsd.org/changeset/ports/567676 Log: Update to 0.812 Changes: https://github.com/python/mypy/commits/master Modified: head/devel/py-mypy/Makefile head/devel/py-mypy/distinfo Modified: head/devel/py-mypy/Makefile ============================================================================== --- head/devel/py-mypy/Makefile Sun Mar 7 22:18:57 2021 (r567675) +++ head/devel/py-mypy/Makefile Sun Mar 7 22:19:03 2021 (r567676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mypy -PORTVERSION= 0.800 +PORTVERSION= 0.812 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-mypy/distinfo ============================================================================== --- head/devel/py-mypy/distinfo Sun Mar 7 22:18:57 2021 (r567675) +++ head/devel/py-mypy/distinfo Sun Mar 7 22:19:03 2021 (r567676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856680 -SHA256 (mypy-0.800.tar.gz) = e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a -SIZE (mypy-0.800.tar.gz) = 2644498 +TIMESTAMP = 1614794284 +SHA256 (mypy-0.812.tar.gz) = cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119 +SIZE (mypy-0.812.tar.gz) = 2645818 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:19:16 2021 Return-Path: Delivered-To: svn-ports-all@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 4983D5772F5; Sun, 7 Mar 2021 22:19:16 +0000 (UTC) (envelope-from sunpoet@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 4Dtwqk4mGfz4V8N; Sun, 7 Mar 2021 22:19:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D323C1DF62; Sun, 7 Mar 2021 22:19:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MJASK040588; Sun, 7 Mar 2021 22:19:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MJAn5040586; Sun, 7 Mar 2021 22:19:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072219.127MJAn5040586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567677 - head/devel/py-nbclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-nbclient X-SVN-Commit-Revision: 567677 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:19:16 -0000 Author: sunpoet Date: Sun Mar 7 22:19:10 2021 New Revision: 567677 URL: https://svnweb.freebsd.org/changeset/ports/567677 Log: Update to 0.5.3 Changes: https://github.com/jupyter/nbclient/blob/master/docs/changelog.md Modified: head/devel/py-nbclient/Makefile head/devel/py-nbclient/distinfo Modified: head/devel/py-nbclient/Makefile ============================================================================== --- head/devel/py-nbclient/Makefile Sun Mar 7 22:19:03 2021 (r567676) +++ head/devel/py-nbclient/Makefile Sun Mar 7 22:19:10 2021 (r567677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nbclient -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-nbclient/distinfo ============================================================================== --- head/devel/py-nbclient/distinfo Sun Mar 7 22:19:03 2021 (r567676) +++ head/devel/py-nbclient/distinfo Sun Mar 7 22:19:10 2021 (r567677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478403 -SHA256 (nbclient-0.5.2.tar.gz) = 0ed6e5700ad18818030a3a5f0f201408c5972d8e38793840cd9339488fd9f7c4 -SIZE (nbclient-0.5.2.tar.gz) = 70062 +TIMESTAMP = 1614794286 +SHA256 (nbclient-0.5.3.tar.gz) = db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c +SIZE (nbclient-0.5.3.tar.gz) = 78529 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:01 2021 Return-Path: Delivered-To: svn-ports-all@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 880D1577758; Sun, 7 Mar 2021 22:20:01 +0000 (UTC) (envelope-from sunpoet@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 4Dtwrc1Jdrz4VYC; Sun, 7 Mar 2021 22:20:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E35811DCF1; Sun, 7 Mar 2021 22:19:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MJuvS040702; Sun, 7 Mar 2021 22:19:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MJufj040700; Sun, 7 Mar 2021 22:19:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072219.127MJufj040700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567678 - head/devel/py-openapi-spec-validator X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-openapi-spec-validator X-SVN-Commit-Revision: 567678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:03 -0000 Author: sunpoet Date: Sun Mar 7 22:19:56 2021 New Revision: 567678 URL: https://svnweb.freebsd.org/changeset/ports/567678 Log: Update to 0.3.0 Changes: https://github.com/p1c2u/openapi-spec-validator/releases Modified: head/devel/py-openapi-spec-validator/Makefile head/devel/py-openapi-spec-validator/distinfo Modified: head/devel/py-openapi-spec-validator/Makefile ============================================================================== --- head/devel/py-openapi-spec-validator/Makefile Sun Mar 7 22:19:10 2021 (r567677) +++ head/devel/py-openapi-spec-validator/Makefile Sun Mar 7 22:19:56 2021 (r567678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openapi-spec-validator -PORTVERSION= 0.2.9 +PORTVERSION= 0.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openapi-schema-validator>=0:devel/py-openapi-schema-validator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ Modified: head/devel/py-openapi-spec-validator/distinfo ============================================================================== --- head/devel/py-openapi-spec-validator/distinfo Sun Mar 7 22:19:10 2021 (r567677) +++ head/devel/py-openapi-spec-validator/distinfo Sun Mar 7 22:19:56 2021 (r567678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596280098 -SHA256 (openapi-spec-validator-0.2.9.tar.gz) = 79381a69b33423ee400ae1624a461dae7725e450e2e306e32f2dd8d16a4d85cb -SIZE (openapi-spec-validator-0.2.9.tar.gz) = 22457 +TIMESTAMP = 1614794288 +SHA256 (openapi-spec-validator-0.3.0.tar.gz) = 53ba3d884e98ff2062d5ada025aa590541dcd665b8f81067dc82dd61c0923759 +SIZE (openapi-spec-validator-0.3.0.tar.gz) = 26948 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:05 2021 Return-Path: Delivered-To: svn-ports-all@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 D1BE1577A01; Sun, 7 Mar 2021 22:20:05 +0000 (UTC) (envelope-from sunpoet@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 4Dtwrj1JGpz4Vkh; Sun, 7 Mar 2021 22:20:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 383891DFA0; Sun, 7 Mar 2021 22:20:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MK2WV040849; Sun, 7 Mar 2021 22:20:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MK2HV040848; Sun, 7 Mar 2021 22:20:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MK2HV040848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567679 - head/devel/py-path X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-path X-SVN-Commit-Revision: 567679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:06 -0000 Author: sunpoet Date: Sun Mar 7 22:20:02 2021 New Revision: 567679 URL: https://svnweb.freebsd.org/changeset/ports/567679 Log: Update to 15.1.2 Changes: https://github.com/jaraco/path/blob/main/CHANGES.rst Modified: head/devel/py-path/Makefile head/devel/py-path/distinfo Modified: head/devel/py-path/Makefile ============================================================================== --- head/devel/py-path/Makefile Sun Mar 7 22:19:56 2021 (r567678) +++ head/devel/py-path/Makefile Sun Mar 7 22:20:02 2021 (r567679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= path -PORTVERSION= 15.1.0 +PORTVERSION= 15.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-path/distinfo ============================================================================== --- head/devel/py-path/distinfo Sun Mar 7 22:19:56 2021 (r567678) +++ head/devel/py-path/distinfo Sun Mar 7 22:20:02 2021 (r567679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612101544 -SHA256 (path-15.1.0.tar.gz) = ecf8a58ee4e45bf68a3c96e9715cac8b542e9790485193ec92e34957637624f8 -SIZE (path-15.1.0.tar.gz) = 48271 +TIMESTAMP = 1614794290 +SHA256 (path-15.1.2.tar.gz) = bb629aefd86825bf21c8bcfa0f8691a6e5abdc3e43d50b626fe6aac5b13f60b7 +SIZE (path-15.1.2.tar.gz) = 48280 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:12 2021 Return-Path: Delivered-To: svn-ports-all@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 950A9577768; Sun, 7 Mar 2021 22:20:12 +0000 (UTC) (envelope-from sunpoet@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 4Dtwrq5VW0z4VcN; Sun, 7 Mar 2021 22:20:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64C731E126; Sun, 7 Mar 2021 22:20:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MK8mt040958; Sun, 7 Mar 2021 22:20:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MK7jI040956; Sun, 7 Mar 2021 22:20:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MK7jI040956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567680 - head/devel/py-pip-licenses X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pip-licenses X-SVN-Commit-Revision: 567680 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:12 -0000 Author: sunpoet Date: Sun Mar 7 22:20:07 2021 New Revision: 567680 URL: https://svnweb.freebsd.org/changeset/ports/567680 Log: Update to 3.3.1 Changes: https://github.com/raimon49/pip-licenses/releases Modified: head/devel/py-pip-licenses/Makefile head/devel/py-pip-licenses/distinfo Modified: head/devel/py-pip-licenses/Makefile ============================================================================== --- head/devel/py-pip-licenses/Makefile Sun Mar 7 22:20:02 2021 (r567679) +++ head/devel/py-pip-licenses/Makefile Sun Mar 7 22:20:07 2021 (r567680) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip-licenses -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pip-licenses/distinfo ============================================================================== --- head/devel/py-pip-licenses/distinfo Sun Mar 7 22:20:02 2021 (r567679) +++ head/devel/py-pip-licenses/distinfo Sun Mar 7 22:20:07 2021 (r567680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665429 -SHA256 (pip-licenses-3.3.0.tar.gz) = 87ea56dcb48d97880a8c1f9bf958a19d298ca416ef91823128c1622bcfd5ba8a -SIZE (pip-licenses-3.3.0.tar.gz) = 30637 +TIMESTAMP = 1614794292 +SHA256 (pip-licenses-3.3.1.tar.gz) = 2836557dbceba1686b58443d823a623de75bb9922ec507288e3778cc617c00af +SIZE (pip-licenses-3.3.1.tar.gz) = 30691 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:18 2021 Return-Path: Delivered-To: svn-ports-all@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 75DFA5777D8; Sun, 7 Mar 2021 22:20:18 +0000 (UTC) (envelope-from sunpoet@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 4Dtwrx1WKcz4VWy; Sun, 7 Mar 2021 22:20:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 615301DFA1; Sun, 7 Mar 2021 22:20:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKEdP041066; Sun, 7 Mar 2021 22:20:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKE5K041064; Sun, 7 Mar 2021 22:20:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKE5K041064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567681 - head/devel/py-pip-run X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pip-run X-SVN-Commit-Revision: 567681 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:19 -0000 Author: sunpoet Date: Sun Mar 7 22:20:13 2021 New Revision: 567681 URL: https://svnweb.freebsd.org/changeset/ports/567681 Log: Update to 8.4.2 Changes: https://github.com/jaraco/pip-run/blob/main/CHANGES.rst Modified: head/devel/py-pip-run/Makefile head/devel/py-pip-run/distinfo Modified: head/devel/py-pip-run/Makefile ============================================================================== --- head/devel/py-pip-run/Makefile Sun Mar 7 22:20:07 2021 (r567680) +++ head/devel/py-pip-run/Makefile Sun Mar 7 22:20:13 2021 (r567681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip-run -PORTVERSION= 8.4.1 +PORTVERSION= 8.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pip-run/distinfo ============================================================================== --- head/devel/py-pip-run/distinfo Sun Mar 7 22:20:07 2021 (r567680) +++ head/devel/py-pip-run/distinfo Sun Mar 7 22:20:13 2021 (r567681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519137 -SHA256 (pip-run-8.4.1.tar.gz) = 5bdc4750c7a96406fb5b316a5fb5e440a630512634c168c554db926e3334019a -SIZE (pip-run-8.4.1.tar.gz) = 31686 +TIMESTAMP = 1614794294 +SHA256 (pip-run-8.4.2.tar.gz) = 1fde8da19bfa8e572ed01a20d598e4315508c7540c1689d49f8c2faa1751050c +SIZE (pip-run-8.4.2.tar.gz) = 31716 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:25 2021 Return-Path: Delivered-To: svn-ports-all@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 B9340577A97; Sun, 7 Mar 2021 22:20:25 +0000 (UTC) (envelope-from sunpoet@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 4Dtws24TdZz4VlX; Sun, 7 Mar 2021 22:20:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC4391E127; Sun, 7 Mar 2021 22:20:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKKMw041174; Sun, 7 Mar 2021 22:20:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKKef041172; Sun, 7 Mar 2021 22:20:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKKef041172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567682 - head/devel/py-pipx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pipx X-SVN-Commit-Revision: 567682 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:26 -0000 Author: sunpoet Date: Sun Mar 7 22:20:20 2021 New Revision: 567682 URL: https://svnweb.freebsd.org/changeset/ports/567682 Log: Update to 0.16.1.0 Changes: https://github.com/pipxproject/pipx/blob/master/docs/changelog.md https://pipxproject.github.io/pipx/changelog/ Modified: head/devel/py-pipx/Makefile head/devel/py-pipx/distinfo Modified: head/devel/py-pipx/Makefile ============================================================================== --- head/devel/py-pipx/Makefile Sun Mar 7 22:20:13 2021 (r567681) +++ head/devel/py-pipx/Makefile Sun Mar 7 22:20:20 2021 (r567682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipx -PORTVERSION= 0.16.0.0 +PORTVERSION= 0.16.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<2.0:devel/py-argcomplete@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.4:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}userpath>=1.4.1:devel/py-userpath@${PY_FLAVOR} Modified: head/devel/py-pipx/distinfo ============================================================================== --- head/devel/py-pipx/distinfo Sun Mar 7 22:20:13 2021 (r567681) +++ head/devel/py-pipx/distinfo Sun Mar 7 22:20:20 2021 (r567682) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665431 -SHA256 (pipx-0.16.0.0.tar.gz) = ec9d63753f34eb2dde5597ecdfe23df61749104485eead42937abec4dc4f4598 -SIZE (pipx-0.16.0.0.tar.gz) = 344650 +TIMESTAMP = 1614794296 +SHA256 (pipx-0.16.1.0.tar.gz) = 22b9a0f0536e6b4e7ae030d33cbe34528c3f7ad1615d0c3795f2e5ac4db9d76d +SIZE (pipx-0.16.1.0.tar.gz) = 347406 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:31 2021 Return-Path: Delivered-To: svn-ports-all@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 011F9577A9E; Sun, 7 Mar 2021 22:20:31 +0000 (UTC) (envelope-from sunpoet@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 4Dtws90vK8z4Vpt; Sun, 7 Mar 2021 22:20:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0F511E197; Sun, 7 Mar 2021 22:20:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKQD5041282; Sun, 7 Mar 2021 22:20:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKQ9H041280; Sun, 7 Mar 2021 22:20:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKQ9H041280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567683 - head/devel/py-ptpython X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-ptpython X-SVN-Commit-Revision: 567683 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:31 -0000 Author: sunpoet Date: Sun Mar 7 22:20:25 2021 New Revision: 567683 URL: https://svnweb.freebsd.org/changeset/ports/567683 Log: Update to 3.0.16 Changes: https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG Modified: head/devel/py-ptpython/Makefile head/devel/py-ptpython/distinfo Modified: head/devel/py-ptpython/Makefile ============================================================================== --- head/devel/py-ptpython/Makefile Sun Mar 7 22:20:20 2021 (r567682) +++ head/devel/py-ptpython/Makefile Sun Mar 7 22:20:25 2021 (r567683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ptpython -PORTVERSION= 3.0.15 +PORTVERSION= 3.0.16 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.16.0:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.12<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.16<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} USES= python:3.6+ Modified: head/devel/py-ptpython/distinfo ============================================================================== --- head/devel/py-ptpython/distinfo Sun Mar 7 22:20:20 2021 (r567682) +++ head/devel/py-ptpython/distinfo Sun Mar 7 22:20:25 2021 (r567683) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738783 -SHA256 (ptpython-3.0.15.tar.gz) = 4ffbeddb14a33c76ee1668f1cd98071244fe0bcb66c5034612ef8ffa7fb317ff -SIZE (ptpython-3.0.15.tar.gz) = 413414 +TIMESTAMP = 1614794298 +SHA256 (ptpython-3.0.16.tar.gz) = 4b0f6e381a8251ec8d6aa94fe12f3400bf6edf789f89c8a6099f8a91d4a5d2e1 +SIZE (ptpython-3.0.16.tar.gz) = 413676 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:37 2021 Return-Path: Delivered-To: svn-ports-all@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 6020057794A; Sun, 7 Mar 2021 22:20:37 +0000 (UTC) (envelope-from sunpoet@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 4DtwsH48DZz4VxC; Sun, 7 Mar 2021 22:20:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7368F1DAEC; Sun, 7 Mar 2021 22:20:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKWd6041375; Sun, 7 Mar 2021 22:20:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKWuZ041374; Sun, 7 Mar 2021 22:20:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKWuZ041374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567684 - head/devel/py-pyee X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyee X-SVN-Commit-Revision: 567684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:38 -0000 Author: sunpoet Date: Sun Mar 7 22:20:31 2021 New Revision: 567684 URL: https://svnweb.freebsd.org/changeset/ports/567684 Log: Take maintainership Modified: head/devel/py-pyee/Makefile Modified: head/devel/py-pyee/Makefile ============================================================================== --- head/devel/py-pyee/Makefile Sun Mar 7 22:20:25 2021 (r567683) +++ head/devel/py-pyee/Makefile Sun Mar 7 22:20:31 2021 (r567684) @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python EventEmitter implementation LICENSE= MIT @@ -16,6 +16,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:de ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:45 2021 Return-Path: Delivered-To: svn-ports-all@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 B8E2D57794F; Sun, 7 Mar 2021 22:20:45 +0000 (UTC) (envelope-from sunpoet@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 4DtwsS29YGz4WBN; Sun, 7 Mar 2021 22:20:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064DB1E199; Sun, 7 Mar 2021 22:20:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKcRR043177; Sun, 7 Mar 2021 22:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKcHY043176; Sun, 7 Mar 2021 22:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKcHY043176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567685 - head/devel/py-pyinotify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyinotify X-SVN-Commit-Revision: 567685 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:47 -0000 Author: sunpoet Date: Sun Mar 7 22:20:38 2021 New Revision: 567685 URL: https://svnweb.freebsd.org/changeset/ports/567685 Log: Clean up - Clean up MASTER_SITES - Add LICENSE_FILE - Use USE_PYTHON=autoplist - Update WWW - Take maintainership Deleted: head/devel/py-pyinotify/pkg-plist Modified: head/devel/py-pyinotify/Makefile head/devel/py-pyinotify/pkg-descr Modified: head/devel/py-pyinotify/Makefile ============================================================================== --- head/devel/py-pyinotify/Makefile Sun Mar 7 22:20:31 2021 (r567684) +++ head/devel/py-pyinotify/Makefile Sun Mar 7 22:20:38 2021 (r567685) @@ -3,19 +3,20 @@ PORTNAME= pyinotify PORTVERSION= 0.9.6 CATEGORIES= devel -MASTER_SITES= CHEESESHOP/source/p/pyinotify +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to (lib)inotify LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify USES= python:3.6+ -USE_PYTHON= distutils py3kplist +USE_PYTHON= autoplist concurrent distutils -NO_ARCH= YES +NO_ARCH= yes .include Modified: head/devel/py-pyinotify/pkg-descr ============================================================================== --- head/devel/py-pyinotify/pkg-descr Sun Mar 7 22:20:31 2021 (r567684) +++ head/devel/py-pyinotify/pkg-descr Sun Mar 7 22:20:38 2021 (r567685) @@ -1,3 +1,3 @@ Python library for (lib)inotify -WWW: https://github.com/seb-m/pyinotify/wiki +WWW: https://github.com/seb-m/pyinotify From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:47 2021 Return-Path: Delivered-To: svn-ports-all@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 A1976577A39; Sun, 7 Mar 2021 22:20:47 +0000 (UTC) (envelope-from sunpoet@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 4DtwsV4jJpz4Vvm; Sun, 7 Mar 2021 22:20:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E4B1E19C; Sun, 7 Mar 2021 22:20:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKiKP043269; Sun, 7 Mar 2021 22:20:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKi0h043268; Sun, 7 Mar 2021 22:20:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKi0h043268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567686 - head/devel/py-pytest-regressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pytest-regressions X-SVN-Commit-Revision: 567686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:47 -0000 Author: sunpoet Date: Sun Mar 7 22:20:44 2021 New Revision: 567686 URL: https://svnweb.freebsd.org/changeset/ports/567686 Log: Sort RUN_DEPENDS Modified: head/devel/py-pytest-regressions/Makefile Modified: head/devel/py-pytest-regressions/Makefile ============================================================================== --- head/devel/py-pytest-regressions/Makefile Sun Mar 7 22:20:38 2021 (r567685) +++ head/devel/py-pytest-regressions/Makefile Sun Mar 7 22:20:44 2021 (r567686) @@ -14,9 +14,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.2.0:devel/py-pytest-datadir@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils From owner-svn-ports-all@freebsd.org Sun Mar 7 22:20:53 2021 Return-Path: Delivered-To: svn-ports-all@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 BA72E57785F; Sun, 7 Mar 2021 22:20:53 +0000 (UTC) (envelope-from sunpoet@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 4Dtwsc5Ymmz4W1m; Sun, 7 Mar 2021 22:20:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A0701E098; Sun, 7 Mar 2021 22:20:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKoMC046483; Sun, 7 Mar 2021 22:20:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKnYl046482; Sun, 7 Mar 2021 22:20:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKnYl046482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567687 - head/devel/py-readme-renderer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-readme-renderer X-SVN-Commit-Revision: 567687 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:20:53 -0000 Author: sunpoet Date: Sun Mar 7 22:20:49 2021 New Revision: 567687 URL: https://svnweb.freebsd.org/changeset/ports/567687 Log: Update to 29.0 Changes: https://github.com/pypa/readme_renderer/releases Modified: head/devel/py-readme-renderer/Makefile head/devel/py-readme-renderer/distinfo Modified: head/devel/py-readme-renderer/Makefile ============================================================================== --- head/devel/py-readme-renderer/Makefile Sun Mar 7 22:20:44 2021 (r567686) +++ head/devel/py-readme-renderer/Makefile Sun Mar 7 22:20:49 2021 (r567687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= readme-renderer -PORTVERSION= 28.0 +PORTVERSION= 29.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bleach>=2.1.0:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ Modified: head/devel/py-readme-renderer/distinfo ============================================================================== --- head/devel/py-readme-renderer/distinfo Sun Mar 7 22:20:44 2021 (r567686) +++ head/devel/py-readme-renderer/distinfo Sun Mar 7 22:20:49 2021 (r567687) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604480744 -SHA256 (readme_renderer-28.0.tar.gz) = 6b7e5aa59210a40de72eb79931491eaf46fefca2952b9181268bd7c7c65c260a -SIZE (readme_renderer-28.0.tar.gz) = 27370 +TIMESTAMP = 1614794300 +SHA256 (readme_renderer-29.0.tar.gz) = 92fd5ac2bf8677f310f3303aa4bce5b9d5f9f2094ab98c29f13791d7b805a3db +SIZE (readme_renderer-29.0.tar.gz) = 27169 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:00 2021 Return-Path: Delivered-To: svn-ports-all@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 E13CA577B1A; Sun, 7 Mar 2021 22:21:00 +0000 (UTC) (envelope-from sunpoet@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 4Dtwsl6Grqz4WKj; Sun, 7 Mar 2021 22:20:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 231D31DFA7; Sun, 7 Mar 2021 22:20:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MKtap046575; Sun, 7 Mar 2021 22:20:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MKtKq046574; Sun, 7 Mar 2021 22:20:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072220.127MKtKq046574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567688 - head/devel/py-requirementslib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-requirementslib X-SVN-Commit-Revision: 567688 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:01 -0000 Author: sunpoet Date: Sun Mar 7 22:20:55 2021 New Revision: 567688 URL: https://svnweb.freebsd.org/changeset/ports/567688 Log: Sort RUN_DEPENDS Modified: head/devel/py-requirementslib/Makefile Modified: head/devel/py-requirementslib/Makefile ============================================================================== --- head/devel/py-requirementslib/Makefile Sun Mar 7 22:20:49 2021 (r567687) +++ head/devel/py-requirementslib/Makefile Sun Mar 7 22:20:55 2021 (r567688) @@ -20,13 +20,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distlib>=0.2.8:devel/py-distlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}orderedmultidict>=0:devel/py-orderedmultidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pep517>=0.5.0:devel/py-pep517@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip-shims>=0.5.2:devel/py-pip-shims@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plette>=0:devel/py-plette@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.5.3:textproc/py-tomlkit@${PY_FLAVOR} \ From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:08 2021 Return-Path: Delivered-To: svn-ports-all@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 4D7C757795C; Sun, 7 Mar 2021 22:21:08 +0000 (UTC) (envelope-from sunpoet@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 4Dtwss2M8Rz4WPX; Sun, 7 Mar 2021 22:21:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E5591DECD; Sun, 7 Mar 2021 22:21:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127ML1QH046673; Sun, 7 Mar 2021 22:21:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127ML15V046672; Sun, 7 Mar 2021 22:21:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127ML15V046672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567689 - head/devel/py-simpleparse X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-simpleparse X-SVN-Commit-Revision: 567689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:08 -0000 Author: sunpoet Date: Sun Mar 7 22:21:00 2021 New Revision: 567689 URL: https://svnweb.freebsd.org/changeset/ports/567689 Log: Fix build with newer Python (3.8.7+) Submitted by: kai Modified: head/devel/py-simpleparse/Makefile Modified: head/devel/py-simpleparse/Makefile ============================================================================== --- head/devel/py-simpleparse/Makefile Sun Mar 7 22:20:55 2021 (r567688) +++ head/devel/py-simpleparse/Makefile Sun Mar 7 22:21:00 2021 (r567689) @@ -15,6 +15,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools*.so .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:12 2021 Return-Path: Delivered-To: svn-ports-all@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 3CBBC577A5B; Sun, 7 Mar 2021 22:21:12 +0000 (UTC) (envelope-from sunpoet@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 4Dtwsz0PHzz4WV9; Sun, 7 Mar 2021 22:21:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D2491DF73; Sun, 7 Mar 2021 22:21:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127ML7DF046783; Sun, 7 Mar 2021 22:21:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127ML7Db046781; Sun, 7 Mar 2021 22:21:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127ML7Db046781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567690 - head/devel/py-xarray X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-xarray X-SVN-Commit-Revision: 567690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:12 -0000 Author: sunpoet Date: Sun Mar 7 22:21:06 2021 New Revision: 567690 URL: https://svnweb.freebsd.org/changeset/ports/567690 Log: Update to 0.17.0 Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new Modified: head/devel/py-xarray/Makefile head/devel/py-xarray/distinfo Modified: head/devel/py-xarray/Makefile ============================================================================== --- head/devel/py-xarray/Makefile Sun Mar 7 22:21:00 2021 (r567689) +++ head/devel/py-xarray/Makefile Sun Mar 7 22:21:06 2021 (r567690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xarray -PORTVERSION= 0.16.2 +PORTVERSION= 0.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-xarray/distinfo ============================================================================== --- head/devel/py-xarray/distinfo Sun Mar 7 22:21:00 2021 (r567689) +++ head/devel/py-xarray/distinfo Sun Mar 7 22:21:06 2021 (r567690) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539757 -SHA256 (xarray-0.16.2.tar.gz) = 38e8439d6c91bcd5b7c0fca349daf8e0643ac68850c987262d53526e9d7d01e4 -SIZE (xarray-0.16.2.tar.gz) = 2018053 +TIMESTAMP = 1614794302 +SHA256 (xarray-0.17.0.tar.gz) = 9c2edad2a4e588f9117c666a4249920b9717fb75703b96998cf65fcd4f60551f +SIZE (xarray-0.17.0.tar.gz) = 2055584 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:17 2021 Return-Path: Delivered-To: svn-ports-all@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 89396577A68; Sun, 7 Mar 2021 22:21:17 +0000 (UTC) (envelope-from sunpoet@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 4Dtwt334RVz4WB1; Sun, 7 Mar 2021 22:21:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B15081DED1; Sun, 7 Mar 2021 22:21:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLDLV047878; Sun, 7 Mar 2021 22:21:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLDOV047876; Sun, 7 Mar 2021 22:21:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLDOV047876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567691 - head/devel/py-yaspin X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-yaspin X-SVN-Commit-Revision: 567691 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:17 -0000 Author: sunpoet Date: Sun Mar 7 22:21:12 2021 New Revision: 567691 URL: https://svnweb.freebsd.org/changeset/ports/567691 Log: Update to 1.4.0 Changes: https://github.com/pavdmyt/yaspin/releases Modified: head/devel/py-yaspin/Makefile head/devel/py-yaspin/distinfo Modified: head/devel/py-yaspin/Makefile ============================================================================== --- head/devel/py-yaspin/Makefile Sun Mar 7 22:21:06 2021 (r567690) +++ head/devel/py-yaspin/Makefile Sun Mar 7 22:21:12 2021 (r567691) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaspin -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-yaspin/distinfo ============================================================================== --- head/devel/py-yaspin/distinfo Sun Mar 7 22:21:06 2021 (r567690) +++ head/devel/py-yaspin/distinfo Sun Mar 7 22:21:12 2021 (r567691) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665451 -SHA256 (yaspin-1.3.0.tar.gz) = cc37d35cc7f796dada6c37430b49e471ffa05d0686e6f8de36f83978b732df54 -SIZE (yaspin-1.3.0.tar.gz) = 35009 +TIMESTAMP = 1614794304 +SHA256 (yaspin-1.4.0.tar.gz) = 681654848e5cd463e4c1f896ff03165979773a34789cc787276d9d8d0151ae1d +SIZE (yaspin-1.4.0.tar.gz) = 36420 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:23 2021 Return-Path: Delivered-To: svn-ports-all@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 D21C1577C29; Sun, 7 Mar 2021 22:21:23 +0000 (UTC) (envelope-from sunpoet@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 4DtwtB63Gcz4WXx; Sun, 7 Mar 2021 22:21:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47D551E137; Sun, 7 Mar 2021 22:21:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLJdP047986; Sun, 7 Mar 2021 22:21:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLIAJ047985; Sun, 7 Mar 2021 22:21:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLIAJ047985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567692 - head/mail/py-mail-parser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/py-mail-parser X-SVN-Commit-Revision: 567692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:24 -0000 Author: sunpoet Date: Sun Mar 7 22:21:18 2021 New Revision: 567692 URL: https://svnweb.freebsd.org/changeset/ports/567692 Log: Update to 3.15.0 Changes: https://github.com/SpamScope/mail-parser/releases Modified: head/mail/py-mail-parser/Makefile head/mail/py-mail-parser/distinfo Modified: head/mail/py-mail-parser/Makefile ============================================================================== --- head/mail/py-mail-parser/Makefile Sun Mar 7 22:21:12 2021 (r567691) +++ head/mail/py-mail-parser/Makefile Sun Mar 7 22:21:18 2021 (r567692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mail-parser -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.0 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/mail/py-mail-parser/distinfo ============================================================================== --- head/mail/py-mail-parser/distinfo Sun Mar 7 22:21:12 2021 (r567691) +++ head/mail/py-mail-parser/distinfo Sun Mar 7 22:21:18 2021 (r567692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607685387 -SHA256 (mail-parser-3.14.0.tar.gz) = 7577b8479e801be7b42fa7a2f6f66bda845c44c3b61ed0002771a82b3e410387 -SIZE (mail-parser-3.14.0.tar.gz) = 17402 +TIMESTAMP = 1614794306 +SHA256 (mail-parser-3.15.0.tar.gz) = d66638acf0633dfd8a718e1e3646a6d58f8e9d75080c94638c7b267b4b0d6c86 +SIZE (mail-parser-3.15.0.tar.gz) = 18001 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:28 2021 Return-Path: Delivered-To: svn-ports-all@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 ABA87577E11; Sun, 7 Mar 2021 22:21:28 +0000 (UTC) (envelope-from sunpoet@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 4DtwtH42x3z4WYK; Sun, 7 Mar 2021 22:21:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09EEF1DFAC; Sun, 7 Mar 2021 22:21:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLOh5048078; Sun, 7 Mar 2021 22:21:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLOs6048077; Sun, 7 Mar 2021 22:21:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLOs6048077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567693 - head/mail/py-pyspf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/py-pyspf X-SVN-Commit-Revision: 567693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:29 -0000 Author: sunpoet Date: Sun Mar 7 22:21:24 2021 New Revision: 567693 URL: https://svnweb.freebsd.org/changeset/ports/567693 Log: Remove WRKSRC It is the same as the default value. Modified: head/mail/py-pyspf/Makefile Modified: head/mail/py-pyspf/Makefile ============================================================================== --- head/mail/py-pyspf/Makefile Sun Mar 7 22:21:18 2021 (r567692) +++ head/mail/py-pyspf/Makefile Sun Mar 7 22:21:24 2021 (r567693) @@ -20,9 +20,9 @@ USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/spf.py + SHEBANG_FILES= spf.py # Make the tests run as a module From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:34 2021 Return-Path: Delivered-To: svn-ports-all@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 0B25B577C41; Sun, 7 Mar 2021 22:21:34 +0000 (UTC) (envelope-from sunpoet@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 4DtwtP5Wyvz4WkV; Sun, 7 Mar 2021 22:21:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5872B1E1A9; Sun, 7 Mar 2021 22:21:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLUPv048188; Sun, 7 Mar 2021 22:21:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLTgY048186; Sun, 7 Mar 2021 22:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLTgY048186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567694 - head/math/py-flax X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-flax X-SVN-Commit-Revision: 567694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:34 -0000 Author: sunpoet Date: Sun Mar 7 22:21:29 2021 New Revision: 567694 URL: https://svnweb.freebsd.org/changeset/ports/567694 Log: Update to 0.3.1 Changes: https://github.com/google/flax/releases https://github.com/google/flax/blob/master/CHANGELOG.md Modified: head/math/py-flax/Makefile head/math/py-flax/distinfo Modified: head/math/py-flax/Makefile ============================================================================== --- head/math/py-flax/Makefile Sun Mar 7 22:21:24 2021 (r567693) +++ head/math/py-flax/Makefile Sun Mar 7 22:21:29 2021 (r567694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flax -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-flax/distinfo ============================================================================== --- head/math/py-flax/distinfo Sun Mar 7 22:21:24 2021 (r567693) +++ head/math/py-flax/distinfo Sun Mar 7 22:21:29 2021 (r567694) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607685389 -SHA256 (flax-0.3.0.tar.gz) = f468d6db92c8a5a35ba66bf2744fe096566f7768a95f1a4e6a80ace0a01361ae -SIZE (flax-0.3.0.tar.gz) = 112276 +TIMESTAMP = 1614794308 +SHA256 (flax-0.3.1.tar.gz) = 2ab77cb062c0bcd4cb78e0d2486b3c8a07a0dad8f8ecf197cef390c13c4db861 +SIZE (flax-0.3.1.tar.gz) = 122737 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:44 2021 Return-Path: Delivered-To: svn-ports-all@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 64EBF577BE7; Sun, 7 Mar 2021 22:21:44 +0000 (UTC) (envelope-from sunpoet@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 4Dtwtb5Wdvz4WyK; Sun, 7 Mar 2021 22:21:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FEB31E13D; Sun, 7 Mar 2021 22:21:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLaP3048301; Sun, 7 Mar 2021 22:21:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLZNF048300; Sun, 7 Mar 2021 22:21:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLZNF048300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567695 - head/misc/py-tqdm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/py-tqdm X-SVN-Commit-Revision: 567695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:44 -0000 Author: sunpoet Date: Sun Mar 7 22:21:35 2021 New Revision: 567695 URL: https://svnweb.freebsd.org/changeset/ports/567695 Log: Update to 4.58.0 Changes: https://github.com/tqdm/tqdm/releases Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Sun Mar 7 22:21:29 2021 (r567694) +++ head/misc/py-tqdm/Makefile Sun Mar 7 22:21:35 2021 (r567695) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.56.2 +PORTVERSION= 4.58.0 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Sun Mar 7 22:21:29 2021 (r567694) +++ head/misc/py-tqdm/distinfo Sun Mar 7 22:21:35 2021 (r567695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738789 -SHA256 (tqdm-4.56.2.tar.gz) = 11d544652edbdfc9cc41aa4c8a5c166513e279f3f2d9f1a9e1c89935b51de6ff -SIZE (tqdm-4.56.2.tar.gz) = 167040 +TIMESTAMP = 1614794310 +SHA256 (tqdm-4.58.0.tar.gz) = c23ac707e8e8aabb825e4d91f8e17247f9cc14b0d64dd9e97be0781e9e525bba +SIZE (tqdm-4.58.0.tar.gz) = 167844 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:53 2021 Return-Path: Delivered-To: svn-ports-all@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 94876577AEE; Sun, 7 Mar 2021 22:21:53 +0000 (UTC) (envelope-from sunpoet@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 4Dtwtk2MfBz4Wwb; Sun, 7 Mar 2021 22:21:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D554B1E1B2; Sun, 7 Mar 2021 22:21:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLfNC048396; Sun, 7 Mar 2021 22:21:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLfkO048395; Sun, 7 Mar 2021 22:21:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLfkO048395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567696 - head/multimedia/py-moviepy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/py-moviepy X-SVN-Commit-Revision: 567696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:53 -0000 Author: sunpoet Date: Sun Mar 7 22:21:41 2021 New Revision: 567696 URL: https://svnweb.freebsd.org/changeset/ports/567696 Log: Revert r566733 IMAGEMAGICK_DEFAULT is not widely adopted. Furthermore, this commit is not approved. It should be applied ports tree wide with approvals from maintainers. Modified: head/multimedia/py-moviepy/Makefile Modified: head/multimedia/py-moviepy/Makefile ============================================================================== --- head/multimedia/py-moviepy/Makefile Sun Mar 7 22:21:35 2021 (r567695) +++ head/multimedia/py-moviepy/Makefile Sun Mar 7 22:21:41 2021 (r567696) @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ - convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<5.0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0.2.0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ @@ -26,5 +25,13 @@ USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_SINGLE= IMAGEMAGICK +OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7 +OPTIONS_DEFAULT=IMAGEMAGICK7 +IMAGEMAGICK6_DESC= Use ImageMagick 6.x as backend +IMAGEMAGICK7_DESC= Use ImageMagick 7.x as backend +IMAGEMAGICK6_RUN_DEPENDS= convert:graphics/ImageMagick6 +IMAGEMAGICK7_RUN_DEPENDS= convert:graphics/ImageMagick7 .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:53 2021 Return-Path: Delivered-To: svn-ports-all@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 C4690577AEF; Sun, 7 Mar 2021 22:21:53 +0000 (UTC) (envelope-from sunpoet@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 4Dtwtm3b3kz4Wwp; Sun, 7 Mar 2021 22:21:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C5591E0A6; Sun, 7 Mar 2021 22:21:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLlXa048506; Sun, 7 Mar 2021 22:21:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLlkA048504; Sun, 7 Mar 2021 22:21:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLlkA048504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567697 - head/print/py-fonttools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/py-fonttools X-SVN-Commit-Revision: 567697 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:54 -0000 Author: sunpoet Date: Sun Mar 7 22:21:46 2021 New Revision: 567697 URL: https://svnweb.freebsd.org/changeset/ports/567697 Log: Update to 4.21.1 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Sun Mar 7 22:21:41 2021 (r567696) +++ head/print/py-fonttools/Makefile Sun Mar 7 22:21:46 2021 (r567697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 4.20.0 +PORTVERSION= 4.21.1 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Sun Mar 7 22:21:41 2021 (r567696) +++ head/print/py-fonttools/distinfo Sun Mar 7 22:21:46 2021 (r567697) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478437 -SHA256 (fonttools-4.20.0.zip) = afd051129dd546f81534c1d08b4fc118c0307d614f6fc5145d2e3e76bcfb7513 -SIZE (fonttools-4.20.0.zip) = 4360030 +TIMESTAMP = 1614794312 +SHA256 (fonttools-4.21.1.zip) = d9cf618ab76afb42a79dcc0b4b5e5ee7ec1534f7ad9da3809bb15ddfcedc073d +SIZE (fonttools-4.21.1.zip) = 4381290 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:21:58 2021 Return-Path: Delivered-To: svn-ports-all@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 D916E577E36; Sun, 7 Mar 2021 22:21:58 +0000 (UTC) (envelope-from sunpoet@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 4Dtwts2TPTz4X2r; Sun, 7 Mar 2021 22:21:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C1B81E1B7; Sun, 7 Mar 2021 22:21:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLrsD048614; Sun, 7 Mar 2021 22:21:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLqLM048612; Sun, 7 Mar 2021 22:21:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLqLM048612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567698 - head/science/py-asdf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-asdf X-SVN-Commit-Revision: 567698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:21:59 -0000 Author: sunpoet Date: Sun Mar 7 22:21:52 2021 New Revision: 567698 URL: https://svnweb.freebsd.org/changeset/ports/567698 Log: Update to 2.7.3 - Sort RUN_DEPENDS Changes: https://github.com/asdf-format/asdf/releases Modified: head/science/py-asdf/Makefile head/science/py-asdf/distinfo Modified: head/science/py-asdf/Makefile ============================================================================== --- head/science/py-asdf/Makefile Sun Mar 7 22:21:46 2021 (r567697) +++ head/science/py-asdf/Makefile Sun Mar 7 22:21:52 2021 (r567698) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asdf -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>= RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.2<4:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} USES= python:3.5+ shebangfix USE_PYTHON= autoplist concurrent distutils Modified: head/science/py-asdf/distinfo ============================================================================== --- head/science/py-asdf/distinfo Sun Mar 7 22:21:46 2021 (r567697) +++ head/science/py-asdf/distinfo Sun Mar 7 22:21:52 2021 (r567698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665481 -SHA256 (asdf-2.7.2.tar.gz) = effbef17f822cf64cfed2075e6c6a258ee0ca8abaa8c286ae52882d426fc87f8 -SIZE (asdf-2.7.2.tar.gz) = 516029 +TIMESTAMP = 1614794314 +SHA256 (asdf-2.7.3.tar.gz) = f7ea14e4df23ec5d94a9c1f2ed743526f7c4df3c9253ebd915b5585e92c8be85 +SIZE (asdf-2.7.3.tar.gz) = 509984 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:05 2021 Return-Path: Delivered-To: svn-ports-all@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 8169B577ECC; Sun, 7 Mar 2021 22:22:05 +0000 (UTC) (envelope-from sunpoet@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 4Dtwtz5ftLz4WpS; Sun, 7 Mar 2021 22:22:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DFA51E1B9; Sun, 7 Mar 2021 22:21:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MLwkC048722; Sun, 7 Mar 2021 22:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MLwIM048721; Sun, 7 Mar 2021 22:21:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072221.127MLwIM048721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567699 - head/security/py-google-auth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-google-auth X-SVN-Commit-Revision: 567699 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:06 -0000 Author: sunpoet Date: Sun Mar 7 22:21:58 2021 New Revision: 567699 URL: https://svnweb.freebsd.org/changeset/ports/567699 Log: Update to 1.27.0 Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md Modified: head/security/py-google-auth/Makefile head/security/py-google-auth/distinfo Modified: head/security/py-google-auth/Makefile ============================================================================== --- head/security/py-google-auth/Makefile Sun Mar 7 22:21:52 2021 (r567698) +++ head/security/py-google-auth/Makefile Sun Mar 7 22:21:58 2021 (r567699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.26.1 +PORTVERSION= 1.27.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Sun Mar 7 22:21:52 2021 (r567698) +++ head/security/py-google-auth/distinfo Sun Mar 7 22:21:58 2021 (r567699) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738793 -SHA256 (google-auth-1.26.1.tar.gz) = 1b461d079b5650efe492a7814e95c536ffa9e7a96e39a6d16189c1604f18554f -SIZE (google-auth-1.26.1.tar.gz) = 121927 +TIMESTAMP = 1614794316 +SHA256 (google-auth-1.27.0.tar.gz) = da5218cbf33b8461d7661d6b4ad91c12c0107e2767904d5e3ae6408031d5463e +SIZE (google-auth-1.27.0.tar.gz) = 157225 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:08 2021 Return-Path: Delivered-To: svn-ports-all@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 E4D7B577E4F; Sun, 7 Mar 2021 22:22:08 +0000 (UTC) (envelope-from sunpoet@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 4Dtwv20lNlz4X9P; Sun, 7 Mar 2021 22:22:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC0431E21A; Sun, 7 Mar 2021 22:22:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MM4St048842; Sun, 7 Mar 2021 22:22:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MM4vY048841; Sun, 7 Mar 2021 22:22:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MM4vY048841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567700 - head/textproc/py-tomlkit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-tomlkit X-SVN-Commit-Revision: 567700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:09 -0000 Author: sunpoet Date: Sun Mar 7 22:22:04 2021 New Revision: 567700 URL: https://svnweb.freebsd.org/changeset/ports/567700 Log: Convert to test framework Modified: head/textproc/py-tomlkit/Makefile Modified: head/textproc/py-tomlkit/Makefile ============================================================================== --- head/textproc/py-tomlkit/Makefile Sun Mar 7 22:21:58 2021 (r567699) +++ head/textproc/py-tomlkit/Makefile Sun Mar 7 22:22:04 2021 (r567700) @@ -14,6 +14,9 @@ COMMENT= Style-preserving TOML library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} + USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils @@ -21,5 +24,8 @@ NO_ARCH= yes post-patch: @${MV} ${WRKSRC}/tests ${WRKSRC}/tomlkit + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:17 2021 Return-Path: Delivered-To: svn-ports-all@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 C73E2577C67; Sun, 7 Mar 2021 22:22:17 +0000 (UTC) (envelope-from sunpoet@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 4Dtwv94KTgz4X9s; Sun, 7 Mar 2021 22:22:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B6F21DCFE; Sun, 7 Mar 2021 22:22:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMA24048966; Sun, 7 Mar 2021 22:22:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MM9U4048963; Sun, 7 Mar 2021 22:22:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MM9U4048963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567701 - head/www/py-django-crispy-forms X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-crispy-forms X-SVN-Commit-Revision: 567701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:18 -0000 Author: sunpoet Date: Sun Mar 7 22:22:09 2021 New Revision: 567701 URL: https://svnweb.freebsd.org/changeset/ports/567701 Log: Update to 1.11.1 Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases Modified: head/www/py-django-crispy-forms/Makefile head/www/py-django-crispy-forms/distinfo head/www/py-django-crispy-forms/pkg-descr Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Sun Mar 7 22:22:04 2021 (r567700) +++ head/www/py-django-crispy-forms/Makefile Sun Mar 7 22:22:09 2021 (r567701) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-crispy-forms/distinfo ============================================================================== --- head/www/py-django-crispy-forms/distinfo Sun Mar 7 22:22:04 2021 (r567700) +++ head/www/py-django-crispy-forms/distinfo Sun Mar 7 22:22:09 2021 (r567701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612101626 -SHA256 (django-crispy-forms-1.11.0.tar.gz) = 21cf717b621f93cdf01bac0a419b520fe3b17bffd67e140b6c16558d9b75ab80 -SIZE (django-crispy-forms-1.11.0.tar.gz) = 62028 +TIMESTAMP = 1614794318 +SHA256 (django-crispy-forms-1.11.1.tar.gz) = 5c600dea66e2f435f774fe2c4cacfb5b5eb9914dd6da0728edd174b95f6956fd +SIZE (django-crispy-forms-1.11.1.tar.gz) = 62205 Modified: head/www/py-django-crispy-forms/pkg-descr ============================================================================== --- head/www/py-django-crispy-forms/pkg-descr Sun Mar 7 22:22:04 2021 (r567700) +++ head/www/py-django-crispy-forms/pkg-descr Sun Mar 7 22:22:09 2021 (r567701) @@ -11,5 +11,4 @@ The application mainly provides: and specific layout setup. This gives you amazing power without much hassle, helping you save tons of time. -WWW: https://pypi.org/project/django-crispy-forms/ WWW: https://github.com/django-crispy-forms/django-crispy-forms From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:22 2021 Return-Path: Delivered-To: svn-ports-all@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 02847577DB9; Sun, 7 Mar 2021 22:22:22 +0000 (UTC) (envelope-from sunpoet@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 4DtwvH4k50z4X6R; Sun, 7 Mar 2021 22:22:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF7E01E0B8; Sun, 7 Mar 2021 22:22:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMGMX049088; Sun, 7 Mar 2021 22:22:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMGhc049085; Sun, 7 Mar 2021 22:22:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMGhc049085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567702 - head/www/py-django-picklefield X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-picklefield X-SVN-Commit-Revision: 567702 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:22 -0000 Author: sunpoet Date: Sun Mar 7 22:22:15 2021 New Revision: 567702 URL: https://svnweb.freebsd.org/changeset/ports/567702 Log: Update to 3.0.1 Changes: https://github.com/gintas/django-picklefield/blob/master/README.rst#changes https://github.com/gintas/django-picklefield/commits/master Modified: head/www/py-django-picklefield/Makefile head/www/py-django-picklefield/distinfo head/www/py-django-picklefield/pkg-descr Modified: head/www/py-django-picklefield/Makefile ============================================================================== --- head/www/py-django-picklefield/Makefile Sun Mar 7 22:22:09 2021 (r567701) +++ head/www/py-django-picklefield/Makefile Sun Mar 7 22:22:15 2021 (r567702) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-picklefield -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,19 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # Reminder: www/seahub depends on django, changing django version may break seahub BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -PORTDOCS= README.rst - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/py-django-picklefield/distinfo ============================================================================== --- head/www/py-django-picklefield/distinfo Sun Mar 7 22:22:09 2021 (r567701) +++ head/www/py-django-picklefield/distinfo Sun Mar 7 22:22:15 2021 (r567702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580746243 -SHA256 (django-picklefield-2.1.1.tar.gz) = 67a5e156343e3b032cac2f65565f0faa81635a99c7da74b0f07a0f5db467b646 -SIZE (django-picklefield-2.1.1.tar.gz) = 9380 +TIMESTAMP = 1614794320 +SHA256 (django-picklefield-3.0.1.tar.gz) = 15ccba592ca953b9edf9532e64640329cd47b136b7f8f10f2939caa5f9ce4287 +SIZE (django-picklefield-3.0.1.tar.gz) = 9506 Modified: head/www/py-django-picklefield/pkg-descr ============================================================================== --- head/www/py-django-picklefield/pkg-descr Sun Mar 7 22:22:09 2021 (r567701) +++ head/www/py-django-picklefield/pkg-descr Sun Mar 7 22:22:15 2021 (r567702) @@ -5,5 +5,4 @@ It is incredibly useful for storing just about anythin (provided it is Pickle-able, of course) when there isn't a 'proper' field for the job. -WWW: https://pypi.org/project/django-picklefield/ WWW: https://github.com/gintas/django-picklefield From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:27 2021 Return-Path: Delivered-To: svn-ports-all@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 4898C577C7F; Sun, 7 Mar 2021 22:22:27 +0000 (UTC) (envelope-from sunpoet@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 4DtwvR0F5Qz4XQJ; Sun, 7 Mar 2021 22:22:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD0D81E1C7; Sun, 7 Mar 2021 22:22:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMMJb049196; Sun, 7 Mar 2021 22:22:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMMOt049195; Sun, 7 Mar 2021 22:22:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMMOt049195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567703 - head/www/py-flask-migrate X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-flask-migrate X-SVN-Commit-Revision: 567703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:27 -0000 Author: sunpoet Date: Sun Mar 7 22:22:22 2021 New Revision: 567703 URL: https://svnweb.freebsd.org/changeset/ports/567703 Log: Update to 2.7.0 Changes: https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md Modified: head/www/py-flask-migrate/Makefile head/www/py-flask-migrate/distinfo Modified: head/www/py-flask-migrate/Makefile ============================================================================== --- head/www/py-flask-migrate/Makefile Sun Mar 7 22:22:15 2021 (r567702) +++ head/www/py-flask-migrate/Makefile Sun Mar 7 22:22:22 2021 (r567703) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flask-migrate -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flask-migrate/distinfo ============================================================================== --- head/www/py-flask-migrate/distinfo Sun Mar 7 22:22:15 2021 (r567702) +++ head/www/py-flask-migrate/distinfo Sun Mar 7 22:22:22 2021 (r567703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665515 -SHA256 (Flask-Migrate-2.6.0.tar.gz) = 8626af845e6071ef80c70b0dc16d373f761c981f0ad61bb143a529cab649e725 -SIZE (Flask-Migrate-2.6.0.tar.gz) = 12671 +TIMESTAMP = 1614794322 +SHA256 (Flask-Migrate-2.7.0.tar.gz) = ae2f05671588762dd83a21d8b18c51fe355e86783e24594995ff8d7380dffe38 +SIZE (Flask-Migrate-2.7.0.tar.gz) = 12627 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:32 2021 Return-Path: Delivered-To: svn-ports-all@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 A09EE577EF8; Sun, 7 Mar 2021 22:22:32 +0000 (UTC) (envelope-from sunpoet@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 4DtwvV4jJ4z4X8v; Sun, 7 Mar 2021 22:22:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2AEB1E3F1; Sun, 7 Mar 2021 22:22:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMR5H049288; Sun, 7 Mar 2021 22:22:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMRCU049287; Sun, 7 Mar 2021 22:22:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMRCU049287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567704 - head/www/py-google-cloud-dlp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-cloud-dlp X-SVN-Commit-Revision: 567704 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:32 -0000 Author: sunpoet Date: Sun Mar 7 22:22:27 2021 New Revision: 567704 URL: https://svnweb.freebsd.org/changeset/ports/567704 Log: Take maintainership Modified: head/www/py-google-cloud-dlp/Makefile Modified: head/www/py-google-cloud-dlp/Makefile ============================================================================== --- head/www/py-google-cloud-dlp/Makefile Sun Mar 7 22:22:22 2021 (r567703) +++ head/www/py-google-cloud-dlp/Makefile Sun Mar 7 22:22:27 2021 (r567704) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Client for Google Cloud Data Loss Prevention LICENSE= APACHE20 @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:39 2021 Return-Path: Delivered-To: svn-ports-all@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 77A57550008; Sun, 7 Mar 2021 22:22:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtwvc2BVvz4XLm; Sun, 7 Mar 2021 22:22:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 850151E152; Sun, 7 Mar 2021 22:22:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMXPD049380; Sun, 7 Mar 2021 22:22:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMXgY049379; Sun, 7 Mar 2021 22:22:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMXgY049379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567705 - head/www/py-google-cloud-logging X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-cloud-logging X-SVN-Commit-Revision: 567705 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:39 -0000 Author: sunpoet Date: Sun Mar 7 22:22:32 2021 New Revision: 567705 URL: https://svnweb.freebsd.org/changeset/ports/567705 Log: Take maintainership Modified: head/www/py-google-cloud-logging/Makefile Modified: head/www/py-google-cloud-logging/Makefile ============================================================================== --- head/www/py-google-cloud-logging/Makefile Sun Mar 7 22:22:27 2021 (r567704) +++ head/www/py-google-cloud-logging/Makefile Sun Mar 7 22:22:32 2021 (r567705) @@ -6,7 +6,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Client for Google Cloud Stackdriver Logging API LICENSE= APACHE20 @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1 ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:42 2021 Return-Path: Delivered-To: svn-ports-all@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 819C6550100; Sun, 7 Mar 2021 22:22:42 +0000 (UTC) (envelope-from sunpoet@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 4Dtwvh01lcz4XJP; Sun, 7 Mar 2021 22:22:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B35781DFBF; Sun, 7 Mar 2021 22:22:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMcuu049488; Sun, 7 Mar 2021 22:22:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMcE6049487; Sun, 7 Mar 2021 22:22:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMcE6049487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567706 - head/www/py-google-cloud-storage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-cloud-storage X-SVN-Commit-Revision: 567706 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:42 -0000 Author: sunpoet Date: Sun Mar 7 22:22:38 2021 New Revision: 567706 URL: https://svnweb.freebsd.org/changeset/ports/567706 Log: Update to 1.36.1 Changes: https://github.com/googleapis/python-storage/releases Modified: head/www/py-google-cloud-storage/Makefile head/www/py-google-cloud-storage/distinfo Modified: head/www/py-google-cloud-storage/Makefile ============================================================================== --- head/www/py-google-cloud-storage/Makefile Sun Mar 7 22:22:32 2021 (r567705) +++ head/www/py-google-cloud-storage/Makefile Sun Mar 7 22:22:38 2021 (r567706) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-storage -PORTVERSION= 1.36.0 +PORTVERSION= 1.36.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-google-cloud-storage/distinfo ============================================================================== --- head/www/py-google-cloud-storage/distinfo Sun Mar 7 22:22:32 2021 (r567705) +++ head/www/py-google-cloud-storage/distinfo Sun Mar 7 22:22:38 2021 (r567706) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478471 -SHA256 (google-cloud-storage-1.36.0.tar.gz) = 9517e26cadb4e52fcd11e83cd1b4051e72351a2e518078102ad2f1b9f4d704bc -SIZE (google-cloud-storage-1.36.0.tar.gz) = 5448275 +TIMESTAMP = 1614794324 +SHA256 (google-cloud-storage-1.36.1.tar.gz) = b63f31f3ec51797fce682ef4f6b7323f8b99e9ca0b21092801b1b8d25017f58a +SIZE (google-cloud-storage-1.36.1.tar.gz) = 5449050 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:47 2021 Return-Path: Delivered-To: svn-ports-all@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 B7C3E55010C; Sun, 7 Mar 2021 22:22:47 +0000 (UTC) (envelope-from sunpoet@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 4Dtwvq1d6gz4XZK; Sun, 7 Mar 2021 22:22:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79FA71E1CE; Sun, 7 Mar 2021 22:22:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMiJU049582; Sun, 7 Mar 2021 22:22:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMisS049581; Sun, 7 Mar 2021 22:22:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMisS049581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567707 - head/www/py-google-cloud-vision X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-cloud-vision X-SVN-Commit-Revision: 567707 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:48 -0000 Author: sunpoet Date: Sun Mar 7 22:22:43 2021 New Revision: 567707 URL: https://svnweb.freebsd.org/changeset/ports/567707 Log: Take maintainership Modified: head/www/py-google-cloud-vision/Makefile Modified: head/www/py-google-cloud-vision/Makefile ============================================================================== --- head/www/py-google-cloud-vision/Makefile Sun Mar 7 22:22:38 2021 (r567706) +++ head/www/py-google-cloud-vision/Makefile Sun Mar 7 22:22:43 2021 (r567707) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Client for Google Cloud Vision LICENSE= APACHE20 @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:52 2021 Return-Path: Delivered-To: svn-ports-all@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 5BE42550111; Sun, 7 Mar 2021 22:22:52 +0000 (UTC) (envelope-from sunpoet@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 4Dtwvw0dfLz4XjH; Sun, 7 Mar 2021 22:22:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C66F51E28A; Sun, 7 Mar 2021 22:22:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMn8Y049690; Sun, 7 Mar 2021 22:22:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMnhd049688; Sun, 7 Mar 2021 22:22:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMnhd049688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567708 - head/www/py-httpx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-httpx X-SVN-Commit-Revision: 567708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:52 -0000 Author: sunpoet Date: Sun Mar 7 22:22:49 2021 New Revision: 567708 URL: https://svnweb.freebsd.org/changeset/ports/567708 Log: Update to 0.16.1 Changes: https://github.com/encode/httpx/releases Modified: head/www/py-httpx/Makefile head/www/py-httpx/distinfo Modified: head/www/py-httpx/Makefile ============================================================================== --- head/www/py-httpx/Makefile Sun Mar 7 22:22:43 2021 (r567707) +++ head/www/py-httpx/Makefile Sun Mar 7 22:22:49 2021 (r567708) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httpx -PORTVERSION= 0.16.1 -PORTREVISION= 1 +PORTVERSION= 0.17.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-httpx/distinfo ============================================================================== --- head/www/py-httpx/distinfo Sun Mar 7 22:22:43 2021 (r567707) +++ head/www/py-httpx/distinfo Sun Mar 7 22:22:49 2021 (r567708) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602524167 -SHA256 (httpx-0.16.1.tar.gz) = 126424c279c842738805974687e0518a94c7ae8d140cd65b9c4f77ac46ffa537 -SIZE (httpx-0.16.1.tar.gz) = 83253 +TIMESTAMP = 1614794326 +SHA256 (httpx-0.17.0.tar.gz) = 4f7ab2fef7f929c5531abd4f413b41ce2c820e3202f2eeee498f2d92b6849f8d +SIZE (httpx-0.17.0.tar.gz) = 86266 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:22:58 2021 Return-Path: Delivered-To: svn-ports-all@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 6263B577D70; Sun, 7 Mar 2021 22:22:58 +0000 (UTC) (envelope-from sunpoet@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 4Dtww11SSRz4XVc; Sun, 7 Mar 2021 22:22:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7D981E229; Sun, 7 Mar 2021 22:22:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MMtTR049800; Sun, 7 Mar 2021 22:22:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MMtA5049798; Sun, 7 Mar 2021 22:22:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072222.127MMtA5049798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567709 - head/www/py-uvicorn X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-uvicorn X-SVN-Commit-Revision: 567709 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:22:58 -0000 Author: sunpoet Date: Sun Mar 7 22:22:55 2021 New Revision: 567709 URL: https://svnweb.freebsd.org/changeset/ports/567709 Log: Update to 0.13.4 Changes: https://github.com/encode/uvicorn/releases Modified: head/www/py-uvicorn/Makefile head/www/py-uvicorn/distinfo Modified: head/www/py-uvicorn/Makefile ============================================================================== --- head/www/py-uvicorn/Makefile Sun Mar 7 22:22:49 2021 (r567708) +++ head/www/py-uvicorn/Makefile Sun Mar 7 22:22:55 2021 (r567709) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uvicorn -PORTVERSION= 0.13.3 +PORTVERSION= 0.13.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +29,7 @@ NO_ARCH= yes OPTIONS_DEFINE= WATCHGODRELOAD WATCHGODRELOAD_DESC= Reload automatically with watchgod -WATCHGODRELOAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchgod>=0.6<0.7:devel/py-watchgod@${PY_FLAVOR} +WATCHGODRELOAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchgod>=0.6:devel/py-watchgod@${PY_FLAVOR} .include Modified: head/www/py-uvicorn/distinfo ============================================================================== --- head/www/py-uvicorn/distinfo Sun Mar 7 22:22:49 2021 (r567708) +++ head/www/py-uvicorn/distinfo Sun Mar 7 22:22:55 2021 (r567709) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598929 -SHA256 (uvicorn-0.13.3.tar.gz) = ef1e0bb5f7941c6fe324e06443ddac0331e1632a776175f87891c7bd02694355 -SIZE (uvicorn-0.13.3.tar.gz) = 32165 +TIMESTAMP = 1614794328 +SHA256 (uvicorn-0.13.4.tar.gz) = 3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202 +SIZE (uvicorn-0.13.4.tar.gz) = 32426 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:02 2021 Return-Path: Delivered-To: svn-ports-all@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 D484E577E7C; Sun, 7 Mar 2021 22:23:02 +0000 (UTC) (envelope-from sunpoet@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 4Dtww62Rzbz4Xd7; Sun, 7 Mar 2021 22:23:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6487A1E3F3; Sun, 7 Mar 2021 22:23:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MN1sH049912; Sun, 7 Mar 2021 22:23:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MN0ZI049911; Sun, 7 Mar 2021 22:23:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MN0ZI049911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567710 - head/www/py-wagtail X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-wagtail X-SVN-Commit-Revision: 567710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:03 -0000 Author: sunpoet Date: Sun Mar 7 22:23:00 2021 New Revision: 567710 URL: https://svnweb.freebsd.org/changeset/ports/567710 Log: Update to 2.11.5 Changes: https://github.com/wagtail/wagtail/releases https://docs.wagtail.io/en/latest/releases/index.html Modified: head/www/py-wagtail/Makefile head/www/py-wagtail/distinfo Modified: head/www/py-wagtail/Makefile ============================================================================== --- head/www/py-wagtail/Makefile Sun Mar 7 22:22:55 2021 (r567709) +++ head/www/py-wagtail/Makefile Sun Mar 7 22:23:00 2021 (r567710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wagtail -PORTVERSION= 2.11.4 +PORTVERSION= 2.11.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:te ${PYTHON_PKGNAMEPREFIX}django22>=2.1<3.2:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=5.1<6.0:www/py-django-modelcluster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-taggit>=1.0<2.0:www/py-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.2.0<5.0:www/py-django-treebeard@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.2.0<4.5:www/py-django-treebeard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.11.1,1<4.0,1:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}draftjs-exporter>=2.1.5:www/py-draftjs-exporter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999<2:www/py-html5lib@${PY_FLAVOR} \ Modified: head/www/py-wagtail/distinfo ============================================================================== --- head/www/py-wagtail/distinfo Sun Mar 7 22:22:55 2021 (r567709) +++ head/www/py-wagtail/distinfo Sun Mar 7 22:23:00 2021 (r567710) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738797 -SHA256 (wagtail-2.11.4.tar.gz) = 248b924550c59294317ab6948262ccdde5ab55c6f345bc629a1c5f55c0045ed3 -SIZE (wagtail-2.11.4.tar.gz) = 8649392 +TIMESTAMP = 1614794330 +SHA256 (wagtail-2.11.5.tar.gz) = f405f3f18fc23c60f275d9e28f407b93a411ba526e95e329bd0d0d41c1a1fd24 +SIZE (wagtail-2.11.5.tar.gz) = 8649421 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:11 2021 Return-Path: Delivered-To: svn-ports-all@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 BD733577D76; Sun, 7 Mar 2021 22:23:11 +0000 (UTC) (envelope-from sunpoet@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 4DtwwF5RDqz4Xs4; Sun, 7 Mar 2021 22:23:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 147DB1E1CF; Sun, 7 Mar 2021 22:23:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MN6lx050020; Sun, 7 Mar 2021 22:23:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MN65B050019; Sun, 7 Mar 2021 22:23:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MN65B050019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567711 - head/converters/rubygem-json-ld X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/rubygem-json-ld X-SVN-Commit-Revision: 567711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:12 -0000 Author: sunpoet Date: Sun Mar 7 22:23:06 2021 New Revision: 567711 URL: https://svnweb.freebsd.org/changeset/ports/567711 Log: Update to 3.1.9 Changes: https://github.com/ruby-rdf/json-ld/releases Modified: head/converters/rubygem-json-ld/Makefile head/converters/rubygem-json-ld/distinfo Modified: head/converters/rubygem-json-ld/Makefile ============================================================================== --- head/converters/rubygem-json-ld/Makefile Sun Mar 7 22:23:00 2021 (r567710) +++ head/converters/rubygem-json-ld/Makefile Sun Mar 7 22:23:06 2021 (r567711) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= json-ld -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 CATEGORIES= converters rubygems MASTER_SITES= RG Modified: head/converters/rubygem-json-ld/distinfo ============================================================================== --- head/converters/rubygem-json-ld/distinfo Sun Mar 7 22:23:00 2021 (r567710) +++ head/converters/rubygem-json-ld/distinfo Sun Mar 7 22:23:06 2021 (r567711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519159 -SHA256 (rubygem/json-ld-3.1.8.gem) = d323d5df41c1f9317936b39a7b000844ff20bd717e82a3460f865eb50dbb8759 -SIZE (rubygem/json-ld-3.1.8.gem) = 168960 +TIMESTAMP = 1614794332 +SHA256 (rubygem/json-ld-3.1.9.gem) = fc8443b622b4806b28a634ee6b9cea160507d7c7b3dfc7171561dc86f19039c9 +SIZE (rubygem/json-ld-3.1.9.gem) = 169472 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:17 2021 Return-Path: Delivered-To: svn-ports-all@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 59B8655018C; Sun, 7 Mar 2021 22:23:17 +0000 (UTC) (envelope-from sunpoet@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 4DtwwL3Tcxz4XkY; Sun, 7 Mar 2021 22:23:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 558B91E153; Sun, 7 Mar 2021 22:23:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNCcH050128; Sun, 7 Mar 2021 22:23:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNBTv050126; Sun, 7 Mar 2021 22:23:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNBTv050126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567712 - head/databases/rubygem-activerecord-import X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord-import X-SVN-Commit-Revision: 567712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:18 -0000 Author: sunpoet Date: Sun Mar 7 22:23:11 2021 New Revision: 567712 URL: https://svnweb.freebsd.org/changeset/ports/567712 Log: Update to 1.0.8 Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Modified: head/databases/rubygem-activerecord-import/Makefile head/databases/rubygem-activerecord-import/distinfo Modified: head/databases/rubygem-activerecord-import/Makefile ============================================================================== --- head/databases/rubygem-activerecord-import/Makefile Sun Mar 7 22:23:06 2021 (r567711) +++ head/databases/rubygem-activerecord-import/Makefile Sun Mar 7 22:23:11 2021 (r567712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activerecord-import -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-activerecord-import/distinfo ============================================================================== --- head/databases/rubygem-activerecord-import/distinfo Sun Mar 7 22:23:06 2021 (r567711) +++ head/databases/rubygem-activerecord-import/distinfo Sun Mar 7 22:23:11 2021 (r567712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602877817 -SHA256 (rubygem/activerecord-import-1.0.7.gem) = 1a33bf8b1079c83ce3b34c9b5bf542d9d233ead83c748b521ec6e1203dcf550e -SIZE (rubygem/activerecord-import-1.0.7.gem) = 65536 +TIMESTAMP = 1614794334 +SHA256 (rubygem/activerecord-import-1.0.8.gem) = f2dd43722f815051b8f566ee29c9d055a3a0bc13eb804c47a91144edfddd53b4 +SIZE (rubygem/activerecord-import-1.0.8.gem) = 65536 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:23 2021 Return-Path: Delivered-To: svn-ports-all@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 29EDA550142; Sun, 7 Mar 2021 22:23:23 +0000 (UTC) (envelope-from sunpoet@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 4DtwwS1l46z4XqQ; Sun, 7 Mar 2021 22:23:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 809C31E401; Sun, 7 Mar 2021 22:23:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNI7N050236; Sun, 7 Mar 2021 22:23:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNI8G050235; Sun, 7 Mar 2021 22:23:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNI8G050235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567713 - head/devel/rubygem-async X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-async X-SVN-Commit-Revision: 567713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:23 -0000 Author: sunpoet Date: Sun Mar 7 22:23:17 2021 New Revision: 567713 URL: https://svnweb.freebsd.org/changeset/ports/567713 Log: Update to 1.28.9 Changes: https://github.com/socketry/async/commits/master Modified: head/devel/rubygem-async/Makefile head/devel/rubygem-async/distinfo Modified: head/devel/rubygem-async/Makefile ============================================================================== --- head/devel/rubygem-async/Makefile Sun Mar 7 22:23:11 2021 (r567712) +++ head/devel/rubygem-async/Makefile Sun Mar 7 22:23:17 2021 (r567713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= async -PORTVERSION= 1.28.7 +PORTVERSION= 1.28.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-async/distinfo ============================================================================== --- head/devel/rubygem-async/distinfo Sun Mar 7 22:23:11 2021 (r567712) +++ head/devel/rubygem-async/distinfo Sun Mar 7 22:23:17 2021 (r567713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738799 -SHA256 (rubygem/async-1.28.7.gem) = 5337b005098b16af692fb4973ef869ce0fc6ed0c8837d3735c2d7b3e6b123914 -SIZE (rubygem/async-1.28.7.gem) = 16384 +TIMESTAMP = 1614794336 +SHA256 (rubygem/async-1.28.9.gem) = 99033e8d3ed1581219ea000bbeb2f41ce83f4b2b270116b48ac634b613b43def +SIZE (rubygem/async-1.28.9.gem) = 16896 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:29 2021 Return-Path: Delivered-To: svn-ports-all@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 EDAFA5501B2; Sun, 7 Mar 2021 22:23:28 +0000 (UTC) (envelope-from sunpoet@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 4Dtwwb3CNWz4Xw1; Sun, 7 Mar 2021 22:23:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2D4E1E1D1; Sun, 7 Mar 2021 22:23:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNOR6050346; Sun, 7 Mar 2021 22:23:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNObi050344; Sun, 7 Mar 2021 22:23:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNObi050344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567714 - head/devel/rubygem-aws-partitions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-partitions X-SVN-Commit-Revision: 567714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:29 -0000 Author: sunpoet Date: Sun Mar 7 22:23:24 2021 New Revision: 567714 URL: https://svnweb.freebsd.org/changeset/ports/567714 Log: Update to 1.429.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md Modified: head/devel/rubygem-aws-partitions/Makefile head/devel/rubygem-aws-partitions/distinfo Modified: head/devel/rubygem-aws-partitions/Makefile ============================================================================== --- head/devel/rubygem-aws-partitions/Makefile Sun Mar 7 22:23:17 2021 (r567713) +++ head/devel/rubygem-aws-partitions/Makefile Sun Mar 7 22:23:24 2021 (r567714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-partitions -PORTVERSION= 1.427.0 +PORTVERSION= 1.429.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-partitions/distinfo ============================================================================== --- head/devel/rubygem-aws-partitions/distinfo Sun Mar 7 22:23:17 2021 (r567713) +++ head/devel/rubygem-aws-partitions/distinfo Sun Mar 7 22:23:24 2021 (r567714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738803 -SHA256 (rubygem/aws-partitions-1.427.0.gem) = dfe5460fad0233cbd641e98b09f997356e21244d85f8238c2377353eb1e7edec -SIZE (rubygem/aws-partitions-1.427.0.gem) = 24064 +TIMESTAMP = 1614794338 +SHA256 (rubygem/aws-partitions-1.429.0.gem) = 7dabe2c7a10febd02f4b29d24fd8b9bf3d4154bc104e903025557511813a868e +SIZE (rubygem/aws-partitions-1.429.0.gem) = 24064 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:41 2021 Return-Path: Delivered-To: svn-ports-all@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 9E2E2550210; Sun, 7 Mar 2021 22:23:41 +0000 (UTC) (envelope-from sunpoet@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 4Dtwwr102zz4Xx3; Sun, 7 Mar 2021 22:23:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9D221E402; Sun, 7 Mar 2021 22:23:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNaDe050562; Sun, 7 Mar 2021 22:23:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNalt050560; Sun, 7 Mar 2021 22:23:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNalt050560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567716 - head/devel/rubygem-aws-sdk-autoscaling X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-autoscaling X-SVN-Commit-Revision: 567716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:41 -0000 Author: sunpoet Date: Sun Mar 7 22:23:36 2021 New Revision: 567716 URL: https://svnweb.freebsd.org/changeset/ports/567716 Log: Update to 1.55.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-autoscaling/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-autoscaling/Makefile head/devel/rubygem-aws-sdk-autoscaling/distinfo Modified: head/devel/rubygem-aws-sdk-autoscaling/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-autoscaling/Makefile Sun Mar 7 22:23:29 2021 (r567715) +++ head/devel/rubygem-aws-sdk-autoscaling/Makefile Sun Mar 7 22:23:36 2021 (r567716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-autoscaling -PORTVERSION= 1.54.0 +PORTVERSION= 1.55.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-autoscaling/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-autoscaling/distinfo Sun Mar 7 22:23:29 2021 (r567715) +++ head/devel/rubygem-aws-sdk-autoscaling/distinfo Sun Mar 7 22:23:36 2021 (r567716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519207 -SHA256 (rubygem/aws-sdk-autoscaling-1.54.0.gem) = 05f2bea81e0ef10c44c0c44397f0b02194840fab705d320152acd5b4ac7c0840 -SIZE (rubygem/aws-sdk-autoscaling-1.54.0.gem) = 118272 +TIMESTAMP = 1614794342 +SHA256 (rubygem/aws-sdk-autoscaling-1.55.0.gem) = 3d1e09894b76c18423b1d57602c7c5aa7e2d9c5f25a40920f08b11b4452cac98 +SIZE (rubygem/aws-sdk-autoscaling-1.55.0.gem) = 118784 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:35 2021 Return-Path: Delivered-To: svn-ports-all@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 CE34F55006A; Sun, 7 Mar 2021 22:23:35 +0000 (UTC) (envelope-from sunpoet@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 4Dtwwj2m7rz4Y4X; Sun, 7 Mar 2021 22:23:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E1CB1E0B9; Sun, 7 Mar 2021 22:23:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNUpa050454; Sun, 7 Mar 2021 22:23:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNUWx050453; Sun, 7 Mar 2021 22:23:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNUWx050453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567715 - head/devel/rubygem-aws-sdk-appflow X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-appflow X-SVN-Commit-Revision: 567715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:35 -0000 Author: sunpoet Date: Sun Mar 7 22:23:29 2021 New Revision: 567715 URL: https://svnweb.freebsd.org/changeset/ports/567715 Log: Update to 1.7.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appflow/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-appflow/Makefile head/devel/rubygem-aws-sdk-appflow/distinfo Modified: head/devel/rubygem-aws-sdk-appflow/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-appflow/Makefile Sun Mar 7 22:23:24 2021 (r567714) +++ head/devel/rubygem-aws-sdk-appflow/Makefile Sun Mar 7 22:23:29 2021 (r567715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-appflow -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-appflow/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-appflow/distinfo Sun Mar 7 22:23:24 2021 (r567714) +++ head/devel/rubygem-aws-sdk-appflow/distinfo Sun Mar 7 22:23:29 2021 (r567715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478479 -SHA256 (rubygem/aws-sdk-appflow-1.6.0.gem) = ed444de67eb9b33dfac3fb44fb06fb9eb6f38ab590b9042c9dd6da66f7e9371c -SIZE (rubygem/aws-sdk-appflow-1.6.0.gem) = 50688 +TIMESTAMP = 1614794340 +SHA256 (rubygem/aws-sdk-appflow-1.7.0.gem) = 775352baf1476237d8a70b103e8b433832a04dce6aa161d057fd43b32975f6d2 +SIZE (rubygem/aws-sdk-appflow-1.7.0.gem) = 51712 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:46 2021 Return-Path: Delivered-To: svn-ports-all@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 5CB1A550159; Sun, 7 Mar 2021 22:23:46 +0000 (UTC) (envelope-from sunpoet@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 4Dtwwv5YFBz4Y9h; Sun, 7 Mar 2021 22:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57DAE1E154; Sun, 7 Mar 2021 22:23:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNg7h050672; Sun, 7 Mar 2021 22:23:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNflS050670; Sun, 7 Mar 2021 22:23:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNflS050670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567717 - head/devel/rubygem-aws-sdk-codebuild X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-codebuild X-SVN-Commit-Revision: 567717 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:46 -0000 Author: sunpoet Date: Sun Mar 7 22:23:41 2021 New Revision: 567717 URL: https://svnweb.freebsd.org/changeset/ports/567717 Log: Update to 1.69.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-codebuild/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-codebuild/Makefile head/devel/rubygem-aws-sdk-codebuild/distinfo Modified: head/devel/rubygem-aws-sdk-codebuild/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-codebuild/Makefile Sun Mar 7 22:23:36 2021 (r567716) +++ head/devel/rubygem-aws-sdk-codebuild/Makefile Sun Mar 7 22:23:41 2021 (r567717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-codebuild -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-codebuild/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-codebuild/distinfo Sun Mar 7 22:23:36 2021 (r567716) +++ head/devel/rubygem-aws-sdk-codebuild/distinfo Sun Mar 7 22:23:41 2021 (r567717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738807 -SHA256 (rubygem/aws-sdk-codebuild-1.68.0.gem) = 7cd5b2fcda3610501828305b175fa22635c534f53350953ed40f8ad0ab3cea89 -SIZE (rubygem/aws-sdk-codebuild-1.68.0.gem) = 83968 +TIMESTAMP = 1614794344 +SHA256 (rubygem/aws-sdk-codebuild-1.69.0.gem) = fb339e68ff3d299ede5557bf6c90fdb336bda99697a9cf00f0a3c1bc0cae5731 +SIZE (rubygem/aws-sdk-codebuild-1.69.0.gem) = 83968 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:53 2021 Return-Path: Delivered-To: svn-ports-all@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 D4B765501CE; Sun, 7 Mar 2021 22:23:53 +0000 (UTC) (envelope-from sunpoet@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 4Dtwx41SYyz4Y85; Sun, 7 Mar 2021 22:23:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9A501E22A; Sun, 7 Mar 2021 22:23:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNmDm050780; Sun, 7 Mar 2021 22:23:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNmhF050778; Sun, 7 Mar 2021 22:23:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNmhF050778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567718 - head/devel/rubygem-aws-sdk-computeoptimizer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-computeoptimizer X-SVN-Commit-Revision: 567718 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:54 -0000 Author: sunpoet Date: Sun Mar 7 22:23:47 2021 New Revision: 567718 URL: https://svnweb.freebsd.org/changeset/ports/567718 Log: Update to 1.14.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-computeoptimizer/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-computeoptimizer/Makefile head/devel/rubygem-aws-sdk-computeoptimizer/distinfo Modified: head/devel/rubygem-aws-sdk-computeoptimizer/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-computeoptimizer/Makefile Sun Mar 7 22:23:41 2021 (r567717) +++ head/devel/rubygem-aws-sdk-computeoptimizer/Makefile Sun Mar 7 22:23:47 2021 (r567718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-computeoptimizer -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-computeoptimizer/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-computeoptimizer/distinfo Sun Mar 7 22:23:41 2021 (r567717) +++ head/devel/rubygem-aws-sdk-computeoptimizer/distinfo Sun Mar 7 22:23:47 2021 (r567718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478493 -SHA256 (rubygem/aws-sdk-computeoptimizer-1.13.0.gem) = d626186587313ccca4f30c3ff4ba232d9057b5f349e1db190e65c1d4ace490c8 -SIZE (rubygem/aws-sdk-computeoptimizer-1.13.0.gem) = 32768 +TIMESTAMP = 1614794346 +SHA256 (rubygem/aws-sdk-computeoptimizer-1.14.0.gem) = 351376fd5b925200267b92d655d29c2a36c17433dddc17c370fce6113a9a735d +SIZE (rubygem/aws-sdk-computeoptimizer-1.14.0.gem) = 33792 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:23:59 2021 Return-Path: Delivered-To: svn-ports-all@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 928FF5502A1; Sun, 7 Mar 2021 22:23:59 +0000 (UTC) (envelope-from sunpoet@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 4Dtwx93kRvz4YV8; Sun, 7 Mar 2021 22:23:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 137181E1D2; Sun, 7 Mar 2021 22:23:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MNsoW050888; Sun, 7 Mar 2021 22:23:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MNswY050886; Sun, 7 Mar 2021 22:23:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072223.127MNswY050886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567719 - head/devel/rubygem-aws-sdk-connect X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-connect X-SVN-Commit-Revision: 567719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:23:59 -0000 Author: sunpoet Date: Sun Mar 7 22:23:54 2021 New Revision: 567719 URL: https://svnweb.freebsd.org/changeset/ports/567719 Log: Update to 1.41.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-connect/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-connect/Makefile head/devel/rubygem-aws-sdk-connect/distinfo Modified: head/devel/rubygem-aws-sdk-connect/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-connect/Makefile Sun Mar 7 22:23:47 2021 (r567718) +++ head/devel/rubygem-aws-sdk-connect/Makefile Sun Mar 7 22:23:54 2021 (r567719) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-connect -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-connect/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-connect/distinfo Sun Mar 7 22:23:47 2021 (r567718) +++ head/devel/rubygem-aws-sdk-connect/distinfo Sun Mar 7 22:23:54 2021 (r567719) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519279 -SHA256 (rubygem/aws-sdk-connect-1.40.0.gem) = f03f093f82bb05ed972ec0f4553cc701d19995ecd0e33bb574c471876ee91b1c -SIZE (rubygem/aws-sdk-connect-1.40.0.gem) = 73216 +TIMESTAMP = 1614794348 +SHA256 (rubygem/aws-sdk-connect-1.41.0.gem) = 92908c82d9a4d5f02302b1a530ec3393325193e6c9bb6d194d9d670f20eb4267 +SIZE (rubygem/aws-sdk-connect-1.41.0.gem) = 73216 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:04 2021 Return-Path: Delivered-To: svn-ports-all@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 ECD86550329; Sun, 7 Mar 2021 22:24:03 +0000 (UTC) (envelope-from sunpoet@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 4DtwxG6hGyz4YQ4; Sun, 7 Mar 2021 22:24:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CB541E0BB; Sun, 7 Mar 2021 22:24:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MO0Y1051000; Sun, 7 Mar 2021 22:24:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MO0lP050998; Sun, 7 Mar 2021 22:24:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MO0lP050998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567720 - head/devel/rubygem-aws-sdk-detective X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-detective X-SVN-Commit-Revision: 567720 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:04 -0000 Author: sunpoet Date: Sun Mar 7 22:23:59 2021 New Revision: 567720 URL: https://svnweb.freebsd.org/changeset/ports/567720 Log: Update to 1.14.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-detective/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-detective/Makefile head/devel/rubygem-aws-sdk-detective/distinfo Modified: head/devel/rubygem-aws-sdk-detective/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-detective/Makefile Sun Mar 7 22:23:54 2021 (r567719) +++ head/devel/rubygem-aws-sdk-detective/Makefile Sun Mar 7 22:23:59 2021 (r567720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-detective -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-detective/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-detective/distinfo Sun Mar 7 22:23:54 2021 (r567719) +++ head/devel/rubygem-aws-sdk-detective/distinfo Sun Mar 7 22:23:59 2021 (r567720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478501 -SHA256 (rubygem/aws-sdk-detective-1.13.0.gem) = 520b4ad52db74d9a8dfe729aa98908447844a76c8aa15f6cbbc272e2b7702699 -SIZE (rubygem/aws-sdk-detective-1.13.0.gem) = 18944 +TIMESTAMP = 1614794350 +SHA256 (rubygem/aws-sdk-detective-1.14.0.gem) = 0d44fbf32ff2dbaf8f4c88c8c52b09b835319df24c621469c31a870f51666705 +SIZE (rubygem/aws-sdk-detective-1.14.0.gem) = 18944 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:13 2021 Return-Path: Delivered-To: svn-ports-all@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 E351355032F; Sun, 7 Mar 2021 22:24:13 +0000 (UTC) (envelope-from sunpoet@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 4DtwxQ03Zcz4YKw; Sun, 7 Mar 2021 22:24:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 891A61E22B; Sun, 7 Mar 2021 22:24:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MO6R3051108; Sun, 7 Mar 2021 22:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MO60H051106; Sun, 7 Mar 2021 22:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MO60H051106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567721 - head/devel/rubygem-aws-sdk-ec2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-ec2 X-SVN-Commit-Revision: 567721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:14 -0000 Author: sunpoet Date: Sun Mar 7 22:24:05 2021 New Revision: 567721 URL: https://svnweb.freebsd.org/changeset/ports/567721 Log: Update to 1.225.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-ec2/Makefile head/devel/rubygem-aws-sdk-ec2/distinfo Modified: head/devel/rubygem-aws-sdk-ec2/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-ec2/Makefile Sun Mar 7 22:23:59 2021 (r567720) +++ head/devel/rubygem-aws-sdk-ec2/Makefile Sun Mar 7 22:24:05 2021 (r567721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.224.0 +PORTVERSION= 1.225.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-ec2/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-ec2/distinfo Sun Mar 7 22:23:59 2021 (r567720) +++ head/devel/rubygem-aws-sdk-ec2/distinfo Sun Mar 7 22:24:05 2021 (r567721) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738813 -SHA256 (rubygem/aws-sdk-ec2-1.224.0.gem) = a9ff3132e4ad55aed42494791f5be764a1de912c1162b0ce512b6e2202dce8d1 -SIZE (rubygem/aws-sdk-ec2-1.224.0.gem) = 740352 +TIMESTAMP = 1614794352 +SHA256 (rubygem/aws-sdk-ec2-1.225.0.gem) = 8d348338e7e5e3ab88aed0e274543602e3eb81c171d277f84c4f9d8bae1c4ef4 +SIZE (rubygem/aws-sdk-ec2-1.225.0.gem) = 740864 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:22 2021 Return-Path: Delivered-To: svn-ports-all@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 D0E465501E6; Sun, 7 Mar 2021 22:24:22 +0000 (UTC) (envelope-from sunpoet@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 4Dtwxd4Tf0z4YNX; Sun, 7 Mar 2021 22:24:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C85EF1E22C; Sun, 7 Mar 2021 22:24:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOIxI051332; Sun, 7 Mar 2021 22:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOIvr051329; Sun, 7 Mar 2021 22:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOIvr051329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567723 - head/devel/rubygem-aws-sdk-eks X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-eks X-SVN-Commit-Revision: 567723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:23 -0000 Author: sunpoet Date: Sun Mar 7 22:24:18 2021 New Revision: 567723 URL: https://svnweb.freebsd.org/changeset/ports/567723 Log: Update to 1.49.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-eks/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-eks/Makefile head/devel/rubygem-aws-sdk-eks/distinfo Modified: head/devel/rubygem-aws-sdk-eks/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-eks/Makefile Sun Mar 7 22:24:11 2021 (r567722) +++ head/devel/rubygem-aws-sdk-eks/Makefile Sun Mar 7 22:24:18 2021 (r567723) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-eks -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-eks/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-eks/distinfo Sun Mar 7 22:24:11 2021 (r567722) +++ head/devel/rubygem-aws-sdk-eks/distinfo Sun Mar 7 22:24:18 2021 (r567723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478507 -SHA256 (rubygem/aws-sdk-eks-1.48.0.gem) = e41791c6c9bb272ecbb2f4affd3b0d3edd5667244eb51a03680c07ea1e02ec9f -SIZE (rubygem/aws-sdk-eks-1.48.0.gem) = 57344 +TIMESTAMP = 1614794356 +SHA256 (rubygem/aws-sdk-eks-1.49.0.gem) = 79047790ba8213a0ad99ef31bdd6677fd1c7a523bd9cc811691f7653c4bd0c84 +SIZE (rubygem/aws-sdk-eks-1.49.0.gem) = 57344 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:16 2021 Return-Path: Delivered-To: svn-ports-all@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 0640B550392; Sun, 7 Mar 2021 22:24:16 +0000 (UTC) (envelope-from sunpoet@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 4DtwxW2dcXz4Ydp; Sun, 7 Mar 2021 22:24:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C2911E28B; Sun, 7 Mar 2021 22:24:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOCC3051220; Sun, 7 Mar 2021 22:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOClu051218; Sun, 7 Mar 2021 22:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOClu051218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567722 - head/devel/rubygem-aws-sdk-ecrpublic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-ecrpublic X-SVN-Commit-Revision: 567722 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:16 -0000 Author: sunpoet Date: Sun Mar 7 22:24:11 2021 New Revision: 567722 URL: https://svnweb.freebsd.org/changeset/ports/567722 Log: Update to 1.2.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ecrpublic/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-ecrpublic/Makefile head/devel/rubygem-aws-sdk-ecrpublic/distinfo Modified: head/devel/rubygem-aws-sdk-ecrpublic/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-ecrpublic/Makefile Sun Mar 7 22:24:05 2021 (r567721) +++ head/devel/rubygem-aws-sdk-ecrpublic/Makefile Sun Mar 7 22:24:11 2021 (r567722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-ecrpublic -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-ecrpublic/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-ecrpublic/distinfo Sun Mar 7 22:24:05 2021 (r567721) +++ head/devel/rubygem-aws-sdk-ecrpublic/distinfo Sun Mar 7 22:24:11 2021 (r567722) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519329 -SHA256 (rubygem/aws-sdk-ecrpublic-1.1.0.gem) = 19adc07e6832a0a9e3bf33e0a50d4b4650789f826babd60e8b33183020cd1b07 -SIZE (rubygem/aws-sdk-ecrpublic-1.1.0.gem) = 30208 +TIMESTAMP = 1614794354 +SHA256 (rubygem/aws-sdk-ecrpublic-1.2.0.gem) = 4cb59f927dadbe16826caaf923432d263b8d92ee86535ae68a772dbaa350d0c0 +SIZE (rubygem/aws-sdk-ecrpublic-1.2.0.gem) = 32256 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:29 2021 Return-Path: Delivered-To: svn-ports-all@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 E110855023A; Sun, 7 Mar 2021 22:24:29 +0000 (UTC) (envelope-from sunpoet@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 4Dtwxl1Cwhz4YXC; Sun, 7 Mar 2021 22:24:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 748931E155; Sun, 7 Mar 2021 22:24:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOOA9051444; Sun, 7 Mar 2021 22:24:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOOb3051441; Sun, 7 Mar 2021 22:24:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOOb3051441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567724 - head/devel/rubygem-aws-sdk-elasticloadbalancingv2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-elasticloadbalancingv2 X-SVN-Commit-Revision: 567724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:30 -0000 Author: sunpoet Date: Sun Mar 7 22:24:23 2021 New Revision: 567724 URL: https://svnweb.freebsd.org/changeset/ports/567724 Log: Update to 1.60.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile head/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo Modified: head/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile Sun Mar 7 22:24:18 2021 (r567723) +++ head/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile Sun Mar 7 22:24:23 2021 (r567724) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-elasticloadbalancingv2 -PORTVERSION= 1.59.0 +PORTVERSION= 1.60.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo Sun Mar 7 22:24:18 2021 (r567723) +++ head/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo Sun Mar 7 22:24:23 2021 (r567724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738815 -SHA256 (rubygem/aws-sdk-elasticloadbalancingv2-1.59.0.gem) = 99add1bdd4661f4548bed2b51f257306d07b96ccd4b4a3276618e3cdec120b33 -SIZE (rubygem/aws-sdk-elasticloadbalancingv2-1.59.0.gem) = 65024 +TIMESTAMP = 1614794358 +SHA256 (rubygem/aws-sdk-elasticloadbalancingv2-1.60.0.gem) = f07eaefe156b43c5ef880f52adc6406de438ecc4b5aa1784abcc5db361c6d51c +SIZE (rubygem/aws-sdk-elasticloadbalancingv2-1.60.0.gem) = 65024 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:34 2021 Return-Path: Delivered-To: svn-ports-all@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 A62C15501F3; Sun, 7 Mar 2021 22:24:34 +0000 (UTC) (envelope-from sunpoet@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 4Dtwxr6r0mz4YV0; Sun, 7 Mar 2021 22:24:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCE2E1E156; Sun, 7 Mar 2021 22:24:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOUNq051555; Sun, 7 Mar 2021 22:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOUWO051553; Sun, 7 Mar 2021 22:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOUWO051553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567725 - head/devel/rubygem-aws-sdk-elasticsearchservice X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-elasticsearchservice X-SVN-Commit-Revision: 567725 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:35 -0000 Author: sunpoet Date: Sun Mar 7 22:24:29 2021 New Revision: 567725 URL: https://svnweb.freebsd.org/changeset/ports/567725 Log: Update to 1.49.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-elasticsearchservice/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-elasticsearchservice/Makefile head/devel/rubygem-aws-sdk-elasticsearchservice/distinfo Modified: head/devel/rubygem-aws-sdk-elasticsearchservice/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-elasticsearchservice/Makefile Sun Mar 7 22:24:23 2021 (r567724) +++ head/devel/rubygem-aws-sdk-elasticsearchservice/Makefile Sun Mar 7 22:24:29 2021 (r567725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-elasticsearchservice -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-elasticsearchservice/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-elasticsearchservice/distinfo Sun Mar 7 22:24:23 2021 (r567724) +++ head/devel/rubygem-aws-sdk-elasticsearchservice/distinfo Sun Mar 7 22:24:29 2021 (r567725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519347 -SHA256 (rubygem/aws-sdk-elasticsearchservice-1.48.0.gem) = fe2fe2820919a5818889736134a4bc9e29be485fcf15b1ff00f7452ccfa5e98c -SIZE (rubygem/aws-sdk-elasticsearchservice-1.48.0.gem) = 56832 +TIMESTAMP = 1614794360 +SHA256 (rubygem/aws-sdk-elasticsearchservice-1.49.0.gem) = 0be9f1f7a54e0c5ad85cc884c98ffd48ae191d6388fe42b12c2d1928ab7fd9d4 +SIZE (rubygem/aws-sdk-elasticsearchservice-1.49.0.gem) = 60928 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:40 2021 Return-Path: Delivered-To: svn-ports-all@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 D21435504B3; Sun, 7 Mar 2021 22:24:40 +0000 (UTC) (envelope-from sunpoet@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 4Dtwxy5bv2z4Ynd; Sun, 7 Mar 2021 22:24:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC0491E1D3; Sun, 7 Mar 2021 22:24:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOaAD051663; Sun, 7 Mar 2021 22:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOalk051662; Sun, 7 Mar 2021 22:24:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOalk051662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567726 - head/devel/rubygem-aws-sdk-emr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-emr X-SVN-Commit-Revision: 567726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:41 -0000 Author: sunpoet Date: Sun Mar 7 22:24:36 2021 New Revision: 567726 URL: https://svnweb.freebsd.org/changeset/ports/567726 Log: Update to 1.42.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-emr/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-emr/Makefile head/devel/rubygem-aws-sdk-emr/distinfo Modified: head/devel/rubygem-aws-sdk-emr/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-emr/Makefile Sun Mar 7 22:24:29 2021 (r567725) +++ head/devel/rubygem-aws-sdk-emr/Makefile Sun Mar 7 22:24:36 2021 (r567726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-emr -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-emr/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-emr/distinfo Sun Mar 7 22:24:29 2021 (r567725) +++ head/devel/rubygem-aws-sdk-emr/distinfo Sun Mar 7 22:24:36 2021 (r567726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519351 -SHA256 (rubygem/aws-sdk-emr-1.41.0.gem) = e2b83dbec492293ee7db0719d90102f912f0dbe8afc7c45a59ca3ac5012c2365 -SIZE (rubygem/aws-sdk-emr-1.41.0.gem) = 89600 +TIMESTAMP = 1614794362 +SHA256 (rubygem/aws-sdk-emr-1.42.0.gem) = 322cf0c08244e2bcfc25e5ba1652d6810b58e6041c5053a5836f6e74775c48c4 +SIZE (rubygem/aws-sdk-emr-1.42.0.gem) = 90112 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:24:49 2021 Return-Path: Delivered-To: svn-ports-all@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 A9A535502D4; Sun, 7 Mar 2021 22:24:49 +0000 (UTC) (envelope-from sunpoet@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 4Dtwy61p2kz4Ym3; Sun, 7 Mar 2021 22:24:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E91A41E1D4; Sun, 7 Mar 2021 22:24:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MOgJD051771; Sun, 7 Mar 2021 22:24:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MOg5x051769; Sun, 7 Mar 2021 22:24:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072224.127MOg5x051769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567727 - head/devel/rubygem-aws-sdk-glue X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-glue X-SVN-Commit-Revision: 567727 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:24:49 -0000 Author: sunpoet Date: Sun Mar 7 22:24:41 2021 New Revision: 567727 URL: https://svnweb.freebsd.org/changeset/ports/567727 Log: Update to 1.84.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-glue/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-glue/Makefile head/devel/rubygem-aws-sdk-glue/distinfo Modified: head/devel/rubygem-aws-sdk-glue/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-glue/Makefile Sun Mar 7 22:24:36 2021 (r567726) +++ head/devel/rubygem-aws-sdk-glue/Makefile Sun Mar 7 22:24:41 2021 (r567727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-glue -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-glue/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-glue/distinfo Sun Mar 7 22:24:36 2021 (r567726) +++ head/devel/rubygem-aws-sdk-glue/distinfo Sun Mar 7 22:24:41 2021 (r567727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519375 -SHA256 (rubygem/aws-sdk-glue-1.83.0.gem) = 7c4f4b46cd28b37068f506bfa8d879282ff3e9351c49103e3f2f59592fb1e9fc -SIZE (rubygem/aws-sdk-glue-1.83.0.gem) = 180736 +TIMESTAMP = 1614794364 +SHA256 (rubygem/aws-sdk-glue-1.84.0.gem) = d57f9897ec95098eb4b9cec300480045fdc9fee67ee2912a02ab3e500d5c79b6 +SIZE (rubygem/aws-sdk-glue-1.84.0.gem) = 180736 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:26:29 2021 Return-Path: Delivered-To: svn-ports-all@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 DFA3655047F; Sun, 7 Mar 2021 22:26:29 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtx040yNZz4Zrm; Sun, 7 Mar 2021 22:26:26 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E2901E403; Sun, 7 Mar 2021 22:26:25 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MQPhK051904; Sun, 7 Mar 2021 22:26:25 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MQOh3051902; Sun, 7 Mar 2021 22:26:24 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103072226.127MQOh3051902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 7 Mar 2021 22:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567728 - head/games/openrct2 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/openrct2 X-SVN-Commit-Revision: 567728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:26:30 -0000 Author: pkubaj Date: Sun Mar 7 22:26:24 2021 New Revision: 567728 URL: https://svnweb.freebsd.org/changeset/ports/567728 Log: games/openrct2: update objects to 1.0.21 Changelog: * Lots of translation updates * Use JSON identifier for scenery groups * Use new ride types where appropriate Also remove BROKEN on powerpc64, go doesn't work there anyway. Modified: head/games/openrct2/Makefile head/games/openrct2/distinfo Modified: head/games/openrct2/Makefile ============================================================================== --- head/games/openrct2/Makefile Sun Mar 7 22:24:41 2021 (r567727) +++ head/games/openrct2/Makefile Sun Mar 7 22:26:24 2021 (r567728) @@ -4,7 +4,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -13,9 +13,6 @@ COMMENT= Open source re-implementation of RollerCoaste LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/licence.txt -BROKEN_FreeBSD_12_powerpc64= fails to build: src/openrct2/util/Endian.h:9:24: error: unused function 'ORCT_Swapu16' -BROKEN_FreeBSD_13_powerpc64= fails to build: openrct2/common.h:96:10: error: #error Unknown endianess! - BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libpng.so:graphics/png \ libzip.so:archivers/libzip \ @@ -32,7 +29,7 @@ USES= cmake compiler:c++17-lang desktop-file-utils gn USE_GITHUB= yes GH_ACCOUNT= OpenRCT2 GH_PROJECT= OpenRCT2 -GH_TUPLE= OpenRCT2:objects:v1.0.20:objects \ +GH_TUPLE= OpenRCT2:objects:v1.0.21:objects \ OpenRCT2:title-sequences:v0.1.2c:title_sequences USE_GL= gl USE_LDCONFIG= yes Modified: head/games/openrct2/distinfo ============================================================================== --- head/games/openrct2/distinfo Sun Mar 7 22:24:41 2021 (r567727) +++ head/games/openrct2/distinfo Sun Mar 7 22:26:24 2021 (r567728) @@ -1,7 +1,7 @@ -TIMESTAMP = 1612988510 +TIMESTAMP = 1615155620 SHA256 (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 66c1c7ae8c765397e324b1aac59907bd5197dbad88597133aaba8a9480627c36 SIZE (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 12749225 -SHA256 (OpenRCT2-objects-v1.0.20_GH0.tar.gz) = 68d645bc78e0375f812e1ea1a4e128cac89ce318a0a0077d49f2eb2ca591481e -SIZE (OpenRCT2-objects-v1.0.20_GH0.tar.gz) = 943188 +SHA256 (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 31129188916dc9ba2318d851e03393ce55782f121ab7c9d97544abdc7bbc92ab +SIZE (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 953663 SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b SIZE (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 20478990 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:03 2021 Return-Path: Delivered-To: svn-ports-all@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 0615E55060B; Sun, 7 Mar 2021 22:27:03 +0000 (UTC) (envelope-from sunpoet@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 4Dtx0h2XC1z4bCH; Sun, 7 Mar 2021 22:27:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B74F1E28C; Sun, 7 Mar 2021 22:26:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MQwoJ052014; Sun, 7 Mar 2021 22:26:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MQv14052012; Sun, 7 Mar 2021 22:26:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072226.127MQv14052012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567729 - head/devel/rubygem-aws-sdk-gluedatabrew X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-gluedatabrew X-SVN-Commit-Revision: 567729 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:03 -0000 Author: sunpoet Date: Sun Mar 7 22:26:57 2021 New Revision: 567729 URL: https://svnweb.freebsd.org/changeset/ports/567729 Log: Update to 1.5.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-gluedatabrew/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-gluedatabrew/Makefile head/devel/rubygem-aws-sdk-gluedatabrew/distinfo Modified: head/devel/rubygem-aws-sdk-gluedatabrew/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-gluedatabrew/Makefile Sun Mar 7 22:26:24 2021 (r567728) +++ head/devel/rubygem-aws-sdk-gluedatabrew/Makefile Sun Mar 7 22:26:57 2021 (r567729) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-gluedatabrew -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-gluedatabrew/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-gluedatabrew/distinfo Sun Mar 7 22:26:24 2021 (r567728) +++ head/devel/rubygem-aws-sdk-gluedatabrew/distinfo Sun Mar 7 22:26:57 2021 (r567729) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738817 -SHA256 (rubygem/aws-sdk-gluedatabrew-1.4.0.gem) = 78574c3b4e90a23b86b1e568ab31d09943dd7fb4447f0f3080dfa2ace10411b7 -SIZE (rubygem/aws-sdk-gluedatabrew-1.4.0.gem) = 41984 +TIMESTAMP = 1614794366 +SHA256 (rubygem/aws-sdk-gluedatabrew-1.5.0.gem) = 12c1bb3bb95e1511fdab20471a33c84398a5b9533ba7aea948c0eecd9bc3869d +SIZE (rubygem/aws-sdk-gluedatabrew-1.5.0.gem) = 42496 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:10 2021 Return-Path: Delivered-To: svn-ports-all@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 828B655091F; Sun, 7 Mar 2021 22:27:10 +0000 (UTC) (envelope-from sunpoet@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 4Dtx0r2FF6z4bCl; Sun, 7 Mar 2021 22:27:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 759951E22E; Sun, 7 Mar 2021 22:27:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MR4pH052126; Sun, 7 Mar 2021 22:27:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MR4SW052124; Sun, 7 Mar 2021 22:27:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MR4SW052124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567730 - head/devel/rubygem-aws-sdk-imagebuilder X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-imagebuilder X-SVN-Commit-Revision: 567730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:10 -0000 Author: sunpoet Date: Sun Mar 7 22:27:03 2021 New Revision: 567730 URL: https://svnweb.freebsd.org/changeset/ports/567730 Log: Update to 1.19.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-imagebuilder/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-imagebuilder/Makefile head/devel/rubygem-aws-sdk-imagebuilder/distinfo Modified: head/devel/rubygem-aws-sdk-imagebuilder/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-imagebuilder/Makefile Sun Mar 7 22:26:57 2021 (r567729) +++ head/devel/rubygem-aws-sdk-imagebuilder/Makefile Sun Mar 7 22:27:03 2021 (r567730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-imagebuilder -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-imagebuilder/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-imagebuilder/distinfo Sun Mar 7 22:26:57 2021 (r567729) +++ head/devel/rubygem-aws-sdk-imagebuilder/distinfo Sun Mar 7 22:27:03 2021 (r567730) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519397 -SHA256 (rubygem/aws-sdk-imagebuilder-1.18.0.gem) = 94511fe7bb5d648423394a4d0fe2b4e5ebbff1ea08e6ab804834a83b7278666c -SIZE (rubygem/aws-sdk-imagebuilder-1.18.0.gem) = 49664 +TIMESTAMP = 1614794368 +SHA256 (rubygem/aws-sdk-imagebuilder-1.19.0.gem) = 75f9b8711ad76736b61aee47dbdf6d849f90f6e1c0d76b10e77b3217b90a9667 +SIZE (rubygem/aws-sdk-imagebuilder-1.19.0.gem) = 50688 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:14 2021 Return-Path: Delivered-To: svn-ports-all@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 7278F5506AB; Sun, 7 Mar 2021 22:27:14 +0000 (UTC) (envelope-from sunpoet@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 4Dtx0w3Fljz4bRX; Sun, 7 Mar 2021 22:27:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62EFD1E0BC; Sun, 7 Mar 2021 22:27:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRACG052235; Sun, 7 Mar 2021 22:27:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MR9QM052233; Sun, 7 Mar 2021 22:27:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MR9QM052233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567731 - head/devel/rubygem-aws-sdk-iotevents X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-iotevents X-SVN-Commit-Revision: 567731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:14 -0000 Author: sunpoet Date: Sun Mar 7 22:27:09 2021 New Revision: 567731 URL: https://svnweb.freebsd.org/changeset/ports/567731 Log: Update to 1.22.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iotevents/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-iotevents/Makefile head/devel/rubygem-aws-sdk-iotevents/distinfo Modified: head/devel/rubygem-aws-sdk-iotevents/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-iotevents/Makefile Sun Mar 7 22:27:03 2021 (r567730) +++ head/devel/rubygem-aws-sdk-iotevents/Makefile Sun Mar 7 22:27:09 2021 (r567731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-iotevents -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-iotevents/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-iotevents/distinfo Sun Mar 7 22:27:03 2021 (r567730) +++ head/devel/rubygem-aws-sdk-iotevents/distinfo Sun Mar 7 22:27:09 2021 (r567731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519415 -SHA256 (rubygem/aws-sdk-iotevents-1.21.0.gem) = d5fa3abd2ce28c88632118c128e26e7d92488481ed0ebe3b814d05a3b861a8c9 -SIZE (rubygem/aws-sdk-iotevents-1.21.0.gem) = 36352 +TIMESTAMP = 1614794370 +SHA256 (rubygem/aws-sdk-iotevents-1.22.0.gem) = 0f2c848b4a8d30669326ade295f8851e2dad9c8317c7c111824ad7cf4cd8369f +SIZE (rubygem/aws-sdk-iotevents-1.22.0.gem) = 39936 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:19 2021 Return-Path: Delivered-To: svn-ports-all@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 D4690550931; Sun, 7 Mar 2021 22:27:19 +0000 (UTC) (envelope-from sunpoet@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 4Dtx112z2bz4bMF; Sun, 7 Mar 2021 22:27:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56B171E22F; Sun, 7 Mar 2021 22:27:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRGqN052343; Sun, 7 Mar 2021 22:27:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRGES052342; Sun, 7 Mar 2021 22:27:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRGES052342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567732 - head/devel/rubygem-aws-sdk-lightsail X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-lightsail X-SVN-Commit-Revision: 567732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:20 -0000 Author: sunpoet Date: Sun Mar 7 22:27:15 2021 New Revision: 567732 URL: https://svnweb.freebsd.org/changeset/ports/567732 Log: Update to 1.45.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lightsail/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-lightsail/Makefile head/devel/rubygem-aws-sdk-lightsail/distinfo Modified: head/devel/rubygem-aws-sdk-lightsail/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-lightsail/Makefile Sun Mar 7 22:27:09 2021 (r567731) +++ head/devel/rubygem-aws-sdk-lightsail/Makefile Sun Mar 7 22:27:15 2021 (r567732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-lightsail -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-lightsail/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-lightsail/distinfo Sun Mar 7 22:27:09 2021 (r567731) +++ head/devel/rubygem-aws-sdk-lightsail/distinfo Sun Mar 7 22:27:15 2021 (r567732) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478531 -SHA256 (rubygem/aws-sdk-lightsail-1.44.0.gem) = 9c64408e5e60815df2ae334fbda865a71d8794493cf71bf1dfcf34fb8ee7f876 -SIZE (rubygem/aws-sdk-lightsail-1.44.0.gem) = 161792 +TIMESTAMP = 1614794372 +SHA256 (rubygem/aws-sdk-lightsail-1.45.0.gem) = 006b887965bd5ac60994d531e1263739d8e0b9f6cf13e3401100d00a7c02e25c +SIZE (rubygem/aws-sdk-lightsail-1.45.0.gem) = 161792 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:26 2021 Return-Path: Delivered-To: svn-ports-all@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 82934550620; Sun, 7 Mar 2021 22:27:26 +0000 (UTC) (envelope-from sunpoet@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 4Dtx193plVz4bY9; Sun, 7 Mar 2021 22:27:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CCDD1E3F6; Sun, 7 Mar 2021 22:27:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRMxg052451; Sun, 7 Mar 2021 22:27:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRMZx052449; Sun, 7 Mar 2021 22:27:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRMZx052449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567733 - head/devel/rubygem-aws-sdk-mediapackagevod X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-mediapackagevod X-SVN-Commit-Revision: 567733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:26 -0000 Author: sunpoet Date: Sun Mar 7 22:27:21 2021 New Revision: 567733 URL: https://svnweb.freebsd.org/changeset/ports/567733 Log: Update to 1.21.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediapackagevod/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-mediapackagevod/Makefile head/devel/rubygem-aws-sdk-mediapackagevod/distinfo Modified: head/devel/rubygem-aws-sdk-mediapackagevod/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-mediapackagevod/Makefile Sun Mar 7 22:27:15 2021 (r567732) +++ head/devel/rubygem-aws-sdk-mediapackagevod/Makefile Sun Mar 7 22:27:21 2021 (r567733) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-mediapackagevod -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-mediapackagevod/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-mediapackagevod/distinfo Sun Mar 7 22:27:15 2021 (r567732) +++ head/devel/rubygem-aws-sdk-mediapackagevod/distinfo Sun Mar 7 22:27:21 2021 (r567733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519499 -SHA256 (rubygem/aws-sdk-mediapackagevod-1.20.0.gem) = da9827fae8bc628f0bc43f268f153765280a6e8c545aced51f2605cbdc84d6ed -SIZE (rubygem/aws-sdk-mediapackagevod-1.20.0.gem) = 23552 +TIMESTAMP = 1614794374 +SHA256 (rubygem/aws-sdk-mediapackagevod-1.21.0.gem) = 79a1a0b87e1f4d1bdcea97570836f03cb60947e5171546b6b2eda91034ae88b6 +SIZE (rubygem/aws-sdk-mediapackagevod-1.21.0.gem) = 24576 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:34 2021 Return-Path: Delivered-To: svn-ports-all@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 48FB555082B; Sun, 7 Mar 2021 22:27:34 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1J3MWpz4bgY; Sun, 7 Mar 2021 22:27:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 985C11E28D; Sun, 7 Mar 2021 22:27:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRSVr052561; Sun, 7 Mar 2021 22:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRSXn052560; Sun, 7 Mar 2021 22:27:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRSXn052560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567734 - head/devel/rubygem-aws-sdk-pinpoint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-pinpoint X-SVN-Commit-Revision: 567734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:34 -0000 Author: sunpoet Date: Sun Mar 7 22:27:27 2021 New Revision: 567734 URL: https://svnweb.freebsd.org/changeset/ports/567734 Log: Update to 1.51.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-pinpoint/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-pinpoint/Makefile head/devel/rubygem-aws-sdk-pinpoint/distinfo Modified: head/devel/rubygem-aws-sdk-pinpoint/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-pinpoint/Makefile Sun Mar 7 22:27:21 2021 (r567733) +++ head/devel/rubygem-aws-sdk-pinpoint/Makefile Sun Mar 7 22:27:27 2021 (r567734) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-pinpoint -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-pinpoint/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-pinpoint/distinfo Sun Mar 7 22:27:21 2021 (r567733) +++ head/devel/rubygem-aws-sdk-pinpoint/distinfo Sun Mar 7 22:27:27 2021 (r567734) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478547 -SHA256 (rubygem/aws-sdk-pinpoint-1.50.0.gem) = b2a0570b7a7cef60de7d5623301c0e77c8052093361fa99d4f778d7952d36711 -SIZE (rubygem/aws-sdk-pinpoint-1.50.0.gem) = 166400 +TIMESTAMP = 1614794376 +SHA256 (rubygem/aws-sdk-pinpoint-1.51.0.gem) = 994680d0cc1f37d922a05e9b29d40d789246f776bee4e85feec7d44a9cc78fe3 +SIZE (rubygem/aws-sdk-pinpoint-1.51.0.gem) = 166912 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:36 2021 Return-Path: Delivered-To: svn-ports-all@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 C149855089C; Sun, 7 Mar 2021 22:27:36 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1N3jfrz4bb9; Sun, 7 Mar 2021 22:27:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8A051E28E; Sun, 7 Mar 2021 22:27:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRYhW052669; Sun, 7 Mar 2021 22:27:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRYcK052667; Sun, 7 Mar 2021 22:27:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRYcK052667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567735 - head/devel/rubygem-aws-sdk-quicksight X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-quicksight X-SVN-Commit-Revision: 567735 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:37 -0000 Author: sunpoet Date: Sun Mar 7 22:27:34 2021 New Revision: 567735 URL: https://svnweb.freebsd.org/changeset/ports/567735 Log: Update to 1.43.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-quicksight/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-quicksight/Makefile head/devel/rubygem-aws-sdk-quicksight/distinfo Modified: head/devel/rubygem-aws-sdk-quicksight/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-quicksight/Makefile Sun Mar 7 22:27:27 2021 (r567734) +++ head/devel/rubygem-aws-sdk-quicksight/Makefile Sun Mar 7 22:27:34 2021 (r567735) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-quicksight -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-quicksight/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-quicksight/distinfo Sun Mar 7 22:27:27 2021 (r567734) +++ head/devel/rubygem-aws-sdk-quicksight/distinfo Sun Mar 7 22:27:34 2021 (r567735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738827 -SHA256 (rubygem/aws-sdk-quicksight-1.42.0.gem) = 45e785a068b7e3b4a48a084b4c1ac6eff9267435e92dc9863133778e6a2c696b -SIZE (rubygem/aws-sdk-quicksight-1.42.0.gem) = 120832 +TIMESTAMP = 1614794378 +SHA256 (rubygem/aws-sdk-quicksight-1.43.0.gem) = 92ac0bb40d87462ab47ec7044cf3146011832d31b488dda132322534ced92048 +SIZE (rubygem/aws-sdk-quicksight-1.43.0.gem) = 121344 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:46 2021 Return-Path: Delivered-To: svn-ports-all@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 A5ED8550844; Sun, 7 Mar 2021 22:27:46 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1Y4BTgz4bsq; Sun, 7 Mar 2021 22:27:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25D711E230; Sun, 7 Mar 2021 22:27:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MReOu052777; Sun, 7 Mar 2021 22:27:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MReuL052775; Sun, 7 Mar 2021 22:27:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MReuL052775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567736 - head/devel/rubygem-aws-sdk-rds X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-rds X-SVN-Commit-Revision: 567736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:47 -0000 Author: sunpoet Date: Sun Mar 7 22:27:40 2021 New Revision: 567736 URL: https://svnweb.freebsd.org/changeset/ports/567736 Log: Update to 1.115.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-rds/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-rds/Makefile head/devel/rubygem-aws-sdk-rds/distinfo Modified: head/devel/rubygem-aws-sdk-rds/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-rds/Makefile Sun Mar 7 22:27:34 2021 (r567735) +++ head/devel/rubygem-aws-sdk-rds/Makefile Sun Mar 7 22:27:40 2021 (r567736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-rds -PORTVERSION= 1.114.0 +PORTVERSION= 1.115.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-rds/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-rds/distinfo Sun Mar 7 22:27:34 2021 (r567735) +++ head/devel/rubygem-aws-sdk-rds/distinfo Sun Mar 7 22:27:40 2021 (r567736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738829 -SHA256 (rubygem/aws-sdk-rds-1.114.0.gem) = 9b9f3d5b374826508d95cdffa84dd029a8e3c794fba1855cbe119acfae8faf01 -SIZE (rubygem/aws-sdk-rds-1.114.0.gem) = 354816 +TIMESTAMP = 1614794380 +SHA256 (rubygem/aws-sdk-rds-1.115.0.gem) = 99f81985a9da8b73f0a348af6ab5d9450af0a724262de817a72e8073cba1de93 +SIZE (rubygem/aws-sdk-rds-1.115.0.gem) = 355328 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:52 2021 Return-Path: Delivered-To: svn-ports-all@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 3ED2C550749; Sun, 7 Mar 2021 22:27:52 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1g0nr1z4bnT; Sun, 7 Mar 2021 22:27:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C4F01E3F7; Sun, 7 Mar 2021 22:27:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRlSn052887; Sun, 7 Mar 2021 22:27:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRlbE052885; Sun, 7 Mar 2021 22:27:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRlbE052885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567737 - head/devel/rubygem-aws-sdk-redshiftdataapiservice X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-redshiftdataapiservice X-SVN-Commit-Revision: 567737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:53 -0000 Author: sunpoet Date: Sun Mar 7 22:27:46 2021 New Revision: 567737 URL: https://svnweb.freebsd.org/changeset/ports/567737 Log: Update to 1.5.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile head/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo Modified: head/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile Sun Mar 7 22:27:40 2021 (r567736) +++ head/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile Sun Mar 7 22:27:46 2021 (r567737) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-redshiftdataapiservice -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo Sun Mar 7 22:27:40 2021 (r567736) +++ head/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo Sun Mar 7 22:27:46 2021 (r567737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478555 -SHA256 (rubygem/aws-sdk-redshiftdataapiservice-1.4.0.gem) = 34d9da5e9d19910397aa517d39b89cca55f254fc6bad9203fcb439bb4ab13d2b -SIZE (rubygem/aws-sdk-redshiftdataapiservice-1.4.0.gem) = 20992 +TIMESTAMP = 1614794382 +SHA256 (rubygem/aws-sdk-redshiftdataapiservice-1.5.0.gem) = 303e21ddae8dc597a0da0e59b7a53dbd5c775918243946c6cf56e8c9dae90890 +SIZE (rubygem/aws-sdk-redshiftdataapiservice-1.5.0.gem) = 21504 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:27:57 2021 Return-Path: Delivered-To: svn-ports-all@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 41D735506DB; Sun, 7 Mar 2021 22:27:57 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1m3gLVz4brD; Sun, 7 Mar 2021 22:27:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB3571E231; Sun, 7 Mar 2021 22:27:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRr32052995; Sun, 7 Mar 2021 22:27:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRr5d052993; Sun, 7 Mar 2021 22:27:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRr5d052993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567738 - head/devel/rubygem-aws-sdk-s3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-s3 X-SVN-Commit-Revision: 567738 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:27:58 -0000 Author: sunpoet Date: Sun Mar 7 22:27:52 2021 New Revision: 567738 URL: https://svnweb.freebsd.org/changeset/ports/567738 Log: Update to 1.89.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-s3/Makefile head/devel/rubygem-aws-sdk-s3/distinfo Modified: head/devel/rubygem-aws-sdk-s3/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-s3/Makefile Sun Mar 7 22:27:46 2021 (r567737) +++ head/devel/rubygem-aws-sdk-s3/Makefile Sun Mar 7 22:27:52 2021 (r567738) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-s3 -PORTVERSION= 1.88.1 +PORTVERSION= 1.89.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-s3/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-s3/distinfo Sun Mar 7 22:27:46 2021 (r567737) +++ head/devel/rubygem-aws-sdk-s3/distinfo Sun Mar 7 22:27:52 2021 (r567738) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478557 -SHA256 (rubygem/aws-sdk-s3-1.88.1.gem) = 9e08ceb13fd5e4eb86d9795d7b1dc46dc794c3d5cca54f12bea08ecea2d8f407 -SIZE (rubygem/aws-sdk-s3-1.88.1.gem) = 300032 +TIMESTAMP = 1614794384 +SHA256 (rubygem/aws-sdk-s3-1.89.0.gem) = 7b41b9f782556d967e714b4d4ff4dec4731dad9075766b567dc361a96fedf657 +SIZE (rubygem/aws-sdk-s3-1.89.0.gem) = 301056 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:06 2021 Return-Path: Delivered-To: svn-ports-all@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 2F93A550A9B; Sun, 7 Mar 2021 22:28:06 +0000 (UTC) (envelope-from sunpoet@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 4Dtx1t6t02z4byd; Sun, 7 Mar 2021 22:28:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C12581E158; Sun, 7 Mar 2021 22:27:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MRxJM053103; Sun, 7 Mar 2021 22:27:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MRxDM053101; Sun, 7 Mar 2021 22:27:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072227.127MRxDM053101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567739 - head/devel/rubygem-aws-sdk-s3control X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-s3control X-SVN-Commit-Revision: 567739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:06 -0000 Author: sunpoet Date: Sun Mar 7 22:27:59 2021 New Revision: 567739 URL: https://svnweb.freebsd.org/changeset/ports/567739 Log: Update to 1.28.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3control/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-s3control/Makefile head/devel/rubygem-aws-sdk-s3control/distinfo Modified: head/devel/rubygem-aws-sdk-s3control/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-s3control/Makefile Sun Mar 7 22:27:52 2021 (r567738) +++ head/devel/rubygem-aws-sdk-s3control/Makefile Sun Mar 7 22:27:59 2021 (r567739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-s3control -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-s3control/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-s3control/distinfo Sun Mar 7 22:27:52 2021 (r567738) +++ head/devel/rubygem-aws-sdk-s3control/distinfo Sun Mar 7 22:27:59 2021 (r567739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519585 -SHA256 (rubygem/aws-sdk-s3control-1.27.0.gem) = 554419e0b77c23d39ef5f0673770b3007018d9292aa033aa78c4e8756b9f0b9b -SIZE (rubygem/aws-sdk-s3control-1.27.0.gem) = 64512 +TIMESTAMP = 1614794386 +SHA256 (rubygem/aws-sdk-s3control-1.28.0.gem) = 7eeb40193fc9503ffec43be91f5f3fcd31b36ca51fa62a6fae6d16a7e729dc6f +SIZE (rubygem/aws-sdk-s3control-1.28.0.gem) = 64512 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:13 2021 Return-Path: Delivered-To: svn-ports-all@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 EE53455099B; Sun, 7 Mar 2021 22:28:12 +0000 (UTC) (envelope-from sunpoet@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 4Dtx212fJXz4cJD; Sun, 7 Mar 2021 22:28:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 009FC1E159; Sun, 7 Mar 2021 22:28:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MS5i8053217; Sun, 7 Mar 2021 22:28:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MS52K053215; Sun, 7 Mar 2021 22:28:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MS52K053215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567740 - head/devel/rubygem-aws-sdk-sagemaker X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-sagemaker X-SVN-Commit-Revision: 567740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:13 -0000 Author: sunpoet Date: Sun Mar 7 22:28:05 2021 New Revision: 567740 URL: https://svnweb.freebsd.org/changeset/ports/567740 Log: Update to 1.79.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-sagemaker/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-sagemaker/Makefile head/devel/rubygem-aws-sdk-sagemaker/distinfo Modified: head/devel/rubygem-aws-sdk-sagemaker/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-sagemaker/Makefile Sun Mar 7 22:27:59 2021 (r567739) +++ head/devel/rubygem-aws-sdk-sagemaker/Makefile Sun Mar 7 22:28:05 2021 (r567740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-sagemaker -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-sagemaker/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-sagemaker/distinfo Sun Mar 7 22:27:59 2021 (r567739) +++ head/devel/rubygem-aws-sdk-sagemaker/distinfo Sun Mar 7 22:28:05 2021 (r567740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738831 -SHA256 (rubygem/aws-sdk-sagemaker-1.78.0.gem) = 457950ad10d2a941050f6ce9965eeae822d7c647f305c7422d2eda103f38f9dc -SIZE (rubygem/aws-sdk-sagemaker-1.78.0.gem) = 361984 +TIMESTAMP = 1614794388 +SHA256 (rubygem/aws-sdk-sagemaker-1.79.0.gem) = c487dd322affd9796feacce74b5e8fb6c60c920e8f8dca083b38b3b56ff4c7ff +SIZE (rubygem/aws-sdk-sagemaker-1.79.0.gem) = 363520 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:13 2021 Return-Path: Delivered-To: svn-ports-all@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 5D10A550791; Sun, 7 Mar 2021 22:28:13 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2451lPz4c50; Sun, 7 Mar 2021 22:28:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBAFD1E232; Sun, 7 Mar 2021 22:28:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSBvK053326; Sun, 7 Mar 2021 22:28:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSBGY053324; Sun, 7 Mar 2021 22:28:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSBGY053324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567741 - head/devel/rubygem-aws-sdk-sagemakerruntime X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-sagemakerruntime X-SVN-Commit-Revision: 567741 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:13 -0000 Author: sunpoet Date: Sun Mar 7 22:28:10 2021 New Revision: 567741 URL: https://svnweb.freebsd.org/changeset/ports/567741 Log: Update to 1.30.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-sagemakerruntime/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-sagemakerruntime/Makefile head/devel/rubygem-aws-sdk-sagemakerruntime/distinfo Modified: head/devel/rubygem-aws-sdk-sagemakerruntime/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-sagemakerruntime/Makefile Sun Mar 7 22:28:05 2021 (r567740) +++ head/devel/rubygem-aws-sdk-sagemakerruntime/Makefile Sun Mar 7 22:28:10 2021 (r567741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-sagemakerruntime -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-sagemakerruntime/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-sagemakerruntime/distinfo Sun Mar 7 22:28:05 2021 (r567740) +++ head/devel/rubygem-aws-sdk-sagemakerruntime/distinfo Sun Mar 7 22:28:10 2021 (r567741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519595 -SHA256 (rubygem/aws-sdk-sagemakerruntime-1.29.0.gem) = 0cb24e15176a2c663200b9e45077e9802745523618ebf4a59013afded1a12f12 -SIZE (rubygem/aws-sdk-sagemakerruntime-1.29.0.gem) = 13824 +TIMESTAMP = 1614794390 +SHA256 (rubygem/aws-sdk-sagemakerruntime-1.30.0.gem) = 59820ad9301dcfc7af86d84e630d8e2eb7b73c1d2b189ae6ed5f0912fc2dc426 +SIZE (rubygem/aws-sdk-sagemakerruntime-1.30.0.gem) = 13824 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:20 2021 Return-Path: Delivered-To: svn-ports-all@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 4A0E3550658; Sun, 7 Mar 2021 22:28:20 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2B604wz4c7l; Sun, 7 Mar 2021 22:28:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E882E1E233; Sun, 7 Mar 2021 22:28:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSH7L053434; Sun, 7 Mar 2021 22:28:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSH1e053432; Sun, 7 Mar 2021 22:28:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSH1e053432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567742 - head/devel/rubygem-aws-sdk-ssoadmin X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-ssoadmin X-SVN-Commit-Revision: 567742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:21 -0000 Author: sunpoet Date: Sun Mar 7 22:28:17 2021 New Revision: 567742 URL: https://svnweb.freebsd.org/changeset/ports/567742 Log: Update to 1.6.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ssoadmin/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-ssoadmin/Makefile head/devel/rubygem-aws-sdk-ssoadmin/distinfo Modified: head/devel/rubygem-aws-sdk-ssoadmin/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-ssoadmin/Makefile Sun Mar 7 22:28:10 2021 (r567741) +++ head/devel/rubygem-aws-sdk-ssoadmin/Makefile Sun Mar 7 22:28:17 2021 (r567742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-ssoadmin -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-ssoadmin/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-ssoadmin/distinfo Sun Mar 7 22:28:10 2021 (r567741) +++ head/devel/rubygem-aws-sdk-ssoadmin/distinfo Sun Mar 7 22:28:17 2021 (r567742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519633 -SHA256 (rubygem/aws-sdk-ssoadmin-1.5.0.gem) = 4d02da4a722eaa933c2824c5594bd18c90ab57860d92c04b17f26e16afdcfb10 -SIZE (rubygem/aws-sdk-ssoadmin-1.5.0.gem) = 28160 +TIMESTAMP = 1614794392 +SHA256 (rubygem/aws-sdk-ssoadmin-1.6.0.gem) = 09003b43d6f281321b74e27b5e9dc901628e5c08537f97923f47a467d447eb13 +SIZE (rubygem/aws-sdk-ssoadmin-1.6.0.gem) = 28160 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:27 2021 Return-Path: Delivered-To: svn-ports-all@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 07D34550A4C; Sun, 7 Mar 2021 22:28:27 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2L2f7lz4cBb; Sun, 7 Mar 2021 22:28:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 517771E1D5; Sun, 7 Mar 2021 22:28:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSNMP053543; Sun, 7 Mar 2021 22:28:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSMjt053542; Sun, 7 Mar 2021 22:28:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSMjt053542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567743 - head/devel/rubygem-aws-sdk-transfer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-transfer X-SVN-Commit-Revision: 567743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:29 -0000 Author: sunpoet Date: Sun Mar 7 22:28:22 2021 New Revision: 567743 URL: https://svnweb.freebsd.org/changeset/ports/567743 Log: Update to 1.31.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-transfer/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-transfer/Makefile head/devel/rubygem-aws-sdk-transfer/distinfo Modified: head/devel/rubygem-aws-sdk-transfer/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-transfer/Makefile Sun Mar 7 22:28:17 2021 (r567742) +++ head/devel/rubygem-aws-sdk-transfer/Makefile Sun Mar 7 22:28:22 2021 (r567743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-transfer -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-transfer/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-transfer/distinfo Sun Mar 7 22:28:17 2021 (r567742) +++ head/devel/rubygem-aws-sdk-transfer/distinfo Sun Mar 7 22:28:22 2021 (r567743) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519657 -SHA256 (rubygem/aws-sdk-transfer-1.30.0.gem) = 5d989bc2d914498c300d615d6d79a1c5eb63c1478dc38e5dc658a67e4230eaec -SIZE (rubygem/aws-sdk-transfer-1.30.0.gem) = 39424 +TIMESTAMP = 1614794394 +SHA256 (rubygem/aws-sdk-transfer-1.31.0.gem) = bc1194c410d74a3bc22f4ebe311cd03fca0c451f63d2f7eeccb3803456ef2e27 +SIZE (rubygem/aws-sdk-transfer-1.31.0.gem) = 39424 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:36 2021 Return-Path: Delivered-To: svn-ports-all@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 9C8D05509B1; Sun, 7 Mar 2021 22:28:36 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2T1FXsz4cXg; Sun, 7 Mar 2021 22:28:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C4F21DFC0; Sun, 7 Mar 2021 22:28:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSToZ053651; Sun, 7 Mar 2021 22:28:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSTZv053650; Sun, 7 Mar 2021 22:28:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSTZv053650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567744 - head/devel/rubygem-azure_mgmt_compute X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_compute X-SVN-Commit-Revision: 567744 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:36 -0000 Author: sunpoet Date: Sun Mar 7 22:28:28 2021 New Revision: 567744 URL: https://svnweb.freebsd.org/changeset/ports/567744 Log: Update to 0.22.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_compute Modified: head/devel/rubygem-azure_mgmt_compute/Makefile head/devel/rubygem-azure_mgmt_compute/distinfo Modified: head/devel/rubygem-azure_mgmt_compute/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_compute/Makefile Sun Mar 7 22:28:22 2021 (r567743) +++ head/devel/rubygem-azure_mgmt_compute/Makefile Sun Mar 7 22:28:28 2021 (r567744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_compute -PORTVERSION= 0.21.1 +PORTVERSION= 0.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_compute/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_compute/distinfo Sun Mar 7 22:28:22 2021 (r567743) +++ head/devel/rubygem-azure_mgmt_compute/distinfo Sun Mar 7 22:28:28 2021 (r567744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519683 -SHA256 (rubygem/azure_mgmt_compute-0.21.1.gem) = ba2b052360c074a562be0200dcbd4158a6524dfe2def43cbc1914b898d1296c1 -SIZE (rubygem/azure_mgmt_compute-0.21.1.gem) = 1269248 +TIMESTAMP = 1614794396 +SHA256 (rubygem/azure_mgmt_compute-0.22.0.gem) = 39327257b5f68b1529d10c47190820117fea66851bdd4079ee833e12ca88c5f7 +SIZE (rubygem/azure_mgmt_compute-0.22.0.gem) = 1401856 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:40 2021 Return-Path: Delivered-To: svn-ports-all@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 590575508D4; Sun, 7 Mar 2021 22:28:40 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2Z2wB0z4cQ1; Sun, 7 Mar 2021 22:28:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 929171E3F8; Sun, 7 Mar 2021 22:28:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSZKJ053759; Sun, 7 Mar 2021 22:28:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSZMk053757; Sun, 7 Mar 2021 22:28:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSZMk053757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567745 - head/devel/rubygem-azure_mgmt_container_instance X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_container_instance X-SVN-Commit-Revision: 567745 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:40 -0000 Author: sunpoet Date: Sun Mar 7 22:28:34 2021 New Revision: 567745 URL: https://svnweb.freebsd.org/changeset/ports/567745 Log: Update to 0.18.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_container_instance Modified: head/devel/rubygem-azure_mgmt_container_instance/Makefile head/devel/rubygem-azure_mgmt_container_instance/distinfo Modified: head/devel/rubygem-azure_mgmt_container_instance/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_container_instance/Makefile Sun Mar 7 22:28:28 2021 (r567744) +++ head/devel/rubygem-azure_mgmt_container_instance/Makefile Sun Mar 7 22:28:34 2021 (r567745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_container_instance -PORTVERSION= 0.17.6 +PORTVERSION= 0.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_container_instance/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_container_instance/distinfo Sun Mar 7 22:28:28 2021 (r567744) +++ head/devel/rubygem-azure_mgmt_container_instance/distinfo Sun Mar 7 22:28:34 2021 (r567745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594117431 -SHA256 (rubygem/azure_mgmt_container_instance-0.17.6.gem) = baf92821633eeada5e19aa2aa3f80839996036818842194141151b446e5d16b0 -SIZE (rubygem/azure_mgmt_container_instance-0.17.6.gem) = 131072 +TIMESTAMP = 1614794398 +SHA256 (rubygem/azure_mgmt_container_instance-0.18.0.gem) = dbe341611e7a479cdae5a5cd6174de34f3a2cd61a7b6c645c05eaa1f39fab997 +SIZE (rubygem/azure_mgmt_container_instance-0.18.0.gem) = 151552 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:47 2021 Return-Path: Delivered-To: svn-ports-all@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 33A91550AD7; Sun, 7 Mar 2021 22:28:47 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2h4G17z4cWT; Sun, 7 Mar 2021 22:28:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A67F31E0BD; Sun, 7 Mar 2021 22:28:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSfE2053871; Sun, 7 Mar 2021 22:28:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSfMI053869; Sun, 7 Mar 2021 22:28:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSfMI053869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567746 - head/devel/rubygem-azure_mgmt_cosmosdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_cosmosdb X-SVN-Commit-Revision: 567746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:48 -0000 Author: sunpoet Date: Sun Mar 7 22:28:40 2021 New Revision: 567746 URL: https://svnweb.freebsd.org/changeset/ports/567746 Log: Update to 0.24.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_cosmosdb Modified: head/devel/rubygem-azure_mgmt_cosmosdb/Makefile head/devel/rubygem-azure_mgmt_cosmosdb/distinfo Modified: head/devel/rubygem-azure_mgmt_cosmosdb/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_cosmosdb/Makefile Sun Mar 7 22:28:34 2021 (r567745) +++ head/devel/rubygem-azure_mgmt_cosmosdb/Makefile Sun Mar 7 22:28:40 2021 (r567746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_cosmosdb -PORTVERSION= 0.23.1 +PORTVERSION= 0.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_cosmosdb/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_cosmosdb/distinfo Sun Mar 7 22:28:34 2021 (r567745) +++ head/devel/rubygem-azure_mgmt_cosmosdb/distinfo Sun Mar 7 22:28:40 2021 (r567746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519685 -SHA256 (rubygem/azure_mgmt_cosmosdb-0.23.1.gem) = 13cee59fed0f246f220c2e49c321cb9fc4b655185e790804151a3f47199eed6e -SIZE (rubygem/azure_mgmt_cosmosdb-0.23.1.gem) = 411648 +TIMESTAMP = 1614794400 +SHA256 (rubygem/azure_mgmt_cosmosdb-0.24.0.gem) = a56ada5b8ce6bf09c29ff1b801b6b157b8a49adfe397357692fc502cfc312358 +SIZE (rubygem/azure_mgmt_cosmosdb-0.24.0.gem) = 477696 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:50 2021 Return-Path: Delivered-To: svn-ports-all@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 83365550817; Sun, 7 Mar 2021 22:28:50 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2n3Ffkz4cQc; Sun, 7 Mar 2021 22:28:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0B4F1E234; Sun, 7 Mar 2021 22:28:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSl4F053981; Sun, 7 Mar 2021 22:28:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSlR5053978; Sun, 7 Mar 2021 22:28:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSlR5053978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567747 - head/devel/rubygem-azure_mgmt_data_factory X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_data_factory X-SVN-Commit-Revision: 567747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:52 -0000 Author: sunpoet Date: Sun Mar 7 22:28:47 2021 New Revision: 567747 URL: https://svnweb.freebsd.org/changeset/ports/567747 Log: Update to 0.18.7 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_data_factory Modified: head/devel/rubygem-azure_mgmt_data_factory/Makefile head/devel/rubygem-azure_mgmt_data_factory/distinfo Modified: head/devel/rubygem-azure_mgmt_data_factory/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_data_factory/Makefile Sun Mar 7 22:28:40 2021 (r567746) +++ head/devel/rubygem-azure_mgmt_data_factory/Makefile Sun Mar 7 22:28:47 2021 (r567747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_data_factory -PORTVERSION= 0.18.6 +PORTVERSION= 0.18.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_data_factory/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_data_factory/distinfo Sun Mar 7 22:28:40 2021 (r567746) +++ head/devel/rubygem-azure_mgmt_data_factory/distinfo Sun Mar 7 22:28:47 2021 (r567747) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539919 -SHA256 (rubygem/azure_mgmt_data_factory-0.18.6.gem) = d5b8c3687e4aa2c93f981de20e9cdfd12f840d1509a5eeb78d51efe609e5f065 -SIZE (rubygem/azure_mgmt_data_factory-0.18.6.gem) = 364544 +TIMESTAMP = 1614794402 +SHA256 (rubygem/azure_mgmt_data_factory-0.18.7.gem) = 089f37c126886bd8eee32b7003a61f8538378f227790682546b6782a1fa9d8ca +SIZE (rubygem/azure_mgmt_data_factory-0.18.7.gem) = 366592 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:28:57 2021 Return-Path: Delivered-To: svn-ports-all@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 0BE4D550B2A; Sun, 7 Mar 2021 22:28:57 +0000 (UTC) (envelope-from sunpoet@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 4Dtx2t0nhJz4cfk; Sun, 7 Mar 2021 22:28:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 676291E15A; Sun, 7 Mar 2021 22:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSrS3054089; Sun, 7 Mar 2021 22:28:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSqI4054087; Sun, 7 Mar 2021 22:28:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSqI4054087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567748 - head/devel/rubygem-azure_mgmt_event_grid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_event_grid X-SVN-Commit-Revision: 567748 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:28:57 -0000 Author: sunpoet Date: Sun Mar 7 22:28:52 2021 New Revision: 567748 URL: https://svnweb.freebsd.org/changeset/ports/567748 Log: Update to 0.21.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_event_grid Modified: head/devel/rubygem-azure_mgmt_event_grid/Makefile head/devel/rubygem-azure_mgmt_event_grid/distinfo Modified: head/devel/rubygem-azure_mgmt_event_grid/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_event_grid/Makefile Sun Mar 7 22:28:47 2021 (r567747) +++ head/devel/rubygem-azure_mgmt_event_grid/Makefile Sun Mar 7 22:28:52 2021 (r567748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_event_grid -PORTVERSION= 0.20.2 +PORTVERSION= 0.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_event_grid/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_event_grid/distinfo Sun Mar 7 22:28:47 2021 (r567747) +++ head/devel/rubygem-azure_mgmt_event_grid/distinfo Sun Mar 7 22:28:52 2021 (r567748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592419305 -SHA256 (rubygem/azure_mgmt_event_grid-0.20.2.gem) = 9c612f8e3960fe3cebcc4cfd1d8aa933324566b517d19ec51f7d638f2072fac2 -SIZE (rubygem/azure_mgmt_event_grid-0.20.2.gem) = 269312 +TIMESTAMP = 1614794404 +SHA256 (rubygem/azure_mgmt_event_grid-0.21.0.gem) = 2b027a4c6c2371852bc9aa9b95a8da055b45183f26037fa88180421d06a7d428 +SIZE (rubygem/azure_mgmt_event_grid-0.21.0.gem) = 333312 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:02 2021 Return-Path: Delivered-To: svn-ports-all@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 1EE7F550B30; Sun, 7 Mar 2021 22:29:02 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3149zmz4cRC; Sun, 7 Mar 2021 22:29:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5D111E1D6; Sun, 7 Mar 2021 22:28:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MSxRo054198; Sun, 7 Mar 2021 22:28:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MSxGH054196; Sun, 7 Mar 2021 22:28:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072228.127MSxGH054196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567749 - head/devel/rubygem-azure_mgmt_iot_central X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_iot_central X-SVN-Commit-Revision: 567749 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:02 -0000 Author: sunpoet Date: Sun Mar 7 22:28:58 2021 New Revision: 567749 URL: https://svnweb.freebsd.org/changeset/ports/567749 Log: Update to 0.19.4 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_iot_central Modified: head/devel/rubygem-azure_mgmt_iot_central/Makefile head/devel/rubygem-azure_mgmt_iot_central/distinfo Modified: head/devel/rubygem-azure_mgmt_iot_central/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_iot_central/Makefile Sun Mar 7 22:28:52 2021 (r567748) +++ head/devel/rubygem-azure_mgmt_iot_central/Makefile Sun Mar 7 22:28:58 2021 (r567749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_iot_central -PORTVERSION= 0.19.3 +PORTVERSION= 0.19.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_iot_central/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_iot_central/distinfo Sun Mar 7 22:28:52 2021 (r567748) +++ head/devel/rubygem-azure_mgmt_iot_central/distinfo Sun Mar 7 22:28:58 2021 (r567749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953959 -SHA256 (rubygem/azure_mgmt_iot_central-0.19.3.gem) = 3ed85fb5c4806d5dbc3bfbacca22472ae70c3c214d1d456fdc004ebe1ebcce38 -SIZE (rubygem/azure_mgmt_iot_central-0.19.3.gem) = 24576 +TIMESTAMP = 1614794406 +SHA256 (rubygem/azure_mgmt_iot_central-0.19.4.gem) = d3542c6376a1d278233d914ed88aaaf29bbe21c26df5d190a83629eac71b3c48 +SIZE (rubygem/azure_mgmt_iot_central-0.19.4.gem) = 24576 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:09 2021 Return-Path: Delivered-To: svn-ports-all@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 BF509550A67; Sun, 7 Mar 2021 22:29:09 +0000 (UTC) (envelope-from sunpoet@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 4Dtx38714kz4cr8; Sun, 7 Mar 2021 22:29:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0B711E1D7; Sun, 7 Mar 2021 22:29:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MT5sl054310; Sun, 7 Mar 2021 22:29:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MT5Vw054308; Sun, 7 Mar 2021 22:29:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MT5Vw054308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567750 - head/devel/rubygem-azure_mgmt_kubernetes_configuration X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_kubernetes_configuration X-SVN-Commit-Revision: 567750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:09 -0000 Author: sunpoet Date: Sun Mar 7 22:29:04 2021 New Revision: 567750 URL: https://svnweb.freebsd.org/changeset/ports/567750 Log: Update to 0.18.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_kubernetes_configuration Modified: head/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile head/devel/rubygem-azure_mgmt_kubernetes_configuration/distinfo Modified: head/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile Sun Mar 7 22:28:58 2021 (r567749) +++ head/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile Sun Mar 7 22:29:04 2021 (r567750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_kubernetes_configuration -PORTVERSION= 0.17.1 +PORTVERSION= 0.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_kubernetes_configuration/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_kubernetes_configuration/distinfo Sun Mar 7 22:28:58 2021 (r567749) +++ head/devel/rubygem-azure_mgmt_kubernetes_configuration/distinfo Sun Mar 7 22:29:04 2021 (r567750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591186976 -SHA256 (rubygem/azure_mgmt_kubernetes_configuration-0.17.1.gem) = b06a2579a7829d51bf70500494f7181a2d1038104c3fda600ebc56f3f17f9b47 -SIZE (rubygem/azure_mgmt_kubernetes_configuration-0.17.1.gem) = 14848 +TIMESTAMP = 1614794408 +SHA256 (rubygem/azure_mgmt_kubernetes_configuration-0.18.0.gem) = 3d28bd018af041abd0215ef6ce8b91832d024de176d8553fc9b222cd50af17e8 +SIZE (rubygem/azure_mgmt_kubernetes_configuration-0.18.0.gem) = 25088 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:16 2021 Return-Path: Delivered-To: svn-ports-all@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 D9D92550A79; Sun, 7 Mar 2021 22:29:16 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3G0SKCz4clb; Sun, 7 Mar 2021 22:29:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 000D21E15B; Sun, 7 Mar 2021 22:29:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTBlu054418; Sun, 7 Mar 2021 22:29:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTBXK054416; Sun, 7 Mar 2021 22:29:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTBXK054416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567751 - head/devel/rubygem-azure_mgmt_media_services X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_media_services X-SVN-Commit-Revision: 567751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:17 -0000 Author: sunpoet Date: Sun Mar 7 22:29:11 2021 New Revision: 567751 URL: https://svnweb.freebsd.org/changeset/ports/567751 Log: Update to 0.21.1 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_media_services Modified: head/devel/rubygem-azure_mgmt_media_services/Makefile head/devel/rubygem-azure_mgmt_media_services/distinfo Modified: head/devel/rubygem-azure_mgmt_media_services/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_media_services/Makefile Sun Mar 7 22:29:04 2021 (r567750) +++ head/devel/rubygem-azure_mgmt_media_services/Makefile Sun Mar 7 22:29:11 2021 (r567751) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_media_services -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_media_services/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_media_services/distinfo Sun Mar 7 22:29:04 2021 (r567750) +++ head/devel/rubygem-azure_mgmt_media_services/distinfo Sun Mar 7 22:29:11 2021 (r567751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680296 -SHA256 (rubygem/azure_mgmt_media_services-0.21.0.gem) = 1017a6d45f9e7d4b72c428f9fbfb58dd3d2ee4767c493d083bcacf91607ad337 -SIZE (rubygem/azure_mgmt_media_services-0.21.0.gem) = 358400 +TIMESTAMP = 1614794410 +SHA256 (rubygem/azure_mgmt_media_services-0.21.1.gem) = 62010abbfe907341d164f055455d67c4ff4a19e0c86bf3a29248c881fb8fe55b +SIZE (rubygem/azure_mgmt_media_services-0.21.1.gem) = 294400 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:22 2021 Return-Path: Delivered-To: svn-ports-all@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 4E3DF550B55; Sun, 7 Mar 2021 22:29:22 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3M5NMLz4ckP; Sun, 7 Mar 2021 22:29:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 842BD1E1D8; Sun, 7 Mar 2021 22:29:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTHek054528; Sun, 7 Mar 2021 22:29:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTHgc054526; Sun, 7 Mar 2021 22:29:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTHgc054526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567752 - head/devel/rubygem-azure_mgmt_monitor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_monitor X-SVN-Commit-Revision: 567752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:22 -0000 Author: sunpoet Date: Sun Mar 7 22:29:16 2021 New Revision: 567752 URL: https://svnweb.freebsd.org/changeset/ports/567752 Log: Update to 0.19.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_monitor Modified: head/devel/rubygem-azure_mgmt_monitor/Makefile head/devel/rubygem-azure_mgmt_monitor/distinfo Modified: head/devel/rubygem-azure_mgmt_monitor/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_monitor/Makefile Sun Mar 7 22:29:11 2021 (r567751) +++ head/devel/rubygem-azure_mgmt_monitor/Makefile Sun Mar 7 22:29:16 2021 (r567752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_monitor -PORTVERSION= 0.18.0 +PORTVERSION= 0.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_monitor/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_monitor/distinfo Sun Mar 7 22:29:11 2021 (r567751) +++ head/devel/rubygem-azure_mgmt_monitor/distinfo Sun Mar 7 22:29:16 2021 (r567752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607539927 -SHA256 (rubygem/azure_mgmt_monitor-0.18.0.gem) = 545ebdedba0621f8e347029d62eebee7a0d5e8148834ac00f7a9bebc3ea5a532 -SIZE (rubygem/azure_mgmt_monitor-0.18.0.gem) = 192000 +TIMESTAMP = 1614794412 +SHA256 (rubygem/azure_mgmt_monitor-0.19.0.gem) = 1dca95712ed2a3e8ce76c91790294e0f939e66b802523fdc3299928d1b83d88f +SIZE (rubygem/azure_mgmt_monitor-0.19.0.gem) = 198144 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:27 2021 Return-Path: Delivered-To: svn-ports-all@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 EEEF0550C89; Sun, 7 Mar 2021 22:29:26 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3S52ttz4csG; Sun, 7 Mar 2021 22:29:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E2F31E235; Sun, 7 Mar 2021 22:29:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTNqh054638; Sun, 7 Mar 2021 22:29:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTN9h054636; Sun, 7 Mar 2021 22:29:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTN9h054636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567753 - head/devel/rubygem-azure_mgmt_netapp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_netapp X-SVN-Commit-Revision: 567753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:27 -0000 Author: sunpoet Date: Sun Mar 7 22:29:22 2021 New Revision: 567753 URL: https://svnweb.freebsd.org/changeset/ports/567753 Log: Update to 0.23.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_netapp Modified: head/devel/rubygem-azure_mgmt_netapp/Makefile head/devel/rubygem-azure_mgmt_netapp/distinfo Modified: head/devel/rubygem-azure_mgmt_netapp/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_netapp/Makefile Sun Mar 7 22:29:16 2021 (r567752) +++ head/devel/rubygem-azure_mgmt_netapp/Makefile Sun Mar 7 22:29:22 2021 (r567753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_netapp -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_netapp/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_netapp/distinfo Sun Mar 7 22:29:16 2021 (r567752) +++ head/devel/rubygem-azure_mgmt_netapp/distinfo Sun Mar 7 22:29:22 2021 (r567753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953961 -SHA256 (rubygem/azure_mgmt_netapp-0.22.0.gem) = b210e708d587acbc18462f2fc5b4f28f48100361fcf8e8b587deab3119f114f2 -SIZE (rubygem/azure_mgmt_netapp-0.22.0.gem) = 230400 +TIMESTAMP = 1614794414 +SHA256 (rubygem/azure_mgmt_netapp-0.23.0.gem) = 18d0e17ab455d8960e34662302fee6c7fdf9e28b13fba952d36ca23551f24bf5 +SIZE (rubygem/azure_mgmt_netapp-0.23.0.gem) = 264704 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:36 2021 Return-Path: Delivered-To: svn-ports-all@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 10A30550B5B; Sun, 7 Mar 2021 22:29:36 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3c1ZYtz4d1P; Sun, 7 Mar 2021 22:29:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD01B1E28F; Sun, 7 Mar 2021 22:29:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTTX6054746; Sun, 7 Mar 2021 22:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTTYo054744; Sun, 7 Mar 2021 22:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTTYo054744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567754 - head/devel/rubygem-azure_mgmt_storage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_storage X-SVN-Commit-Revision: 567754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:36 -0000 Author: sunpoet Date: Sun Mar 7 22:29:28 2021 New Revision: 567754 URL: https://svnweb.freebsd.org/changeset/ports/567754 Log: Update to 0.23.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_storage Modified: head/devel/rubygem-azure_mgmt_storage/Makefile head/devel/rubygem-azure_mgmt_storage/distinfo Modified: head/devel/rubygem-azure_mgmt_storage/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_storage/Makefile Sun Mar 7 22:29:22 2021 (r567753) +++ head/devel/rubygem-azure_mgmt_storage/Makefile Sun Mar 7 22:29:28 2021 (r567754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_storage -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_storage/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_storage/distinfo Sun Mar 7 22:29:22 2021 (r567753) +++ head/devel/rubygem-azure_mgmt_storage/distinfo Sun Mar 7 22:29:28 2021 (r567754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601319754 -SHA256 (rubygem/azure_mgmt_storage-0.22.0.gem) = a01e8af7069bf7c1765f485d76fe91b667baf09a81272888b5449f3eb0a61365 -SIZE (rubygem/azure_mgmt_storage-0.22.0.gem) = 386560 +TIMESTAMP = 1614794416 +SHA256 (rubygem/azure_mgmt_storage-0.23.0.gem) = 389b5aaa88daba72e8e266403eb5026039b1033e8d1cd4054eb6bbf3ed346046 +SIZE (rubygem/azure_mgmt_storage-0.23.0.gem) = 456704 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:39 2021 Return-Path: Delivered-To: svn-ports-all@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 E16D15509F7; Sun, 7 Mar 2021 22:29:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3k3MVlz4d03; Sun, 7 Mar 2021 22:29:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0C061E1D9; Sun, 7 Mar 2021 22:29:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTZal054854; Sun, 7 Mar 2021 22:29:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTZYf054852; Sun, 7 Mar 2021 22:29:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTZYf054852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567755 - head/devel/rubygem-azure_mgmt_storagecache X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_storagecache X-SVN-Commit-Revision: 567755 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:40 -0000 Author: sunpoet Date: Sun Mar 7 22:29:34 2021 New Revision: 567755 URL: https://svnweb.freebsd.org/changeset/ports/567755 Log: Update to 0.19.1 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_storagecache Modified: head/devel/rubygem-azure_mgmt_storagecache/Makefile head/devel/rubygem-azure_mgmt_storagecache/distinfo Modified: head/devel/rubygem-azure_mgmt_storagecache/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_storagecache/Makefile Sun Mar 7 22:29:28 2021 (r567754) +++ head/devel/rubygem-azure_mgmt_storagecache/Makefile Sun Mar 7 22:29:34 2021 (r567755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_storagecache -PORTVERSION= 0.19.0 +PORTVERSION= 0.19.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_storagecache/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_storagecache/distinfo Sun Mar 7 22:29:28 2021 (r567754) +++ head/devel/rubygem-azure_mgmt_storagecache/distinfo Sun Mar 7 22:29:34 2021 (r567755) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519693 -SHA256 (rubygem/azure_mgmt_storagecache-0.19.0.gem) = 506ce32aa327147efea2eea33f264757c421a2703b729f41e1dd4c6a3072a9f4 -SIZE (rubygem/azure_mgmt_storagecache-0.19.0.gem) = 78848 +TIMESTAMP = 1614794418 +SHA256 (rubygem/azure_mgmt_storagecache-0.19.1.gem) = c1ce9a191b1b9fe9a5a0d0e9046ee369783d56a2a816cc7795a30cbce11059f0 +SIZE (rubygem/azure_mgmt_storagecache-0.19.1.gem) = 78848 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:46 2021 Return-Path: Delivered-To: svn-ports-all@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 8B318550D21; Sun, 7 Mar 2021 22:29:46 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3r45jRz4d4h; Sun, 7 Mar 2021 22:29:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F7C81E1DA; Sun, 7 Mar 2021 22:29:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTfGZ054962; Sun, 7 Mar 2021 22:29:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTeSg054960; Sun, 7 Mar 2021 22:29:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTeSg054960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567756 - head/devel/rubygem-azure_mgmt_web X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_mgmt_web X-SVN-Commit-Revision: 567756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:46 -0000 Author: sunpoet Date: Sun Mar 7 22:29:40 2021 New Revision: 567756 URL: https://svnweb.freebsd.org/changeset/ports/567756 Log: Update to 0.18.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/commits/master/management/azure_mgmt_web Modified: head/devel/rubygem-azure_mgmt_web/Makefile head/devel/rubygem-azure_mgmt_web/distinfo Modified: head/devel/rubygem-azure_mgmt_web/Makefile ============================================================================== --- head/devel/rubygem-azure_mgmt_web/Makefile Sun Mar 7 22:29:34 2021 (r567755) +++ head/devel/rubygem-azure_mgmt_web/Makefile Sun Mar 7 22:29:40 2021 (r567756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_mgmt_web -PORTVERSION= 0.17.6 +PORTVERSION= 0.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-azure_mgmt_web/distinfo ============================================================================== --- head/devel/rubygem-azure_mgmt_web/distinfo Sun Mar 7 22:29:34 2021 (r567755) +++ head/devel/rubygem-azure_mgmt_web/distinfo Sun Mar 7 22:29:40 2021 (r567756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591187098 -SHA256 (rubygem/azure_mgmt_web-0.17.6.gem) = c0e26d5434b4c7b2c7a5d2f1a2596ae07eeb1af676bb46494fb46c86f1520d5a -SIZE (rubygem/azure_mgmt_web-0.17.6.gem) = 560128 +TIMESTAMP = 1614794420 +SHA256 (rubygem/azure_mgmt_web-0.18.0.gem) = 4ec21c565c93197da6f24cbbe6224d08be03e1e37f975c65805e5abd0cd7c5c9 +SIZE (rubygem/azure_mgmt_web-0.18.0.gem) = 807936 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:29:52 2021 Return-Path: Delivered-To: svn-ports-all@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 2334D550E0D; Sun, 7 Mar 2021 22:29:52 +0000 (UTC) (envelope-from sunpoet@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 4Dtx3y1dcmz4dCR; Sun, 7 Mar 2021 22:29:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0F5F1E236; Sun, 7 Mar 2021 22:29:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTlhJ055072; Sun, 7 Mar 2021 22:29:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTl3O055070; Sun, 7 Mar 2021 22:29:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTl3O055070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567757 - head/devel/rubygem-azure_sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-azure_sdk X-SVN-Commit-Revision: 567757 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:29:53 -0000 Author: sunpoet Date: Sun Mar 7 22:29:46 2021 New Revision: 567757 URL: https://svnweb.freebsd.org/changeset/ports/567757 Log: Update to 0.70.0 Changes: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md https://github.com/Azure/azure-sdk-for-ruby/commits/master/azure_sdk Modified: head/devel/rubygem-azure_sdk/Makefile head/devel/rubygem-azure_sdk/distinfo Modified: head/devel/rubygem-azure_sdk/Makefile ============================================================================== --- head/devel/rubygem-azure_sdk/Makefile Sun Mar 7 22:29:40 2021 (r567756) +++ head/devel/rubygem-azure_sdk/Makefile Sun Mar 7 22:29:46 2021 (r567757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure_sdk -PORTVERSION= 0.69.1 +PORTVERSION= 0.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -59,15 +59,15 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.1 rubygem-azure_mgmt_cdn>=0.18.1<0.19:devel/rubygem-azure_mgmt_cdn \ rubygem-azure_mgmt_cognitive_services>=0.19.3<0.20:devel/rubygem-azure_mgmt_cognitive_services \ rubygem-azure_mgmt_commerce>=0.17.2<0.18:devel/rubygem-azure_mgmt_commerce \ - rubygem-azure_mgmt_compute>=0.21.1<0.22:devel/rubygem-azure_mgmt_compute \ + rubygem-azure_mgmt_compute>=0.22.0<0.23:devel/rubygem-azure_mgmt_compute \ rubygem-azure_mgmt_consumption>=0.18.1<0.19:devel/rubygem-azure_mgmt_consumption \ - rubygem-azure_mgmt_container_instance>=0.17.5<0.18:devel/rubygem-azure_mgmt_container_instance \ + rubygem-azure_mgmt_container_instance>=0.18.0<0.19:devel/rubygem-azure_mgmt_container_instance \ rubygem-azure_mgmt_container_registry>=0.18.5<0.19:devel/rubygem-azure_mgmt_container_registry \ rubygem-azure_mgmt_container_service>=0.22.0<0.23:devel/rubygem-azure_mgmt_container_service \ - rubygem-azure_mgmt_cosmosdb>=0.23.1<0.24:devel/rubygem-azure_mgmt_cosmosdb \ + rubygem-azure_mgmt_cosmosdb>=0.24.0<0.25:devel/rubygem-azure_mgmt_cosmosdb \ rubygem-azure_mgmt_cost_management>=0.17.1<0.18:devel/rubygem-azure_mgmt_cost_management \ rubygem-azure_mgmt_customer_insights>=0.17.3<0.18:devel/rubygem-azure_mgmt_customer_insights \ - rubygem-azure_mgmt_data_factory>=0.18.6<0.19:devel/rubygem-azure_mgmt_data_factory \ + rubygem-azure_mgmt_data_factory>=0.18.7<0.19:devel/rubygem-azure_mgmt_data_factory \ rubygem-azure_mgmt_data_migration>=0.18.1<0.19:devel/rubygem-azure_mgmt_data_migration \ rubygem-azure_mgmt_databox>=0.17.1<0.18:devel/rubygem-azure_mgmt_databox \ rubygem-azure_mgmt_datalake_analytics>=0.17.3<0.18:devel/rubygem-azure_mgmt_datalake_analytics \ @@ -79,17 +79,17 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.1 rubygem-azure_mgmt_digitaltwins>=0.18.0<0.19:devel/rubygem-azure_mgmt_digitaltwins \ rubygem-azure_mgmt_dns>=0.17.5<0.18:devel/rubygem-azure_mgmt_dns \ rubygem-azure_mgmt_edgegateway>=0.18.1<0.19:devel/rubygem-azure_mgmt_edgegateway \ - rubygem-azure_mgmt_event_grid>=0.20.2<0.21:devel/rubygem-azure_mgmt_event_grid \ + rubygem-azure_mgmt_event_grid>=0.21.0<0.22:devel/rubygem-azure_mgmt_event_grid \ rubygem-azure_mgmt_event_hub>=0.18.2<0.19:devel/rubygem-azure_mgmt_event_hub \ rubygem-azure_mgmt_features>=0.17.4<0.18:devel/rubygem-azure_mgmt_features \ rubygem-azure_mgmt_hanaonazure>=0.18.1<0.19:devel/rubygem-azure_mgmt_hanaonazure \ rubygem-azure_mgmt_hdinsight>=0.18.5<0.19:devel/rubygem-azure_mgmt_hdinsight \ rubygem-azure_mgmt_hybrid_compute>=0.17.0<0.18:devel/rubygem-azure_mgmt_hybrid_compute \ rubygem-azure_mgmt_import_export>=0.17.1<0.18:devel/rubygem-azure_mgmt_import_export \ - rubygem-azure_mgmt_iot_central>=0.19.3<0.20:devel/rubygem-azure_mgmt_iot_central \ + rubygem-azure_mgmt_iot_central>=0.19.4<0.20:devel/rubygem-azure_mgmt_iot_central \ rubygem-azure_mgmt_iot_hub>=0.17.5<0.18:devel/rubygem-azure_mgmt_iot_hub \ rubygem-azure_mgmt_key_vault>=0.17.7<0.18:devel/rubygem-azure_mgmt_key_vault \ - rubygem-azure_mgmt_kubernetes_configuration>=0.17.1<0.18:devel/rubygem-azure_mgmt_kubernetes_configuration \ + rubygem-azure_mgmt_kubernetes_configuration>=0.18.0<0.19:devel/rubygem-azure_mgmt_kubernetes_configuration \ rubygem-azure_mgmt_kusto>=0.20.0<0.21:devel/rubygem-azure_mgmt_kusto \ rubygem-azure_mgmt_labservices>=0.17.2<0.18:devel/rubygem-azure_mgmt_labservices \ rubygem-azure_mgmt_links>=0.17.3<0.18:devel/rubygem-azure_mgmt_links \ @@ -101,13 +101,13 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.1 rubygem-azure_mgmt_managed_applications>=0.17.3<0.18:devel/rubygem-azure_mgmt_managed_applications \ rubygem-azure_mgmt_mariadb>=0.17.4<0.18:devel/rubygem-azure_mgmt_mariadb \ rubygem-azure_mgmt_marketplace_ordering>=0.17.5<0.18:devel/rubygem-azure_mgmt_marketplace_ordering \ - rubygem-azure_mgmt_media_services>=0.21.0<0.22:devel/rubygem-azure_mgmt_media_services \ + rubygem-azure_mgmt_media_services>=0.21.1<0.22:devel/rubygem-azure_mgmt_media_services \ rubygem-azure_mgmt_migrate>=0.17.1<0.18:devel/rubygem-azure_mgmt_migrate \ rubygem-azure_mgmt_mixedreality>=0.17.3<0.18:devel/rubygem-azure_mgmt_mixedreality \ - rubygem-azure_mgmt_monitor>=0.18.0<0.19:devel/rubygem-azure_mgmt_monitor \ + rubygem-azure_mgmt_monitor>=0.19.0<0.20:devel/rubygem-azure_mgmt_monitor \ rubygem-azure_mgmt_msi>=0.17.2<0.18:devel/rubygem-azure_mgmt_msi \ rubygem-azure_mgmt_mysql>=0.17.2<0.18:devel/rubygem-azure_mgmt_mysql \ - rubygem-azure_mgmt_netapp>=0.22.0<0.23:devel/rubygem-azure_mgmt_netapp \ + rubygem-azure_mgmt_netapp>=0.23.0<0.24:devel/rubygem-azure_mgmt_netapp \ rubygem-azure_mgmt_network>=0.26.0<0.27:devel/rubygem-azure_mgmt_network \ rubygem-azure_mgmt_notification_hubs>=0.17.3<0.18:devel/rubygem-azure_mgmt_notification_hubs \ rubygem-azure_mgmt_operational_insights>=0.20.0<0.21:devel/rubygem-azure_mgmt_operational_insights \ @@ -140,8 +140,8 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.1 rubygem-azure_mgmt_sql>=0.19.1<0.20:devel/rubygem-azure_mgmt_sql \ rubygem-azure_mgmt_sqlvirtualmachine>=0.18.2<0.19:devel/rubygem-azure_mgmt_sqlvirtualmachine \ rubygem-azure_mgmt_stor_simple8000_series>=0.17.3<0.18:devel/rubygem-azure_mgmt_stor_simple8000_series \ - rubygem-azure_mgmt_storage>=0.22.0<0.23:devel/rubygem-azure_mgmt_storage \ - rubygem-azure_mgmt_storagecache>=0.19.0<0.20:devel/rubygem-azure_mgmt_storagecache \ + rubygem-azure_mgmt_storage>=0.23.0<0.24:devel/rubygem-azure_mgmt_storage \ + rubygem-azure_mgmt_storagecache>=0.19.1<0.20:devel/rubygem-azure_mgmt_storagecache \ rubygem-azure_mgmt_storagesync>=0.18.1<0.19:devel/rubygem-azure_mgmt_storagesync \ rubygem-azure_mgmt_stream_analytics>=0.17.3<0.18:devel/rubygem-azure_mgmt_stream_analytics \ rubygem-azure_mgmt_subscriptions>=0.18.5<0.19:devel/rubygem-azure_mgmt_subscriptions \ @@ -150,7 +150,7 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.1 rubygem-azure_mgmt_time_series_insights>=0.17.1<0.18:devel/rubygem-azure_mgmt_time_series_insights \ rubygem-azure_mgmt_traffic_manager>=0.17.4<0.18:devel/rubygem-azure_mgmt_traffic_manager \ rubygem-azure_mgmt_vmware_cloudsimple>=0.17.1<0.18:devel/rubygem-azure_mgmt_vmware_cloudsimple \ - rubygem-azure_mgmt_web>=0.17.6<0.18:devel/rubygem-azure_mgmt_web \ + rubygem-azure_mgmt_web>=0.18.0<0.19:devel/rubygem-azure_mgmt_web \ rubygem-azure_service_fabric>=0.18.1<0.19:devel/rubygem-azure_service_fabric USES= gem Modified: head/devel/rubygem-azure_sdk/distinfo ============================================================================== --- head/devel/rubygem-azure_sdk/distinfo Sun Mar 7 22:29:40 2021 (r567756) +++ head/devel/rubygem-azure_sdk/distinfo Sun Mar 7 22:29:46 2021 (r567757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519695 -SHA256 (rubygem/azure_sdk-0.69.1.gem) = 8f73b2281d8efba79e5b5f748f36090f57afb5f00877a318d3adb88e2ea0860d -SIZE (rubygem/azure_sdk-0.69.1.gem) = 433152 +TIMESTAMP = 1614794422 +SHA256 (rubygem/azure_sdk-0.70.0.gem) = 02c980a776841bffdc468d9062b7c312c17ab8b62c005709ced3c67c761f618b +SIZE (rubygem/azure_sdk-0.70.0.gem) = 433152 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:00 2021 Return-Path: Delivered-To: svn-ports-all@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 06404550B76; Sun, 7 Mar 2021 22:30:00 +0000 (UTC) (envelope-from sunpoet@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 4Dtx452z0zz4dNg; Sun, 7 Mar 2021 22:29:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03ACF1E3F9; Sun, 7 Mar 2021 22:29:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTru0055180; Sun, 7 Mar 2021 22:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTrpB055178; Sun, 7 Mar 2021 22:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTrpB055178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567758 - head/devel/rubygem-batch-loader X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-batch-loader X-SVN-Commit-Revision: 567758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:00 -0000 Author: sunpoet Date: Sun Mar 7 22:29:53 2021 New Revision: 567758 URL: https://svnweb.freebsd.org/changeset/ports/567758 Log: Update to 2.0.1 Changes: https://github.com/exAspArk/batch-loader/blob/master/CHANGELOG.md Modified: head/devel/rubygem-batch-loader/Makefile head/devel/rubygem-batch-loader/distinfo Modified: head/devel/rubygem-batch-loader/Makefile ============================================================================== --- head/devel/rubygem-batch-loader/Makefile Sun Mar 7 22:29:46 2021 (r567757) +++ head/devel/rubygem-batch-loader/Makefile Sun Mar 7 22:29:53 2021 (r567758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= batch-loader -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-batch-loader/distinfo ============================================================================== --- head/devel/rubygem-batch-loader/distinfo Sun Mar 7 22:29:46 2021 (r567757) +++ head/devel/rubygem-batch-loader/distinfo Sun Mar 7 22:29:53 2021 (r567758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738833 -SHA256 (rubygem/batch-loader-2.0.0.gem) = dce95d23ed42747c927f14aa5bcca330cdbeab461a276fd81b57371a0d41cffc -SIZE (rubygem/batch-loader-2.0.0.gem) = 17920 +TIMESTAMP = 1614794424 +SHA256 (rubygem/batch-loader-2.0.1.gem) = 93f711df78d316ee0440a7a45daba4f5418d0ee2b5f58f60c9ea038424e7a89d +SIZE (rubygem/batch-loader-2.0.1.gem) = 17920 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:04 2021 Return-Path: Delivered-To: svn-ports-all@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 8346C550873; Sun, 7 Mar 2021 22:30:04 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4B5lh2z4dTc; Sun, 7 Mar 2021 22:30:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 793921E0BE; Sun, 7 Mar 2021 22:29:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MTxxu055288; Sun, 7 Mar 2021 22:29:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MTx2E055286; Sun, 7 Mar 2021 22:29:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072229.127MTx2E055286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567759 - head/devel/rubygem-deface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-deface X-SVN-Commit-Revision: 567759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:06 -0000 Author: sunpoet Date: Sun Mar 7 22:29:58 2021 New Revision: 567759 URL: https://svnweb.freebsd.org/changeset/ports/567759 Log: Update to 1.7.0 Changes: https://github.com/spree/deface/releases Modified: head/devel/rubygem-deface/Makefile head/devel/rubygem-deface/distinfo Modified: head/devel/rubygem-deface/Makefile ============================================================================== --- head/devel/rubygem-deface/Makefile Sun Mar 7 22:29:53 2021 (r567758) +++ head/devel/rubygem-deface/Makefile Sun Mar 7 22:29:58 2021 (r567759) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= deface -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems www MASTER_SITES= RG Modified: head/devel/rubygem-deface/distinfo ============================================================================== --- head/devel/rubygem-deface/distinfo Sun Mar 7 22:29:53 2021 (r567758) +++ head/devel/rubygem-deface/distinfo Sun Mar 7 22:29:58 2021 (r567759) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478577 -SHA256 (rubygem/deface-1.6.2.gem) = e588e3f7ccbb08cbcbaacb659b92b81cd940267d2cb982a4e40d93cc6d7c3cbe -SIZE (rubygem/deface-1.6.2.gem) = 49152 +TIMESTAMP = 1614794426 +SHA256 (rubygem/deface-1.7.0.gem) = 771f3160679de32da2cd1d464162c7d61e3920037346695d02452693a614cf28 +SIZE (rubygem/deface-1.7.0.gem) = 49152 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:09 2021 Return-Path: Delivered-To: svn-ports-all@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 B90EF550DA0; Sun, 7 Mar 2021 22:30:09 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4H44sbz4dGP; Sun, 7 Mar 2021 22:30:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B72201E3FA; Sun, 7 Mar 2021 22:30:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MU5Xc055436; Sun, 7 Mar 2021 22:30:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MU58v055434; Sun, 7 Mar 2021 22:30:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MU58v055434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567760 - head/devel/rubygem-emoji_regex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-emoji_regex X-SVN-Commit-Revision: 567760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:10 -0000 Author: sunpoet Date: Sun Mar 7 22:30:04 2021 New Revision: 567760 URL: https://svnweb.freebsd.org/changeset/ports/567760 Log: Update to 3.2.2 Changes: https://github.com/ticky/ruby-emoji-regex/releases Modified: head/devel/rubygem-emoji_regex/Makefile head/devel/rubygem-emoji_regex/distinfo Modified: head/devel/rubygem-emoji_regex/Makefile ============================================================================== --- head/devel/rubygem-emoji_regex/Makefile Sun Mar 7 22:29:58 2021 (r567759) +++ head/devel/rubygem-emoji_regex/Makefile Sun Mar 7 22:30:04 2021 (r567760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emoji_regex -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-emoji_regex/distinfo ============================================================================== --- head/devel/rubygem-emoji_regex/distinfo Sun Mar 7 22:29:58 2021 (r567759) +++ head/devel/rubygem-emoji_regex/distinfo Sun Mar 7 22:30:04 2021 (r567760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605901780 -SHA256 (rubygem/emoji_regex-3.2.1.gem) = 7ad8e1133151b3419c8976947dcd94914caa026518e497b7e79df0ce54a67f61 -SIZE (rubygem/emoji_regex-3.2.1.gem) = 10752 +TIMESTAMP = 1614794428 +SHA256 (rubygem/emoji_regex-3.2.2.gem) = a78ce739dc298b32c8c1277bdfcd7b7b15a38179c8b7045cf63ee596588db897 +SIZE (rubygem/emoji_regex-3.2.2.gem) = 10752 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:18 2021 Return-Path: Delivered-To: svn-ports-all@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 0C748550D4C; Sun, 7 Mar 2021 22:30:18 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4Q0zsbz4dSV; Sun, 7 Mar 2021 22:30:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 097CA1E237; Sun, 7 Mar 2021 22:30:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUBlH055558; Sun, 7 Mar 2021 22:30:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUBK2055555; Sun, 7 Mar 2021 22:30:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUBK2055555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567761 - head/devel/rubygem-gapic-common X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-gapic-common X-SVN-Commit-Revision: 567761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:19 -0000 Author: sunpoet Date: Sun Mar 7 22:30:11 2021 New Revision: 567761 URL: https://svnweb.freebsd.org/changeset/ports/567761 Log: Update to 0.4.0 Changes: https://github.com/googleapis/gapic-generator-ruby/releases https://github.com/googleapis/gapic-generator-ruby/blob/master/gapic-common/CHANGELOG.md Modified: head/devel/rubygem-gapic-common/Makefile head/devel/rubygem-gapic-common/distinfo head/devel/rubygem-gapic-common/pkg-descr Modified: head/devel/rubygem-gapic-common/Makefile ============================================================================== --- head/devel/rubygem-gapic-common/Makefile Sun Mar 7 22:30:04 2021 (r567760) +++ head/devel/rubygem-gapic-common/Makefile Sun Mar 7 22:30:11 2021 (r567761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gapic-common -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,11 +11,12 @@ COMMENT= Common code for GAPIC-generated API clients LICENSE= APACHE20 -RUN_DEPENDS= rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \ - rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \ - rubygem-googleapis-common-protos-types>=1.0.4<2.0:devel/rubygem-googleapis-common-protos-types \ - rubygem-googleauth>=0.9<1:security/rubygem-googleauth \ - rubygem-grpc>=1.25<2:net/rubygem-grpc +RUN_DEPENDS= rubygem-faraday>=1.3<2:www/rubygem-faraday \ + rubygem-google-protobuf>=3.15.2<4:devel/rubygem-google-protobuf \ + rubygem-googleapis-common-protos>=1.3.11<2.0:devel/rubygem-googleapis-common-protos \ + rubygem-googleapis-common-protos-types>=1.0.6<2.0:devel/rubygem-googleapis-common-protos-types \ + rubygem-googleauth>=0.15.1<1:security/rubygem-googleauth \ + rubygem-grpc>=1.36<2:net/rubygem-grpc USES= gem USE_RUBY= yes Modified: head/devel/rubygem-gapic-common/distinfo ============================================================================== --- head/devel/rubygem-gapic-common/distinfo Sun Mar 7 22:30:04 2021 (r567760) +++ head/devel/rubygem-gapic-common/distinfo Sun Mar 7 22:30:11 2021 (r567761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596962178 -SHA256 (rubygem/gapic-common-0.3.4.gem) = 7d260b625feb32bf98431f622c04a0e90e1c51e9c86f151e8063ed2e37909750 -SIZE (rubygem/gapic-common-0.3.4.gem) = 19968 +TIMESTAMP = 1614794430 +SHA256 (rubygem/gapic-common-0.4.0.gem) = 28f5582a33aa6c6bd305d987091438ec3bc66f3cc9fc4af70617239d67ada5cb +SIZE (rubygem/gapic-common-0.4.0.gem) = 22528 Modified: head/devel/rubygem-gapic-common/pkg-descr ============================================================================== --- head/devel/rubygem-gapic-common/pkg-descr Sun Mar 7 22:30:04 2021 (r567760) +++ head/devel/rubygem-gapic-common/pkg-descr Sun Mar 7 22:30:11 2021 (r567761) @@ -1,3 +1,4 @@ Create Ruby clients from a protocol buffer description of an API. WWW: https://github.com/googleapis/gapic-generator-ruby +WWW: https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:23 2021 Return-Path: Delivered-To: svn-ports-all@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 D209F550CC6; Sun, 7 Mar 2021 22:30:23 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4X5t19z4dVw; Sun, 7 Mar 2021 22:30:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF7CA1E292; Sun, 7 Mar 2021 22:30:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUHCC055666; Sun, 7 Mar 2021 22:30:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUHhX055664; Sun, 7 Mar 2021 22:30:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUHhX055664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567762 - head/devel/rubygem-google-protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-protobuf X-SVN-Commit-Revision: 567762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:24 -0000 Author: sunpoet Date: Sun Mar 7 22:30:17 2021 New Revision: 567762 URL: https://svnweb.freebsd.org/changeset/ports/567762 Log: Update to 3.15.4 Changes: https://github.com/protocolbuffers/protobuf/releases Modified: head/devel/rubygem-google-protobuf/Makefile head/devel/rubygem-google-protobuf/distinfo Modified: head/devel/rubygem-google-protobuf/Makefile ============================================================================== --- head/devel/rubygem-google-protobuf/Makefile Sun Mar 7 22:30:11 2021 (r567761) +++ head/devel/rubygem-google-protobuf/Makefile Sun Mar 7 22:30:17 2021 (r567762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-protobuf -PORTVERSION= 3.15.0 +PORTVERSION= 3.15.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-protobuf/distinfo ============================================================================== --- head/devel/rubygem-google-protobuf/distinfo Sun Mar 7 22:30:11 2021 (r567761) +++ head/devel/rubygem-google-protobuf/distinfo Sun Mar 7 22:30:17 2021 (r567762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738839 -SHA256 (rubygem/google-protobuf-3.15.0.gem) = 40f58515b56b6aad0c6fca808747e24b33959899d5f94acc2a6641e7688adde9 -SIZE (rubygem/google-protobuf-3.15.0.gem) = 148480 +TIMESTAMP = 1614794432 +SHA256 (rubygem/google-protobuf-3.15.4.gem) = b7ac8483d3bd891b91d87e9e8f997620dbf068d46819d2212d49f33498aeba18 +SIZE (rubygem/google-protobuf-3.15.4.gem) = 148480 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:30 2021 Return-Path: Delivered-To: svn-ports-all@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 A2721550BD1; Sun, 7 Mar 2021 22:30:30 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4g2sMHz4dmT; Sun, 7 Mar 2021 22:30:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 284141E0C0; Sun, 7 Mar 2021 22:30:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUOBr055774; Sun, 7 Mar 2021 22:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUNIn055772; Sun, 7 Mar 2021 22:30:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUNIn055772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567763 - head/devel/rubygem-sidekiq-unique-jobs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq-unique-jobs X-SVN-Commit-Revision: 567763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:30 -0000 Author: sunpoet Date: Sun Mar 7 22:30:23 2021 New Revision: 567763 URL: https://svnweb.freebsd.org/changeset/ports/567763 Log: Update to 7.0.4 Changes: https://github.com/mhenrixon/sidekiq-unique-jobs/releases Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile head/devel/rubygem-sidekiq-unique-jobs/distinfo Modified: head/devel/rubygem-sidekiq-unique-jobs/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/Makefile Sun Mar 7 22:30:17 2021 (r567762) +++ head/devel/rubygem-sidekiq-unique-jobs/Makefile Sun Mar 7 22:30:23 2021 (r567763) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sidekiq-unique-jobs -PORTVERSION= 7.0.3 +PORTVERSION= 7.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-unique-jobs/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-unique-jobs/distinfo Sun Mar 7 22:30:17 2021 (r567762) +++ head/devel/rubygem-sidekiq-unique-jobs/distinfo Sun Mar 7 22:30:23 2021 (r567763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738843 -SHA256 (rubygem/sidekiq-unique-jobs-7.0.3.gem) = 4860022fc6eb263bdff034abeebca00eaed2479005f133766cf94544b4715ef2 -SIZE (rubygem/sidekiq-unique-jobs-7.0.3.gem) = 75776 +TIMESTAMP = 1614794434 +SHA256 (rubygem/sidekiq-unique-jobs-7.0.4.gem) = bd872691b29c641c43c79f511bc55ef21b1ee13cc0467bb1c30b8b9de4b87279 +SIZE (rubygem/sidekiq-unique-jobs-7.0.4.gem) = 75776 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:35 2021 Return-Path: Delivered-To: svn-ports-all@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 C8C4B550F26; Sun, 7 Mar 2021 22:30:35 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4n3RZ8z4dqN; Sun, 7 Mar 2021 22:30:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F25951E238; Sun, 7 Mar 2021 22:30:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUTkx055884; Sun, 7 Mar 2021 22:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUTcK055883; Sun, 7 Mar 2021 22:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUTcK055883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567764 - head/misc/rubygem-octicons X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/rubygem-octicons X-SVN-Commit-Revision: 567764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:36 -0000 Author: sunpoet Date: Sun Mar 7 22:30:29 2021 New Revision: 567764 URL: https://svnweb.freebsd.org/changeset/ports/567764 Log: Update to 12.1.0 Changes: https://github.com/primer/octicons/releases Modified: head/misc/rubygem-octicons/Makefile head/misc/rubygem-octicons/distinfo Modified: head/misc/rubygem-octicons/Makefile ============================================================================== --- head/misc/rubygem-octicons/Makefile Sun Mar 7 22:30:23 2021 (r567763) +++ head/misc/rubygem-octicons/Makefile Sun Mar 7 22:30:29 2021 (r567764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octicons -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= misc rubygems MASTER_SITES= RG Modified: head/misc/rubygem-octicons/distinfo ============================================================================== --- head/misc/rubygem-octicons/distinfo Sun Mar 7 22:30:23 2021 (r567763) +++ head/misc/rubygem-octicons/distinfo Sun Mar 7 22:30:29 2021 (r567764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478605 -SHA256 (rubygem/octicons-12.0.0.gem) = a877623e7c5bb7f3cef65f3cc69c3087ef1182de5cf31ac8daac438be77e64cc -SIZE (rubygem/octicons-12.0.0.gem) = 139264 +TIMESTAMP = 1614794436 +SHA256 (rubygem/octicons-12.1.0.gem) = b6deca4613335b9cedc98c95ef07a5d974b12cb7a7d1baba58583a770f3cfe4e +SIZE (rubygem/octicons-12.1.0.gem) = 139264 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:39 2021 Return-Path: Delivered-To: svn-ports-all@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 06395550E32; Sun, 7 Mar 2021 22:30:38 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4s2ZjDz4dbs; Sun, 7 Mar 2021 22:30:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32B5A1E3FD; Sun, 7 Mar 2021 22:30:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUYTv055992; Sun, 7 Mar 2021 22:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUY95055991; Sun, 7 Mar 2021 22:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUY95055991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567765 - head/net/rubygem-asset_sync X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-asset_sync X-SVN-Commit-Revision: 567765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:39 -0000 Author: sunpoet Date: Sun Mar 7 22:30:34 2021 New Revision: 567765 URL: https://svnweb.freebsd.org/changeset/ports/567765 Log: Update to 2.13.1 Changes: https://github.com/AssetSync/asset_sync/blob/master/CHANGELOG.md Modified: head/net/rubygem-asset_sync/Makefile head/net/rubygem-asset_sync/distinfo Modified: head/net/rubygem-asset_sync/Makefile ============================================================================== --- head/net/rubygem-asset_sync/Makefile Sun Mar 7 22:30:29 2021 (r567764) +++ head/net/rubygem-asset_sync/Makefile Sun Mar 7 22:30:34 2021 (r567765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asset_sync -PORTVERSION= 2.13.0 +PORTVERSION= 2.13.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-asset_sync/distinfo ============================================================================== --- head/net/rubygem-asset_sync/distinfo Sun Mar 7 22:30:29 2021 (r567764) +++ head/net/rubygem-asset_sync/distinfo Sun Mar 7 22:30:34 2021 (r567765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366248 -SHA256 (rubygem/asset_sync-2.13.0.gem) = e08a141b029aa5e3c2b52651e7c47e66b94d1c3f51d353d0aae21788a54658cb -SIZE (rubygem/asset_sync-2.13.0.gem) = 42496 +TIMESTAMP = 1614794438 +SHA256 (rubygem/asset_sync-2.13.1.gem) = 267c9589d945d05d6de9e7e4bce0a050d9829ae6776d3154173b1a4b324632e9 +SIZE (rubygem/asset_sync-2.13.1.gem) = 43520 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:45 2021 Return-Path: Delivered-To: svn-ports-all@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 15855550EBE; Sun, 7 Mar 2021 22:30:45 +0000 (UTC) (envelope-from sunpoet@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 4Dtx4z3TQHz4dfg; Sun, 7 Mar 2021 22:30:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 056FB1E23B; Sun, 7 Mar 2021 22:30:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUetQ056100; Sun, 7 Mar 2021 22:30:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUecU056098; Sun, 7 Mar 2021 22:30:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUecU056098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567766 - head/net/rubygem-google-cloud-bigtable-admin-v2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-google-cloud-bigtable-admin-v2 X-SVN-Commit-Revision: 567766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:46 -0000 Author: sunpoet Date: Sun Mar 7 22:30:40 2021 New Revision: 567766 URL: https://svnweb.freebsd.org/changeset/ports/567766 Log: Update to 0.4.0 Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable-admin-v2/CHANGELOG.md Modified: head/net/rubygem-google-cloud-bigtable-admin-v2/Makefile head/net/rubygem-google-cloud-bigtable-admin-v2/distinfo Modified: head/net/rubygem-google-cloud-bigtable-admin-v2/Makefile ============================================================================== --- head/net/rubygem-google-cloud-bigtable-admin-v2/Makefile Sun Mar 7 22:30:34 2021 (r567765) +++ head/net/rubygem-google-cloud-bigtable-admin-v2/Makefile Sun Mar 7 22:30:40 2021 (r567766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-bigtable-admin-v2 -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-google-cloud-bigtable-admin-v2/distinfo ============================================================================== --- head/net/rubygem-google-cloud-bigtable-admin-v2/distinfo Sun Mar 7 22:30:34 2021 (r567765) +++ head/net/rubygem-google-cloud-bigtable-admin-v2/distinfo Sun Mar 7 22:30:40 2021 (r567766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519701 -SHA256 (rubygem/google-cloud-bigtable-admin-v2-0.3.0.gem) = 0e6f57116913066ec437399dd809652c406abe9f4be7452416c686ab7b3ec062 -SIZE (rubygem/google-cloud-bigtable-admin-v2-0.3.0.gem) = 79872 +TIMESTAMP = 1614794440 +SHA256 (rubygem/google-cloud-bigtable-admin-v2-0.4.0.gem) = 6ea67f94e0781094d8189b205d612582bdf6122ee03ca9397946ec6acd6cd64f +SIZE (rubygem/google-cloud-bigtable-admin-v2-0.4.0.gem) = 81408 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:56 2021 Return-Path: Delivered-To: svn-ports-all@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 EA954550F8A; Sun, 7 Mar 2021 22:30:56 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5C6VVBz4dsB; Sun, 7 Mar 2021 22:30:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40DF41E240; Sun, 7 Mar 2021 22:30:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUqiK058871; Sun, 7 Mar 2021 22:30:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUp50058870; Sun, 7 Mar 2021 22:30:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUp50058870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567768 - head/net/rubygem-grpc X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-grpc X-SVN-Commit-Revision: 567768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:57 -0000 Author: sunpoet Date: Sun Mar 7 22:30:51 2021 New Revision: 567768 URL: https://svnweb.freebsd.org/changeset/ports/567768 Log: Update to 1.36.0 Changes: https://github.com/grpc/grpc/releases https://github.com/grpc/grpc/commits/master/src/ruby Modified: head/net/rubygem-grpc/Makefile head/net/rubygem-grpc/distinfo Modified: head/net/rubygem-grpc/Makefile ============================================================================== --- head/net/rubygem-grpc/Makefile Sun Mar 7 22:30:45 2021 (r567767) +++ head/net/rubygem-grpc/Makefile Sun Mar 7 22:30:51 2021 (r567768) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.35.0 +PORTVERSION= 1.36.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-grpc/distinfo ============================================================================== --- head/net/rubygem-grpc/distinfo Sun Mar 7 22:30:45 2021 (r567767) +++ head/net/rubygem-grpc/distinfo Sun Mar 7 22:30:51 2021 (r567768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519715 -SHA256 (rubygem/grpc-1.35.0.gem) = 97aedc72b99ce0f082ade4e669d9203c0d5c15205d2751d56687d26d685538f5 -SIZE (rubygem/grpc-1.35.0.gem) = 4623872 +TIMESTAMP = 1614794444 +SHA256 (rubygem/grpc-1.36.0.gem) = 8cb6e31d285fe8ae1ee8013e3102ac97a150d7dd0a1aa1a2568be1ef1ca8e308 +SIZE (rubygem/grpc-1.36.0.gem) = 4657664 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:30:49 2021 Return-Path: Delivered-To: svn-ports-all@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 B72C8550BDE; Sun, 7 Mar 2021 22:30:49 +0000 (UTC) (envelope-from sunpoet@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 4Dtx540PLYz4dtP; Sun, 7 Mar 2021 22:30:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5135F1DFC5; Sun, 7 Mar 2021 22:30:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUkvl057822; Sun, 7 Mar 2021 22:30:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUjpR057486; Sun, 7 Mar 2021 22:30:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUjpR057486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567767 - head/net/rubygem-google-cloud-spanner-admin-database-v1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-google-cloud-spanner-admin-database-v1 X-SVN-Commit-Revision: 567767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:30:49 -0000 Author: sunpoet Date: Sun Mar 7 22:30:45 2021 New Revision: 567767 URL: https://svnweb.freebsd.org/changeset/ports/567767 Log: Update to 0.4.0 Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-spanner-admin-database-v1/CHANGELOG.md Modified: head/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile head/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo Modified: head/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile ============================================================================== --- head/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile Sun Mar 7 22:30:40 2021 (r567766) +++ head/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile Sun Mar 7 22:30:45 2021 (r567767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-spanner-admin-database-v1 -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo ============================================================================== --- head/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo Sun Mar 7 22:30:40 2021 (r567766) +++ head/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo Sun Mar 7 22:30:45 2021 (r567767) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612519709 -SHA256 (rubygem/google-cloud-spanner-admin-database-v1-0.3.0.gem) = 584519a2edd66cd3f8b4b16486e96fc79785d5169b323f9c219fdfdee89bbe32 -SIZE (rubygem/google-cloud-spanner-admin-database-v1-0.3.0.gem) = 55808 +TIMESTAMP = 1614794442 +SHA256 (rubygem/google-cloud-spanner-admin-database-v1-0.4.0.gem) = 7fc9a198c836594d9038f3d57c2745fa2192b18d0d6584025d6ea9978ab54431 +SIZE (rubygem/google-cloud-spanner-admin-database-v1-0.4.0.gem) = 57856 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:03 2021 Return-Path: Delivered-To: svn-ports-all@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 0A77D550F9A; Sun, 7 Mar 2021 22:31:02 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5K2Wqdz4f4j; Sun, 7 Mar 2021 22:31:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 365511E242; Sun, 7 Mar 2021 22:30:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MUvH9060618; Sun, 7 Mar 2021 22:30:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MUvA1060616; Sun, 7 Mar 2021 22:30:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072230.127MUvA1060616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567769 - head/net/rubygem-ovirt-engine-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-ovirt-engine-sdk X-SVN-Commit-Revision: 567769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:04 -0000 Author: sunpoet Date: Sun Mar 7 22:30:57 2021 New Revision: 567769 URL: https://svnweb.freebsd.org/changeset/ports/567769 Log: Update to 4.4.1 Changes: https://github.com/oVirt/ovirt-engine-sdk-ruby/blob/master/sdk/CHANGES.adoc Modified: head/net/rubygem-ovirt-engine-sdk/Makefile head/net/rubygem-ovirt-engine-sdk/distinfo Modified: head/net/rubygem-ovirt-engine-sdk/Makefile ============================================================================== --- head/net/rubygem-ovirt-engine-sdk/Makefile Sun Mar 7 22:30:51 2021 (r567768) +++ head/net/rubygem-ovirt-engine-sdk/Makefile Sun Mar 7 22:30:57 2021 (r567769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ovirt-engine-sdk -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-ovirt-engine-sdk/distinfo ============================================================================== --- head/net/rubygem-ovirt-engine-sdk/distinfo Sun Mar 7 22:30:51 2021 (r567768) +++ head/net/rubygem-ovirt-engine-sdk/distinfo Sun Mar 7 22:30:57 2021 (r567769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586534909 -SHA256 (rubygem/ovirt-engine-sdk-4.4.0.gem) = 75d0aeac1e1ff335093f8a1f920e7d710224f8d9aa6420cfda2df3a8e71a93fe -SIZE (rubygem/ovirt-engine-sdk-4.4.0.gem) = 336384 +TIMESTAMP = 1614794446 +SHA256 (rubygem/ovirt-engine-sdk-4.4.1.gem) = d5a29c470f3f19d89bb71f2572982227a528b9653bf2ddf1ee691a6a9a634a54 +SIZE (rubygem/ovirt-engine-sdk-4.4.1.gem) = 342016 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:08 2021 Return-Path: Delivered-To: svn-ports-all@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 E9E7F550BF5; Sun, 7 Mar 2021 22:31:08 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5Q4G5zz4f78; Sun, 7 Mar 2021 22:31:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD06A1E246; Sun, 7 Mar 2021 22:31:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MV3Sk060730; Sun, 7 Mar 2021 22:31:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MV3j0060728; Sun, 7 Mar 2021 22:31:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MV3j0060728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567770 - head/textproc/rubygem-chewy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-chewy X-SVN-Commit-Revision: 567770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:09 -0000 Author: sunpoet Date: Sun Mar 7 22:31:03 2021 New Revision: 567770 URL: https://svnweb.freebsd.org/changeset/ports/567770 Log: Update to 7.0.0 Changes: https://github.com/toptal/chewy/releases Modified: head/textproc/rubygem-chewy/Makefile head/textproc/rubygem-chewy/distinfo Modified: head/textproc/rubygem-chewy/Makefile ============================================================================== --- head/textproc/rubygem-chewy/Makefile Sun Mar 7 22:30:57 2021 (r567769) +++ head/textproc/rubygem-chewy/Makefile Sun Mar 7 22:31:03 2021 (r567770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chewy -PORTVERSION= 6.0.0 +PORTVERSION= 7.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-chewy/distinfo ============================================================================== --- head/textproc/rubygem-chewy/distinfo Sun Mar 7 22:30:57 2021 (r567769) +++ head/textproc/rubygem-chewy/distinfo Sun Mar 7 22:31:03 2021 (r567770) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478617 -SHA256 (rubygem/chewy-6.0.0.gem) = 28408aec857b1e6b974ce3dfcd5f60f864284ac7ab84c5f398da0fd84fe72cbb -SIZE (rubygem/chewy-6.0.0.gem) = 151552 +TIMESTAMP = 1614794448 +SHA256 (rubygem/chewy-7.0.0.gem) = 73f795f6b04838ef9ae06ec76aa9762bd1aa1ad30097267035d5951bec0cc9ea +SIZE (rubygem/chewy-7.0.0.gem) = 155648 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:13 2021 Return-Path: Delivered-To: svn-ports-all@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 A3F19551301; Sun, 7 Mar 2021 22:31:13 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5X6FCVz4fDn; Sun, 7 Mar 2021 22:31:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1D791E24A; Sun, 7 Mar 2021 22:31:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MV9RW060838; Sun, 7 Mar 2021 22:31:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MV9NI060836; Sun, 7 Mar 2021 22:31:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MV9NI060836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567771 - head/textproc/rubygem-elasticsearch X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-elasticsearch X-SVN-Commit-Revision: 567771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:15 -0000 Author: sunpoet Date: Sun Mar 7 22:31:09 2021 New Revision: 567771 URL: https://svnweb.freebsd.org/changeset/ports/567771 Log: Update to 7.11.2 Changes: https://github.com/elastic/elasticsearch-ruby/releases Modified: head/textproc/rubygem-elasticsearch/Makefile head/textproc/rubygem-elasticsearch/distinfo Modified: head/textproc/rubygem-elasticsearch/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch/Makefile Sun Mar 7 22:31:03 2021 (r567770) +++ head/textproc/rubygem-elasticsearch/Makefile Sun Mar 7 22:31:09 2021 (r567771) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 7.11.1 +PORTVERSION= 7.11.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-elasticsearch/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch/distinfo Sun Mar 7 22:31:03 2021 (r567770) +++ head/textproc/rubygem-elasticsearch/distinfo Sun Mar 7 22:31:09 2021 (r567771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738853 -SHA256 (rubygem/elasticsearch-7.11.1.gem) = d77897ae2ae86e38df96263372cab1d1907668fb7a4732f8d1b11db89546737c -SIZE (rubygem/elasticsearch-7.11.1.gem) = 13824 +TIMESTAMP = 1614794450 +SHA256 (rubygem/elasticsearch-7.11.2.gem) = 787af20ed0f6af10651a6d6e49911727b05d4068696926a15e96c321757d2ad4 +SIZE (rubygem/elasticsearch-7.11.2.gem) = 13824 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:18 2021 Return-Path: Delivered-To: svn-ports-all@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 5B742550FBB; Sun, 7 Mar 2021 22:31:18 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5d6wlHz4fBC; Sun, 7 Mar 2021 22:31:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C8E11E24E; Sun, 7 Mar 2021 22:31:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVFAN060947; Sun, 7 Mar 2021 22:31:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVEe7060945; Sun, 7 Mar 2021 22:31:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVEe7060945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567772 - head/textproc/rubygem-elasticsearch-api X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-elasticsearch-api X-SVN-Commit-Revision: 567772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:18 -0000 Author: sunpoet Date: Sun Mar 7 22:31:14 2021 New Revision: 567772 URL: https://svnweb.freebsd.org/changeset/ports/567772 Log: Update to 7.11.2 Changes: https://github.com/elastic/elasticsearch-ruby/releases Modified: head/textproc/rubygem-elasticsearch-api/Makefile head/textproc/rubygem-elasticsearch-api/distinfo Modified: head/textproc/rubygem-elasticsearch-api/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch-api/Makefile Sun Mar 7 22:31:09 2021 (r567771) +++ head/textproc/rubygem-elasticsearch-api/Makefile Sun Mar 7 22:31:14 2021 (r567772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-api -PORTVERSION= 7.11.1 +PORTVERSION= 7.11.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-elasticsearch-api/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch-api/distinfo Sun Mar 7 22:31:09 2021 (r567771) +++ head/textproc/rubygem-elasticsearch-api/distinfo Sun Mar 7 22:31:14 2021 (r567772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738855 -SHA256 (rubygem/elasticsearch-api-7.11.1.gem) = c43f1cf98f89114246dffeb2940fc4aa8dc4a458b8846744931a3ddfd415456f -SIZE (rubygem/elasticsearch-api-7.11.1.gem) = 89600 +TIMESTAMP = 1614794452 +SHA256 (rubygem/elasticsearch-api-7.11.2.gem) = d3a0836b1851c427a30f4c773327a6ba2421542cbb321f3fd52079b1e6bd1ad3 +SIZE (rubygem/elasticsearch-api-7.11.2.gem) = 89600 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:26 2021 Return-Path: Delivered-To: svn-ports-all@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 6B43A551040; Sun, 7 Mar 2021 22:31:26 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5n3TFGz4f8l; Sun, 7 Mar 2021 22:31:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDAAB1E16A; Sun, 7 Mar 2021 22:31:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVKb3061055; Sun, 7 Mar 2021 22:31:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVKSn061054; Sun, 7 Mar 2021 22:31:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVKSn061054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567773 - head/textproc/rubygem-elasticsearch-transport X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-elasticsearch-transport X-SVN-Commit-Revision: 567773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:26 -0000 Author: sunpoet Date: Sun Mar 7 22:31:20 2021 New Revision: 567773 URL: https://svnweb.freebsd.org/changeset/ports/567773 Log: Update to 7.11.2 Changes: https://github.com/elastic/elasticsearch-ruby/releases Modified: head/textproc/rubygem-elasticsearch-transport/Makefile head/textproc/rubygem-elasticsearch-transport/distinfo Modified: head/textproc/rubygem-elasticsearch-transport/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch-transport/Makefile Sun Mar 7 22:31:14 2021 (r567772) +++ head/textproc/rubygem-elasticsearch-transport/Makefile Sun Mar 7 22:31:20 2021 (r567773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-transport -PORTVERSION= 7.11.1 +PORTVERSION= 7.11.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-elasticsearch-transport/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch-transport/distinfo Sun Mar 7 22:31:14 2021 (r567772) +++ head/textproc/rubygem-elasticsearch-transport/distinfo Sun Mar 7 22:31:20 2021 (r567773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738857 -SHA256 (rubygem/elasticsearch-transport-7.11.1.gem) = e436e336f21918dd066619e7bc93b7374c59f0d762b586eb37aa979c289f5f29 -SIZE (rubygem/elasticsearch-transport-7.11.1.gem) = 54784 +TIMESTAMP = 1614794454 +SHA256 (rubygem/elasticsearch-transport-7.11.2.gem) = 95834690c7f28dffaeebb99802365d67a9bb874f8df1d65623358a28abeb6671 +SIZE (rubygem/elasticsearch-transport-7.11.2.gem) = 55296 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:29 2021 Return-Path: Delivered-To: svn-ports-all@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 CD5BF5511C4; Sun, 7 Mar 2021 22:31:29 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5r5YJMz4f4P; Sun, 7 Mar 2021 22:31:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2684C1E29E; Sun, 7 Mar 2021 22:31:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVQI7061163; Sun, 7 Mar 2021 22:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVPLf061162; Sun, 7 Mar 2021 22:31:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVPLf061162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567774 - head/textproc/rubygem-elasticsearch-xpack X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-elasticsearch-xpack X-SVN-Commit-Revision: 567774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:30 -0000 Author: sunpoet Date: Sun Mar 7 22:31:25 2021 New Revision: 567774 URL: https://svnweb.freebsd.org/changeset/ports/567774 Log: Update to 7.11.2 Changes: https://github.com/elastic/elasticsearch-ruby/releases Modified: head/textproc/rubygem-elasticsearch-xpack/Makefile head/textproc/rubygem-elasticsearch-xpack/distinfo Modified: head/textproc/rubygem-elasticsearch-xpack/Makefile ============================================================================== --- head/textproc/rubygem-elasticsearch-xpack/Makefile Sun Mar 7 22:31:20 2021 (r567773) +++ head/textproc/rubygem-elasticsearch-xpack/Makefile Sun Mar 7 22:31:25 2021 (r567774) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch-xpack -PORTVERSION= 7.11.1 +PORTVERSION= 7.11.2 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-elasticsearch-xpack/distinfo ============================================================================== --- head/textproc/rubygem-elasticsearch-xpack/distinfo Sun Mar 7 22:31:20 2021 (r567773) +++ head/textproc/rubygem-elasticsearch-xpack/distinfo Sun Mar 7 22:31:25 2021 (r567774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738859 -SHA256 (rubygem/elasticsearch-xpack-7.11.1.gem) = 21fb550e7e5d70e6b2ec8ad4e756fa6830d19051baa95fd0cbd60f8cc9a379de -SIZE (rubygem/elasticsearch-xpack-7.11.1.gem) = 55296 +TIMESTAMP = 1614794456 +SHA256 (rubygem/elasticsearch-xpack-7.11.2.gem) = c864bc54e8de41139fc7451392cf52503e2b2c0d7b8fc8ce7a860a527bee56d6 +SIZE (rubygem/elasticsearch-xpack-7.11.2.gem) = 55296 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:37 2021 Return-Path: Delivered-To: svn-ports-all@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 7E20B551216; Sun, 7 Mar 2021 22:31:37 +0000 (UTC) (envelope-from sunpoet@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 4Dtx5z0nD3z4fTC; Sun, 7 Mar 2021 22:31:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 728381E48D; Sun, 7 Mar 2021 22:31:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVWUg061271; Sun, 7 Mar 2021 22:31:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVWJm061270; Sun, 7 Mar 2021 22:31:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVWJm061270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567775 - head/textproc/rubygem-psych X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-psych X-SVN-Commit-Revision: 567775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:37 -0000 Author: sunpoet Date: Sun Mar 7 22:31:31 2021 New Revision: 567775 URL: https://svnweb.freebsd.org/changeset/ports/567775 Log: Update to 3.3.1 Changes: https://github.com/ruby/psych/commits/master Modified: head/textproc/rubygem-psych/Makefile head/textproc/rubygem-psych/distinfo Modified: head/textproc/rubygem-psych/Makefile ============================================================================== --- head/textproc/rubygem-psych/Makefile Sun Mar 7 22:31:25 2021 (r567774) +++ head/textproc/rubygem-psych/Makefile Sun Mar 7 22:31:31 2021 (r567775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psych -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-psych/distinfo ============================================================================== --- head/textproc/rubygem-psych/distinfo Sun Mar 7 22:31:25 2021 (r567774) +++ head/textproc/rubygem-psych/distinfo Sun Mar 7 22:31:31 2021 (r567775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609599031 -SHA256 (rubygem/psych-3.3.0.gem) = 14c0a2e194ae1b1c1ca96b10b4e8c36af1642dbf4fef25a6518d9b47706a1965 -SIZE (rubygem/psych-3.3.0.gem) = 93184 +TIMESTAMP = 1614794458 +SHA256 (rubygem/psych-3.3.1.gem) = 2a01e5eb59b1a80d287f0b5e3c980eca5e5609c811eb7f7ee0f7564254dac48a +SIZE (rubygem/psych-3.3.1.gem) = 93184 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:43 2021 Return-Path: Delivered-To: svn-ports-all@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 E4AF155105B; Sun, 7 Mar 2021 22:31:43 +0000 (UTC) (envelope-from sunpoet@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 4Dtx656tvcz4fNy; Sun, 7 Mar 2021 22:31:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89F391DFD1; Sun, 7 Mar 2021 22:31:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVcp5062147; Sun, 7 Mar 2021 22:31:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVcKm062146; Sun, 7 Mar 2021 22:31:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVcKm062146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567776 - in head/www/rubygem-smashing: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-smashing: . files X-SVN-Commit-Revision: 567776 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:45 -0000 Author: sunpoet Date: Sun Mar 7 22:31:37 2021 New Revision: 567776 URL: https://svnweb.freebsd.org/changeset/ports/567776 Log: Update to 1.3.2 - It also fixes break after r567042 Changes: https://github.com/Smashing/smashing/releases https://github.com/Smashing/smashing/blob/master/CHANGELOG.md Deleted: head/www/rubygem-smashing/files/ Modified: head/www/rubygem-smashing/Makefile head/www/rubygem-smashing/distinfo Modified: head/www/rubygem-smashing/Makefile ============================================================================== --- head/www/rubygem-smashing/Makefile Sun Mar 7 22:31:31 2021 (r567775) +++ head/www/rubygem-smashing/Makefile Sun Mar 7 22:31:37 2021 (r567776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smashing -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,16 +11,16 @@ COMMENT= Sinatra-based framework for building dashboar LICENSE= MIT -RUN_DEPENDS= rubygem-coffee-script>=2.4.1<2.5:devel/rubygem-coffee-script \ - rubygem-execjs>=2.7.0<2.8:devel/rubygem-execjs \ - rubygem-rack>=2.2.2,3<2.3,3:www/rubygem-rack \ - rubygem-rufus-scheduler>=3.6.0<4:devel/rubygem-rufus-scheduler \ +RUN_DEPENDS= rubygem-coffee-script>=2.4<3:devel/rubygem-coffee-script \ + rubygem-execjs>=2.7<3:devel/rubygem-execjs \ + rubygem-rack>=2.2,3<3,3:www/rubygem-rack \ + rubygem-rufus-scheduler>=3.6<4:devel/rubygem-rufus-scheduler \ rubygem-sassc>=2.0<3:textproc/rubygem-sassc \ - rubygem-sinatra-contrib>=2.0.0<3:www/rubygem-sinatra-contrib \ - rubygem-sinatra>=2.0.0<3:www/rubygem-sinatra \ + rubygem-sinatra>=2.0<3:www/rubygem-sinatra \ + rubygem-sinatra-contrib>=2.0<3:www/rubygem-sinatra-contrib \ rubygem-sprockets>=4.0<5:devel/rubygem-sprockets \ - rubygem-thin>=1.7.2<1.8:www/rubygem-thin \ - rubygem-thor>=1.0.1<1.1:devel/rubygem-thor + rubygem-thin>=1.7<2:www/rubygem-thin \ + rubygem-thor>=1.0<2:devel/rubygem-thor USES= gem USE_RUBY= yes Modified: head/www/rubygem-smashing/distinfo ============================================================================== --- head/www/rubygem-smashing/distinfo Sun Mar 7 22:31:31 2021 (r567775) +++ head/www/rubygem-smashing/distinfo Sun Mar 7 22:31:37 2021 (r567776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612101714 -SHA256 (rubygem/smashing-1.3.1.gem) = 980303806b99718d1ca0515f562028c28fe9777098307b1c6eb182ce74584583 -SIZE (rubygem/smashing-1.3.1.gem) = 1588224 +TIMESTAMP = 1614794460 +SHA256 (rubygem/smashing-1.3.2.gem) = 9b2321f62e77c98ed54aaae9006b4d31a51eed9887a2c460202fc1673f5dcba8 +SIZE (rubygem/smashing-1.3.2.gem) = 1588224 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:47 2021 Return-Path: Delivered-To: svn-ports-all@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 92ABD5512BA; Sun, 7 Mar 2021 22:31:47 +0000 (UTC) (envelope-from sunpoet@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 4Dtx6B5RTLz4fRd; Sun, 7 Mar 2021 22:31:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CBB91E1ED; Sun, 7 Mar 2021 22:31:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MViMN062257; Sun, 7 Mar 2021 22:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVhFH062255; Sun, 7 Mar 2021 22:31:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVhFH062255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567777 - head/www/rubygem-webdrivers X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-webdrivers X-SVN-Commit-Revision: 567777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:48 -0000 Author: sunpoet Date: Sun Mar 7 22:31:43 2021 New Revision: 567777 URL: https://svnweb.freebsd.org/changeset/ports/567777 Log: Update to 4.6.0 Changes: https://github.com/titusfortner/webdrivers/releases Modified: head/www/rubygem-webdrivers/Makefile head/www/rubygem-webdrivers/distinfo Modified: head/www/rubygem-webdrivers/Makefile ============================================================================== --- head/www/rubygem-webdrivers/Makefile Sun Mar 7 22:31:37 2021 (r567776) +++ head/www/rubygem-webdrivers/Makefile Sun Mar 7 22:31:43 2021 (r567777) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webdrivers -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-webdrivers/distinfo ============================================================================== --- head/www/rubygem-webdrivers/distinfo Sun Mar 7 22:31:37 2021 (r567776) +++ head/www/rubygem-webdrivers/distinfo Sun Mar 7 22:31:43 2021 (r567777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665675 -SHA256 (rubygem/webdrivers-4.5.0.gem) = 991b2929de04b11d14741b2d38d8566f8d3615bad8cddbefa0bcc73c29973138 -SIZE (rubygem/webdrivers-4.5.0.gem) = 135680 +TIMESTAMP = 1614794462 +SHA256 (rubygem/webdrivers-4.6.0.gem) = 3e3760dfc4796ff8caa2d6dacc9670c227df1321397bcadc5fe13feee6bb2642 +SIZE (rubygem/webdrivers-4.6.0.gem) = 27648 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:31:57 2021 Return-Path: Delivered-To: svn-ports-all@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 B3D085511DC; Sun, 7 Mar 2021 22:31:57 +0000 (UTC) (envelope-from sunpoet@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 4Dtx6K6pBFz4fj8; Sun, 7 Mar 2021 22:31:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C2671E262; Sun, 7 Mar 2021 22:31:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MVnib062365; Sun, 7 Mar 2021 22:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MVn0X062363; Sun, 7 Mar 2021 22:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072231.127MVn0X062363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567778 - head/www/rubygem-webmock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-webmock X-SVN-Commit-Revision: 567778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:31:57 -0000 Author: sunpoet Date: Sun Mar 7 22:31:49 2021 New Revision: 567778 URL: https://svnweb.freebsd.org/changeset/ports/567778 Log: Update to 3.12.0 Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md Modified: head/www/rubygem-webmock/Makefile head/www/rubygem-webmock/distinfo Modified: head/www/rubygem-webmock/Makefile ============================================================================== --- head/www/rubygem-webmock/Makefile Sun Mar 7 22:31:43 2021 (r567777) +++ head/www/rubygem-webmock/Makefile Sun Mar 7 22:31:49 2021 (r567778) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmock -PORTVERSION= 3.11.2 +PORTVERSION= 3.12.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-webmock/distinfo ============================================================================== --- head/www/rubygem-webmock/distinfo Sun Mar 7 22:31:43 2021 (r567777) +++ head/www/rubygem-webmock/distinfo Sun Mar 7 22:31:49 2021 (r567778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612296191 -SHA256 (rubygem/webmock-3.11.2.gem) = 1bfd2e02dfd006f259dc2dce50e8f14ad5dcd299cee250c49fd484c1dd5eb4c1 -SIZE (rubygem/webmock-3.11.2.gem) = 125440 +TIMESTAMP = 1614794464 +SHA256 (rubygem/webmock-3.12.0.gem) = 704cf24cf9407d39b171922407267ea83920921e53cbccafb159cd33046c2048 +SIZE (rubygem/webmock-3.12.0.gem) = 126464 From owner-svn-ports-all@freebsd.org Sun Mar 7 22:32:49 2021 Return-Path: Delivered-To: svn-ports-all@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 A730755148F; Sun, 7 Mar 2021 22:32:49 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7L0xqVz4gH2; Sun, 7 Mar 2021 22:32:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3F0A1E1FC; Sun, 7 Mar 2021 22:32:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MWi4m063244; Sun, 7 Mar 2021 22:32:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MWi8j063242; Sun, 7 Mar 2021 22:32:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072232.127MWi8j063242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567779 - head/archivers/py-lz4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/py-lz4 X-SVN-Commit-Revision: 567779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:32:50 -0000 Author: sunpoet Date: Sun Mar 7 22:32:44 2021 New Revision: 567779 URL: https://svnweb.freebsd.org/changeset/ports/567779 Log: Remove USE_PYTHON=py3kplist after r559531 (USES=python:3.6+) Modified: head/archivers/py-lz4/Makefile head/archivers/py-lz4/pkg-plist Modified: head/archivers/py-lz4/Makefile ============================================================================== --- head/archivers/py-lz4/Makefile Sun Mar 7 22:31:49 2021 (r567778) +++ head/archivers/py-lz4/Makefile Sun Mar 7 22:32:44 2021 (r567779) @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutil ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils py3kplist +USE_PYTHON= distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_version*.so \ Modified: head/archivers/py-lz4/pkg-plist ============================================================================== --- head/archivers/py-lz4/pkg-plist Sun Mar 7 22:31:49 2021 (r567778) +++ head/archivers/py-lz4/pkg-plist Sun Mar 7 22:32:44 2021 (r567779) @@ -1,18 +1,18 @@ %%PYTHON_SITELIBDIR%%/lz4/__init__.py -%%PYTHON_SITELIBDIR%%/lz4/__init__.pyc -%%PYTHON_SITELIBDIR%%/lz4/__init__.pyo +%%PYTHON_SITELIBDIR%%/lz4/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/lz4/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/lz4/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/lz4/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/lz4/_version%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/lz4/block/__init__.py -%%PYTHON_SITELIBDIR%%/lz4/block/__init__.pyc -%%PYTHON_SITELIBDIR%%/lz4/block/__init__.pyo +%%PYTHON_SITELIBDIR%%/lz4/block/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/lz4/block/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/lz4/block/_block%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/lz4/frame/__init__.py -%%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyc -%%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyo +%%PYTHON_SITELIBDIR%%/lz4/frame/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/lz4/frame/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/lz4/frame/__pycache__/_compression.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/lz4/frame/__pycache__/_compression.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/lz4/frame/_compression.py -%%PYTHON_SITELIBDIR%%/lz4/frame/_compression.pyc -%%PYTHON_SITELIBDIR%%/lz4/frame/_compression.pyo %%PYTHON_SITELIBDIR%%/lz4/frame/_frame%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/lz4/version.py -%%PYTHON_SITELIBDIR%%/lz4/version.pyc -%%PYTHON_SITELIBDIR%%/lz4/version.pyo From owner-svn-ports-all@freebsd.org Sun Mar 7 22:32:55 2021 Return-Path: Delivered-To: svn-ports-all@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 323615513F7; Sun, 7 Mar 2021 22:32:55 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7S0nPdz4gS9; Sun, 7 Mar 2021 22:32:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A31111E0D5; Sun, 7 Mar 2021 22:32:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MWoHA063367; Sun, 7 Mar 2021 22:32:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MWo5V063365; Sun, 7 Mar 2021 22:32:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072232.127MWo5V063365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567780 - in head/math/py-pandas: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-pandas: . files X-SVN-Commit-Revision: 567780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:32:55 -0000 Author: sunpoet Date: Sun Mar 7 22:32:49 2021 New Revision: 567780 URL: https://svnweb.freebsd.org/changeset/ports/567780 Log: Clean up There is nothing for substitution in pkg-message. Added: head/math/py-pandas/pkg-message - copied unchanged from r567779, head/math/py-pandas/files/pkg-message.in Deleted: head/math/py-pandas/files/pkg-message.in Modified: head/math/py-pandas/Makefile Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Sun Mar 7 22:32:44 2021 (r567779) +++ head/math/py-pandas/Makefile Sun Mar 7 22:32:49 2021 (r567780) @@ -23,8 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3: USES= python:3.7+ USE_PYTHON= autoplist cython distutils -SUB_FILES= pkg-message - OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL OPTIONS_RADIO= SQL Copied: head/math/py-pandas/pkg-message (from r567779, head/math/py-pandas/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pandas/pkg-message Sun Mar 7 22:32:49 2021 (r567780, copy of r567779, head/math/py-pandas/files/pkg-message.in) @@ -0,0 +1,8 @@ +[ +{ type: install + message: < Delivered-To: svn-ports-all@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 1E1C2551243; Sun, 7 Mar 2021 22:33:00 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7Y6gDKz4gYX; Sun, 7 Mar 2021 22:32:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7D511E2B6; Sun, 7 Mar 2021 22:32:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MWtIP063459; Sun, 7 Mar 2021 22:32:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MWtB7063458; Sun, 7 Mar 2021 22:32:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072232.127MWtB7063458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567781 - head/textproc/py-rst2html5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-rst2html5 X-SVN-Commit-Revision: 567781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:00 -0000 Author: sunpoet Date: Sun Mar 7 22:32:55 2021 New Revision: 567781 URL: https://svnweb.freebsd.org/changeset/ports/567781 Log: Remove PY_PYGMENTS Modified: head/textproc/py-rst2html5/Makefile Modified: head/textproc/py-rst2html5/Makefile ============================================================================== --- head/textproc/py-rst2html5/Makefile Sun Mar 7 22:32:49 2021 (r567780) +++ head/textproc/py-rst2html5/Makefile Sun Mar 7 22:32:55 2021 (r567781) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \ - ${PY_PYGMENTS} + ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:05 2021 Return-Path: Delivered-To: svn-ports-all@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 1074855159A; Sun, 7 Mar 2021 22:33:05 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7g6TY1z4gWj; Sun, 7 Mar 2021 22:33:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 561AE1E5EB; Sun, 7 Mar 2021 22:33:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MX1VQ063589; Sun, 7 Mar 2021 22:33:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MX18O063588; Sun, 7 Mar 2021 22:33:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MX18O063588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567782 - in head/print/rubygem-prawn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/print/rubygem-prawn: . files X-SVN-Commit-Revision: 567782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:05 -0000 Author: sunpoet Date: Sun Mar 7 22:33:00 2021 New Revision: 567782 URL: https://svnweb.freebsd.org/changeset/ports/567782 Log: Change RUN_DEPENDS from rubygem-pdf-core to rubygem-pdf-core07 - Update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change It should fix the resulting FDP pdf file. PR: 253178 Deleted: head/print/rubygem-prawn/files/ Modified: head/print/rubygem-prawn/Makefile Modified: head/print/rubygem-prawn/Makefile ============================================================================== --- head/print/rubygem-prawn/Makefile Sun Mar 7 22:32:55 2021 (r567781) +++ head/print/rubygem-prawn/Makefile Sun Mar 7 22:33:00 2021 (r567782) @@ -3,7 +3,7 @@ PORTNAME= prawn PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print rubygems MASTER_SITES= RG @@ -16,11 +16,12 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-pdf-core>=0.7.0:print/rubygem-pdf-core \ - rubygem-ttfunk>=1.5:print/rubygem-ttfunk +RUN_DEPENDS= rubygem-pdf-core07>=0.7.0<0.8:print/rubygem-pdf-core07 \ + rubygem-ttfunk>=1.5<2:print/rubygem-ttfunk -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:12 2021 Return-Path: Delivered-To: svn-ports-all@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 4CA3B551601; Sun, 7 Mar 2021 22:33:12 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7n6P4Dz4gX9; Sun, 7 Mar 2021 22:33:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BD871E2B7; Sun, 7 Mar 2021 22:33:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MX6pV063685; Sun, 7 Mar 2021 22:33:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MX6Ub063684; Sun, 7 Mar 2021 22:33:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MX6Ub063684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567783 - head/databases/gdbm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/gdbm X-SVN-Commit-Revision: 567783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:12 -0000 Author: sunpoet Date: Sun Mar 7 22:33:06 2021 New Revision: 567783 URL: https://svnweb.freebsd.org/changeset/ports/567783 Log: Update WWW Approved by: portmgr (blanket) Modified: head/databases/gdbm/pkg-descr Modified: head/databases/gdbm/pkg-descr ============================================================================== --- head/databases/gdbm/pkg-descr Sun Mar 7 22:33:00 2021 (r567782) +++ head/databases/gdbm/pkg-descr Sun Mar 7 22:33:06 2021 (r567783) @@ -5,4 +5,4 @@ provided to a programmer needing to create and manipul This library exists in the FreeBSD base collection, but the GNU version has added functionality that is sometimes useful. -WWW: http://www.gnu.org/software/gdbm/ +WWW: https://www.gnu.org.ua/software/gdbm/ From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:16 2021 Return-Path: Delivered-To: svn-ports-all@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 8167C551254; Sun, 7 Mar 2021 22:33:16 +0000 (UTC) (envelope-from sunpoet@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 4Dtx7s21WPz4gkw; Sun, 7 Mar 2021 22:33:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E85B01E608; Sun, 7 Mar 2021 22:33:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXB8D063777; Sun, 7 Mar 2021 22:33:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXB5I063776; Sun, 7 Mar 2021 22:33:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXB5I063776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567784 - head/deskutils/shutter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/deskutils/shutter X-SVN-Commit-Revision: 567784 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:16 -0000 Author: sunpoet Date: Sun Mar 7 22:33:11 2021 New Revision: 567784 URL: https://svnweb.freebsd.org/changeset/ports/567784 Log: Fix typo Modified: head/deskutils/shutter/Makefile Modified: head/deskutils/shutter/Makefile ============================================================================== --- head/deskutils/shutter/Makefile Sun Mar 7 22:33:06 2021 (r567783) +++ head/deskutils/shutter/Makefile Sun Mar 7 22:33:11 2021 (r567784) @@ -12,7 +12,7 @@ COMMENT= Screenshot tool LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors LICENSE_COMB= multi -DEPRECATED= Upstream gone, depends on expired x11-toolkits/p5-Gnome-VFS +DEPRECATED= Upstream gone, depends on expired x11-toolkits/p5-Gnome2-VFS EXPIRATION_DATE=2021-05-01 RUN_DEPENDS= ImageMagick6>=6.9.3.1,1:graphics/ImageMagick6 \ From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:21 2021 Return-Path: Delivered-To: svn-ports-all@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 C98A65515AF; Sun, 7 Mar 2021 22:33:21 +0000 (UTC) (envelope-from sunpoet@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 4Dtx802lkQz4gZy; Sun, 7 Mar 2021 22:33:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 348431E1FD; Sun, 7 Mar 2021 22:33:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXHCL063887; Sun, 7 Mar 2021 22:33:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXHAQ063885; Sun, 7 Mar 2021 22:33:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXHAQ063885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567785 - head/games/whichwayisup X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/games/whichwayisup X-SVN-Commit-Revision: 567785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:22 -0000 Author: sunpoet Date: Sun Mar 7 22:33:17 2021 New Revision: 567785 URL: https://svnweb.freebsd.org/changeset/ports/567785 Log: Remove USE_PYTHON=py3kplist after r564032 (USES=python means USES=python:3.6+) Modified: head/games/whichwayisup/Makefile head/games/whichwayisup/pkg-plist Modified: head/games/whichwayisup/Makefile ============================================================================== --- head/games/whichwayisup/Makefile Sun Mar 7 22:33:11 2021 (r567784) +++ head/games/whichwayisup/Makefile Sun Mar 7 22:33:17 2021 (r567785) @@ -22,7 +22,6 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME} USES= dos2unix gnome python zip -USE_PYTHON= py3kplist DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] INSTALLS_ICONS= yes Modified: head/games/whichwayisup/pkg-plist ============================================================================== --- head/games/whichwayisup/pkg-plist Sun Mar 7 22:33:11 2021 (r567784) +++ head/games/whichwayisup/pkg-plist Sun Mar 7 22:33:17 2021 (r567785) @@ -1,90 +1,90 @@ bin/whichwayisup +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/animation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/animation.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/blob.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/blob.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/data.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/data.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/edit_utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/edit_utils.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/game.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/game.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/item.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/item.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/level.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/level.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/locals.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/locals.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/log.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/log.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/mainmenu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/mainmenu.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/menu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/menu.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/object.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/object.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/particle.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/particle.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/player.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/player.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/projectile.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/projectile.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/scripted_event.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/scripted_event.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/spider.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/spider.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/spikes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/spikes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/tile.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/tile.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/trigger.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/trigger.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/variables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/variables.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/visibleobject.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/visibleobject.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/world.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/whichwayisup/__pycache__/world.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/whichwayisup/animation.py -%%PYTHON_SITELIBDIR%%/whichwayisup/animation.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/animation.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/blob.py -%%PYTHON_SITELIBDIR%%/whichwayisup/blob.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/blob.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/data.py -%%PYTHON_SITELIBDIR%%/whichwayisup/data.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/data.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/edit_utils.py -%%PYTHON_SITELIBDIR%%/whichwayisup/edit_utils.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/edit_utils.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/frame.py -%%PYTHON_SITELIBDIR%%/whichwayisup/frame.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/frame.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/game.py -%%PYTHON_SITELIBDIR%%/whichwayisup/game.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/game.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/item.py -%%PYTHON_SITELIBDIR%%/whichwayisup/item.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/item.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/level.py -%%PYTHON_SITELIBDIR%%/whichwayisup/level.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/level.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/locals.py -%%PYTHON_SITELIBDIR%%/whichwayisup/locals.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/locals.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/log.py -%%PYTHON_SITELIBDIR%%/whichwayisup/log.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/log.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/main.py -%%PYTHON_SITELIBDIR%%/whichwayisup/main.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/main.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/mainmenu.py -%%PYTHON_SITELIBDIR%%/whichwayisup/mainmenu.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/mainmenu.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/menu.py -%%PYTHON_SITELIBDIR%%/whichwayisup/menu.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/menu.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/object.py -%%PYTHON_SITELIBDIR%%/whichwayisup/object.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/object.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/pack.bat %%PYTHON_SITELIBDIR%%/whichwayisup/particle.py -%%PYTHON_SITELIBDIR%%/whichwayisup/particle.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/particle.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/player.py -%%PYTHON_SITELIBDIR%%/whichwayisup/player.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/player.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/projectile.py -%%PYTHON_SITELIBDIR%%/whichwayisup/projectile.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/projectile.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/scripted_event.py -%%PYTHON_SITELIBDIR%%/whichwayisup/scripted_event.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/scripted_event.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/setup.py -%%PYTHON_SITELIBDIR%%/whichwayisup/setup.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/setup.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/sound.py -%%PYTHON_SITELIBDIR%%/whichwayisup/sound.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/sound.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/spider.py -%%PYTHON_SITELIBDIR%%/whichwayisup/spider.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/spider.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/spikes.py -%%PYTHON_SITELIBDIR%%/whichwayisup/spikes.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/spikes.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/tile.py -%%PYTHON_SITELIBDIR%%/whichwayisup/tile.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/tile.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/trigger.py -%%PYTHON_SITELIBDIR%%/whichwayisup/trigger.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/trigger.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/util.py -%%PYTHON_SITELIBDIR%%/whichwayisup/util.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/util.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/variables.py -%%PYTHON_SITELIBDIR%%/whichwayisup/variables.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/variables.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/visibleobject.py -%%PYTHON_SITELIBDIR%%/whichwayisup/visibleobject.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/visibleobject.pyo %%PYTHON_SITELIBDIR%%/whichwayisup/whichway.ico %%PYTHON_SITELIBDIR%%/whichwayisup/world.py -%%PYTHON_SITELIBDIR%%/whichwayisup/world.pyc -%%PYTHON_SITELIBDIR%%/whichwayisup/world.pyo share/pixmaps/whichwayisup.png %%DATADIR%%/levels/A Piece of Cake.txt %%DATADIR%%/levels/Quest For The Keys.txt From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:27 2021 Return-Path: Delivered-To: svn-ports-all@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 54A5055125C; Sun, 7 Mar 2021 22:33:27 +0000 (UTC) (envelope-from sunpoet@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 4Dtx852lz1z4gll; Sun, 7 Mar 2021 22:33:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DEF01E5EC; Sun, 7 Mar 2021 22:33:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXMKh063979; Sun, 7 Mar 2021 22:33:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXMrv063978; Sun, 7 Mar 2021 22:33:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXMrv063978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567786 - head/print/cups-filters X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/cups-filters X-SVN-Commit-Revision: 567786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:27 -0000 Author: sunpoet Date: Sun Mar 7 22:33:22 2021 New Revision: 567786 URL: https://svnweb.freebsd.org/changeset/ports/567786 Log: Bump PORTREVISION after r564968 r564968 essentially changed RUN_DEPENDS from ImageMagick6 to ImageMagick7. Modified: head/print/cups-filters/Makefile Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Sun Mar 7 22:33:17 2021 (r567785) +++ head/print/cups-filters/Makefile Sun Mar 7 22:33:22 2021 (r567786) @@ -2,7 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.28.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:33 2021 Return-Path: Delivered-To: svn-ports-all@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 0F872551268; Sun, 7 Mar 2021 22:33:33 +0000 (UTC) (envelope-from sunpoet@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 4Dtx8B6gkpz4grY; Sun, 7 Mar 2021 22:33:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB9171E2B8; Sun, 7 Mar 2021 22:33:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXS4D064071; Sun, 7 Mar 2021 22:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXSmM064070; Sun, 7 Mar 2021 22:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXSmM064070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567787 - head/science/ALPSCore X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/ALPSCore X-SVN-Commit-Revision: 567787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:33 -0000 Author: sunpoet Date: Sun Mar 7 22:33:28 2021 New Revision: 567787 URL: https://svnweb.freebsd.org/changeset/ports/567787 Log: Use shared OPENMPI_DESC Modified: head/science/ALPSCore/Makefile Modified: head/science/ALPSCore/Makefile ============================================================================== --- head/science/ALPSCore/Makefile Sun Mar 7 22:33:22 2021 (r567786) +++ head/science/ALPSCore/Makefile Sun Mar 7 22:33:28 2021 (r567787) @@ -30,7 +30,6 @@ LDFLAGS+= -lexecinfo # https://github.com/ALPSCore/ALP OPTIONS_DEFINE= DOXYGEN DOCS OPENMPI OPTIONS_DEFAULT= OPENMPI -OPENMPI_DESC= Parallel processing support via Open MPI 3.x DOXYGEN_IMPLIES= DOCS DOXYGEN_CMAKE_BOOL= Documentation From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:39 2021 Return-Path: Delivered-To: svn-ports-all@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 D77545514CB; Sun, 7 Mar 2021 22:33:39 +0000 (UTC) (envelope-from sunpoet@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 4Dtx8K0qV7z4gv4; Sun, 7 Mar 2021 22:33:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96FCD1E4A1; Sun, 7 Mar 2021 22:33:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXXw9064150; Sun, 7 Mar 2021 22:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXXrf064149; Sun, 7 Mar 2021 22:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXXrf064149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567788 - head/science/v_sim X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/v_sim X-SVN-Commit-Revision: 567788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:40 -0000 Author: sunpoet Date: Sun Mar 7 22:33:33 2021 New Revision: 567788 URL: https://svnweb.freebsd.org/changeset/ports/567788 Log: Fix PLIST with hardcoded python version Approved by: portmgr (blanket) Modified: head/science/v_sim/pkg-plist Modified: head/science/v_sim/pkg-plist ============================================================================== --- head/science/v_sim/pkg-plist Sun Mar 7 22:33:28 2021 (r567787) +++ head/science/v_sim/pkg-plist Sun Mar 7 22:33:33 2021 (r567788) @@ -5,8 +5,8 @@ lib/libv_sim-3.la lib/libv_sim-3.so lib/libv_sim-3.so.8 lib/libv_sim-3.so.8.0.0 -%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-37.opt-1.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-37.pyc +%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/gi/overrides/v_sim.py %%AB%%lib/v_sim/plug-ins/libabinit.a %%AB%%lib/v_sim/plug-ins/libabinit.la From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:41 2021 Return-Path: Delivered-To: svn-ports-all@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 6B1915514CE; Sun, 7 Mar 2021 22:33:41 +0000 (UTC) (envelope-from sunpoet@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 4Dtx8N2fJXz4gpd; Sun, 7 Mar 2021 22:33:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C75041E609; Sun, 7 Mar 2021 22:33:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXceD064229; Sun, 7 Mar 2021 22:33:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXcvl064228; Sun, 7 Mar 2021 22:33:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXcvl064228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567789 - head/security/sssd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/sssd X-SVN-Commit-Revision: 567789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:42 -0000 Author: sunpoet Date: Sun Mar 7 22:33:38 2021 New Revision: 567789 URL: https://svnweb.freebsd.org/changeset/ports/567789 Log: Fix PLIST with hardcoded python version Approved by: portmgr (blanket) Modified: head/security/sssd/pkg-plist Modified: head/security/sssd/pkg-plist ============================================================================== --- head/security/sssd/pkg-plist Sun Mar 7 22:33:33 2021 (r567788) +++ head/security/sssd/pkg-plist Sun Mar 7 22:33:38 2021 (r567789) @@ -35,8 +35,8 @@ lib/nss_sss.so.2.0.0 lib/pam_sss.so %%PYTHON_SITELIBDIR%%/SSSDConfig-1.16.5-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/SSSDConfig/__init__.py -%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/__init__.cpython-37.pyc -%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/ipachangeconf.cpython-37.pyc +%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/SSSDConfig/__pycache__/ipachangeconf.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/SSSDConfig/ipachangeconf.py %%PYTHON_SITELIBDIR%%/pyhbac.so %%PYTHON_SITELIBDIR%%/pysss.so From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:47 2021 Return-Path: Delivered-To: svn-ports-all@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 CA4F855169D; Sun, 7 Mar 2021 22:33:47 +0000 (UTC) (envelope-from sunpoet@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 4Dtx8W1NbXz4h5K; Sun, 7 Mar 2021 22:33:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9DC31E4A2; Sun, 7 Mar 2021 22:33:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXhbM064308; Sun, 7 Mar 2021 22:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXhW4064307; Sun, 7 Mar 2021 22:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXhW4064307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567790 - head/textproc/gsed X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/gsed X-SVN-Commit-Revision: 567790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:48 -0000 Author: sunpoet Date: Sun Mar 7 22:33:43 2021 New Revision: 567790 URL: https://svnweb.freebsd.org/changeset/ports/567790 Log: Update WWW Approved by: portmgr (blanket) Modified: head/textproc/gsed/pkg-descr Modified: head/textproc/gsed/pkg-descr ============================================================================== --- head/textproc/gsed/pkg-descr Sun Mar 7 22:33:38 2021 (r567789) +++ head/textproc/gsed/pkg-descr Sun Mar 7 22:33:43 2021 (r567790) @@ -7,4 +7,4 @@ Note that this port will install this utility with a ` for example gsed, but the texinfo documentation will refer to these utilities without the `g' prefix. -WWW: http://www.gnu.org/software/sed/sed.html +WWW: https://www.gnu.org/software/sed/sed.html From owner-svn-ports-all@freebsd.org Sun Mar 7 22:33:54 2021 Return-Path: Delivered-To: svn-ports-all@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 C58F755179C; Sun, 7 Mar 2021 22:33:54 +0000 (UTC) (envelope-from sunpoet@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 4Dtx8c6kLzz4h7y; Sun, 7 Mar 2021 22:33:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA4721E4A3; Sun, 7 Mar 2021 22:33:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MXnuD064387; Sun, 7 Mar 2021 22:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MXnfA064386; Sun, 7 Mar 2021 22:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072233.127MXnfA064386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567791 - head/www/py-adblock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-adblock X-SVN-Commit-Revision: 567791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:33:55 -0000 Author: sunpoet Date: Sun Mar 7 22:33:49 2021 New Revision: 567791 URL: https://svnweb.freebsd.org/changeset/ports/567791 Log: Fix hardcoded python version Approved by: portmgr (blanket) Modified: head/www/py-adblock/Makefile Modified: head/www/py-adblock/Makefile ============================================================================== --- head/www/py-adblock/Makefile Sun Mar 7 22:33:43 2021 (r567790) +++ head/www/py-adblock/Makefile Sun Mar 7 22:33:49 2021 (r567791) @@ -167,7 +167,7 @@ post-install: (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PREFIX} \ -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python3.7/site-packages/adblock/adblock.cpython-37m.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/adblock/adblock*.so # Regenerate .PLIST.pymodtemp to get all installed files from # ${STAGEDIR} because the file that is generated in the first place # contains only the EGG files as a whole. From owner-svn-ports-all@freebsd.org Sun Mar 7 22:56:21 2021 Return-Path: Delivered-To: svn-ports-all@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 7CCC65524BD; Sun, 7 Mar 2021 22:56:21 +0000 (UTC) (envelope-from sunpoet@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 4DtxfY38nJz4k82; Sun, 7 Mar 2021 22:56:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FB201E7EA; Sun, 7 Mar 2021 22:56:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MuLQA076214; Sun, 7 Mar 2021 22:56:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MuKiQ076212; Sun, 7 Mar 2021 22:56:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072256.127MuKiQ076212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567792 - in head/devel: . rubygem-google-protobuf314 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-google-protobuf314 X-SVN-Commit-Revision: 567792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:56:21 -0000 Author: sunpoet Date: Sun Mar 7 22:56:20 2021 New Revision: 567792 URL: https://svnweb.freebsd.org/changeset/ports/567792 Log: Add rubygem-google-protobuf314 3.14.0 (copied from rubygem-google-protobuf) - Add PORTSCOUT Added: head/devel/rubygem-google-protobuf314/ - copied from r555920, head/devel/rubygem-google-protobuf/ Modified: head/devel/Makefile head/devel/rubygem-google-protobuf314/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 7 22:33:49 2021 (r567791) +++ head/devel/Makefile Sun Mar 7 22:56:20 2021 (r567792) @@ -6183,6 +6183,7 @@ SUBDIR += rubygem-google-apis-storage_v1 SUBDIR += rubygem-google-gax SUBDIR += rubygem-google-protobuf + SUBDIR += rubygem-google-protobuf314 SUBDIR += rubygem-google-protobuf38 SUBDIR += rubygem-googleapis-common-protos SUBDIR += rubygem-googleapis-common-protos-types Modified: head/devel/rubygem-google-protobuf314/Makefile ============================================================================== --- head/devel/rubygem-google-protobuf/Makefile Sat Nov 21 09:43:17 2020 (r555920) +++ head/devel/rubygem-google-protobuf314/Makefile Sun Mar 7 22:56:20 2021 (r567792) @@ -5,6 +5,7 @@ PORTNAME= google-protobuf PORTVERSION= 3.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 314 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby extension to Google Protocol Buffers @@ -15,5 +16,7 @@ USES= gem shebangfix USE_RUBY= yes SHEBANG_GLOB= *.rb + +PORTSCOUT= limit:^3\.14\. .include From owner-svn-ports-all@freebsd.org Sun Mar 7 22:56:30 2021 Return-Path: Delivered-To: svn-ports-all@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 6C017552614; Sun, 7 Mar 2021 22:56:30 +0000 (UTC) (envelope-from sunpoet@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 4Dtxfh3q4Gz4kLK; Sun, 7 Mar 2021 22:56:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A51E1E7EB; Sun, 7 Mar 2021 22:56:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MuRlX076306; Sun, 7 Mar 2021 22:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MuRbu076305; Sun, 7 Mar 2021 22:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072256.127MuRbu076305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567793 - head/devel/gitaly X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/gitaly X-SVN-Commit-Revision: 567793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:56:30 -0000 Author: sunpoet Date: Sun Mar 7 22:56:26 2021 New Revision: 567793 URL: https://svnweb.freebsd.org/changeset/ports/567793 Log: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314 - Bump PORTREVISION for dependency change Modified: head/devel/gitaly/Makefile Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Sun Mar 7 22:56:20 2021 (r567792) +++ head/devel/gitaly/Makefile Sun Mar 7 22:56:26 2021 (r567793) @@ -2,7 +2,7 @@ PORTNAME= gitaly DISTVERSION= 13.9.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -27,7 +27,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-rbtrace>=0.4.14:devel/rubygem-rbtrace \ rubygem-gitlab-labkit>=0.15.0<0.16:devel/rubygem-gitlab-labkit \ rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \ - rubygem-google-protobuf>=3.12.0<4:devel/rubygem-google-protobuf + rubygem-google-protobuf314>=3.12.0<4:devel/rubygem-google-protobuf314 BUILD_DEPENDS= gem:devel/ruby-gems \ bash>0:shells/bash \ ${MY_DEPENDS} From owner-svn-ports-all@freebsd.org Sun Mar 7 22:56:40 2021 Return-Path: Delivered-To: svn-ports-all@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 75329552628; Sun, 7 Mar 2021 22:56:40 +0000 (UTC) (envelope-from sunpoet@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 4Dtxfs3JRdz4kbj; Sun, 7 Mar 2021 22:56:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C880C1E670; Sun, 7 Mar 2021 22:56:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127MuXrr076398; Sun, 7 Mar 2021 22:56:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MuXRL076397; Sun, 7 Mar 2021 22:56:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072256.127MuXRL076397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567794 - head/net/rubygem-grpc130 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-grpc130 X-SVN-Commit-Revision: 567794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:56:40 -0000 Author: sunpoet Date: Sun Mar 7 22:56:33 2021 New Revision: 567794 URL: https://svnweb.freebsd.org/changeset/ports/567794 Log: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314 - Bump PORTREVISION for dependency change Modified: head/net/rubygem-grpc130/Makefile Modified: head/net/rubygem-grpc130/Makefile ============================================================================== --- head/net/rubygem-grpc130/Makefile Sun Mar 7 22:56:26 2021 (r567793) +++ head/net/rubygem-grpc130/Makefile Sun Mar 7 22:56:33 2021 (r567794) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.30.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 130 @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:dns/c-ares \ libgrpc.so:devel/grpc134 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \ + rubygem-google-protobuf314>=3.12<4:devel/rubygem-google-protobuf314 \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= gem gmake pkgconfig From owner-svn-ports-all@freebsd.org Sun Mar 7 22:56:40 2021 Return-Path: Delivered-To: svn-ports-all@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 8645155268E; Sun, 7 Mar 2021 22:56:40 +0000 (UTC) (envelope-from sunpoet@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 4Dtxfv52Szz4kRT; Sun, 7 Mar 2021 22:56:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 384081E7EC; Sun, 7 Mar 2021 22:56:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127Mucue076490; Sun, 7 Mar 2021 22:56:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MucdO076489; Sun, 7 Mar 2021 22:56:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072256.127MucdO076489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567795 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 567795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:56:40 -0000 Author: sunpoet Date: Sun Mar 7 22:56:38 2021 New Revision: 567795 URL: https://svnweb.freebsd.org/changeset/ports/567795 Log: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314 - While I'm here, use = instead of ?= because gitlab-ce does not have slave port (r564168) [1] - Bump PORTREVISION for dependency change Approved by: mfechner (r564168) [1] Modified: head/www/gitlab-ce/Makefile Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sun Mar 7 22:56:33 2021 (r567794) +++ head/www/gitlab-ce/Makefile Sun Mar 7 22:56:38 2021 (r567795) @@ -1,9 +1,9 @@ # Created by: Torsten Zuehlsdorff # $FreeBSD$ -PORTNAME?= gitlab-ce -PORTVERSION?= 13.9.2 -PORTREVISION?= 0 +PORTNAME= gitlab-ce +PORTVERSION= 13.9.2 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -222,7 +222,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-bcrypt_pbkdf>=1.0<2.0:security/rubygem-bcrypt_pbkdf \ rubygem-gitaly>=13.9.0.pre.rc1<13.10.0:net/rubygem-gitaly \ rubygem-grpc130>=1.30.2<1.31:net/rubygem-grpc130 \ - rubygem-google-protobuf>=3.12<3.15:devel/rubygem-google-protobuf \ + rubygem-google-protobuf314>=3.12<3.15:devel/rubygem-google-protobuf314 \ rubygem-toml-rb10>=1.0.0<1.1.0:www/rubygem-toml-rb10 \ rubygem-flipper017>=0.17.1<0.18.0:devel/rubygem-flipper017 \ rubygem-flipper-active_record017>=0.17.1<0.18.0:databases/rubygem-flipper-active_record017 \ From owner-svn-ports-all@freebsd.org Sun Mar 7 23:12:41 2021 Return-Path: Delivered-To: svn-ports-all@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 689AF55300A for ; Sun, 7 Mar 2021 23:12:41 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dty1P2W2cz4llk for ; Sun, 7 Mar 2021 23:12:41 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 41842410E for ; Sun, 7 Mar 2021 23:12:41 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f41.google.com with SMTP id b7so12039890edz.8 for ; Sun, 07 Mar 2021 15:12:41 -0800 (PST) X-Gm-Message-State: AOAM5320g+MBA+MQu/qM/J2T8xSwHMMvtzFkIxKFcuu7QXM1+MUoZsW+ jbgO7AjF6P8AcUsxOocQgwhd2Z8smF8HgxTSHRk3Jw== X-Google-Smtp-Source: ABdhPJyMgnFKHREUHPGSlH+jmbMnfg2GJnl5FavPueCxqF3fODrFEdZHPTwPC8TP3KW0plZNoDjgjoMZq8Cwm99I+ag= X-Received: by 2002:a50:eb49:: with SMTP id z9mr20068911edp.234.1615158760207; Sun, 07 Mar 2021 15:12:40 -0800 (PST) MIME-Version: 1.0 References: <202103030933.1239X2tP021157@repo.freebsd.org> In-Reply-To: <202103030933.1239X2tP021157@repo.freebsd.org> From: Po-Chuan Hsieh Date: Mon, 8 Mar 2021 07:12:03 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r567042 - head/devel/rubygem-thor To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:12:41 -0000 On Wed, Mar 3, 2021 at 5:33 PM Matthias Fechner wrote: > Author: mfechner > Date: Wed Mar 3 09:33:01 2021 > New Revision: 567042 > URL: https://svnweb.freebsd.org/changeset/ports/567042 > > Log: > Update to 1.1.0 which is required for gitlab-ce 13.9 upgrade. > FYI, it breaks www/rubygem-smashing. e.g. http://beefy10.nyi.freebsd.org/data/114i386-default/567284/logs/rubygem-smashing-1.3.1.log I've updated it to a newer version which fixes the problem. > Modified: > head/devel/rubygem-thor/Makefile > head/devel/rubygem-thor/distinfo > > Modified: head/devel/rubygem-thor/Makefile > > ============================================================================== > --- head/devel/rubygem-thor/Makefile Wed Mar 3 09:32:19 2021 > (r567041) > +++ head/devel/rubygem-thor/Makefile Wed Mar 3 09:33:01 2021 > (r567042) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= thor > -PORTVERSION= 1.0.1 > +PORTVERSION= 1.1.0 > CATEGORIES= devel rubygems > MASTER_SITES= RG > > > Modified: head/devel/rubygem-thor/distinfo > > ============================================================================== > --- head/devel/rubygem-thor/distinfo Wed Mar 3 09:32:19 2021 > (r567041) > +++ head/devel/rubygem-thor/distinfo Wed Mar 3 09:33:01 2021 > (r567042) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1598175412 > -SHA256 (rubygem/thor-1.0.1.gem) = > 7572061e3cbe6feee57828670e6a25a66dd397f05c1f8515d49f770a7d9d70f5 > -SIZE (rubygem/thor-1.0.1.gem) = 56320 > +TIMESTAMP = 1613998020 > +SHA256 (rubygem/thor-1.1.0.gem) = > cacae12a3761be4ccbe63be19261352b108f86c721c37d87664328efeaa6d0a3 > +SIZE (rubygem/thor-1.1.0.gem) = 56832 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > From owner-svn-ports-all@freebsd.org Sun Mar 7 23:21:51 2021 Return-Path: Delivered-To: svn-ports-all@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 1CA6B552E4B; Sun, 7 Mar 2021 23:21:51 +0000 (UTC) (envelope-from sunpoet@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 4DtyCz0LmBz4m0P; Sun, 7 Mar 2021 23:21:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F39E91EE6F; Sun, 7 Mar 2021 23:21:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127NLojI093610; Sun, 7 Mar 2021 23:21:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127NLoLh093608; Sun, 7 Mar 2021 23:21:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072321.127NLoLh093608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 23:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567796 - in head: . audio audio/fplib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . audio audio/fplib X-SVN-Commit-Revision: 567796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:21:51 -0000 Author: sunpoet Date: Sun Mar 7 23:21:50 2021 New Revision: 567796 URL: https://svnweb.freebsd.org/changeset/ports/567796 Log: Remove audio/fplib PR: 253502 Submitted by: Daniel Engberg Deleted: head/audio/fplib/ Modified: head/MOVED head/audio/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Mar 7 22:56:38 2021 (r567795) +++ head/MOVED Sun Mar 7 23:21:50 2021 (r567796) @@ -16193,3 +16193,4 @@ sysutils/synergy-1|sysutils/synergy|2021-03-03|Current www/moodle35|www/moodle39|2021-03-04|Has expired: Deprecated by upstream www/moodle38|www/moodle39|2021-03-04|Has expired: Deprecated by upstream devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed upstream +audio/fplib||2021-03-07|Dead service since 2015 Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Mar 7 22:56:38 2021 (r567795) +++ head/audio/Makefile Sun Mar 7 23:21:50 2021 (r567796) @@ -199,7 +199,6 @@ SUBDIR += fpc-modplug SUBDIR += fpc-oggvorbis SUBDIR += fpc-openal - SUBDIR += fplib SUBDIR += freealut SUBDIR += freedesktop-sound-theme SUBDIR += freepats From owner-svn-ports-all@freebsd.org Sun Mar 7 23:23:42 2021 Return-Path: Delivered-To: svn-ports-all@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 6D90E552D54; Sun, 7 Mar 2021 23:23:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtyG62kQ1z4mCP; Sun, 7 Mar 2021 23:23:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 509511ED27; Sun, 7 Mar 2021 23:23:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127NNg2T094470; Sun, 7 Mar 2021 23:23:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127NNfXU094468; Sun, 7 Mar 2021 23:23:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103072323.127NNfXU094468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Mar 2021 23:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567797 - head/benchmarks/vkmark X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/benchmarks/vkmark X-SVN-Commit-Revision: 567797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:23:42 -0000 Author: jbeich Date: Sun Mar 7 23:23:41 2021 New Revision: 567797 URL: https://svnweb.freebsd.org/changeset/ports/567797 Log: benchmarks/vkmark: update to 2017.08.23 Changes: https://github.com/vkmark/vkmark/compare/e8c0720...6aad03d Modified: head/benchmarks/vkmark/Makefile (contents, props changed) head/benchmarks/vkmark/distinfo (contents, props changed) Modified: head/benchmarks/vkmark/Makefile ============================================================================== --- head/benchmarks/vkmark/Makefile Sun Mar 7 23:21:50 2021 (r567796) +++ head/benchmarks/vkmark/Makefile Sun Mar 7 23:23:41 2021 (r567797) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= vkmark -DISTVERSION= 2017.08-21 -DISTVERSIONSUFFIX= -ge8c0720 -PORTREVISION= 1 +DISTVERSION= 2017.08-23 +DISTVERSIONSUFFIX= -g6aad03d CATEGORIES= benchmarks PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/benchmarks/vkmark/distinfo ============================================================================== --- head/benchmarks/vkmark/distinfo Sun Mar 7 23:21:50 2021 (r567796) +++ head/benchmarks/vkmark/distinfo Sun Mar 7 23:23:41 2021 (r567797) @@ -1,5 +1,5 @@ -TIMESTAMP = 1588522805 -SHA256 (vkmark-vkmark-2017.08-21-ge8c0720_GH0.tar.gz) = e6d4d76e113f604d7bb07c142cfc705d4f9f9157482cac075c55da08befd5016 -SIZE (vkmark-vkmark-2017.08-21-ge8c0720_GH0.tar.gz) = 718577 +TIMESTAMP = 1614595555 +SHA256 (vkmark-vkmark-2017.08-23-g6aad03d_GH0.tar.gz) = 5d256a25174d0305db51d4e1d864f03d645c2db50e49f92ca866639d46716e5b +SIZE (vkmark-vkmark-2017.08-23-g6aad03d_GH0.tar.gz) = 720554 SHA256 (27fa846e34ed.patch) = 794580167aa2839b5410a7e4e48f38bd6c75a9f675f454dc3ae088fea6a1277a SIZE (27fa846e34ed.patch) = 2028 From owner-svn-ports-all@freebsd.org Sun Mar 7 23:25:40 2021 Return-Path: Delivered-To: svn-ports-all@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 D487A553434 for ; Sun, 7 Mar 2021 23:25:40 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtyJN5Y2zz4mK5 for ; Sun, 7 Mar 2021 23:25:40 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id ABFBA3154 for ; Sun, 7 Mar 2021 23:25:40 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ej1-f42.google.com with SMTP id p7so5211023eju.6 for ; Sun, 07 Mar 2021 15:25:40 -0800 (PST) X-Gm-Message-State: AOAM532OJRuNG+a+QtW8btsDWkyR8n+Tvod6NAcsYZRrWl3Ybn9jI7+2 f3PbUcqRhZ+/u86J6nyX3VJ11jWQGAcTF0HKyCguFg== X-Google-Smtp-Source: ABdhPJzqTNszOvG67aLBjLYX3Xda9sG0z+x4g7SV23Q38rD4y0Z+pzUxsQ3GSUwNaBLOOdunlDNZLl+6dqm4Z/OHATo= X-Received: by 2002:a17:906:e84:: with SMTP id p4mr12294075ejf.30.1615159539565; Sun, 07 Mar 2021 15:25:39 -0800 (PST) MIME-Version: 1.0 References: <202103031816.123IG5fV055672@repo.freebsd.org> <8c6e8ea1-8c1c-e3c7-9737-5e3d654e1a81@toco-domains.de> In-Reply-To: <8c6e8ea1-8c1c-e3c7-9737-5e3d654e1a81@toco-domains.de> From: Po-Chuan Hsieh Date: Mon, 8 Mar 2021 07:25:03 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r567217 - head/devel/rubygem-google-protobuf To: Torsten Zuehlsdorff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Matthias Fechner Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:25:40 -0000 Hmm, the commit you mentioned (r567475) happens later. And mfechner did that intentionally. r567475 (gitlab 13.9.2 update) says "So it is wanted that this port is currently not buildable to protect users from an update." The real problem is gitlab has issues with google-protobuf 3.15.* even though its Gemfile says "google-protobuf ~> 3.12". I've added rubygem-google-protobuf314 and changed gitlab family to it. On Mon, Mar 8, 2021 at 4:57 AM Torsten Zuehlsdorff wrote: > This update seems to break the build of www/gitlab-ce. GitLab requires > this port to be < 3.15. > > Can you please examine this issue? > > Thank you! :) > > On 03.03.21 19:16, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Wed Mar 3 18:16:04 2021 > > New Revision: 567217 > > URL: https://svnweb.freebsd.org/changeset/ports/567217 > > > > Log: > > Update to 3.15.0 > > > > Changes: https://github.com/protocolbuffers/protobuf/releases > > > > Modified: > > head/devel/rubygem-google-protobuf/Makefile > > head/devel/rubygem-google-protobuf/distinfo > > > > Modified: head/devel/rubygem-google-protobuf/Makefile > > > ============================================================================== > > --- head/devel/rubygem-google-protobuf/Makefile Wed Mar 3 > 18:15:59 2021 (r567216) > > +++ head/devel/rubygem-google-protobuf/Makefile Wed Mar 3 > 18:16:04 2021 (r567217) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= google-protobuf > > -PORTVERSION= 3.14.0 > > +PORTVERSION= 3.15.0 > > CATEGORIES= devel rubygems > > MASTER_SITES= RG > > > > > > Modified: head/devel/rubygem-google-protobuf/distinfo > > > ============================================================================== > > --- head/devel/rubygem-google-protobuf/distinfo Wed Mar 3 > 18:15:59 2021 (r567216) > > +++ head/devel/rubygem-google-protobuf/distinfo Wed Mar 3 > 18:16:04 2021 (r567217) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1605901784 > > -SHA256 (rubygem/google-protobuf-3.14.0.gem) = > 578426b145a51025626c6678d1cc8d8b952e595fe100565aea5fed0ee514755d > > -SIZE (rubygem/google-protobuf-3.14.0.gem) = 211968 > > +TIMESTAMP = 1613738839 > > +SHA256 (rubygem/google-protobuf-3.15.0.gem) = > 40f58515b56b6aad0c6fca808747e24b33959899d5f94acc2a6641e7688adde9 > > +SIZE (rubygem/google-protobuf-3.15.0.gem) = 148480 > > > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > From owner-svn-ports-all@freebsd.org Sun Mar 7 23:27:26 2021 Return-Path: Delivered-To: svn-ports-all@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 78D99553607; Sun, 7 Mar 2021 23:27:26 +0000 (UTC) (envelope-from wenheping2000@hotmail.com) Received: from APC01-SG2-obe.outbound.protection.outlook.com (mail-oln040092253071.outbound.protection.outlook.com [40.92.253.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "DigiCert Cloud Services CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DtyLP0H8cz4mXx; Sun, 7 Mar 2021 23:27:24 +0000 (UTC) (envelope-from wenheping2000@hotmail.com) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f+7Q2dMIMDmaaaoZJ90+9HpG4y3dJkf00Fzf5vOP8NL7zxP1Gjd+cpbglnLcojLo29/dPy+IOlqq68GZKo/IzM6060QrO3G03ox1T1Im+V9bkTsTSBHqwlaG9s45SKl47fsMplscVT5K1Gq0qmEHUV4+0v7P7v0vFoaBo0cWjAe/4h/24BBtwSWFpvAFp6XN0/yjtEFO7a8wQ3sNx+Zcc8/ZWj6biISPgQ/UlYubbdwatK3WTpe6q4nFYMuiZ5DtCEJgT+rAub1HzKwmnSmKCnWTZFtVLxZPnANDPbAlsGx1LhV637grFB+bg3OLJhSU2i8SLLgQ4KEdgaGYgyhE3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DzvrW20k3bP/xT4vMQhfjN0wug7hQj6v7em6W+873sw=; b=f64zsL4jIQBXuitdg8yGKjtQKjw+CREhX/QNm7jFKsvwmWdBqQpV1HrvbDa/tqzVJee4kfLwuT/YKLRdZtp6q6pN2N0skG8I0lx/fAhFqxryV/cGGJLupK+/3WCXrWEGKjRTh1V3KmDfm8GIp/ehigtu0pHRpdyQlSMIEWYJw45aEXq0iX8I5yfYI9oI9VgRy+K9xBQqMAFNTqs1jRwvzo/LBFuIc8USYq4QUzYQqtG5p0K0GX8XduqbdKmmx5r/rVrRQ01HmuT7wD3cLi3b1S/u1HRosoN2IE6m+vPrKFpV3B31vY6p/7iz4Qy2qyV9XRq1xBGPRYQ4J4VKKBl8PQ== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DzvrW20k3bP/xT4vMQhfjN0wug7hQj6v7em6W+873sw=; b=uUrC43gqLCYy7lz5m0CkV5ZSvWOlBCjN9puV9NSmUyn1pJ8YHHNj+Rs98c2036uy5GXGOLTX6eFU5gB/WaYhiHNg7zkIa/GnHe4ZtMfZSSt85uLt4bbkKaA7Y530sHvlcBn6kJ81ibaFU8sjmDD6ulBdvNKo+rTlecNTG1K9b6xEIGkjx72k3jrShAmRkk/cFrAcxDGVcwVLtXsl9txRebpY6rFg5vGcJuPYmlhdVpfwRk5QSjsXzrmDj8PmG4aMTdLfQE13z9ivhpIIyqN7Xp9rmYAfNU3EMV5vOWOgSobWPaQi1nc31ZRxdbapwxum8KyiUAS+8u6jLkNK5K0+ww== Received: from PU1APC01FT115.eop-APC01.prod.protection.outlook.com (2a01:111:e400:7ebe::45) by PU1APC01HT170.eop-APC01.prod.protection.outlook.com (2a01:111:e400:7ebe::241) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3890.19; Sun, 7 Mar 2021 23:27:19 +0000 Received: from ME2PR01MB5890.ausprd01.prod.outlook.com (2a01:111:e400:7ebe::43) by PU1APC01FT115.mail.protection.outlook.com (2a01:111:e400:7ebe::208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3912.19 via Frontend Transport; Sun, 7 Mar 2021 23:27:19 +0000 Received: from ME2PR01MB5890.ausprd01.prod.outlook.com ([fe80::cd9e:c59a:a3dc:aae6]) by ME2PR01MB5890.ausprd01.prod.outlook.com ([fe80::cd9e:c59a:a3dc:aae6%3]) with mapi id 15.20.3912.027; Sun, 7 Mar 2021 23:27:19 +0000 From: wen heping To: Alexey Dokuchaev , "joe@thrallingpenguin.com" CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: =?gb2312?B?u9i4tDogc3ZuIGNvbW1pdDogcjU2NzU2MyAtIGluIGhlYWQvbmV0L21vc3F1?= =?gb2312?Q?itto:_._files?= Thread-Topic: svn commit: r567563 - in head/net/mosquitto: . files Thread-Index: AQHXE0whoO9COejA+kStuQXOIM3MKap4dK+AgAC3BDM= Date: Sun, 7 Mar 2021 23:27:19 +0000 Message-ID: References: <202103071219.127CJMDd069101@repo.freebsd.org>, <20210307123021.GA45582@FreeBSD.org> In-Reply-To: <20210307123021.GA45582@FreeBSD.org> Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-incomingtopheadermarker: OriginalChecksum:B5412E17290D6EB90087ED7B3EBC6594EECA974D2677DD5C020333AFB8DEE8A0; UpperCasedChecksum:E7B5F90D1B57A5A274DD22C29754AF9A82C77B81A4C946D25C3F1063B75AA686; SizeAsReceived:7131; Count:45 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [l0QFXEa0BmtbR7kPeWny5lP+PNtZcRtv] x-ms-publictraffictype: Email x-incomingheadercount: 45 x-eopattributedmessage: 0 x-ms-office365-filtering-correlation-id: e18a1a0e-5a09-47e4-e88e-08d8e1c08d7b x-ms-traffictypediagnostic: PU1APC01HT170: x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: wVgDpQe8yKcd4440FZEBjujVWgYj/iIQAaqa3/HhIab6hkVaiogkdwag4UxXsBxhCUG1krTkQbrcYq/G4epSosmTrbaOPEGwZZ9oMbzKunvWXyxq2d1dXNvJl+HpSTjbq/F52UkFGd4mHmRTVmIe4MNmyLqIqgmTwPcCV4gaY0H+xJzag4MTvTAsxtklQ9q8sEILHh7+J/Se2/kbsbFv2kzi9m4pF/j4AGIPrHOkDoTghHfUzj5Su8BufoDNIjlOQMHUJrSpmknydleT7CY7BHPziSaFASSbGuMKKbbiLdbhVypifucHV1Lymjh8rZFHv4BQVvB98Eg2XzDlocjZTQrDNpEFoM4+yWMlRWnby7ZsEvI6vVrEiZNjlDdYbvYsO26pdjoCRl9zg0JpXYWD7C0LzzO2kx2JQPjumSCCWAc= x-ms-exchange-antispam-messagedata: xE9Tmwv4C+3HBTOzOuvorDycsOrYW4/PbBkF4/6R9VYNLXCuCEpdC8TPEQwYo+YPqZGfvFvapNc8/q04ghPWFiGaNVxj6Or1Nht4YyVH9b+neMmzK2Pf1IywbuqqzoGSrZPkFZ2dSeDpXl2VX422qw== x-ms-exchange-transport-forked: True MIME-Version: 1.0 X-OriginatorOrg: hotmail.com X-MS-Exchange-CrossTenant-AuthAs: Anonymous X-MS-Exchange-CrossTenant-AuthSource: PU1APC01FT115.eop-APC01.prod.protection.outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: e18a1a0e-5a09-47e4-e88e-08d8e1c08d7b X-MS-Exchange-CrossTenant-originalarrivaltime: 07 Mar 2021 23:27:19.6085 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: PU1APC01HT170 X-Rspamd-Queue-Id: 4DtyLP0H8cz4mXx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=hotmail.com header.s=selector1 header.b=uUrC43gq; arc=pass (microsoft.com:s=arcselector9901:i=1); dmarc=pass (policy=none) header.from=hotmail.com; spf=pass (mx1.freebsd.org: domain of wenheping2000@hotmail.com designates 40.92.253.71 as permitted sender) smtp.mailfrom=wenheping2000@hotmail.com X-Spamd-Result: default: False [-4.90 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[hotmail.com]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/15]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[hotmail.com:+]; MIME_BASE64_TEXT(0.10)[]; DMARC_POLICY_ALLOW(-0.50)[hotmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[40.92.253.71:from]; FREEMAIL_ENVFROM(0.00)[hotmail.com]; ASN(0.00)[asn:8075, ipnet:40.80.0.0/12, country:US]; DWL_DNSWL_NONE(0.00)[hotmail.com:dkim]; MIME_TRACE(0.00)[0:+,1:+,2:~]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[hotmail.com:s=selector1]; FROM_HAS_DN(0.00)[]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; SPAMHAUS_ZRD(0.00)[40.92.253.71:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[40.92.253.71:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.92.253.71:from]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:27:26 -0000 DQoNCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQq3orz+yMs6IEFsZXhleSBEb2t1 Y2hhZXYgPGRhbmZlQGZyZWVic2Qub3JnPg0Kt6LLzcqxvOQ6IDIwMjHE6jPUwjfI1SAyMDozMA0K ytW8/sjLOiBXZW4gSGVwaW5nIDx3ZW5AZnJlZWJzZC5vcmc+DQqzrcvNOiBwb3J0cy1jb21taXR0 ZXJzQGZyZWVic2Qub3JnIDxwb3J0cy1jb21taXR0ZXJzQGZyZWVic2Qub3JnPjsgc3ZuLXBvcnRz LWFsbEBmcmVlYnNkLm9yZyA8c3ZuLXBvcnRzLWFsbEBmcmVlYnNkLm9yZz47IHN2bi1wb3J0cy1o ZWFkQGZyZWVic2Qub3JnIDxzdm4tcG9ydHMtaGVhZEBmcmVlYnNkLm9yZz4NCtb3zOI6IFJlOiBz dm4gY29tbWl0OiByNTY3NTYzIC0gaW4gaGVhZC9uZXQvbW9zcXVpdHRvOiAuIGZpbGVzDQoNCk9u IFN1biwgTWFyIDA3LCAyMDIxIGF0IDEyOjE5OjIyUE0gKzAwMDAsIFdlbiBIZXBpbmcgd3JvdGU6 DQo+IE5ldyBSZXZpc2lvbjogNTY3NTYzDQo+IFVSTDogaHR0cHM6Ly9hcGFjMDEuc2FmZWxpbmtz LnByb3RlY3Rpb24ub3V0bG9vay5jb20vP3VybD1odHRwcyUzQSUyRiUyRnN2bndlYi5mcmVlYnNk Lm9yZyUyRmNoYW5nZXNldCUyRnBvcnRzJTJGNTY3NTYzJmFtcDtkYXRhPTA0JTdDMDElN0MlN0M3 NmFmZTg1Y2E5NDc0ZDFiMGQ1ZTA4ZDhlMTY0YzcyMyU3Qzg0ZGY5ZTdmZTlmNjQwYWZiNDM1YWFh YWFhYWFhYWFhJTdDMSU3QzAlN0M2Mzc1MDcxNzAyMzk4NDA3NTclN0NVbmtub3duJTdDVFdGcGJH WnNiM2Q4ZXlKV0lqb2lNQzR3TGpBd01EQWlMQ0pRSWpvaVYybHVNeklpTENKQlRpSTZJazFoYVd3 aUxDSlhWQ0k2TW4wJTNEJTdDMTAwMCZhbXA7c2RhdGE9OTZzN2FJcVI4QkNuTk1xNEx2THg3bTdI eUd4UHN2QzA1UzBzeWNBQ3BQTSUzRCZhbXA7cmVzZXJ2ZWQ9MA0KPg0KPiBMb2c6DQo+ICAgLSBV cGRhdGUgdG8gMi4wLjgNCj4gICAtIEFkZCBDQVJFU19ERVNDICAgICAgICAgICAgPC0tIFdoeT8N Cj4gLi4uDQo+ICBPUFRJT05TX0RFRkFVTFQ9ICAgICBDQVJFUw0KPg0KPiArQ0FSRVNfREVTQz0g IEFzeW5jaHJvbm91cyBETlMgcmVzb2x1dGlvbiB2aWEgYy1hcmVzDQoNCkl0IG1hdGNoZXMgb3Vy IGRlZmF1bHQgKHNpbmNlIHIzMDAzMjEpIGRlc2NyaXB0aW9uIHZlcmJhdGltLg0KDQpZZXMsIHlv dSBhcmUgcmlnaHQuIEkgc2hhbGwgcmVtb3ZlIGl0IHdpdGggbWFpbnRhaW5lcidzIGFwcHJvdmVt ZW50Lg0Kd2VuDQoNCg0KLi9kYW5mZQ0K From owner-svn-ports-all@freebsd.org Sun Mar 7 23:30:36 2021 Return-Path: Delivered-To: svn-ports-all@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 AF6AB55355C; Sun, 7 Mar 2021 23:30:36 +0000 (UTC) (envelope-from nc@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 4DtyQ41Wqxz4nCw; Sun, 7 Mar 2021 23:30:36 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61C001EAF4; Sun, 7 Mar 2021 23:30:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127NUY3P094706; Sun, 7 Mar 2021 23:30:34 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127NUXcI094705; Sun, 7 Mar 2021 23:30:33 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103072330.127NUXcI094705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sun, 7 Mar 2021 23:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567798 - head/net/cloudquery X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net/cloudquery X-SVN-Commit-Revision: 567798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:30:36 -0000 Author: nc Date: Sun Mar 7 23:30:33 2021 New Revision: 567798 URL: https://svnweb.freebsd.org/changeset/ports/567798 Log: net/cloudquery: Update to 0.11.5 Changes: https://github.com/cloudquery/cloudquery/releases Modified: head/net/cloudquery/Makefile head/net/cloudquery/distinfo Modified: head/net/cloudquery/Makefile ============================================================================== --- head/net/cloudquery/Makefile Sun Mar 7 23:23:41 2021 (r567797) +++ head/net/cloudquery/Makefile Sun Mar 7 23:30:33 2021 (r567798) @@ -2,7 +2,7 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v -DISTVERSION= 0.11.3 +DISTVERSION= 0.11.5 CATEGORIES= net MAINTAINER= nc@FreeBSD.org Modified: head/net/cloudquery/distinfo ============================================================================== --- head/net/cloudquery/distinfo Sun Mar 7 23:23:41 2021 (r567797) +++ head/net/cloudquery/distinfo Sun Mar 7 23:30:33 2021 (r567798) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614970187 -SHA256 (cloudquery-cloudquery-v0.11.3_GH0.tar.gz) = 282e8fce86d999d226ad8522de1fe2ddec521249c53039c48af86a8f87a3739a -SIZE (cloudquery-cloudquery-v0.11.3_GH0.tar.gz) = 89340 +TIMESTAMP = 1615159736 +SHA256 (cloudquery-cloudquery-v0.11.5_GH0.tar.gz) = e7f90113b55552aaeb1701deef28cd1bdbf154fd3303c6f7b574ff1bba766c53 +SIZE (cloudquery-cloudquery-v0.11.5_GH0.tar.gz) = 91026 SHA256 (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821 SIZE (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = 20946 SHA256 (Microsoft-go-winio-v0.4.14_GH0.tar.gz) = 379082e49fb22dfdd9a0ff57f8a6d6d7e97ba30fdc0159ef2f38dc4caa79fd8e From owner-svn-ports-all@freebsd.org Sun Mar 7 23:46:04 2021 Return-Path: Delivered-To: svn-ports-all@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 88FDC553E0F; Sun, 7 Mar 2021 23:46:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtylw3R9vz4njw; Sun, 7 Mar 2021 23:46:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68E721F482; Sun, 7 Mar 2021 23:46:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127Nk4Pm006671; Sun, 7 Mar 2021 23:46:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127Nk3QM006668; Sun, 7 Mar 2021 23:46:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103072346.127Nk3QM006668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 7 Mar 2021 23:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567799 - head/misc/box2d X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/box2d X-SVN-Commit-Revision: 567799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 23:46:04 -0000 Author: yuri Date: Sun Mar 7 23:46:03 2021 New Revision: 567799 URL: https://svnweb.freebsd.org/changeset/ports/567799 Log: misc/box2d: Update 2.3.1 -> 2.4.1 Modified: head/misc/box2d/Makefile head/misc/box2d/distinfo head/misc/box2d/pkg-plist Modified: head/misc/box2d/Makefile ============================================================================== --- head/misc/box2d/Makefile Sun Mar 7 23:30:33 2021 (r567798) +++ head/misc/box2d/Makefile Sun Mar 7 23:46:03 2021 (r567799) @@ -2,24 +2,29 @@ PORTNAME= Box2D DISTVERSIONPREFIX= v -DISTVERSION= 2.3.1 +DISTVERSION= 2.4.1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= 2D physics engine for games -LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/License.txt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang pkgconfig +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= erincatto GH_PROJECT= box2d -USE_LDCONFIG= yes -WRKSRC_SUBDIR= ${PORTNAME} +CMAKE_ON= BOX2D_INSTALL BUILD_SHARED_LIBS +CMAKE_OFF= BOX2D_BUILD_STATIC BOX2D_BUILD_UNIT_TESTS BOX2D_BUILD_TESTBED BOX2D_BUILD_EXAMPLES -CMAKE_ON= BOX2D_INSTALL BOX2D_BUILD_SHARED -CMAKE_OFF= BOX2D_BUILD_STATIC BOX2D_BUILD_EXAMPLES +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBOX2D_BUILD_UNIT_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${BUILD_WRKSRC}/bin/unit_test .include Modified: head/misc/box2d/distinfo ============================================================================== --- head/misc/box2d/distinfo Sun Mar 7 23:30:33 2021 (r567798) +++ head/misc/box2d/distinfo Sun Mar 7 23:46:03 2021 (r567799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594710230 -SHA256 (erincatto-box2d-v2.3.1_GH0.tar.gz) = 58ffc8475a8650aadc351345aef696937747b40501ab78d72c197c5ff5b3035c -SIZE (erincatto-box2d-v2.3.1_GH0.tar.gz) = 1553252 +TIMESTAMP = 1615160100 +SHA256 (erincatto-box2d-v2.4.1_GH0.tar.gz) = d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2 +SIZE (erincatto-box2d-v2.4.1_GH0.tar.gz) = 1224516 Modified: head/misc/box2d/pkg-plist ============================================================================== --- head/misc/box2d/pkg-plist Sun Mar 7 23:30:33 2021 (r567798) +++ head/misc/box2d/pkg-plist Sun Mar 7 23:46:03 2021 (r567799) @@ -1,53 +1,46 @@ -include/Box2D/Box2D.h -include/Box2D/Collision/Shapes/b2ChainShape.h -include/Box2D/Collision/Shapes/b2CircleShape.h -include/Box2D/Collision/Shapes/b2EdgeShape.h -include/Box2D/Collision/Shapes/b2PolygonShape.h -include/Box2D/Collision/Shapes/b2Shape.h -include/Box2D/Collision/b2BroadPhase.h -include/Box2D/Collision/b2Collision.h -include/Box2D/Collision/b2Distance.h -include/Box2D/Collision/b2DynamicTree.h -include/Box2D/Collision/b2TimeOfImpact.h -include/Box2D/Common/b2BlockAllocator.h -include/Box2D/Common/b2Draw.h -include/Box2D/Common/b2GrowableStack.h -include/Box2D/Common/b2Math.h -include/Box2D/Common/b2Settings.h -include/Box2D/Common/b2StackAllocator.h -include/Box2D/Common/b2Timer.h -include/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h -include/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h -include/Box2D/Dynamics/Contacts/b2CircleContact.h -include/Box2D/Dynamics/Contacts/b2Contact.h -include/Box2D/Dynamics/Contacts/b2ContactSolver.h -include/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h -include/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h -include/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h -include/Box2D/Dynamics/Contacts/b2PolygonContact.h -include/Box2D/Dynamics/Joints/b2DistanceJoint.h -include/Box2D/Dynamics/Joints/b2FrictionJoint.h -include/Box2D/Dynamics/Joints/b2GearJoint.h -include/Box2D/Dynamics/Joints/b2Joint.h -include/Box2D/Dynamics/Joints/b2MotorJoint.h -include/Box2D/Dynamics/Joints/b2MouseJoint.h -include/Box2D/Dynamics/Joints/b2PrismaticJoint.h -include/Box2D/Dynamics/Joints/b2PulleyJoint.h -include/Box2D/Dynamics/Joints/b2RevoluteJoint.h -include/Box2D/Dynamics/Joints/b2RopeJoint.h -include/Box2D/Dynamics/Joints/b2WeldJoint.h -include/Box2D/Dynamics/Joints/b2WheelJoint.h -include/Box2D/Dynamics/b2Body.h -include/Box2D/Dynamics/b2ContactManager.h -include/Box2D/Dynamics/b2Fixture.h -include/Box2D/Dynamics/b2Island.h -include/Box2D/Dynamics/b2TimeStep.h -include/Box2D/Dynamics/b2World.h -include/Box2D/Dynamics/b2WorldCallbacks.h -include/Box2D/Rope/b2Rope.h -lib/Box2D/Box2D-targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/Box2D/Box2D-targets.cmake -lib/cmake/Box2D/Box2DConfig.cmake -lib/cmake/Box2D/UseBox2D.cmake -lib/libBox2D.so -lib/libBox2D.so.2.3.0 +include/box2d/b2_api.h +include/box2d/b2_block_allocator.h +include/box2d/b2_body.h +include/box2d/b2_broad_phase.h +include/box2d/b2_chain_shape.h +include/box2d/b2_circle_shape.h +include/box2d/b2_collision.h +include/box2d/b2_common.h +include/box2d/b2_contact.h +include/box2d/b2_contact_manager.h +include/box2d/b2_distance.h +include/box2d/b2_distance_joint.h +include/box2d/b2_draw.h +include/box2d/b2_dynamic_tree.h +include/box2d/b2_edge_shape.h +include/box2d/b2_fixture.h +include/box2d/b2_friction_joint.h +include/box2d/b2_gear_joint.h +include/box2d/b2_growable_stack.h +include/box2d/b2_joint.h +include/box2d/b2_math.h +include/box2d/b2_motor_joint.h +include/box2d/b2_mouse_joint.h +include/box2d/b2_polygon_shape.h +include/box2d/b2_prismatic_joint.h +include/box2d/b2_pulley_joint.h +include/box2d/b2_revolute_joint.h +include/box2d/b2_rope.h +include/box2d/b2_settings.h +include/box2d/b2_shape.h +include/box2d/b2_stack_allocator.h +include/box2d/b2_time_of_impact.h +include/box2d/b2_time_step.h +include/box2d/b2_timer.h +include/box2d/b2_types.h +include/box2d/b2_weld_joint.h +include/box2d/b2_wheel_joint.h +include/box2d/b2_world.h +include/box2d/b2_world_callbacks.h +include/box2d/box2d.h +lib/cmake/box2d/box2dConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/box2d/box2dConfig.cmake +lib/cmake/box2d/box2dConfigVersion.cmake +lib/libbox2d.so +lib/libbox2d.so.2 +lib/libbox2d.so.2.4.1 From owner-svn-ports-all@freebsd.org Mon Mar 8 00:00:23 2021 Return-Path: Delivered-To: svn-ports-all@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 496D2554536; Mon, 8 Mar 2021 00:00:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtz4R1gMhz4pnL; Mon, 8 Mar 2021 00:00:23 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615161623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=nlxafKuYBb8GkWrRqioAqE4hZrO5nYbrfAsKUIycqUI=; b=aDg1tpK4douLqB2jI0qHdx6OZIlOPuxyNOTqWcyCrF7cYFG/U8e6AX5LvVAHE9u7d8av44 jw224sJ1yhQKllQTN0sdgR1DlgwNuC0PivB5ozPetPE0Fz+w287pPe2ETiY3bWSfAqqZuD VJLveHcvjlJDKegInsT+1hYXWTtxkg31rFgGGZHz/Lk0tMndrEfz4I9PxHtaEbDvXGBTZh 9PtTLe9ZqUioAgw2zQTmzlRlYbrmisM5e/2ZHvjiA0vwtgRahvWBMdAvGeQin8QQtiPaVr I/41woBM4MabTeSa0l69iTQrZYKVCt4kCwh6TZ6o4KZAtsZ91Vijf2nVdGjwRQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1A90A162B7; Mon, 8 Mar 2021 00:00:23 +0000 (UTC) Date: Mon, 8 Mar 2021 00:00:23 +0000 From: Alexey Dokuchaev To: wen heping Cc: "joe@thrallingpenguin.com" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: ????: svn commit: r567563 - in head/net/mosquitto: . files Message-ID: <20210308000023.GA68271@FreeBSD.org> References: <202103071219.127CJMDd069101@repo.freebsd.org> <20210307123021.GA45582@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1615161623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=nlxafKuYBb8GkWrRqioAqE4hZrO5nYbrfAsKUIycqUI=; b=iI45jSqyQT29N/VCrroTpJmqatmClv3uaHCRvL79yP+xYzNoH7sFmWD2h/VFbGjCIMdnKX vov5EhXv8ac4PrmgxPKFaL6y4xNAT2JDv4sHyGiqkJW66sgeqdj1SXIAdegxrl5QY2W3T3 9xdWfDSguW05oG7HqjpqTRSpy53rcvcJyEm1U6EDOQHM+ZBOUVGs/Fj8wWbsn8Ova2AxT1 Amz/FG3STK5tygDRm5ZY3cmHURXjfT7C6Si9p/2HVd/tIG8+6CMAor5/0FlZ6+0c9Muu37 cUMzgkffkx1gdHh2VosHDEqovsWnrhSq4AhyOOoNnxyyxcFZAwLcJ58zGbSxtQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1615161623; a=rsa-sha256; cv=none; b=MG9u8/FCgRuyIi1Ij1gZpC8wQsFPzKab4Cd+yBALsvy38ybW4ctX6M55KVT4PXQdDe1JPY YPNfWHeBoZYANMKQgQxakaRb7qp37HwAPkK3drwIrosWn29Q87DslBCcy+2y14mbDb6Qdl unsY2Zp6TzcPAviuEpLVRaUgcDlsOH2jOSHR9coBI68/uzPyj8YF7OW3YgtnpMj/90WalY 7Oe1Wg467VemjjkFkeUpo7v9UV87RMrS9mvQl5KrCbsiR15AxwaxRqBNIUzD+IYCJ5ZOl2 FTa5UhffIjDQyCaRjoIiJG3lvwZrm0Gh08auSi6r6WfebRr3UvjuPFNdpvtBSA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 00:00:23 -0000 On Sun, Mar 07, 2021 at 11:27:19PM +0000, wen heping wrote: > ... > Yes, you are right. I shall remove it with maintainer's approvement. 1) it has already been taken care of as part of r567577 2) you don't need maintainer approval for this type of things ./danfe From owner-svn-ports-all@freebsd.org Mon Mar 8 00:04:46 2021 Return-Path: Delivered-To: svn-ports-all@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 9E3D2554DA1; Mon, 8 Mar 2021 00:04:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtz9V40qkz4qNY; Mon, 8 Mar 2021 00:04:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 715E11F840; Mon, 8 Mar 2021 00:04:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12804kSp018482; Mon, 8 Mar 2021 00:04:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12804j7d018479; Mon, 8 Mar 2021 00:04:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103080004.12804j7d018479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 00:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567800 - head/math/blaze X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/blaze X-SVN-Commit-Revision: 567800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 00:04:46 -0000 Author: yuri Date: Mon Mar 8 00:04:45 2021 New Revision: 567800 URL: https://svnweb.freebsd.org/changeset/ports/567800 Log: math/blaze: Update 3.5 -> 3.8 Modified: head/math/blaze/Makefile head/math/blaze/distinfo head/math/blaze/pkg-plist Modified: head/math/blaze/Makefile ============================================================================== --- head/math/blaze/Makefile Sun Mar 7 23:46:03 2021 (r567799) +++ head/math/blaze/Makefile Mon Mar 8 00:04:45 2021 (r567800) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= blaze -DISTVERSION= 3.5 -PORTREVISION= 8 +DISTVERSION= 3.8 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/ @@ -17,10 +16,13 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ RUN_DEPENDS= boost-libs>0:devel/boost-libs \ openblas>0:math/openblas -USES= cmake compiler:c++14-lang fortran localbase:ldflags -NO_ARCH= yes +USES= cmake compiler:c++14-lang fortran localbase:ldflags shebangfix BB_ACCOUNT= ${PORTNAME}-lib BB_PROJECT= ${PORTNAME} + +SHEBANG_GLOB= run + +NO_ARCH= yes .include Modified: head/math/blaze/distinfo ============================================================================== --- head/math/blaze/distinfo Sun Mar 7 23:46:03 2021 (r567799) +++ head/math/blaze/distinfo Mon Mar 8 00:04:45 2021 (r567800) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557014218 -SHA256 (blaze-3.5.tar.gz) = f50d4a57796b8012d3e6d416667d9abe6f4d95994eb9deb86cd4491381dec624 -SIZE (blaze-3.5.tar.gz) = 8358499 +TIMESTAMP = 1615160876 +SHA256 (blaze-3.8.tar.gz) = dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae +SIZE (blaze-3.8.tar.gz) = 9327474 Modified: head/math/blaze/pkg-plist ============================================================================== --- head/math/blaze/pkg-plist Sun Mar 7 23:46:03 2021 (r567799) +++ head/math/blaze/pkg-plist Mon Mar 8 00:04:45 2021 (r567800) @@ -1,7 +1,9 @@ include/blaze/Blaze.h +include/blaze/Forward.h include/blaze/Math.h include/blaze/Tutorial.h include/blaze/Util.h +include/blaze/config/Alignment.h include/blaze/config/Assertion.h include/blaze/config/BLAS.h include/blaze/config/CacheSize.h @@ -10,6 +12,7 @@ include/blaze/config/Debugging.h include/blaze/config/Inline.h include/blaze/config/MPI.h include/blaze/config/Optimizations.h +include/blaze/config/Padding.h include/blaze/config/Random.h include/blaze/config/Restrict.h include/blaze/config/SMP.h @@ -39,6 +42,7 @@ include/blaze/math/Epsilon.h include/blaze/math/Exception.h include/blaze/math/Forward.h include/blaze/math/Functors.h +include/blaze/math/GroupTag.h include/blaze/math/HermitianMatrix.h include/blaze/math/HybridMatrix.h include/blaze/math/HybridVector.h @@ -47,7 +51,6 @@ include/blaze/math/Infinity.h include/blaze/math/InitializerList.h include/blaze/math/InitializerMatrix.h include/blaze/math/InitializerVector.h -include/blaze/math/IntegerSequence.h include/blaze/math/InversionFlag.h include/blaze/math/LAPACK.h include/blaze/math/LowerMatrix.h @@ -118,13 +121,13 @@ include/blaze/math/adaptors/strictlyuppermatrix/Dense. include/blaze/math/adaptors/strictlyuppermatrix/Sparse.h include/blaze/math/adaptors/strictlyuppermatrix/StrictlyUpperProxy.h include/blaze/math/adaptors/symmetricmatrix/BaseTemplate.h -include/blaze/math/adaptors/symmetricmatrix/DenseNonNumeric.h -include/blaze/math/adaptors/symmetricmatrix/DenseNumeric.h -include/blaze/math/adaptors/symmetricmatrix/NonNumericProxy.h -include/blaze/math/adaptors/symmetricmatrix/NumericProxy.h +include/blaze/math/adaptors/symmetricmatrix/DenseNonScalar.h +include/blaze/math/adaptors/symmetricmatrix/DenseScalar.h +include/blaze/math/adaptors/symmetricmatrix/NonScalarProxy.h +include/blaze/math/adaptors/symmetricmatrix/ScalarProxy.h include/blaze/math/adaptors/symmetricmatrix/SharedValue.h -include/blaze/math/adaptors/symmetricmatrix/SparseNonNumeric.h -include/blaze/math/adaptors/symmetricmatrix/SparseNumeric.h +include/blaze/math/adaptors/symmetricmatrix/SparseNonScalar.h +include/blaze/math/adaptors/symmetricmatrix/SparseScalar.h include/blaze/math/adaptors/symmetricmatrix/SymmetricElement.h include/blaze/math/adaptors/symmetricmatrix/SymmetricValue.h include/blaze/math/adaptors/unilowermatrix/BaseTemplate.h @@ -144,7 +147,16 @@ include/blaze/math/adaptors/uppermatrix/Dense.h include/blaze/math/adaptors/uppermatrix/Sparse.h include/blaze/math/adaptors/uppermatrix/UpperProxy.h include/blaze/math/blas/BLAS.h +include/blaze/math/blas/Types.h include/blaze/math/blas/axpy.h +include/blaze/math/blas/cblas/axpy.h +include/blaze/math/blas/cblas/dotc.h +include/blaze/math/blas/cblas/dotu.h +include/blaze/math/blas/cblas/gemm.h +include/blaze/math/blas/cblas/gemv.h +include/blaze/math/blas/cblas/trmm.h +include/blaze/math/blas/cblas/trmv.h +include/blaze/math/blas/cblas/trsm.h include/blaze/math/blas/dotc.h include/blaze/math/blas/dotu.h include/blaze/math/blas/gemm.h @@ -158,11 +170,13 @@ include/blaze/math/constraints/Aligned.h include/blaze/math/constraints/BLASCompatible.h include/blaze/math/constraints/Band.h include/blaze/math/constraints/BinaryMapExpr.h +include/blaze/math/constraints/CUDAAssignable.h include/blaze/math/constraints/Column.h include/blaze/math/constraints/ColumnMajorMatrix.h include/blaze/math/constraints/ColumnVector.h include/blaze/math/constraints/Columns.h include/blaze/math/constraints/Commutative.h +include/blaze/math/constraints/CompositeType.h include/blaze/math/constraints/Computation.h include/blaze/math/constraints/ConstDataAccess.h include/blaze/math/constraints/Constraints.h @@ -173,50 +187,68 @@ include/blaze/math/constraints/DeclDiagExpr.h include/blaze/math/constraints/DeclExpr.h include/blaze/math/constraints/DeclHermExpr.h include/blaze/math/constraints/DeclLowExpr.h +include/blaze/math/constraints/DeclStrLowExpr.h +include/blaze/math/constraints/DeclStrUppExpr.h include/blaze/math/constraints/DeclSymExpr.h +include/blaze/math/constraints/DeclUniLowExpr.h +include/blaze/math/constraints/DeclUniUppExpr.h include/blaze/math/constraints/DeclUppExpr.h include/blaze/math/constraints/Declaration.h include/blaze/math/constraints/DenseMatrix.h include/blaze/math/constraints/DenseVector.h include/blaze/math/constraints/Diagonal.h include/blaze/math/constraints/DivExpr.h +include/blaze/math/constraints/EigenExpr.h include/blaze/math/constraints/Elements.h include/blaze/math/constraints/EvalExpr.h include/blaze/math/constraints/ExpandExpr.h include/blaze/math/constraints/Expression.h +include/blaze/math/constraints/GenExpr.h include/blaze/math/constraints/General.h include/blaze/math/constraints/Hermitian.h include/blaze/math/constraints/Identity.h include/blaze/math/constraints/Initializer.h include/blaze/math/constraints/Invertible.h +include/blaze/math/constraints/KronExpr.h include/blaze/math/constraints/Lower.h include/blaze/math/constraints/MatEvalExpr.h +include/blaze/math/constraints/MatExpExpr.h +include/blaze/math/constraints/MatGenExpr.h include/blaze/math/constraints/MatInvExpr.h include/blaze/math/constraints/MatMapExpr.h include/blaze/math/constraints/MatMatAddExpr.h +include/blaze/math/constraints/MatMatKronExpr.h include/blaze/math/constraints/MatMatMapExpr.h include/blaze/math/constraints/MatMatMultExpr.h +include/blaze/math/constraints/MatMatSolveExpr.h include/blaze/math/constraints/MatMatSubExpr.h +include/blaze/math/constraints/MatNoAliasExpr.h +include/blaze/math/constraints/MatNoSIMDExpr.h include/blaze/math/constraints/MatReduceExpr.h +include/blaze/math/constraints/MatRepeatExpr.h include/blaze/math/constraints/MatScalarDivExpr.h include/blaze/math/constraints/MatScalarMultExpr.h include/blaze/math/constraints/MatSerialExpr.h include/blaze/math/constraints/MatTransExpr.h include/blaze/math/constraints/MatVecMultExpr.h +include/blaze/math/constraints/MatVecSolveExpr.h include/blaze/math/constraints/Matrix.h +include/blaze/math/constraints/Modification.h include/blaze/math/constraints/MultExpr.h include/blaze/math/constraints/MutableDataAccess.h -include/blaze/math/constraints/NumericMatrix.h -include/blaze/math/constraints/NumericVector.h +include/blaze/math/constraints/NoAliasExpr.h +include/blaze/math/constraints/NoSIMDExpr.h include/blaze/math/constraints/Operation.h include/blaze/math/constraints/OpposedView.h include/blaze/math/constraints/Padded.h include/blaze/math/constraints/PaddingEnabled.h include/blaze/math/constraints/Proxy.h include/blaze/math/constraints/ReduceExpr.h +include/blaze/math/constraints/RepeatExpr.h include/blaze/math/constraints/RequiresEvaluation.h include/blaze/math/constraints/Resizable.h include/blaze/math/constraints/Restricted.h +include/blaze/math/constraints/ResultType.h include/blaze/math/constraints/Row.h include/blaze/math/constraints/RowMajorMatrix.h include/blaze/math/constraints/RowVector.h @@ -225,9 +257,13 @@ include/blaze/math/constraints/SIMDCombinable.h include/blaze/math/constraints/SIMDEnabled.h include/blaze/math/constraints/SIMDPack.h include/blaze/math/constraints/SMPAssignable.h +include/blaze/math/constraints/SVDExpr.h +include/blaze/math/constraints/SameTag.h +include/blaze/math/constraints/Scalar.h include/blaze/math/constraints/SchurExpr.h include/blaze/math/constraints/SerialExpr.h include/blaze/math/constraints/Shrinkable.h +include/blaze/math/constraints/SolveExpr.h include/blaze/math/constraints/SparseElement.h include/blaze/math/constraints/SparseMatrix.h include/blaze/math/constraints/SparseVector.h @@ -254,14 +290,20 @@ include/blaze/math/constraints/Uniform.h include/blaze/math/constraints/Upper.h include/blaze/math/constraints/VecEvalExpr.h include/blaze/math/constraints/VecExpandExpr.h +include/blaze/math/constraints/VecGenExpr.h include/blaze/math/constraints/VecMapExpr.h +include/blaze/math/constraints/VecNoAliasExpr.h +include/blaze/math/constraints/VecNoSIMDExpr.h +include/blaze/math/constraints/VecRepeatExpr.h include/blaze/math/constraints/VecScalarDivExpr.h include/blaze/math/constraints/VecScalarMultExpr.h include/blaze/math/constraints/VecSerialExpr.h +include/blaze/math/constraints/VecTVecMapExpr.h include/blaze/math/constraints/VecTVecMultExpr.h include/blaze/math/constraints/VecTransExpr.h include/blaze/math/constraints/VecVecAddExpr.h include/blaze/math/constraints/VecVecDivExpr.h +include/blaze/math/constraints/VecVecKronExpr.h include/blaze/math/constraints/VecVecMapExpr.h include/blaze/math/constraints/VecVecMultExpr.h include/blaze/math/constraints/VecVecSubExpr.h @@ -285,6 +327,7 @@ include/blaze/math/dense/InitializerVector.h include/blaze/math/dense/Inversion.h include/blaze/math/dense/LLH.h include/blaze/math/dense/LQ.h +include/blaze/math/dense/LSE.h include/blaze/math/dense/LU.h include/blaze/math/dense/MMM.h include/blaze/math/dense/QL.h @@ -302,32 +345,49 @@ include/blaze/math/expressions/Computation.h include/blaze/math/expressions/CrossExpr.h include/blaze/math/expressions/DMatDMatAddExpr.h include/blaze/math/expressions/DMatDMatEqualExpr.h +include/blaze/math/expressions/DMatDMatKronExpr.h include/blaze/math/expressions/DMatDMatMapExpr.h include/blaze/math/expressions/DMatDMatMultExpr.h include/blaze/math/expressions/DMatDMatSchurExpr.h +include/blaze/math/expressions/DMatDMatSolveExpr.h include/blaze/math/expressions/DMatDMatSubExpr.h include/blaze/math/expressions/DMatDVecMultExpr.h +include/blaze/math/expressions/DMatDVecSolveExpr.h include/blaze/math/expressions/DMatDeclDiagExpr.h include/blaze/math/expressions/DMatDeclHermExpr.h include/blaze/math/expressions/DMatDeclLowExpr.h +include/blaze/math/expressions/DMatDeclStrLowExpr.h +include/blaze/math/expressions/DMatDeclStrUppExpr.h include/blaze/math/expressions/DMatDeclSymExpr.h +include/blaze/math/expressions/DMatDeclUniLowExpr.h +include/blaze/math/expressions/DMatDeclUniUppExpr.h include/blaze/math/expressions/DMatDeclUppExpr.h include/blaze/math/expressions/DMatDetExpr.h +include/blaze/math/expressions/DMatEigenExpr.h include/blaze/math/expressions/DMatEvalExpr.h +include/blaze/math/expressions/DMatExpExpr.h +include/blaze/math/expressions/DMatGenExpr.h include/blaze/math/expressions/DMatInvExpr.h include/blaze/math/expressions/DMatMapExpr.h +include/blaze/math/expressions/DMatMeanExpr.h +include/blaze/math/expressions/DMatNoAliasExpr.h +include/blaze/math/expressions/DMatNoSIMDExpr.h include/blaze/math/expressions/DMatNormExpr.h include/blaze/math/expressions/DMatReduceExpr.h +include/blaze/math/expressions/DMatRepeatExpr.h include/blaze/math/expressions/DMatSMatAddExpr.h include/blaze/math/expressions/DMatSMatEqualExpr.h +include/blaze/math/expressions/DMatSMatKronExpr.h include/blaze/math/expressions/DMatSMatMultExpr.h include/blaze/math/expressions/DMatSMatSchurExpr.h include/blaze/math/expressions/DMatSMatSubExpr.h +include/blaze/math/expressions/DMatSVDExpr.h include/blaze/math/expressions/DMatSVecMultExpr.h include/blaze/math/expressions/DMatScalarDivExpr.h include/blaze/math/expressions/DMatScalarMultExpr.h include/blaze/math/expressions/DMatSerialExpr.h include/blaze/math/expressions/DMatSoftmaxExpr.h +include/blaze/math/expressions/DMatStdDevExpr.h include/blaze/math/expressions/DMatTDMatAddExpr.h include/blaze/math/expressions/DMatTDMatMapExpr.h include/blaze/math/expressions/DMatTDMatMultExpr.h @@ -339,24 +399,32 @@ include/blaze/math/expressions/DMatTSMatSchurExpr.h include/blaze/math/expressions/DMatTSMatSubExpr.h include/blaze/math/expressions/DMatTransExpr.h include/blaze/math/expressions/DMatTransposer.h +include/blaze/math/expressions/DMatVarExpr.h include/blaze/math/expressions/DVecDVecAddExpr.h include/blaze/math/expressions/DVecDVecCrossExpr.h include/blaze/math/expressions/DVecDVecDivExpr.h include/blaze/math/expressions/DVecDVecEqualExpr.h include/blaze/math/expressions/DVecDVecInnerExpr.h +include/blaze/math/expressions/DVecDVecKronExpr.h include/blaze/math/expressions/DVecDVecMapExpr.h include/blaze/math/expressions/DVecDVecMultExpr.h include/blaze/math/expressions/DVecDVecOuterExpr.h include/blaze/math/expressions/DVecDVecSubExpr.h include/blaze/math/expressions/DVecEvalExpr.h include/blaze/math/expressions/DVecExpandExpr.h +include/blaze/math/expressions/DVecGenExpr.h include/blaze/math/expressions/DVecMapExpr.h +include/blaze/math/expressions/DVecMeanExpr.h +include/blaze/math/expressions/DVecNoAliasExpr.h +include/blaze/math/expressions/DVecNoSIMDExpr.h include/blaze/math/expressions/DVecNormExpr.h include/blaze/math/expressions/DVecReduceExpr.h +include/blaze/math/expressions/DVecRepeatExpr.h include/blaze/math/expressions/DVecSVecAddExpr.h include/blaze/math/expressions/DVecSVecCrossExpr.h include/blaze/math/expressions/DVecSVecEqualExpr.h include/blaze/math/expressions/DVecSVecInnerExpr.h +include/blaze/math/expressions/DVecSVecKronExpr.h include/blaze/math/expressions/DVecSVecMultExpr.h include/blaze/math/expressions/DVecSVecOuterExpr.h include/blaze/math/expressions/DVecSVecSubExpr.h @@ -364,40 +432,63 @@ include/blaze/math/expressions/DVecScalarDivExpr.h include/blaze/math/expressions/DVecScalarMultExpr.h include/blaze/math/expressions/DVecSerialExpr.h include/blaze/math/expressions/DVecSoftmaxExpr.h +include/blaze/math/expressions/DVecStdDevExpr.h include/blaze/math/expressions/DVecTransExpr.h include/blaze/math/expressions/DVecTransposer.h +include/blaze/math/expressions/DVecVarExpr.h include/blaze/math/expressions/DeclDiagExpr.h include/blaze/math/expressions/DeclExpr.h include/blaze/math/expressions/DeclHermExpr.h include/blaze/math/expressions/DeclLowExpr.h +include/blaze/math/expressions/DeclStrLowExpr.h +include/blaze/math/expressions/DeclStrUppExpr.h include/blaze/math/expressions/DeclSymExpr.h +include/blaze/math/expressions/DeclUniLowExpr.h +include/blaze/math/expressions/DeclUniUppExpr.h include/blaze/math/expressions/DeclUppExpr.h include/blaze/math/expressions/Declaration.h include/blaze/math/expressions/DenseMatrix.h include/blaze/math/expressions/DenseVector.h include/blaze/math/expressions/DivExpr.h +include/blaze/math/expressions/EigenExpr.h include/blaze/math/expressions/EvalExpr.h include/blaze/math/expressions/ExpandExpr.h include/blaze/math/expressions/ExpandExprData.h include/blaze/math/expressions/Expression.h include/blaze/math/expressions/Forward.h +include/blaze/math/expressions/GenExpr.h +include/blaze/math/expressions/KronExpr.h include/blaze/math/expressions/MatEvalExpr.h +include/blaze/math/expressions/MatExpExpr.h +include/blaze/math/expressions/MatGenExpr.h include/blaze/math/expressions/MatInvExpr.h include/blaze/math/expressions/MatMapExpr.h include/blaze/math/expressions/MatMatAddExpr.h +include/blaze/math/expressions/MatMatKronExpr.h include/blaze/math/expressions/MatMatMapExpr.h include/blaze/math/expressions/MatMatMultExpr.h +include/blaze/math/expressions/MatMatSolveExpr.h include/blaze/math/expressions/MatMatSubExpr.h +include/blaze/math/expressions/MatNoAliasExpr.h +include/blaze/math/expressions/MatNoSIMDExpr.h include/blaze/math/expressions/MatReduceExpr.h +include/blaze/math/expressions/MatRepeatExpr.h include/blaze/math/expressions/MatScalarDivExpr.h include/blaze/math/expressions/MatScalarMultExpr.h include/blaze/math/expressions/MatSerialExpr.h include/blaze/math/expressions/MatTransExpr.h include/blaze/math/expressions/MatVecMultExpr.h +include/blaze/math/expressions/MatVecSolveExpr.h include/blaze/math/expressions/Matrix.h +include/blaze/math/expressions/Modification.h include/blaze/math/expressions/MultExpr.h +include/blaze/math/expressions/NoAliasExpr.h +include/blaze/math/expressions/NoSIMDExpr.h include/blaze/math/expressions/Operation.h include/blaze/math/expressions/ReduceExpr.h +include/blaze/math/expressions/RepeatExpr.h +include/blaze/math/expressions/RepeatExprData.h +include/blaze/math/expressions/SMatDMatKronExpr.h include/blaze/math/expressions/SMatDMatMultExpr.h include/blaze/math/expressions/SMatDMatSchurExpr.h include/blaze/math/expressions/SMatDMatSubExpr.h @@ -405,14 +496,23 @@ include/blaze/math/expressions/SMatDVecMultExpr.h include/blaze/math/expressions/SMatDeclDiagExpr.h include/blaze/math/expressions/SMatDeclHermExpr.h include/blaze/math/expressions/SMatDeclLowExpr.h +include/blaze/math/expressions/SMatDeclStrLowExpr.h +include/blaze/math/expressions/SMatDeclStrUppExpr.h include/blaze/math/expressions/SMatDeclSymExpr.h +include/blaze/math/expressions/SMatDeclUniLowExpr.h +include/blaze/math/expressions/SMatDeclUniUppExpr.h include/blaze/math/expressions/SMatDeclUppExpr.h include/blaze/math/expressions/SMatEvalExpr.h include/blaze/math/expressions/SMatMapExpr.h +include/blaze/math/expressions/SMatMeanExpr.h +include/blaze/math/expressions/SMatNoAliasExpr.h +include/blaze/math/expressions/SMatNoSIMDExpr.h include/blaze/math/expressions/SMatNormExpr.h include/blaze/math/expressions/SMatReduceExpr.h +include/blaze/math/expressions/SMatRepeatExpr.h include/blaze/math/expressions/SMatSMatAddExpr.h include/blaze/math/expressions/SMatSMatEqualExpr.h +include/blaze/math/expressions/SMatSMatKronExpr.h include/blaze/math/expressions/SMatSMatMultExpr.h include/blaze/math/expressions/SMatSMatSchurExpr.h include/blaze/math/expressions/SMatSMatSubExpr.h @@ -420,39 +520,52 @@ include/blaze/math/expressions/SMatSVecMultExpr.h include/blaze/math/expressions/SMatScalarDivExpr.h include/blaze/math/expressions/SMatScalarMultExpr.h include/blaze/math/expressions/SMatSerialExpr.h +include/blaze/math/expressions/SMatStdDevExpr.h include/blaze/math/expressions/SMatTDMatMultExpr.h include/blaze/math/expressions/SMatTDMatSubExpr.h include/blaze/math/expressions/SMatTSMatAddExpr.h +include/blaze/math/expressions/SMatTSMatKronExpr.h include/blaze/math/expressions/SMatTSMatMultExpr.h include/blaze/math/expressions/SMatTSMatSchurExpr.h include/blaze/math/expressions/SMatTSMatSubExpr.h include/blaze/math/expressions/SMatTransExpr.h include/blaze/math/expressions/SMatTransposer.h +include/blaze/math/expressions/SMatVarExpr.h +include/blaze/math/expressions/SVDExpr.h include/blaze/math/expressions/SVecDVecCrossExpr.h include/blaze/math/expressions/SVecDVecDivExpr.h include/blaze/math/expressions/SVecDVecInnerExpr.h +include/blaze/math/expressions/SVecDVecKronExpr.h include/blaze/math/expressions/SVecDVecMultExpr.h include/blaze/math/expressions/SVecDVecOuterExpr.h include/blaze/math/expressions/SVecDVecSubExpr.h include/blaze/math/expressions/SVecEvalExpr.h include/blaze/math/expressions/SVecExpandExpr.h include/blaze/math/expressions/SVecMapExpr.h +include/blaze/math/expressions/SVecMeanExpr.h +include/blaze/math/expressions/SVecNoAliasExpr.h +include/blaze/math/expressions/SVecNoSIMDExpr.h include/blaze/math/expressions/SVecNormExpr.h include/blaze/math/expressions/SVecReduceExpr.h +include/blaze/math/expressions/SVecRepeatExpr.h include/blaze/math/expressions/SVecSVecAddExpr.h include/blaze/math/expressions/SVecSVecCrossExpr.h include/blaze/math/expressions/SVecSVecEqualExpr.h include/blaze/math/expressions/SVecSVecInnerExpr.h +include/blaze/math/expressions/SVecSVecKronExpr.h include/blaze/math/expressions/SVecSVecMultExpr.h include/blaze/math/expressions/SVecSVecOuterExpr.h include/blaze/math/expressions/SVecSVecSubExpr.h include/blaze/math/expressions/SVecScalarDivExpr.h include/blaze/math/expressions/SVecScalarMultExpr.h include/blaze/math/expressions/SVecSerialExpr.h +include/blaze/math/expressions/SVecStdDevExpr.h include/blaze/math/expressions/SVecTransExpr.h include/blaze/math/expressions/SVecTransposer.h +include/blaze/math/expressions/SVecVarExpr.h include/blaze/math/expressions/SchurExpr.h include/blaze/math/expressions/SerialExpr.h +include/blaze/math/expressions/SolveExpr.h include/blaze/math/expressions/SparseMatrix.h include/blaze/math/expressions/SparseVector.h include/blaze/math/expressions/SubExpr.h @@ -472,12 +585,14 @@ include/blaze/math/expressions/TSMatDMatMultExpr.h include/blaze/math/expressions/TSMatDMatSchurExpr.h include/blaze/math/expressions/TSMatDMatSubExpr.h include/blaze/math/expressions/TSMatDVecMultExpr.h +include/blaze/math/expressions/TSMatSMatKronExpr.h include/blaze/math/expressions/TSMatSMatMultExpr.h include/blaze/math/expressions/TSMatSMatSchurExpr.h include/blaze/math/expressions/TSMatSMatSubExpr.h include/blaze/math/expressions/TSMatSVecMultExpr.h include/blaze/math/expressions/TSMatTDMatMultExpr.h include/blaze/math/expressions/TSMatTSMatAddExpr.h +include/blaze/math/expressions/TSMatTSMatKronExpr.h include/blaze/math/expressions/TSMatTSMatMultExpr.h include/blaze/math/expressions/TSMatTSMatSchurExpr.h include/blaze/math/expressions/TSMatTSMatSubExpr.h @@ -491,14 +606,20 @@ include/blaze/math/expressions/Transformation.h include/blaze/math/expressions/UnaryMapExpr.h include/blaze/math/expressions/VecEvalExpr.h include/blaze/math/expressions/VecExpandExpr.h +include/blaze/math/expressions/VecGenExpr.h include/blaze/math/expressions/VecMapExpr.h +include/blaze/math/expressions/VecNoAliasExpr.h +include/blaze/math/expressions/VecNoSIMDExpr.h +include/blaze/math/expressions/VecRepeatExpr.h include/blaze/math/expressions/VecScalarDivExpr.h include/blaze/math/expressions/VecScalarMultExpr.h include/blaze/math/expressions/VecSerialExpr.h +include/blaze/math/expressions/VecTVecMapExpr.h include/blaze/math/expressions/VecTVecMultExpr.h include/blaze/math/expressions/VecTransExpr.h include/blaze/math/expressions/VecVecAddExpr.h include/blaze/math/expressions/VecVecDivExpr.h +include/blaze/math/expressions/VecVecKronExpr.h include/blaze/math/expressions/VecVecMapExpr.h include/blaze/math/expressions/VecVecMultExpr.h include/blaze/math/expressions/VecVecSubExpr.h @@ -509,12 +630,21 @@ include/blaze/math/functors/Acos.h include/blaze/math/functors/Acosh.h include/blaze/math/functors/Add.h include/blaze/math/functors/AddAssign.h +include/blaze/math/functors/And.h +include/blaze/math/functors/AndAssign.h +include/blaze/math/functors/Arg.h include/blaze/math/functors/Asin.h include/blaze/math/functors/Asinh.h include/blaze/math/functors/Assign.h include/blaze/math/functors/Atan.h include/blaze/math/functors/Atan2.h include/blaze/math/functors/Atanh.h +include/blaze/math/functors/Bind1st.h +include/blaze/math/functors/Bind2nd.h +include/blaze/math/functors/Bind3rd.h +include/blaze/math/functors/Bitand.h +include/blaze/math/functors/Bitor.h +include/blaze/math/functors/Bitxor.h include/blaze/math/functors/CTrans.h include/blaze/math/functors/Cbrt.h include/blaze/math/functors/Ceil.h @@ -527,7 +657,11 @@ include/blaze/math/functors/DeclDiag.h include/blaze/math/functors/DeclHerm.h include/blaze/math/functors/DeclId.h include/blaze/math/functors/DeclLow.h +include/blaze/math/functors/DeclStrLow.h +include/blaze/math/functors/DeclStrUpp.h include/blaze/math/functors/DeclSym.h +include/blaze/math/functors/DeclUniLow.h +include/blaze/math/functors/DeclUniUpp.h include/blaze/math/functors/DeclUpp.h include/blaze/math/functors/DeclZero.h include/blaze/math/functors/Div.h @@ -541,24 +675,41 @@ include/blaze/math/functors/Exp2.h include/blaze/math/functors/Floor.h include/blaze/math/functors/Forward.h include/blaze/math/functors/Functors.h +include/blaze/math/functors/Greater.h include/blaze/math/functors/Hypot.h include/blaze/math/functors/Imag.h include/blaze/math/functors/Inv.h +include/blaze/math/functors/InvAdd.h include/blaze/math/functors/InvCbrt.h include/blaze/math/functors/InvSqrt.h +include/blaze/math/functors/Join.h +include/blaze/math/functors/Kron.h include/blaze/math/functors/L1Norm.h include/blaze/math/functors/L2Norm.h include/blaze/math/functors/L3Norm.h include/blaze/math/functors/L4Norm.h +include/blaze/math/functors/LGamma.h +include/blaze/math/functors/LeftShiftAssign.h +include/blaze/math/functors/Less.h include/blaze/math/functors/Log.h include/blaze/math/functors/Log10.h +include/blaze/math/functors/Log1p.h include/blaze/math/functors/Log2.h include/blaze/math/functors/LpNorm.h +include/blaze/math/functors/MAC.h +include/blaze/math/functors/MakePair.h include/blaze/math/functors/Max.h include/blaze/math/functors/Min.h +include/blaze/math/functors/Minmax.h +include/blaze/math/functors/ModuloAssign.h include/blaze/math/functors/Mult.h include/blaze/math/functors/MultAssign.h +include/blaze/math/functors/NoAlias.h +include/blaze/math/functors/NoSIMD.h include/blaze/math/functors/Noop.h +include/blaze/math/functors/Not.h +include/blaze/math/functors/Or.h +include/blaze/math/functors/OrAssign.h include/blaze/math/functors/Pow.h include/blaze/math/functors/Pow2.h include/blaze/math/functors/Pow3.h @@ -566,10 +717,14 @@ include/blaze/math/functors/Pow4.h include/blaze/math/functors/Qdrt.h include/blaze/math/functors/Real.h include/blaze/math/functors/Reset.h +include/blaze/math/functors/RightShiftAssign.h include/blaze/math/functors/Round.h include/blaze/math/functors/Schur.h -include/blaze/math/functors/SchurAssign.h include/blaze/math/functors/Serial.h +include/blaze/math/functors/ShiftLI.h +include/blaze/math/functors/ShiftLV.h +include/blaze/math/functors/ShiftRI.h +include/blaze/math/functors/ShiftRV.h include/blaze/math/functors/Sign.h include/blaze/math/functors/Sin.h include/blaze/math/functors/Sinh.h @@ -581,7 +736,7 @@ include/blaze/math/functors/Tan.h include/blaze/math/functors/Tanh.h include/blaze/math/functors/Trans.h include/blaze/math/functors/Trunc.h -include/blaze/math/functors/UnaryPow.h +include/blaze/math/functors/XorAssign.h include/blaze/math/lapack/LAPACK.h include/blaze/math/lapack/clapack/geev.h include/blaze/math/lapack/clapack/gelqf.h @@ -596,6 +751,7 @@ include/blaze/math/lapack/clapack/gesvdx.h include/blaze/math/lapack/clapack/getrf.h include/blaze/math/lapack/clapack/getri.h include/blaze/math/lapack/clapack/getrs.h +include/blaze/math/lapack/clapack/gges.h include/blaze/math/lapack/clapack/heev.h include/blaze/math/lapack/clapack/heevd.h include/blaze/math/lapack/clapack/heevx.h @@ -603,9 +759,13 @@ include/blaze/math/lapack/clapack/hesv.h include/blaze/math/lapack/clapack/hetrf.h include/blaze/math/lapack/clapack/hetri.h include/blaze/math/lapack/clapack/hetrs.h +include/blaze/math/lapack/clapack/org2l.h +include/blaze/math/lapack/clapack/org2r.h +include/blaze/math/lapack/clapack/orgl2.h include/blaze/math/lapack/clapack/orglq.h include/blaze/math/lapack/clapack/orgql.h include/blaze/math/lapack/clapack/orgqr.h +include/blaze/math/lapack/clapack/orgr2.h include/blaze/math/lapack/clapack/orgrq.h include/blaze/math/lapack/clapack/ormlq.h include/blaze/math/lapack/clapack/ormql.h @@ -625,9 +785,13 @@ include/blaze/math/lapack/clapack/sytrs.h include/blaze/math/lapack/clapack/trsv.h include/blaze/math/lapack/clapack/trtri.h include/blaze/math/lapack/clapack/trtrs.h +include/blaze/math/lapack/clapack/ung2l.h +include/blaze/math/lapack/clapack/ung2r.h +include/blaze/math/lapack/clapack/ungl2.h include/blaze/math/lapack/clapack/unglq.h include/blaze/math/lapack/clapack/ungql.h include/blaze/math/lapack/clapack/ungqr.h +include/blaze/math/lapack/clapack/ungr2.h include/blaze/math/lapack/clapack/ungrq.h include/blaze/math/lapack/clapack/unmlq.h include/blaze/math/lapack/clapack/unmql.h @@ -646,6 +810,7 @@ include/blaze/math/lapack/gesvdx.h include/blaze/math/lapack/getrf.h include/blaze/math/lapack/getri.h include/blaze/math/lapack/getrs.h +include/blaze/math/lapack/gges.h include/blaze/math/lapack/heev.h include/blaze/math/lapack/heevd.h include/blaze/math/lapack/heevx.h @@ -653,9 +818,13 @@ include/blaze/math/lapack/hesv.h include/blaze/math/lapack/hetrf.h include/blaze/math/lapack/hetri.h include/blaze/math/lapack/hetrs.h +include/blaze/math/lapack/org2l.h +include/blaze/math/lapack/org2r.h +include/blaze/math/lapack/orgl2.h include/blaze/math/lapack/orglq.h include/blaze/math/lapack/orgql.h include/blaze/math/lapack/orgqr.h +include/blaze/math/lapack/orgr2.h include/blaze/math/lapack/orgrq.h include/blaze/math/lapack/ormlq.h include/blaze/math/lapack/ormql.h @@ -675,9 +844,13 @@ include/blaze/math/lapack/sytrs.h include/blaze/math/lapack/trsv.h include/blaze/math/lapack/trtri.h include/blaze/math/lapack/trtrs.h +include/blaze/math/lapack/ung2l.h +include/blaze/math/lapack/ung2r.h +include/blaze/math/lapack/ungl2.h include/blaze/math/lapack/unglq.h include/blaze/math/lapack/ungql.h include/blaze/math/lapack/ungqr.h +include/blaze/math/lapack/ungr2.h include/blaze/math/lapack/ungrq.h include/blaze/math/lapack/unmlq.h include/blaze/math/lapack/unmql.h @@ -698,6 +871,7 @@ include/blaze/math/serialization/VectorSerializer.h include/blaze/math/shims/Abs.h include/blaze/math/shims/Acos.h include/blaze/math/shims/Acosh.h +include/blaze/math/shims/Arg.h include/blaze/math/shims/Asin.h include/blaze/math/shims/Asinh.h include/blaze/math/shims/Atan.h @@ -720,6 +894,7 @@ include/blaze/math/shims/Exp.h include/blaze/math/shims/Exp10.h include/blaze/math/shims/Exp2.h include/blaze/math/shims/Floor.h +include/blaze/math/shims/Frexp.h include/blaze/math/shims/Greater.h include/blaze/math/shims/Hypot.h include/blaze/math/shims/Imaginary.h @@ -728,19 +903,24 @@ include/blaze/math/shims/InvSqrt.h include/blaze/math/shims/Invert.h include/blaze/math/shims/IsDefault.h include/blaze/math/shims/IsDivisor.h +include/blaze/math/shims/IsFinite.h +include/blaze/math/shims/IsInf.h include/blaze/math/shims/IsNaN.h include/blaze/math/shims/IsOne.h include/blaze/math/shims/IsReal.h include/blaze/math/shims/IsZero.h +include/blaze/math/shims/LGamma.h include/blaze/math/shims/Less.h include/blaze/math/shims/Log.h include/blaze/math/shims/Log10.h +include/blaze/math/shims/Log1p.h include/blaze/math/shims/Log2.h include/blaze/math/shims/NextMultiple.h include/blaze/math/shims/Pow.h include/blaze/math/shims/Pow2.h include/blaze/math/shims/Pow3.h include/blaze/math/shims/Pow4.h +include/blaze/math/shims/PrevMultiple.h include/blaze/math/shims/Qdrt.h include/blaze/math/shims/Real.h include/blaze/math/shims/Reset.h @@ -764,6 +944,9 @@ include/blaze/math/simd/Atan.h include/blaze/math/simd/Atan2.h include/blaze/math/simd/Atanh.h include/blaze/math/simd/BasicTypes.h +include/blaze/math/simd/Bitand.h +include/blaze/math/simd/Bitor.h +include/blaze/math/simd/Bitxor.h include/blaze/math/simd/Cbrt.h include/blaze/math/simd/Ceil.h include/blaze/math/simd/Conj.h @@ -783,10 +966,12 @@ include/blaze/math/simd/Functions.h include/blaze/math/simd/Hypot.h include/blaze/math/simd/InvCbrt.h include/blaze/math/simd/InvSqrt.h +include/blaze/math/simd/LGamma.h include/blaze/math/simd/Loada.h include/blaze/math/simd/Loadu.h include/blaze/math/simd/Log.h include/blaze/math/simd/Log10.h +include/blaze/math/simd/Log1p.h include/blaze/math/simd/Log2.h include/blaze/math/simd/Max.h include/blaze/math/simd/Min.h @@ -800,6 +985,10 @@ include/blaze/math/simd/SIMDPack.h include/blaze/math/simd/SIMDTrait.h include/blaze/math/simd/Set.h include/blaze/math/simd/Setzero.h +include/blaze/math/simd/ShiftLI.h +include/blaze/math/simd/ShiftLV.h +include/blaze/math/simd/ShiftRI.h +include/blaze/math/simd/ShiftRV.h include/blaze/math/simd/Sign.h include/blaze/math/simd/Sin.h include/blaze/math/simd/Sinh.h @@ -857,23 +1046,35 @@ include/blaze/math/traits/DeclDiagTrait.h include/blaze/math/traits/DeclHermTrait.h include/blaze/math/traits/DeclIdTrait.h include/blaze/math/traits/DeclLowTrait.h +include/blaze/math/traits/DeclStrLowTrait.h +include/blaze/math/traits/DeclStrUppTrait.h include/blaze/math/traits/DeclSymTrait.h +include/blaze/math/traits/DeclUniLowTrait.h +include/blaze/math/traits/DeclUniUppTrait.h include/blaze/math/traits/DeclUppTrait.h include/blaze/math/traits/DeclZeroTrait.h include/blaze/math/traits/DerestrictTrait.h include/blaze/math/traits/DivTrait.h include/blaze/math/traits/ElementsTrait.h +include/blaze/math/traits/EvaluateTrait.h include/blaze/math/traits/ExpandTrait.h +include/blaze/math/traits/KronTrait.h include/blaze/math/traits/MapTrait.h include/blaze/math/traits/MultTrait.h include/blaze/math/traits/ReduceTrait.h +include/blaze/math/traits/RepeatTrait.h include/blaze/math/traits/RowTrait.h include/blaze/math/traits/RowsTrait.h include/blaze/math/traits/SchurTrait.h +include/blaze/math/traits/SolveTrait.h include/blaze/math/traits/SubTrait.h include/blaze/math/traits/SubmatrixTrait.h include/blaze/math/traits/SubvectorTrait.h include/blaze/math/traits/Traits.h +include/blaze/math/typetraits/CustomOppositeType.h +include/blaze/math/typetraits/CustomTransposeType.h +include/blaze/math/typetraits/DynamicAllocator.h +include/blaze/math/typetraits/GetAllocator.h include/blaze/math/typetraits/HasAbs.h include/blaze/math/typetraits/HasAcos.h include/blaze/math/typetraits/HasAcosh.h @@ -886,6 +1087,7 @@ include/blaze/math/typetraits/HasAtanh.h include/blaze/math/typetraits/HasCbrt.h include/blaze/math/typetraits/HasCeil.h include/blaze/math/typetraits/HasClamp.h +include/blaze/math/typetraits/HasCompositeType.h include/blaze/math/typetraits/HasConj.h include/blaze/math/typetraits/HasConstDataAccess.h include/blaze/math/typetraits/HasCos.h @@ -901,9 +1103,11 @@ include/blaze/math/typetraits/HasHypot.h include/blaze/math/typetraits/HasImag.h include/blaze/math/typetraits/HasInvCbrt.h include/blaze/math/typetraits/HasInvSqrt.h +include/blaze/math/typetraits/HasLGamma.h include/blaze/math/typetraits/HasLoad.h include/blaze/math/typetraits/HasLog.h include/blaze/math/typetraits/HasLog10.h +include/blaze/math/typetraits/HasLog1p.h include/blaze/math/typetraits/HasLog2.h include/blaze/math/typetraits/HasMax.h include/blaze/math/typetraits/HasMin.h @@ -911,6 +1115,7 @@ include/blaze/math/typetraits/HasMult.h include/blaze/math/typetraits/HasMutableDataAccess.h include/blaze/math/typetraits/HasPow.h include/blaze/math/typetraits/HasReal.h +include/blaze/math/typetraits/HasResultType.h include/blaze/math/typetraits/HasRound.h include/blaze/math/typetraits/HasSIMDAbs.h include/blaze/math/typetraits/HasSIMDAcos.h @@ -921,6 +1126,9 @@ include/blaze/math/typetraits/HasSIMDAsinh.h include/blaze/math/typetraits/HasSIMDAtan.h include/blaze/math/typetraits/HasSIMDAtan2.h include/blaze/math/typetraits/HasSIMDAtanh.h +include/blaze/math/typetraits/HasSIMDBitand.h +include/blaze/math/typetraits/HasSIMDBitor.h +include/blaze/math/typetraits/HasSIMDBitxor.h include/blaze/math/typetraits/HasSIMDCbrt.h include/blaze/math/typetraits/HasSIMDCeil.h include/blaze/math/typetraits/HasSIMDConj.h @@ -937,14 +1145,20 @@ include/blaze/math/typetraits/HasSIMDFloor.h include/blaze/math/typetraits/HasSIMDHypot.h include/blaze/math/typetraits/HasSIMDInvCbrt.h include/blaze/math/typetraits/HasSIMDInvSqrt.h +include/blaze/math/typetraits/HasSIMDLGamma.h include/blaze/math/typetraits/HasSIMDLog.h include/blaze/math/typetraits/HasSIMDLog10.h +include/blaze/math/typetraits/HasSIMDLog1p.h include/blaze/math/typetraits/HasSIMDLog2.h include/blaze/math/typetraits/HasSIMDMax.h include/blaze/math/typetraits/HasSIMDMin.h include/blaze/math/typetraits/HasSIMDMult.h include/blaze/math/typetraits/HasSIMDPow.h include/blaze/math/typetraits/HasSIMDRound.h +include/blaze/math/typetraits/HasSIMDShiftLI.h +include/blaze/math/typetraits/HasSIMDShiftLV.h +include/blaze/math/typetraits/HasSIMDShiftRI.h +include/blaze/math/typetraits/HasSIMDShiftRV.h include/blaze/math/typetraits/HasSIMDSign.h include/blaze/math/typetraits/HasSIMDSin.h include/blaze/math/typetraits/HasSIMDSinh.h @@ -968,6 +1182,7 @@ include/blaze/math/typetraits/IsAligned.h include/blaze/math/typetraits/IsBLASCompatible.h include/blaze/math/typetraits/IsBand.h include/blaze/math/typetraits/IsBinaryMapExpr.h +include/blaze/math/typetraits/IsCUDAAssignable.h include/blaze/math/typetraits/IsColumn.h include/blaze/math/typetraits/IsColumnMajorMatrix.h include/blaze/math/typetraits/IsColumnVector.h @@ -981,46 +1196,63 @@ include/blaze/math/typetraits/IsDeclDiagExpr.h include/blaze/math/typetraits/IsDeclExpr.h include/blaze/math/typetraits/IsDeclHermExpr.h include/blaze/math/typetraits/IsDeclLowExpr.h +include/blaze/math/typetraits/IsDeclStrLowExpr.h +include/blaze/math/typetraits/IsDeclStrUppExpr.h include/blaze/math/typetraits/IsDeclSymExpr.h +include/blaze/math/typetraits/IsDeclUniLowExpr.h +include/blaze/math/typetraits/IsDeclUniUppExpr.h include/blaze/math/typetraits/IsDeclUppExpr.h include/blaze/math/typetraits/IsDeclaration.h include/blaze/math/typetraits/IsDenseMatrix.h include/blaze/math/typetraits/IsDenseVector.h include/blaze/math/typetraits/IsDiagonal.h include/blaze/math/typetraits/IsDivExpr.h +include/blaze/math/typetraits/IsEigenExpr.h include/blaze/math/typetraits/IsElements.h include/blaze/math/typetraits/IsEvalExpr.h include/blaze/math/typetraits/IsExpandExpr.h include/blaze/math/typetraits/IsExpression.h +include/blaze/math/typetraits/IsGenExpr.h include/blaze/math/typetraits/IsGeneral.h include/blaze/math/typetraits/IsHermitian.h include/blaze/math/typetraits/IsIdentity.h include/blaze/math/typetraits/IsInitializer.h include/blaze/math/typetraits/IsInvertible.h +include/blaze/math/typetraits/IsKronExpr.h include/blaze/math/typetraits/IsLower.h include/blaze/math/typetraits/IsMatEvalExpr.h +include/blaze/math/typetraits/IsMatExpExpr.h +include/blaze/math/typetraits/IsMatGenExpr.h include/blaze/math/typetraits/IsMatInvExpr.h include/blaze/math/typetraits/IsMatMapExpr.h include/blaze/math/typetraits/IsMatMatAddExpr.h +include/blaze/math/typetraits/IsMatMatKronExpr.h include/blaze/math/typetraits/IsMatMatMapExpr.h include/blaze/math/typetraits/IsMatMatMultExpr.h +include/blaze/math/typetraits/IsMatMatSolveExpr.h include/blaze/math/typetraits/IsMatMatSubExpr.h +include/blaze/math/typetraits/IsMatNoAliasExpr.h +include/blaze/math/typetraits/IsMatNoSIMDExpr.h include/blaze/math/typetraits/IsMatReduceExpr.h +include/blaze/math/typetraits/IsMatRepeatExpr.h include/blaze/math/typetraits/IsMatScalarDivExpr.h include/blaze/math/typetraits/IsMatScalarMultExpr.h include/blaze/math/typetraits/IsMatSerialExpr.h include/blaze/math/typetraits/IsMatTransExpr.h include/blaze/math/typetraits/IsMatVecMultExpr.h +include/blaze/math/typetraits/IsMatVecSolveExpr.h include/blaze/math/typetraits/IsMatrix.h +include/blaze/math/typetraits/IsModification.h include/blaze/math/typetraits/IsMultExpr.h -include/blaze/math/typetraits/IsNumericMatrix.h -include/blaze/math/typetraits/IsNumericVector.h +include/blaze/math/typetraits/IsNoAliasExpr.h +include/blaze/math/typetraits/IsNoSIMDExpr.h include/blaze/math/typetraits/IsOperation.h include/blaze/math/typetraits/IsOpposedView.h include/blaze/math/typetraits/IsPadded.h include/blaze/math/typetraits/IsPaddingEnabled.h include/blaze/math/typetraits/IsProxy.h include/blaze/math/typetraits/IsReduceExpr.h +include/blaze/math/typetraits/IsRepeatExpr.h include/blaze/math/typetraits/IsResizable.h include/blaze/math/typetraits/IsRestricted.h include/blaze/math/typetraits/IsRow.h @@ -1031,9 +1263,12 @@ include/blaze/math/typetraits/IsSIMDCombinable.h include/blaze/math/typetraits/IsSIMDEnabled.h include/blaze/math/typetraits/IsSIMDPack.h include/blaze/math/typetraits/IsSMPAssignable.h +include/blaze/math/typetraits/IsSVDExpr.h +include/blaze/math/typetraits/IsScalar.h include/blaze/math/typetraits/IsSchurExpr.h include/blaze/math/typetraits/IsSerialExpr.h include/blaze/math/typetraits/IsShrinkable.h +include/blaze/math/typetraits/IsSolveExpr.h include/blaze/math/typetraits/IsSparseElement.h include/blaze/math/typetraits/IsSparseMatrix.h include/blaze/math/typetraits/IsSparseVector.h @@ -1059,14 +1294,20 @@ include/blaze/math/typetraits/IsUniform.h include/blaze/math/typetraits/IsUpper.h include/blaze/math/typetraits/IsVecEvalExpr.h include/blaze/math/typetraits/IsVecExpandExpr.h +include/blaze/math/typetraits/IsVecGenExpr.h include/blaze/math/typetraits/IsVecMapExpr.h +include/blaze/math/typetraits/IsVecNoAliasExpr.h +include/blaze/math/typetraits/IsVecNoSIMDExpr.h +include/blaze/math/typetraits/IsVecRepeatExpr.h include/blaze/math/typetraits/IsVecScalarDivExpr.h include/blaze/math/typetraits/IsVecScalarMultExpr.h include/blaze/math/typetraits/IsVecSerialExpr.h +include/blaze/math/typetraits/IsVecTVecMapExpr.h include/blaze/math/typetraits/IsVecTVecMultExpr.h include/blaze/math/typetraits/IsVecTransExpr.h include/blaze/math/typetraits/IsVecVecAddExpr.h include/blaze/math/typetraits/IsVecVecDivExpr.h +include/blaze/math/typetraits/IsVecVecKronExpr.h include/blaze/math/typetraits/IsVecVecMapExpr.h include/blaze/math/typetraits/IsVecVecMultExpr.h include/blaze/math/typetraits/IsVecVecSubExpr.h @@ -1074,6 +1315,7 @@ include/blaze/math/typetraits/IsVector.h include/blaze/math/typetraits/IsView.h include/blaze/math/typetraits/IsZero.h include/blaze/math/typetraits/LowType.h +include/blaze/math/typetraits/MakeComplex.h include/blaze/math/typetraits/MaxSize.h include/blaze/math/typetraits/RemoveAdaptor.h include/blaze/math/typetraits/RequiresEvaluation.h @@ -1084,6 +1326,7 @@ include/blaze/math/typetraits/TypeTraits.h include/blaze/math/typetraits/UnderlyingBuiltin.h include/blaze/math/typetraits/UnderlyingElement.h include/blaze/math/typetraits/UnderlyingNumeric.h +include/blaze/math/typetraits/UnderlyingScalar.h include/blaze/math/typetraits/YieldsDiagonal.h include/blaze/math/typetraits/YieldsHermitian.h include/blaze/math/typetraits/YieldsIdentity.h @@ -1150,6 +1393,7 @@ include/blaze/math/views/subvector/Dense.h include/blaze/math/views/subvector/Sparse.h include/blaze/math/views/subvector/Subvector.h include/blaze/math/views/subvector/SubvectorData.h +include/blaze/system/Alignment.h include/blaze/system/Assertion.h include/blaze/system/BLAS.h include/blaze/system/Blocking.h @@ -1157,9 +1401,13 @@ include/blaze/system/CacheSize.h include/blaze/system/Compiler.h include/blaze/system/Debugging.h include/blaze/system/Deprecated.h +include/blaze/system/HostDevice.h include/blaze/system/Inline.h include/blaze/system/MPI.h +include/blaze/system/MacroDisable.h +include/blaze/system/NoUniqueAddress.h include/blaze/system/Optimizations.h +include/blaze/system/Padding.h include/blaze/system/Platform.h include/blaze/system/Random.h include/blaze/system/Restrict.h @@ -1183,25 +1431,26 @@ include/blaze/util/CheckedDelete.h include/blaze/util/ColorMacros.h include/blaze/util/Complex.h include/blaze/util/Constraints.h -include/blaze/util/DecltypeAuto.h include/blaze/util/DimensionOf.h -include/blaze/util/DisableIf.h include/blaze/util/EmptyType.h include/blaze/util/EnableIf.h include/blaze/util/Exception.h -include/blaze/util/FalseType.h +include/blaze/util/Forward.h include/blaze/util/FunctionTrace.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 8 00:10:38 2021 Return-Path: Delivered-To: svn-ports-all@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 1F1B3555890; Mon, 8 Mar 2021 00:10:38 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4DtzJF6xNdz4qpY; Mon, 8 Mar 2021 00:10:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [192.168.0.122] (ip-95-223-107-149.hsi16.unitymediagroup.de [95.223.107.149]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 173687FD71; Mon, 8 Mar 2021 01:10:35 +0100 (CET) Subject: Re: svn commit: r567217 - head/devel/rubygem-google-protobuf To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Matthias Fechner References: <202103031816.123IG5fV055672@repo.freebsd.org> <8c6e8ea1-8c1c-e3c7-9737-5e3d654e1a81@toco-domains.de> From: Torsten Zuehlsdorff Message-ID: <988b62c4-858f-c538-47f6-228dbf963f4d@FreeBSD.org> Date: Mon, 8 Mar 2021 01:10:34 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DtzJF6xNdz4qpY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 00:10:38 -0000 Thank you! :) On 08.03.21 00:25, Po-Chuan Hsieh wrote: > Hmm, the commit you mentioned (r567475) happens later. > And mfechner did that intentionally. > r567475 (gitlab 13.9.2 update) says "So it is wanted that this port is > currently not buildable to protect users from an update." > > The real problem is gitlab has issues with google-protobuf 3.15.* even > though its Gemfile says "google-protobuf ~> 3.12". > I've added rubygem-google-protobuf314 and changed gitlab family to it. > > On Mon, Mar 8, 2021 at 4:57 AM Torsten Zuehlsdorff > > wrote: > > This update seems to break the build of www/gitlab-ce. GitLab requires > this port to be < 3.15. > > Can you please examine this issue? > > Thank you! :) > > On 03.03.21 19:16, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Wed Mar  3 18:16:04 2021 > > New Revision: 567217 > > URL: https://svnweb.freebsd.org/changeset/ports/567217 > > > > > Log: > >    Update to 3.15.0 > > > >    Changes: https://github.com/protocolbuffers/protobuf/releases > > > > > Modified: > >    head/devel/rubygem-google-protobuf/Makefile > >    head/devel/rubygem-google-protobuf/distinfo > > > > Modified: head/devel/rubygem-google-protobuf/Makefile > > > ============================================================================== > > --- head/devel/rubygem-google-protobuf/Makefile       Wed Mar  3 > 18:15:59 2021        (r567216) > > +++ head/devel/rubygem-google-protobuf/Makefile       Wed Mar  3 > 18:16:04 2021        (r567217) > > @@ -2,7 +2,7 @@ > >   # $FreeBSD$ > > > >   PORTNAME=   google-protobuf > > -PORTVERSION= 3.14.0 > > +PORTVERSION= 3.15.0 > >   CATEGORIES= devel rubygems > >   MASTER_SITES=       RG > > > > > > Modified: head/devel/rubygem-google-protobuf/distinfo > > > ============================================================================== > > --- head/devel/rubygem-google-protobuf/distinfo       Wed Mar  3 > 18:15:59 2021        (r567216) > > +++ head/devel/rubygem-google-protobuf/distinfo       Wed Mar  3 > 18:16:04 2021        (r567217) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1605901784 > > -SHA256 (rubygem/google-protobuf-3.14.0.gem) = > 578426b145a51025626c6678d1cc8d8b952e595fe100565aea5fed0ee514755d > > -SIZE (rubygem/google-protobuf-3.14.0.gem) = 211968 > > +TIMESTAMP = 1613738839 > > +SHA256 (rubygem/google-protobuf-3.15.0.gem) = > 40f58515b56b6aad0c6fca808747e24b33959899d5f94acc2a6641e7688adde9 > > +SIZE (rubygem/google-protobuf-3.15.0.gem) = 148480 > > > _______________________________________________ > svn-ports-all@freebsd.org mailing > list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > > To unsubscribe, send any mail to > "svn-ports-all-unsubscribe@freebsd.org > " > -- Support me at: https://www.patreon.com/TorstenZuehlsdorff From owner-svn-ports-all@freebsd.org Mon Mar 8 01:14:27 2021 Return-Path: Delivered-To: svn-ports-all@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 167B2556C7C; Mon, 8 Mar 2021 01:14:27 +0000 (UTC) (envelope-from nc@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 4Dv0jv09Qcz4ty7; Mon, 8 Mar 2021 01:14:27 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECEE6203BE; Mon, 8 Mar 2021 01:14:26 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281EQxp060120; Mon, 8 Mar 2021 01:14:26 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281EQgj060118; Mon, 8 Mar 2021 01:14:26 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080114.1281EQgj060118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567801 - head/devel/notcurses X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/devel/notcurses X-SVN-Commit-Revision: 567801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:14:27 -0000 Author: nc Date: Mon Mar 8 01:14:26 2021 New Revision: 567801 URL: https://svnweb.freebsd.org/changeset/ports/567801 Log: devel/notcurses: Update to 2.2.2 PR: 254106 Submitted by: Nick Black (maintainer) Modified: head/devel/notcurses/Makefile head/devel/notcurses/distinfo Modified: head/devel/notcurses/Makefile ============================================================================== --- head/devel/notcurses/Makefile Mon Mar 8 00:04:45 2021 (r567800) +++ head/devel/notcurses/Makefile Mon Mar 8 01:14:26 2021 (r567801) @@ -2,7 +2,7 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.2.1 +DISTVERSION= ${ABIVERSION}.2.2 CATEGORIES= devel MAINTAINER= nickblack@linux.com Modified: head/devel/notcurses/distinfo ============================================================================== --- head/devel/notcurses/distinfo Mon Mar 8 00:04:45 2021 (r567800) +++ head/devel/notcurses/distinfo Mon Mar 8 01:14:26 2021 (r567801) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612973387 -SHA256 (dankamongmen-notcurses-v2.2.1_GH0.tar.gz) = e32fcf7344d2ff8afa81ea5c6a065eb476ff27e2b9edf0eeea714b028d2faebd -SIZE (dankamongmen-notcurses-v2.2.1_GH0.tar.gz) = 10880753 +TIMESTAMP = 1615140225 +SHA256 (dankamongmen-notcurses-v2.2.2_GH0.tar.gz) = f6e31e2662aad880373e45f23f4056c5fd254627b57084d71da2430df20f0488 +SIZE (dankamongmen-notcurses-v2.2.2_GH0.tar.gz) = 10846234 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:16:24 2021 Return-Path: Delivered-To: svn-ports-all@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 696FC5574A1; Mon, 8 Mar 2021 01:16:24 +0000 (UTC) (envelope-from nc@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 4Dv0m82ZRjz4tfm; Mon, 8 Mar 2021 01:16:24 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40EFA20684; Mon, 8 Mar 2021 01:16:24 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281GOp7060304; Mon, 8 Mar 2021 01:16:24 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281GNxP060300; Mon, 8 Mar 2021 01:16:23 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080116.1281GNxP060300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567802 - in head/net/onedrive: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/net/onedrive: . files X-SVN-Commit-Revision: 567802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:16:24 -0000 Author: nc Date: Mon Mar 8 01:16:23 2021 New Revision: 567802 URL: https://svnweb.freebsd.org/changeset/ports/567802 Log: net/onedrive: update to 2.4.10 Changes: https://github.com/abraunegg/onedrive/blob/v2.4.10/CHANGELOG.md PR: 254113 Submitted by: Hiroo Ono (maintainer) Modified: head/net/onedrive/Makefile head/net/onedrive/distinfo head/net/onedrive/files/patch-Makefile.in Modified: head/net/onedrive/Makefile ============================================================================== --- head/net/onedrive/Makefile Mon Mar 8 01:14:26 2021 (r567801) +++ head/net/onedrive/Makefile Mon Mar 8 01:16:23 2021 (r567802) @@ -2,7 +2,7 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v -DISTVERSION= 2.4.9 +DISTVERSION= 2.4.10 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com Modified: head/net/onedrive/distinfo ============================================================================== --- head/net/onedrive/distinfo Mon Mar 8 01:14:26 2021 (r567801) +++ head/net/onedrive/distinfo Mon Mar 8 01:16:23 2021 (r567802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612613067 -SHA256 (abraunegg-onedrive-v2.4.9_GH0.tar.gz) = 27be7a0e898a6e2aa425eaecb983def4e81147e2e453c36c63f584e8c999966a -SIZE (abraunegg-onedrive-v2.4.9_GH0.tar.gz) = 1016024 +TIMESTAMP = 1615105232 +SHA256 (abraunegg-onedrive-v2.4.10_GH0.tar.gz) = ddafb0900959627dd329e6a82ab46d02596c02d4d4714d325a5474e763d7461e +SIZE (abraunegg-onedrive-v2.4.10_GH0.tar.gz) = 1029653 Modified: head/net/onedrive/files/patch-Makefile.in ============================================================================== --- head/net/onedrive/files/patch-Makefile.in Mon Mar 8 01:14:26 2021 (r567801) +++ head/net/onedrive/files/patch-Makefile.in Mon Mar 8 01:16:23 2021 (r567802) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2020-11-30 05:39:36 UTC +--- Makefile.in.orig 2021-02-19 08:37:34 UTC +++ Makefile.in @@ -25,6 +25,7 @@ systemdsystemunitdir = @systemdsystemunitdir@ curl_LIBS = @curl_LIBS@ @@ -12,8 +12,8 @@ system_unit_files = contrib/systemd/onedrive@.service user_unit_files = contrib/systemd/onedrive.service --DOCFILES = README.md config LICENSE CHANGELOG.md docs/Docker.md docs/INSTALL.md docs/Office365.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md -+DOCFILES = README.md config CHANGELOG.md docs/Office365.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md +-DOCFILES = README.md config LICENSE CHANGELOG.md docs/Docker.md docs/INSTALL.md docs/SharePoint-Shared-Libraries.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md ++DOCFILES = README.md config CHANGELOG.md docs/Docker.md docs/SharePoint-Shared-Libraries.md docs/USAGE.md docs/BusinessSharedFolders.md docs/advanced-usage.md ifneq ("$(wildcard /etc/redhat-release)","") RHEL = $(shell cat /etc/redhat-release | grep -E "(Red Hat Enterprise Linux Server|CentOS)" | wc -l) From owner-svn-ports-all@freebsd.org Mon Mar 8 01:17:55 2021 Return-Path: Delivered-To: svn-ports-all@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 1FCA45574F1; Mon, 8 Mar 2021 01:17:55 +0000 (UTC) (envelope-from nc@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 4Dv0nv0LKgz4vDJ; Mon, 8 Mar 2021 01:17:55 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E845D20606; Mon, 8 Mar 2021 01:17:54 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281HsHB060474; Mon, 8 Mar 2021 01:17:54 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281Hs3T060471; Mon, 8 Mar 2021 01:17:54 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080117.1281Hs3T060471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567803 - head/lang/php-mode.el X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/lang/php-mode.el X-SVN-Commit-Revision: 567803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:17:55 -0000 Author: nc Date: Mon Mar 8 01:17:54 2021 New Revision: 567803 URL: https://svnweb.freebsd.org/changeset/ports/567803 Log: lang/php-mode.el: Update to 1.24.0 Changes: https://github.com/emacs-php/php-mode/releases/tag/v1.24.0 PR: 254108 Submitted by: Yasuhiro Kimura (maintainer) Modified: head/lang/php-mode.el/Makefile head/lang/php-mode.el/distinfo head/lang/php-mode.el/pkg-plist Modified: head/lang/php-mode.el/Makefile ============================================================================== --- head/lang/php-mode.el/Makefile Mon Mar 8 01:16:23 2021 (r567802) +++ head/lang/php-mode.el/Makefile Mon Mar 8 01:17:54 2021 (r567803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php-mode.el -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -19,19 +19,22 @@ GH_PROJECT= ${PORTNAME:S/.el$//} NO_ARCH= yes +LISP_FILES= lisp/php-align.el \ + lisp/php-align.elc \ + lisp/php-face.el \ + lisp/php-face.elc \ + lisp/php-mode-debug.el \ + lisp/php-mode-debug.elc \ + lisp/php-mode.el \ + lisp/php-mode.elc \ + lisp/php-project.el \ + lisp/php-project.elc \ + lisp/php.el \ + lisp/php.elc + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} - ${INSTALL_DATA} \ - ${WRKSRC}/php-face.el \ - ${WRKSRC}/php-face.elc \ - ${WRKSRC}/php-mode-debug.el \ - ${WRKSRC}/php-mode-debug.elc \ - ${WRKSRC}/php-mode.el \ - ${WRKSRC}/php-mode.elc \ - ${WRKSRC}/php-project.el \ - ${WRKSRC}/php-project.elc \ - ${WRKSRC}/php.el \ - ${WRKSRC}/php.elc \ + ${INSTALL_DATA} ${LISP_FILES:C/^/${WRKSRC}\//g} \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} .include Modified: head/lang/php-mode.el/distinfo ============================================================================== --- head/lang/php-mode.el/distinfo Mon Mar 8 01:16:23 2021 (r567802) +++ head/lang/php-mode.el/distinfo Mon Mar 8 01:17:54 2021 (r567803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589422255 -SHA256 (emacs-php-php-mode-v1.23.0_GH0.tar.gz) = d5211c187acc7f4a044b89eeed560a0e7d53345c1d05a99a3993fabfdd404f8f -SIZE (emacs-php-php-mode-v1.23.0_GH0.tar.gz) = 94451 +TIMESTAMP = 1615133263 +SHA256 (emacs-php-php-mode-v1.24.0_GH0.tar.gz) = e8b59a4f34755c18ef7cbcae089f2fad03d4763e3d7e179b18ad2af596af5e64 +SIZE (emacs-php-php-mode-v1.24.0_GH0.tar.gz) = 94715 Modified: head/lang/php-mode.el/pkg-plist ============================================================================== --- head/lang/php-mode.el/pkg-plist Mon Mar 8 01:16:23 2021 (r567802) +++ head/lang/php-mode.el/pkg-plist Mon Mar 8 01:17:54 2021 (r567803) @@ -1,3 +1,5 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/php-align.el +%%EMACS_VERSION_SITE_LISPDIR%%/php-align.elc %%EMACS_VERSION_SITE_LISPDIR%%/php-face.el %%EMACS_VERSION_SITE_LISPDIR%%/php-face.elc %%EMACS_VERSION_SITE_LISPDIR%%/php-mode-debug.el From owner-svn-ports-all@freebsd.org Mon Mar 8 01:19:13 2021 Return-Path: Delivered-To: svn-ports-all@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 DBF31557830; Mon, 8 Mar 2021 01:19:13 +0000 (UTC) (envelope-from nc@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 4Dv0qP5tkZz4vSC; Mon, 8 Mar 2021 01:19:13 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD0871FEF3; Mon, 8 Mar 2021 01:19:13 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281JDXI060622; Mon, 8 Mar 2021 01:19:13 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281JD1T060620; Mon, 8 Mar 2021 01:19:13 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080119.1281JD1T060620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567804 - head/net-mgmt/py-junos-eznc X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net-mgmt/py-junos-eznc X-SVN-Commit-Revision: 567804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:19:13 -0000 Author: nc Date: Mon Mar 8 01:19:13 2021 New Revision: 567804 URL: https://svnweb.freebsd.org/changeset/ports/567804 Log: net-mgmt/py-junos-eznc: update to 2.5.4 Changes: https://github.com/Juniper/py-junos-eznc/releases PR: 254097 Submitted by: Sergey Akhmatov (maintainer) Modified: head/net-mgmt/py-junos-eznc/Makefile head/net-mgmt/py-junos-eznc/distinfo Modified: head/net-mgmt/py-junos-eznc/Makefile ============================================================================== --- head/net-mgmt/py-junos-eznc/Makefile Mon Mar 8 01:17:54 2021 (r567803) +++ head/net-mgmt/py-junos-eznc/Makefile Mon Mar 8 01:19:13 2021 (r567804) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= junos-eznc -DISTVERSION= 2.3.1 -PORTREVISION= 1 +DISTVERSION= 2.5.4 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-junos-eznc/distinfo ============================================================================== --- head/net-mgmt/py-junos-eznc/distinfo Mon Mar 8 01:17:54 2021 (r567803) +++ head/net-mgmt/py-junos-eznc/distinfo Mon Mar 8 01:19:13 2021 (r567804) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579348830 -SHA256 (junos-eznc-2.3.1.tar.gz) = 0f8c4763fe2281979bc00350b93d510368992dbae0dae4fea0bafee5904a7e68 -SIZE (junos-eznc-2.3.1.tar.gz) = 135600 +TIMESTAMP = 1615114844 +SHA256 (junos-eznc-2.5.4.tar.gz) = bf036d0af9ee5c5e4f517cb5fc902fe891fa120e18f459805862c53d4a97193a +SIZE (junos-eznc-2.5.4.tar.gz) = 155281 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:20:50 2021 Return-Path: Delivered-To: svn-ports-all@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 A28ED5578DB; Mon, 8 Mar 2021 01:20:50 +0000 (UTC) (envelope-from nc@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 4Dv0sG4GRkz4vLF; Mon, 8 Mar 2021 01:20:50 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85B2B204C8; Mon, 8 Mar 2021 01:20:50 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281KoD3064397; Mon, 8 Mar 2021 01:20:50 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281Kos4064118; Mon, 8 Mar 2021 01:20:50 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080120.1281Kos4064118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567805 - head/devel/py-transitions X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/devel/py-transitions X-SVN-Commit-Revision: 567805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:20:50 -0000 Author: nc Date: Mon Mar 8 01:20:49 2021 New Revision: 567805 URL: https://svnweb.freebsd.org/changeset/ports/567805 Log: devel/py-transitions: Update to 0.8.7 Changes: https://github.com/pytransitions/transitions/releases/tag/0.8.7 PR: 254096 Submitted by: Sergey Akhmatov (maintainer) Modified: head/devel/py-transitions/Makefile head/devel/py-transitions/distinfo Modified: head/devel/py-transitions/Makefile ============================================================================== --- head/devel/py-transitions/Makefile Mon Mar 8 01:19:13 2021 (r567804) +++ head/devel/py-transitions/Makefile Mon Mar 8 01:20:49 2021 (r567805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= transitions -DISTVERSION= 0.7.2 +DISTVERSION= 0.8.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-transitions/distinfo ============================================================================== --- head/devel/py-transitions/distinfo Mon Mar 8 01:19:13 2021 (r567804) +++ head/devel/py-transitions/distinfo Mon Mar 8 01:20:49 2021 (r567805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579348832 -SHA256 (transitions-0.7.2.tar.gz) = 5566c9d32e438ee9eb1f046e3ac1a0b2689f32807b47859210162084d4c84ab7 -SIZE (transitions-0.7.2.tar.gz) = 1319409 +TIMESTAMP = 1615115061 +SHA256 (transitions-0.8.7.tar.gz) = 8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7 +SIZE (transitions-0.8.7.tar.gz) = 1141521 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:21:52 2021 Return-Path: Delivered-To: svn-ports-all@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 55F605576D7; Mon, 8 Mar 2021 01:21:52 +0000 (UTC) (envelope-from nc@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 4Dv0tS22JDz4vX7; Mon, 8 Mar 2021 01:21:52 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38C7C203D4; Mon, 8 Mar 2021 01:21:52 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281LqKG066129; Mon, 8 Mar 2021 01:21:52 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281LpGp066127; Mon, 8 Mar 2021 01:21:51 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080121.1281LpGp066127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567806 - head/net-mgmt/py-ncclient X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net-mgmt/py-ncclient X-SVN-Commit-Revision: 567806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:21:52 -0000 Author: nc Date: Mon Mar 8 01:21:51 2021 New Revision: 567806 URL: https://svnweb.freebsd.org/changeset/ports/567806 Log: net-mgmt/py-ncclient: Update to 0.6.10 Changes: https://github.com/ncclient/ncclient/releases/tag/v0.6.10 PR: 254095 Submitted by: Sergey Akhmatov (maintainer) Modified: head/net-mgmt/py-ncclient/Makefile head/net-mgmt/py-ncclient/distinfo Modified: head/net-mgmt/py-ncclient/Makefile ============================================================================== --- head/net-mgmt/py-ncclient/Makefile Mon Mar 8 01:20:49 2021 (r567805) +++ head/net-mgmt/py-ncclient/Makefile Mon Mar 8 01:21:51 2021 (r567806) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ncclient -DISTVERSION= 0.6.7 +DISTVERSION= 0.6.10 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-ncclient/distinfo ============================================================================== --- head/net-mgmt/py-ncclient/distinfo Mon Mar 8 01:20:49 2021 (r567805) +++ head/net-mgmt/py-ncclient/distinfo Mon Mar 8 01:21:51 2021 (r567806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579348828 -SHA256 (ncclient-0.6.7.tar.gz) = efdf3c868cd9f104d4e9fe4c233df78bfbbed4b3d78ba19dc27cec3cf6a63680 -SIZE (ncclient-0.6.7.tar.gz) = 605112 +TIMESTAMP = 1615115152 +SHA256 (ncclient-0.6.10.tar.gz) = 67b1eba5a6c7c6075746d8c33d4e8f4ded17604034c1fcd1c78996ef52bf66ff +SIZE (ncclient-0.6.10.tar.gz) = 105349 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:22:59 2021 Return-Path: Delivered-To: svn-ports-all@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 569F0557BEB; Mon, 8 Mar 2021 01:22:59 +0000 (UTC) (envelope-from nc@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 4Dv0vl21MXz4vsP; Mon, 8 Mar 2021 01:22:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37CD82099E; Mon, 8 Mar 2021 01:22:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281MwpJ067050; Mon, 8 Mar 2021 01:22:58 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281MwKY067049; Mon, 8 Mar 2021 01:22:58 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080122.1281MwKY067049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567807 - head/security/py-scp X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/security/py-scp X-SVN-Commit-Revision: 567807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:22:59 -0000 Author: nc Date: Mon Mar 8 01:22:58 2021 New Revision: 567807 URL: https://svnweb.freebsd.org/changeset/ports/567807 Log: security/py-scp: Update to 0.13.3 Changes: https://github.com/jbardin/scp.py/blob/v0.13.3/CHANGELOG.md PR: 254094 Submitted by: Sergey Akhmatov (maintainer) Modified: head/security/py-scp/Makefile head/security/py-scp/distinfo Modified: head/security/py-scp/Makefile ============================================================================== --- head/security/py-scp/Makefile Mon Mar 8 01:21:51 2021 (r567806) +++ head/security/py-scp/Makefile Mon Mar 8 01:22:58 2021 (r567807) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scp -DISTVERSION= 0.13.2 +DISTVERSION= 0.13.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-scp/distinfo ============================================================================== --- head/security/py-scp/distinfo Mon Mar 8 01:21:51 2021 (r567806) +++ head/security/py-scp/distinfo Mon Mar 8 01:22:58 2021 (r567807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553510891 -SHA256 (scp-0.13.2.tar.gz) = ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3 -SIZE (scp-0.13.2.tar.gz) = 11517 +TIMESTAMP = 1615115312 +SHA256 (scp-0.13.3.tar.gz) = 8bd748293d7362073169b96ce4b8c4f93bcc62cfc5f7e1d949e01e406a025bd4 +SIZE (scp-0.13.3.tar.gz) = 11657 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:24:53 2021 Return-Path: Delivered-To: svn-ports-all@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 768E75575F7; Mon, 8 Mar 2021 01:24:53 +0000 (UTC) (envelope-from nc@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 4Dv0xx2zPHz3BsG; Mon, 8 Mar 2021 01:24:53 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 591202061A; Mon, 8 Mar 2021 01:24:53 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281Or37067205; Mon, 8 Mar 2021 01:24:53 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281OqIZ067204; Mon, 8 Mar 2021 01:24:52 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080124.1281OqIZ067204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567808 - head/sysutils/terraform-docs X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/sysutils/terraform-docs X-SVN-Commit-Revision: 567808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:24:53 -0000 Author: nc Date: Mon Mar 8 01:24:52 2021 New Revision: 567808 URL: https://svnweb.freebsd.org/changeset/ports/567808 Log: sysutils/terraform-docs: Update to 0.11.2 PR: 254084 Submitted by: Gabriel Dutra <0xdutra AT gmail DOT com> (maintainer) Modified: head/sysutils/terraform-docs/Makefile head/sysutils/terraform-docs/distinfo Modified: head/sysutils/terraform-docs/Makefile ============================================================================== --- head/sysutils/terraform-docs/Makefile Mon Mar 8 01:22:58 2021 (r567807) +++ head/sysutils/terraform-docs/Makefile Mon Mar 8 01:24:52 2021 (r567808) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= terraform-docs -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils textproc @@ -20,24 +20,39 @@ PLIST_FILES= bin/${PORTNAME} GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ - agext:levenshtein:v1.2.1:agext_levenshtein/vendor/github.com/agext/levenshtein \ - apparentlymart:go-textseg:v12.0.0:apparentlymart_go_textseg_v12/vendor/github.com/apparentlymart/go-textseg/v12 \ + agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ + apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - go-test:deep:v1.0.7:go_test_deep/vendor/github.com/go-test/deep \ - go-yaml:yaml:2ff61e1afc86:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ + fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ + go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ + golang:net:3b0461eec859:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.3.4:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:543471e840be:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ - google:go-cmp:v0.3.1:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-cmp:v0.3.0:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-genproto:16a3f7862a1a:google_go_genproto/vendor/google.golang.org/genproto \ + grpc:grpc-go:v1.27.1:grpc_grpc_go/vendor/google.golang.org/grpc \ + hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ + hashicorp:go-plugin:v1.4.0:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ - hashicorp:hcl:v2.6.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ - iancoleman:orderedmap:ac98e3ecb4b0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \ + hashicorp:hcl:v2.0.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ + hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ + iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \ imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - mitchellh:go-wordwrap:ad45545899c7:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ + mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ + mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ + mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ + mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mvdan:xurls:v2.2.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \ + oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ - zclconf:go-cty:v1.6.1:zclconf_go_cty/vendor/github.com/zclconf/go-cty + stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ + terraform-docs:plugin-sdk:v0.1.0:terraform_docs_plugin_sdk/vendor/github.com/terraform-docs/plugin-sdk \ + terraform-docs:terraform-config-inspect:6ef25af8884f:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \ + zclconf:go-cty:v1.1.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty .include Modified: head/sysutils/terraform-docs/distinfo ============================================================================== --- head/sysutils/terraform-docs/distinfo Mon Mar 8 01:22:58 2021 (r567807) +++ head/sysutils/terraform-docs/distinfo Mon Mar 8 01:24:52 2021 (r567808) @@ -1,43 +1,73 @@ -TIMESTAMP = 1601431747 -SHA256 (terraform-docs-terraform-docs-v0.10.1_GH0.tar.gz) = f3cc429d8edd129c73ca18feafd17bf1aacb0397b3653b7f65aa3978c4d6c337 -SIZE (terraform-docs-terraform-docs-v0.10.1_GH0.tar.gz) = 164235 +TIMESTAMP = 1614992455 +SHA256 (terraform-docs-terraform-docs-v0.11.2_GH0.tar.gz) = 0f409934c2e1a57bcebb5f3b2f4bd44c31981f55e861413924bd2605a03f4c5c +SIZE (terraform-docs-terraform-docs-v0.11.2_GH0.tar.gz) = 159574 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 -SHA256 (agext-levenshtein-v1.2.1_GH0.tar.gz) = c6e4bc2db1f0d9bc57fd3f1887567d527f6df1bcfbb079d1d1c4eab17f320b50 -SIZE (agext-levenshtein-v1.2.1_GH0.tar.gz) = 12728 -SHA256 (apparentlymart-go-textseg-v12.0.0_GH0.tar.gz) = f1d930b0902eccbb8264b368ffc77d73fc1f759aa1d4b7d97e1aed9635334f63 -SIZE (apparentlymart-go-textseg-v12.0.0_GH0.tar.gz) = 125616 +SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f +SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098 +SHA256 (apparentlymart-go-textseg-v1.0.0_GH0.tar.gz) = addc7fbd3684db4b0a56744409b6bd96931387aa0f904ac67340fbbd233b41e0 +SIZE (apparentlymart-go-textseg-v1.0.0_GH0.tar.gz) = 129532 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (go-test-deep-v1.0.7_GH0.tar.gz) = c4c8e26ec8924e4608b669a4234f8b8880db8bb1f47ec6f22da0d4e8634fc849 -SIZE (go-test-deep-v1.0.7_GH0.tar.gz) = 10199 -SHA256 (go-yaml-yaml-2ff61e1afc86_GH0.tar.gz) = 3526f7d8921c73c4a8a950d37f2d1a4cb71655a6b85e7ebf0d96f779c27a301c -SIZE (go-yaml-yaml-2ff61e1afc86_GH0.tar.gz) = 87072 +SHA256 (fatih-color-v1.7.0_GH0.tar.gz) = 4650d7aa3feed266fc85d91dc34ca9cffdf7ee03ea29bf2cbf84bbecc75fb755 +SIZE (fatih-color-v1.7.0_GH0.tar.gz) = 816449 +SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a +SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156 +SHA256 (golang-net-3b0461eec859_GH0.tar.gz) = a22a8864fdc90a79d953afad48ec799386daee4bfe93ecc50ccca4b77c2a9329 +SIZE (golang-net-3b0461eec859_GH0.tar.gz) = 1099281 +SHA256 (golang-protobuf-v1.3.4_GH0.tar.gz) = 5e4279eb197ff7271cb06ae97a16f721d0fd6962ff2d2560831309c0900e72c4 +SIZE (golang-protobuf-v1.3.4_GH0.tar.gz) = 315552 +SHA256 (golang-sys-543471e840be_GH0.tar.gz) = 4d797f5647e0f68b313fb9663b0e4310f2d4a9dfa0d98de52902566785ea212b +SIZE (golang-sys-543471e840be_GH0.tar.gz) = 1494161 SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 -SHA256 (google-go-cmp-v0.3.1_GH0.tar.gz) = a95fa266e5c2283b813102f265c1bdf5b78100f9889b984aef828eb094efe6e3 -SIZE (google-go-cmp-v0.3.1_GH0.tar.gz) = 76403 +SHA256 (google-go-cmp-v0.3.0_GH0.tar.gz) = 7a5aa31b9619b0217a3e2af8b206ba0dbcf5c8322ceb5e9fad18ef252ad6b1c5 +SIZE (google-go-cmp-v0.3.0_GH0.tar.gz) = 76127 +SHA256 (google-go-genproto-16a3f7862a1a_GH0.tar.gz) = f55f1d3e5eddcecb1237a8ada985ef36b8289f259597f8c5122dcc82d0cd6387 +SIZE (google-go-genproto-16a3f7862a1a_GH0.tar.gz) = 5603625 +SHA256 (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 2e25c66a7fe59a49d94d24280afabfbc563967e47c1e6d8df0a72aaf11fae6fb +SIZE (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 826728 +SHA256 (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 03e8bd42481801d49a2b0c798e631d5d448360310d96ed4b914d40f7ba0b7c12 +SIZE (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 25948 +SHA256 (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = fb6349d5dcae78637dfc68b7b8858ec3dbc94e5cb947e0b4d7bc6b984177223d +SIZE (hashicorp-go-plugin-v1.4.0_GH0.tar.gz) = 86479 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 -SHA256 (hashicorp-hcl-v2.6.0_GH0.tar.gz) = 172ae4f4a6fd1f47c27e40f033dcb9e2bf51baca9824e0b37fe3cfbfff3c8ff4 -SIZE (hashicorp-hcl-v2.6.0_GH0.tar.gz) = 392313 -SHA256 (iancoleman-orderedmap-ac98e3ecb4b0_GH0.tar.gz) = 22c48471185f1458ad79ab0eb6ecf59dda6cc03bec72cde893bbec9df48b167f -SIZE (iancoleman-orderedmap-ac98e3ecb4b0_GH0.tar.gz) = 5897 +SHA256 (hashicorp-hcl-v2.0.0_GH0.tar.gz) = bcb08b5b10982ad719b8f3849f2ca45e3fce45a6d6dd1ce82f263d7b8330f369 +SIZE (hashicorp-hcl-v2.0.0_GH0.tar.gz) = 370242 +SHA256 (hashicorp-yamux-3520598351bb_GH0.tar.gz) = f313e02e28abfca218f0b235b61c92dbfd33bd1ff898b960a0e376eaf5168609 +SIZE (hashicorp-yamux-3520598351bb_GH0.tar.gz) = 22615 +SHA256 (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 710dda89d705d6619cd97fb03cc0369de01ad964eb6004499ce2082e6a7e6b7c +SIZE (iancoleman-orderedmap-v0.2.0_GH0.tar.gz) = 5567 SHA256 (imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 SIZE (imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 -SHA256 (mitchellh-go-wordwrap-ad45545899c7_GH0.tar.gz) = 917005b52e496fda7f702a88fb65a90cc5f2c8d5a569cf39aeaf1b536dd582d9 -SIZE (mitchellh-go-wordwrap-ad45545899c7_GH0.tar.gz) = 2740 +SHA256 (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 157806ad8125e6bef4d9b58c9125ccb98a8343136f93faf442ab0cc6e7c24c11 +SIZE (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 8981 +SHA256 (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 55408e1afd78eaa112842ae2263e70703d5b5133feaa17fa477980a87a961fe7 +SIZE (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 4465 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 +SHA256 (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 6f32e180f1244fe5c512e6c1361fab865202cc1330e0ec9a6d6687d004f98c68 +SIZE (mitchellh-go-testing-interface-v1.0.0_GH0.tar.gz) = 2808 +SHA256 (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 9bcf5c1f8b66594c73f606502bb3d9713d862a71ea66d8641e2a0b7bb66cb252 +SIZE (mitchellh-go-wordwrap-v1.0.0_GH0.tar.gz) = 2777 SHA256 (mvdan-xurls-v2.2.0_GH0.tar.gz) = 795d7febcf73503bca2ac9806f12ff6b33b47c13eef2d50b81b10e241d9bdb22 SIZE (mvdan-xurls-v2.2.0_GH0.tar.gz) = 18747 +SHA256 (oklog-run-v1.0.0_GH0.tar.gz) = 079ee5a50fcb299eb7b957dd1acaba1f536f2abe58154d15f55c18959e25907e +SIZE (oklog-run-v1.0.0_GH0.tar.gz) = 7126 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (spf13-cobra-v1.0.0_GH0.tar.gz) = 58dbfe1b4dbc6751575e94d1e62d073098e0b41790bc1c7a7a95ec6b870ac697 -SIZE (spf13-cobra-v1.0.0_GH0.tar.gz) = 128897 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f -SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 -SHA256 (zclconf-go-cty-v1.6.1_GH0.tar.gz) = 02ba73f1a317f0cbe1886c9dbec851b64a654da1abf5726d2bc8b0a654c02409 -SIZE (zclconf-go-cty-v1.6.1_GH0.tar.gz) = 180813 +SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 +SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 +SHA256 (terraform-docs-plugin-sdk-v0.1.0_GH0.tar.gz) = c6003652a045af42e55187184fb8ff250c0d2f989e9f4be9eefc3026ed244073 +SIZE (terraform-docs-plugin-sdk-v0.1.0_GH0.tar.gz) = 23022 +SHA256 (terraform-docs-terraform-config-inspect-6ef25af8884f_GH0.tar.gz) = 4fe3f3e3d6cec8aff1bb27d9424caf42928651464591e8afadfafcb449097213 +SIZE (terraform-docs-terraform-config-inspect-6ef25af8884f_GH0.tar.gz) = 30557 +SHA256 (zclconf-go-cty-v1.1.0_GH0.tar.gz) = 9545f7bad06e4dc4e066597404d685fc4d935be9b86507d64773305fefc5f6bb +SIZE (zclconf-go-cty-v1.1.0_GH0.tar.gz) = 138394 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:25:35 2021 Return-Path: Delivered-To: svn-ports-all@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 76909557D96; Mon, 8 Mar 2021 01:25:35 +0000 (UTC) (envelope-from nc@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 4Dv0yl2ymTz3C1x; Mon, 8 Mar 2021 01:25:35 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58D0F206AB; Mon, 8 Mar 2021 01:25:35 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281PZ90067358; Mon, 8 Mar 2021 01:25:35 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281PZc0067357; Mon, 8 Mar 2021 01:25:35 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080125.1281PZc0067357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567809 - head/sysutils/terraform-switcher X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/sysutils/terraform-switcher X-SVN-Commit-Revision: 567809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:25:35 -0000 Author: nc Date: Mon Mar 8 01:25:34 2021 New Revision: 567809 URL: https://svnweb.freebsd.org/changeset/ports/567809 Log: sysutils/terraform-switcher: Update to 0.10.1010 PR: 254083 Submitted by: Gabriel Dutra <0xdutra AT gmail DOT com> (maintainer) Modified: head/sysutils/terraform-switcher/Makefile head/sysutils/terraform-switcher/distinfo Modified: head/sysutils/terraform-switcher/Makefile ============================================================================== --- head/sysutils/terraform-switcher/Makefile Mon Mar 8 01:24:52 2021 (r567808) +++ head/sysutils/terraform-switcher/Makefile Mon Mar 8 01:25:34 2021 (r567809) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terraform-switcher -PORTVERSION= 0.10.958 +PORTVERSION= 0.10.1010 CATEGORIES= sysutils MAINTAINER= 0xdutra@gmail.com Modified: head/sysutils/terraform-switcher/distinfo ============================================================================== --- head/sysutils/terraform-switcher/distinfo Mon Mar 8 01:24:52 2021 (r567808) +++ head/sysutils/terraform-switcher/distinfo Mon Mar 8 01:25:34 2021 (r567809) @@ -1,6 +1,6 @@ -TIMESTAMP = 1610769495 -SHA256 (warrensbox-terraform-switcher-0.10.958_GH0.tar.gz) = 9923752a2e6a1c5ed8a058830ab82f3d73791168617d9c20417ce16611711586 -SIZE (warrensbox-terraform-switcher-0.10.958_GH0.tar.gz) = 1546049 +TIMESTAMP = 1615085371 +SHA256 (warrensbox-terraform-switcher-0.10.1010_GH0.tar.gz) = e3455b75fdc8e51187aea68f14837af0e873cf7f3827800df9c2e89c5425cd53 +SIZE (warrensbox-terraform-switcher-0.10.1010_GH0.tar.gz) = 1923697 SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba SIZE (Masterminds-semver-v1.5.0_GH0.tar.gz) = 21188 SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f From owner-svn-ports-all@freebsd.org Mon Mar 8 01:26:43 2021 Return-Path: Delivered-To: svn-ports-all@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 DDCB2557D1D; Mon, 8 Mar 2021 01:26:43 +0000 (UTC) (envelope-from nc@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 4Dv103610vz3Bnk; Mon, 8 Mar 2021 01:26:43 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C144D20731; Mon, 8 Mar 2021 01:26:43 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281QhJ8067498; Mon, 8 Mar 2021 01:26:43 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281Qhc6067497; Mon, 8 Mar 2021 01:26:43 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080126.1281Qhc6067497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567810 - head/sysutils/terragrunt X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/sysutils/terragrunt X-SVN-Commit-Revision: 567810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:26:43 -0000 Author: nc Date: Mon Mar 8 01:26:43 2021 New Revision: 567810 URL: https://svnweb.freebsd.org/changeset/ports/567810 Log: sysutils/terragrunt: Update to 0.28.7 PR: 254081 Submitted by: Gabriel Dutra <0xdutra AT gmail DOT com> (maintainer) Modified: head/sysutils/terragrunt/Makefile head/sysutils/terragrunt/distinfo Modified: head/sysutils/terragrunt/Makefile ============================================================================== --- head/sysutils/terragrunt/Makefile Mon Mar 8 01:25:34 2021 (r567809) +++ head/sysutils/terragrunt/Makefile Mon Mar 8 01:26:43 2021 (r567810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= terragrunt -PORTVERSION= 0.27.3 +PORTVERSION= 0.28.7 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -81,14 +81,14 @@ GH_TUPLE= \ hashicorp:go-uuid:v1.0.1:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ - hashicorp:hcl:v2.6.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ + hashicorp:hcl:v2.8.2:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ hashicorp:terraform-config-inspect:c6ae6269b9d7:hashicorp_terraform_config_inspect/vendor/github.com/hashicorp/terraform-config-inspect \ hashicorp:terraform-svchost:65d371908596:hashicorp_terraform_svchost/vendor/github.com/hashicorp/terraform-svchost \ hashicorp:terraform:v0.12.24:hashicorp_terraform/vendor/github.com/hashicorp/terraform \ howeyc:gopass:bf9dde6d0d2c:howeyc_gopass/vendor/github.com/howeyc/gopass \ jmespath:go-jmespath:c2b33e8439af:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ - konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ + konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ lib:pq:v1.2.0:lib_pq/vendor/github.com/lib/pq \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.11:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ @@ -106,7 +106,7 @@ GH_TUPLE= \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ - sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ ulikunitz:xz:v0.5.5:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ urfave:cli:v1.20.0:urfave_cli_1/vendor/gopkg.in/urfave/cli.v1 \ Modified: head/sysutils/terragrunt/distinfo ============================================================================== --- head/sysutils/terragrunt/distinfo Mon Mar 8 01:25:34 2021 (r567809) +++ head/sysutils/terragrunt/distinfo Mon Mar 8 01:26:43 2021 (r567810) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612152191 -SHA256 (gruntwork-io-terragrunt-v0.27.3_GH0.tar.gz) = a9d2c8457ba532ca2bbf06312a7b1eb34789119af8ee5b867a11a217d3877272 -SIZE (gruntwork-io-terragrunt-v0.27.3_GH0.tar.gz) = 2186622 +TIMESTAMP = 1613919481 +SHA256 (gruntwork-io-terragrunt-v0.28.7_GH0.tar.gz) = e84d4ade9ffbc1ca9e0a2b9cf594915a9515d331cfcc65f78b6c36b0cb3b53cc +SIZE (gruntwork-io-terragrunt-v0.28.7_GH0.tar.gz) = 2194280 SHA256 (Azure-azure-sdk-for-go-v46.0.0_GH0.tar.gz) = 040fc55bd78314680937ab400a7812e13f92dfeab1ae0cd516fe01d32e7b8c86 SIZE (Azure-azure-sdk-for-go-v46.0.0_GH0.tar.gz) = 27963508 SHA256 (Azure-go-autorest-0529470822b5_GH0.tar.gz) = 6c5d7d044f101ce6b9fec5510e18adb89c32d22e6bc3a31ff15239b657d750fe @@ -127,8 +127,8 @@ SHA256 (hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13b0 SIZE (hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13094 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 -SHA256 (hashicorp-hcl-v2.6.0_GH0.tar.gz) = 172ae4f4a6fd1f47c27e40f033dcb9e2bf51baca9824e0b37fe3cfbfff3c8ff4 -SIZE (hashicorp-hcl-v2.6.0_GH0.tar.gz) = 392313 +SHA256 (hashicorp-hcl-v2.8.2_GH0.tar.gz) = e8abb93245301a6789d98d88e407ecc4e6a1a095f24a37b7280c066eed988cfb +SIZE (hashicorp-hcl-v2.8.2_GH0.tar.gz) = 399753 SHA256 (hashicorp-terraform-config-inspect-c6ae6269b9d7_GH0.tar.gz) = 01db7f1ee1a22d20ce9cd218af3f879972eb8f7075d9c5b35cf890f6935983a4 SIZE (hashicorp-terraform-config-inspect-c6ae6269b9d7_GH0.tar.gz) = 26641 SHA256 (hashicorp-terraform-svchost-65d371908596_GH0.tar.gz) = 957c9bfac8c43bd21d64b0b0d4f86ad9cd608a6055cdcb76cee95c8154c69c62 @@ -141,8 +141,8 @@ SHA256 (jmespath-go-jmespath-c2b33e8439af_GH0.tar.gz) SIZE (jmespath-go-jmespath-c2b33e8439af_GH0.tar.gz) = 48265 SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe -SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 +SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 +SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 SHA256 (lib-pq-v1.2.0_GH0.tar.gz) = 052e9ce4472eda212e5034fd0298fcf254c22925b1d596b1d043a7a60fe4672e SIZE (lib-pq-v1.2.0_GH0.tar.gz) = 96083 SHA256 (mattn-go-colorable-v0.1.4_GH0.tar.gz) = 157806ad8125e6bef4d9b58c9125ccb98a8343136f93faf442ab0cc6e7c24c11 @@ -177,8 +177,8 @@ SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613 SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143 -SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 -SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 +SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 +SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 SHA256 (stretchr-testify-v1.5.1_GH0.tar.gz) = 6d65f92aeff186bb261dbdb885d9f3ba09db3d79eb5f212fcace1fd4a2858263 SIZE (stretchr-testify-v1.5.1_GH0.tar.gz) = 78657 SHA256 (ulikunitz-xz-v0.5.5_GH0.tar.gz) = 93dbb3ebb8b64c5b7645b3810898dc9463e101a6d4391d160f0949161571fa6e From owner-svn-ports-all@freebsd.org Mon Mar 8 01:28:23 2021 Return-Path: Delivered-To: svn-ports-all@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 9A5C1557DDC; Mon, 8 Mar 2021 01:28:23 +0000 (UTC) (envelope-from nc@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 4Dv11z3vmSz3CBL; Mon, 8 Mar 2021 01:28:23 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 781E9209A2; Mon, 8 Mar 2021 01:28:23 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281SNLL067652; Mon, 8 Mar 2021 01:28:23 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281SNo9067651; Mon, 8 Mar 2021 01:28:23 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080128.1281SNo9067651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567811 - head/mail/mutt X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/mail/mutt X-SVN-Commit-Revision: 567811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:28:23 -0000 Author: nc Date: Mon Mar 8 01:28:22 2021 New Revision: 567811 URL: https://svnweb.freebsd.org/changeset/ports/567811 Log: mail/mutt: Update to 2.0.6 Changes: https://marc.info/?l=mutt-users&m=161506299218890&w=2 PR: 254074 Submitted by: Derek Schrock (maintainer) Modified: head/mail/mutt/Makefile head/mail/mutt/distinfo Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Mon Mar 8 01:26:43 2021 (r567810) +++ head/mail/mutt/Makefile Mon Mar 8 01:28:22 2021 (r567811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.6 CATEGORIES+= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ https://bitbucket.org/mutt/mutt/downloads/ \ Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Mon Mar 8 01:26:43 2021 (r567810) +++ head/mail/mutt/distinfo Mon Mar 8 01:28:22 2021 (r567811) @@ -1,6 +1,6 @@ -TIMESTAMP = 1611365285 -SHA256 (mutt/mutt-2.0.5.tar.gz) = e21d5aec0d3110f89d390929e56a38794a94f5843120d9ff59b21da78fd0004d -SIZE (mutt/mutt-2.0.5.tar.gz) = 5294710 +TIMESTAMP = 1615063297 +SHA256 (mutt/mutt-2.0.6.tar.gz) = 81e31c45895fd624747f19106aa2697d2aa135049ff2e9e9db0a6ed876bcb598 +SIZE (mutt/mutt-2.0.6.tar.gz) = 5294825 SHA256 (mutt/mutt-2.0.5.vc.greeting) = cd91af2f8b30019939243cd736309664b0f00f090f0cd1b2dab6747fb07007e3 SIZE (mutt/mutt-2.0.5.vc.greeting) = 4452 SHA256 (mutt/patch-1.13.0.vvv.initials.xz) = 8b25ad6596bd57d94f6551e7e73ceb8da620468e96fb507b2f51545d5b3eaa02 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:29:54 2021 Return-Path: Delivered-To: svn-ports-all@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 4BDBD5601A6; Mon, 8 Mar 2021 01:29:54 +0000 (UTC) (envelope-from nc@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 4Dv13k1YDHz3CKw; Mon, 8 Mar 2021 01:29:54 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2804B20735; Mon, 8 Mar 2021 01:29:54 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281TsnV067814; Mon, 8 Mar 2021 01:29:54 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281Tr78067812; Mon, 8 Mar 2021 01:29:53 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080129.1281Tr78067812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567812 - in head/sysutils/rundeck3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/sysutils/rundeck3: . files X-SVN-Commit-Revision: 567812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:29:54 -0000 Author: nc Date: Mon Mar 8 01:29:53 2021 New Revision: 567812 URL: https://svnweb.freebsd.org/changeset/ports/567812 Log: sysutils/rundeck3: Update to 3.3.10 Changes: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.10.html PR: 254061 Submitted by: Daniel Tihanyi (maintainer) Modified: head/sysutils/rundeck3/Makefile head/sysutils/rundeck3/distinfo Directory Properties: head/sysutils/rundeck3/files/log4j2.properties.in (props changed) Modified: head/sysutils/rundeck3/Makefile ============================================================================== --- head/sysutils/rundeck3/Makefile Mon Mar 8 01:28:22 2021 (r567811) +++ head/sysutils/rundeck3/Makefile Mon Mar 8 01:29:53 2021 (r567812) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= rundeck -DISTVERSION= 3.3.9 -DISTVERSIONSUFFIX= 20210201 +DISTVERSION= 3.3.10 +DISTVERSIONSUFFIX= 20210301 CATEGORIES= sysutils java MASTER_SITES= https://dl.bintray.com/rundeck/rundeck-maven/org/rundeck/rundeck/ \ https://download.rundeck.org/war/ Modified: head/sysutils/rundeck3/distinfo ============================================================================== --- head/sysutils/rundeck3/distinfo Mon Mar 8 01:28:22 2021 (r567811) +++ head/sysutils/rundeck3/distinfo Mon Mar 8 01:29:53 2021 (r567812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614505436 -SHA256 (rundeck-3.3.9-20210201.war) = 9a3f4f46da402f5416c554dc750e9e916e868ec7de6c5ac1e7f8509f469c6dc1 -SIZE (rundeck-3.3.9-20210201.war) = 176257194 +TIMESTAMP = 1614962957 +SHA256 (rundeck-3.3.10-20210301.war) = 782d6ce16448621e96ffb81d684104a62bca8ab0ffa1f3a1e153d019ef5bc039 +SIZE (rundeck-3.3.10-20210301.war) = 176257198 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:31:29 2021 Return-Path: Delivered-To: svn-ports-all@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 770105602B3; Mon, 8 Mar 2021 01:31:29 +0000 (UTC) (envelope-from nc@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 4Dv15Y31Npz3CwL; Mon, 8 Mar 2021 01:31:29 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A86B207A4; Mon, 8 Mar 2021 01:31:29 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281VTae070369; Mon, 8 Mar 2021 01:31:29 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281VSCO070367; Mon, 8 Mar 2021 01:31:28 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080131.1281VSCO070367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567813 - head/graphics/diff-pdf X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/graphics/diff-pdf X-SVN-Commit-Revision: 567813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:31:29 -0000 Author: nc Date: Mon Mar 8 01:31:28 2021 New Revision: 567813 URL: https://svnweb.freebsd.org/changeset/ports/567813 Log: graphics/diff-pdf: update to 0.5 Changes: https://github.com/vslavik/diff-pdf/releases/tag/v0.5 PR: 254057 Submitted by: Zsolt Udvari (maintainer) Modified: head/graphics/diff-pdf/Makefile head/graphics/diff-pdf/distinfo Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Mon Mar 8 01:29:53 2021 (r567812) +++ head/graphics/diff-pdf/Makefile Mon Mar 8 01:31:28 2021 (r567813) @@ -2,8 +2,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v -DISTVERSION= 0.4.1 -PORTREVISION= 11 +DISTVERSION= 0.5 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu @@ -18,17 +17,12 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler \ USES= autoreconf compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= vslavik -GH_TAGNAME= 6741ab9 +GH_TAGNAME= d494f96 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USE_GNOME= cairo glib20 -USE_WX= 2.8+ +USE_WX= 3.0+ PLIST_FILES= bin/${PORTNAME} - -post-patch: - @${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac - # Poppler 20.12 no longer installs the pc file for this private backend. - ${REINPLACE_CMD} 's|poppler-cairo >= 0.10||g' ${WRKSRC}/configure.ac .include Modified: head/graphics/diff-pdf/distinfo ============================================================================== --- head/graphics/diff-pdf/distinfo Mon Mar 8 01:29:53 2021 (r567812) +++ head/graphics/diff-pdf/distinfo Mon Mar 8 01:31:28 2021 (r567813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585401960 -SHA256 (vslavik-diff-pdf-v0.4.1-6741ab9_GH0.tar.gz) = 0f5e7ba38034daff3045409cb60ff683e8fa5074d4403f15e2543c86145e2c56 -SIZE (vslavik-diff-pdf-v0.4.1-6741ab9_GH0.tar.gz) = 34215 +TIMESTAMP = 1613292102 +SHA256 (vslavik-diff-pdf-v0.5-d494f96_GH0.tar.gz) = 70f9da5b93a7055403a4e8c5f93edbb2f51bf427b216b6bae8a3f7d45c56110f +SIZE (vslavik-diff-pdf-v0.5-d494f96_GH0.tar.gz) = 34859 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:34:03 2021 Return-Path: Delivered-To: svn-ports-all@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 1414A557D5F; Mon, 8 Mar 2021 01:34:03 +0000 (UTC) (envelope-from nc@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 4Dv18W03Trz3D5q; Mon, 8 Mar 2021 01:34:03 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8FF12063F; Mon, 8 Mar 2021 01:34:02 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281Y2WI073737; Mon, 8 Mar 2021 01:34:02 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281Y2ut073733; Mon, 8 Mar 2021 01:34:02 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080134.1281Y2ut073733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567814 - in head/multimedia/get_iplayer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/multimedia/get_iplayer: . files X-SVN-Commit-Revision: 567814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:34:03 -0000 Author: nc Date: Mon Mar 8 01:34:01 2021 New Revision: 567814 URL: https://svnweb.freebsd.org/changeset/ports/567814 Log: multimedia/get_iplayer: Update to 3.27 PR: 254052 Submitted by: Jamie Landeg-Jones (maintainer) Modified: head/multimedia/get_iplayer/Makefile head/multimedia/get_iplayer/distinfo head/multimedia/get_iplayer/files/get_iplayer.in head/multimedia/get_iplayer/pkg-descr head/multimedia/get_iplayer/pkg-message Modified: head/multimedia/get_iplayer/Makefile ============================================================================== --- head/multimedia/get_iplayer/Makefile Mon Mar 8 01:31:28 2021 (r567813) +++ head/multimedia/get_iplayer/Makefile Mon Mar 8 01:34:01 2021 (r567814) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= get_iplayer -PORTVERSION= 3.26 +PORTVERSION= 3.27 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= multimedia net MAINTAINER= jamie@catflap.org -COMMENT= Search, index, or stream archive video from BBC iPlayer +COMMENT= Lists and records BBC iPlayer TV and BBC Sounds radio programmes. LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -42,7 +41,7 @@ OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY FFMPEG_DESC= Enable file conversion using FFmpeg FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg ATOMICPARSLEY_DESC= Enable tagging of media files -ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley +ATOMICPARSLEY_RUN_DEPENDS= AtomicParsley>=0:multimedia/atomicparsley post-patch: ${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \ Modified: head/multimedia/get_iplayer/distinfo ============================================================================== --- head/multimedia/get_iplayer/distinfo Mon Mar 8 01:31:28 2021 (r567813) +++ head/multimedia/get_iplayer/distinfo Mon Mar 8 01:34:01 2021 (r567814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593606427 -SHA256 (get-iplayer-get_iplayer-v3.26_GH0.tar.gz) = 2ec105ccb47910d7f3ff7124ecaa839a8778837c12881358e627a132ba027b06 -SIZE (get-iplayer-get_iplayer-v3.26_GH0.tar.gz) = 148415 +TIMESTAMP = 1614175136 +SHA256 (get-iplayer-get_iplayer-v3.27_GH0.tar.gz) = 2577ea7ab5dca4a0cdb27854eb945d35f36a594d9d766b14a8304b3f1e7fc6d6 +SIZE (get-iplayer-get_iplayer-v3.27_GH0.tar.gz) = 147356 Modified: head/multimedia/get_iplayer/files/get_iplayer.in ============================================================================== --- head/multimedia/get_iplayer/files/get_iplayer.in Mon Mar 8 01:31:28 2021 (r567813) +++ head/multimedia/get_iplayer/files/get_iplayer.in Mon Mar 8 01:34:01 2021 (r567814) @@ -48,7 +48,7 @@ get_iplayer_logfile="${get_iplayer_logfile:+"-o $get_i get_iplayer_env="HOME='${get_iplayer_chdir}'" command=/usr/sbin/daemon -command_args="-f ${get_iplayer_logfile} -u ${name} -p /var/run/${name}/${name}.pid %%WWWDIR%%/${name}.cgi -p ${get_iplayer_bind_port} -l ${get_iplayer_listen_address} --getiplayer %%WWWDIR%%/${name} ${get_iplayer_flags}" +command_args="-r -f ${get_iplayer_logfile} -u ${name} -p /var/run/${name}/${name}.pid %%WWWDIR%%/${name}.cgi -p ${get_iplayer_bind_port} -l ${get_iplayer_listen_address} --getiplayer %%WWWDIR%%/${name} ${get_iplayer_flags}" get_iplayer_flags="" # This is needed to stop the flags being applied to the 'daemon' program. procname=/usr/local/bin/perl pidfile=/var/run/${name}/${name}.pid Modified: head/multimedia/get_iplayer/pkg-descr ============================================================================== --- head/multimedia/get_iplayer/pkg-descr Mon Mar 8 01:31:28 2021 (r567813) +++ head/multimedia/get_iplayer/pkg-descr Mon Mar 8 01:34:01 2021 (r567814) @@ -1,4 +1,7 @@ -This tool allows you to search, index, and record/stream: +WARNING: A UK TV licence is required to access BBC iPlayer TV content legally. + +"get_iplayer" allows you to search, list, record, and stream BBC iPlayer TV +and BBC Sounds radio programmes: BBC iPlayer TV - up to 5200 kbps HD 720p H.264 / Quicktime / MP4 BBC iPlayer Radio - up to 340 kbps AAC / MP4 Modified: head/multimedia/get_iplayer/pkg-message ============================================================================== --- head/multimedia/get_iplayer/pkg-message Mon Mar 8 01:31:28 2021 (r567813) +++ head/multimedia/get_iplayer/pkg-message Mon Mar 8 01:34:01 2021 (r567814) @@ -1,6 +1,8 @@ [ { type: install message: < Delivered-To: svn-ports-all@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 C8758560598; Mon, 8 Mar 2021 01:36:04 +0000 (UTC) (envelope-from nc@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 4Dv1Br5KZMz3CwD; Mon, 8 Mar 2021 01:36:04 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9A35209D7; Mon, 8 Mar 2021 01:36:04 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281a4L4073940; Mon, 8 Mar 2021 01:36:04 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281a3pu073936; Mon, 8 Mar 2021 01:36:03 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080136.1281a3pu073936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567815 - head/games/linux-steam-utils X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/games/linux-steam-utils X-SVN-Commit-Revision: 567815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:36:04 -0000 Author: nc Date: Mon Mar 8 01:36:03 2021 New Revision: 567815 URL: https://svnweb.freebsd.org/changeset/ports/567815 Log: games/linux-steam-utils: update to 20210303 Changes: https://github.com/shkhln/linuxulator-steam-utils/compare/20201010...20210303 PR: 254104 Submitted by: Alex S (maintainer) Modified: head/games/linux-steam-utils/Makefile head/games/linux-steam-utils/distinfo head/games/linux-steam-utils/pkg-message head/games/linux-steam-utils/pkg-plist Modified: head/games/linux-steam-utils/Makefile ============================================================================== --- head/games/linux-steam-utils/Makefile Mon Mar 8 01:34:01 2021 (r567814) +++ head/games/linux-steam-utils/Makefile Mon Mar 8 01:36:03 2021 (r567815) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= steam-utils -DISTVERSION= 20201010 +DISTVERSION= 20210303 CATEGORIES= games linux PKGNAMEPREFIX= linux- @@ -18,26 +18,26 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf USES= linux -USE_LINUX= devtools:build dbuslibs gtk2 dri nss alsa-plugins-oss -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes - USE_GITHUB= yes GH_ACCOUNT= shkhln GH_PROJECT= linuxulator-steam-utils -ALL_TARGET= build +USE_LINUX= devtools:build dbuslibs gtk2 dri nss alsa-plugins-oss +USE_RUBY= yes + +RUBY_NO_BUILD_DEPENDS= yes + MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} +ALL_TARGET= build +PORTSCOUT= ignore:1 + .include post-install: -.for executable in steam steam-install +.for executable in steam steam-install lsu-pkg32 lsu-register-proton lsu-wine-env ${LN} -s ../steam-utils/bin/${executable} ${STAGEDIR}${PREFIX}/bin/${executable} .endfor -.if ${OSVERSION} >= 1300082 - ${REINPLACE_CMD} -e '/fmodfix.so/d' ${TMPPLIST} -.endif .include Modified: head/games/linux-steam-utils/distinfo ============================================================================== --- head/games/linux-steam-utils/distinfo Mon Mar 8 01:34:01 2021 (r567814) +++ head/games/linux-steam-utils/distinfo Mon Mar 8 01:36:03 2021 (r567815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602306918 -SHA256 (shkhln-linuxulator-steam-utils-20201010_GH0.tar.gz) = 93a3d20cf39b77d5062d434478302879017af14e1c835582f5b583e016c4f40d -SIZE (shkhln-linuxulator-steam-utils-20201010_GH0.tar.gz) = 18761 +TIMESTAMP = 1615131367 +SHA256 (shkhln-linuxulator-steam-utils-20210303_GH0.tar.gz) = 9e2e6c01ebf4af38709ec11270ab97b8c3c97fa8800d14b371ea4ea3a62c0fbb +SIZE (shkhln-linuxulator-steam-utils-20210303_GH0.tar.gz) = 17932 Modified: head/games/linux-steam-utils/pkg-message ============================================================================== --- head/games/linux-steam-utils/pkg-message Mon Mar 8 01:34:01 2021 (r567814) +++ head/games/linux-steam-utils/pkg-message Mon Mar 8 01:36:03 2021 (r567815) @@ -4,22 +4,34 @@ Please note, this is an unofficial wrapper for the Steam client and as such it is supported on a best effort basis. +Limitations: + +- Sandbox is disabled for the web browser component. +- Valve Anti-Cheat doesn't work with FreeBSD < 13. +- No controller input, no streaming, no VR. +- No support for Linux Proton builds. + Additional dependencies: -- If you use a NVIDIA card, you need to install a suitable +- If you use an NVIDIA card, you need to install a suitable x11/linux-nvidia-libs(-xxx) port. -Setup: +Steam setup: 1. Create a dedicated FreeBSD non-wheel user account for Steam. Switch to it. 2. Run `steam-install` to download the Steam bootstrap executable. 3. Run `steam` to download updates and start Steam. -Limitations: +For the list of tested Linux games see https://github.com/shkhln/linuxulator-steam-utils/wiki/Compatibility. -- Sandbox is disabled for the web browser component. -- Valve Anti-Cheat doesn't seem to work properly. -- No controller input, no streaming, no VR. -- No Proton (Steam Play). +Native Proton setup (optional, semi-experimental): + +1. Run `sudo pkg install wine-proton libc6-shim python3` and `lsu-pkg32 install wine-proton mesa-dri`. +2. In Steam install Proton 5.13 (appid 1420170) and Steam Linux Runtime - Soldier (appid 1391110). +3. Run `lsu-register-proton` to register emulators/wine-proton as a compatibility tool. +4. Restart Steam. + +To enable emulators/wine-proton right click a game title in Steam, +click Properties, click Compatibility, select emulators/wine-proton. EOM } ] Modified: head/games/linux-steam-utils/pkg-plist ============================================================================== --- head/games/linux-steam-utils/pkg-plist Mon Mar 8 01:34:01 2021 (r567814) +++ head/games/linux-steam-utils/pkg-plist Mon Mar 8 01:36:03 2021 (r567815) @@ -1,27 +1,31 @@ +bin/lsu-pkg32 +bin/lsu-register-proton +bin/lsu-wine-env bin/steam bin/steam-install +steam-utils/bin/lsu-pkg32 +steam-utils/bin/lsu-register-proton +steam-utils/bin/lsu-wine-env steam-utils/bin/steam steam-utils/bin/steam-install steam-utils/lib32/fakenm/libnm-glib.so.4 steam-utils/lib32/fakepulse/libpulse.so.0 steam-utils/lib32/fakeudev/libudev.so.0 -steam-utils/lib32/fmodfix/fmodfix.so +steam-utils/lib32/monofix/monofix.so steam-utils/lib32/pathfix/pathfix.so @comment steam-utils/lib32/protonfix/protonfix.so steam-utils/lib32/steamfix/steamfix.so steam-utils/lib64/fakepulse/libpulse.so.0 steam-utils/lib64/fakeudev/libudev.so.0 -steam-utils/lib64/fmodfix/fmodfix.so +steam-utils/lib64/monofix/monofix.so steam-utils/lib64/pathfix/pathfix.so @comment steam-utils/lib64/protonfix/protonfix.so steam-utils/lib64/webfix/webfix.so steam-utils/lxbin/dbus-launch -steam-utils/lxbin/fhelper32 -steam-utils/lxbin/fhelper64 steam-utils/lxbin/file steam-utils/lxbin/file.rb -steam-utils/lxbin/patch-steam -steam-utils/lxbin/patch-steam.rb +steam-utils/lxbin/lsu-proton @comment steam-utils/lxbin/python3 steam-utils/lxbin/upgrade-steam-runtime steam-utils/lxbin/upgrade-steam-runtime.rb +steam-utils/lxbin/xrandr From owner-svn-ports-all@freebsd.org Mon Mar 8 01:38:33 2021 Return-Path: Delivered-To: svn-ports-all@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 E10785605B0; Mon, 8 Mar 2021 01:38:33 +0000 (UTC) (envelope-from nc@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 4Dv1Fj62tfz3D9b; Mon, 8 Mar 2021 01:38:33 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C23DC206DA; Mon, 8 Mar 2021 01:38:33 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281cXvu074125; Mon, 8 Mar 2021 01:38:33 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281cXVi074124; Mon, 8 Mar 2021 01:38:33 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080138.1281cXVi074124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567816 - head/net/openvswitch X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net/openvswitch X-SVN-Commit-Revision: 567816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:38:33 -0000 Author: nc Date: Mon Mar 8 01:38:33 2021 New Revision: 567816 URL: https://svnweb.freebsd.org/changeset/ports/567816 Log: net/openvswitch: Fix conflicts with libc (uuid_to_string(2)) PR: 238331 Submitted by: Nikola Kolev , amdmi3 Reported by: Ian Campbell MFH: 2021Q1 Modified: head/net/openvswitch/Makefile Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Mon Mar 8 01:36:03 2021 (r567815) +++ head/net/openvswitch/Makefile Mon Mar 8 01:38:33 2021 (r567816) @@ -3,6 +3,7 @@ PORTNAME= openvswitch DISTVERSION= 2.15.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -45,6 +46,10 @@ INSTALL_TARGET=install-strip SHLIB_VER= ${DISTVERSION:C/\.[0-9]*$//} PLIST_SUB= SHLIB_VER=${SHLIB_VER} + +post-patch: + @${REINPLACE_CMD} -e 's|uuid_from_string(|uuid_from_string_ovs(|g' \ + ${WRKSRC}/*/*.c ${WRKSRC}/*/*.h post-install: ${MKDIR} ${STAGEDIR}/var/run/openvswitch From owner-svn-ports-all@freebsd.org Mon Mar 8 01:39:36 2021 Return-Path: Delivered-To: svn-ports-all@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 3AF6A56062E; Mon, 8 Mar 2021 01:39:36 +0000 (UTC) (envelope-from nc@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 4Dv1Gw18DWz3DG7; Mon, 8 Mar 2021 01:39:36 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AB4320644; Mon, 8 Mar 2021 01:39:36 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281dZf6074293; Mon, 8 Mar 2021 01:39:35 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281dZVV074292; Mon, 8 Mar 2021 01:39:35 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103080139.1281dZVV074292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 01:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567817 - branches/2021Q1/net/openvswitch X-SVN-Group: ports-branches X-SVN-Commit-Author: nc X-SVN-Commit-Paths: branches/2021Q1/net/openvswitch X-SVN-Commit-Revision: 567817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:39:36 -0000 Author: nc Date: Mon Mar 8 01:39:35 2021 New Revision: 567817 URL: https://svnweb.freebsd.org/changeset/ports/567817 Log: MFH: r567816 net/openvswitch: Fix conflicts with libc (uuid_to_string(2)) PR: 238331 Submitted by: Nikola Kolev , amdmi3 Reported by: Ian Campbell Approved by: portmgr (bugfix blanket) Modified: branches/2021Q1/net/openvswitch/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/openvswitch/Makefile ============================================================================== --- branches/2021Q1/net/openvswitch/Makefile Mon Mar 8 01:38:33 2021 (r567816) +++ branches/2021Q1/net/openvswitch/Makefile Mon Mar 8 01:39:35 2021 (r567817) @@ -3,6 +3,7 @@ PORTNAME= openvswitch DISTVERSION= 2.14.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -34,6 +35,10 @@ INSTALL_TARGET=install-strip SHLIB_VER= ${DISTVERSION:C/\.[0-9]*$//} PLIST_SUB= SHLIB_VER=${SHLIB_VER} + +post-patch: + @${REINPLACE_CMD} -e 's|uuid_from_string(|uuid_from_string_ovs(|g' \ + ${WRKSRC}/*/*.c ${WRKSRC}/*/*.h post-install: ${MKDIR} ${STAGEDIR}/var/run/openvswitch From owner-svn-ports-all@freebsd.org Mon Mar 8 01:45:55 2021 Return-Path: Delivered-To: svn-ports-all@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 99F1C560BAB; Mon, 8 Mar 2021 01:45:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dv1QC23K6z3Dtf; Mon, 8 Mar 2021 01:45:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A7A220D80; Mon, 8 Mar 2021 01:45:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281js0G080174; Mon, 8 Mar 2021 01:45:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281jsvs080172; Mon, 8 Mar 2021 01:45:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103080145.1281jsvs080172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 01:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567818 - head/databases/usql X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/usql X-SVN-Commit-Revision: 567818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:45:55 -0000 Author: yuri Date: Mon Mar 8 01:45:54 2021 New Revision: 567818 URL: https://svnweb.freebsd.org/changeset/ports/567818 Log: databases/usq: Update 0.8.1 -> 0.8.2 Modified: head/databases/usql/Makefile head/databases/usql/distinfo Modified: head/databases/usql/Makefile ============================================================================== --- head/databases/usql/Makefile Mon Mar 8 01:39:35 2021 (r567817) +++ head/databases/usql/Makefile Mon Mar 8 01:45:54 2021 (r567818) @@ -2,7 +2,7 @@ PORTNAME= usql DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.8.2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -13,161 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= xo -GH_TUPLE= \ - ClickHouse:clickhouse-go:v1.4.3:clickhouse_clickhouse_go/vendor/github.com/ClickHouse/clickhouse-go \ - DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \ - Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ - MichaelS11:go-cql-driver:v0.1.1:michaels11_go_cql_driver/vendor/github.com/MichaelS11/go-cql-driver \ - SAP:go-hdb:v0.102.7:sap_go_hdb/vendor/github.com/SAP/go-hdb \ - VoltDB:voltdb-client-go:v1.0.1:voltdb_voltdb_client_go/vendor/github.com/VoltDB/voltdb-client-go \ - alecthomas:chroma:v0.8.2:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ - alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \ - alecthomas:repr:d37bc2a10ba1:alecthomas_repr/vendor/github.com/alecthomas/repr \ - alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ - alecthomas:units:1786d5ef83d4:alecthomas_units/vendor/github.com/alecthomas/units \ - alexbrainman:odbc:f0492dfa1575:alexbrainman_odbc/vendor/github.com/alexbrainman/odbc \ - amsokol:ignite-go-client:v0.12.2:amsokol_ignite_go_client/vendor/github.com/amsokol/ignite-go-client \ - apache:arrow:e73f20546505:apache_arrow_arrow/vendor/github.com/apache/arrow/go/arrow \ - apache:calcite-avatica-go:v5.0.0:apache_calcite_avatica_go_v5/vendor/github.com/apache/calcite-avatica-go/v5 \ - apache:thrift:v0.13.0:apache_thrift/vendor/github.com/apache/thrift \ - asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ - aws:aws-sdk-go:v1.36.28:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ - beltran:gohive:v1.3.0:beltran_gohive/vendor/github.com/beltran/gohive \ - beltran:gosasl:2f20f217aef6:beltran_gosasl/vendor/github.com/beltran/gosasl \ - beltran:gssapi:d86554db4bab:beltran_gssapi/vendor/github.com/beltran/gssapi \ - bippio:go-impala:v2.0.0:bippio_go_impala/vendor/github.com/bippio/go-impala \ - btnguyen2k:consu:gjrc/v0.1.1:btnguyen2k_consu_gjrc/vendor/github.com/btnguyen2k/consu/gjrc \ - btnguyen2k:consu:olaf/v0.1.3:btnguyen2k_consu_olaf/vendor/github.com/btnguyen2k/consu/olaf \ - btnguyen2k:consu:semita/v0.1.5:btnguyen2k_consu_semita/vendor/github.com/btnguyen2k/consu/semita \ - btnguyen2k:consu:reddo/v0.1.7:btnguyen2k_consu_reddo/vendor/github.com/btnguyen2k/consu/reddo \ - census-instrumentation:opencensus-go:v0.22.5:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ - cloudflare:golz4:ef862a3cdc58:cloudflare_golz4/vendor/github.com/cloudflare/golz4 \ - couchbase:go_n1ql:6cf4e348b127:couchbase_go_n1ql/vendor/github.com/couchbase/go_n1ql \ - couchbase:gomemcached:d0bafc05d04e:couchbase_gomemcached/vendor/github.com/couchbase/gomemcached \ - couchbase:goutils:5e82bb967e67:couchbase_goutils/vendor/github.com/couchbase/goutils \ - cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ - creack:pty:v1.1.11:creack_pty/vendor/github.com/creack/pty \ - danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \ - denisenkom:go-mssqldb:v0.9.0:denisenkom_go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \ - dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ - edsrzf:mmap-go:v1.0.0:edsrzf_mmap_go/vendor/github.com/edsrzf/mmap-go \ - etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ - fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ - form3tech-oss:jwt-go:v3.2.2:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ - frankban:quicktest:v1.4.1:frankban_quicktest/vendor/github.com/frankban/quicktest \ - genjidb:genji:v0.9.0:genjidb_genji/vendor/github.com/genjidb/genji \ - go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ - go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ - go-ole:go-ole:v1.2.5:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ - go-openapi:errors:v0.19.9:go_openapi_errors/vendor/github.com/go-openapi/errors \ - go-openapi:strfmt:v0.20.0:go_openapi_strfmt/vendor/github.com/go-openapi/strfmt \ - go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ - go-stack:stack:v1.8.0:go_stack_stack/vendor/github.com/go-stack/stack \ - go-zookeeper:zk:v1.0.2:go_zookeeper_zk/vendor/github.com/go-zookeeper/zk \ - gocql:gocql:e49edf966d90:gocql_gocql/vendor/github.com/gocql/gocql \ - godror:godror:v0.23.1:godror_godror/vendor/github.com/godror/godror \ - gohxs:readline:a780388e6e7c:gohxs_readline/vendor/github.com/gohxs/readline \ - golang-sql:civil:cb61b32ac6fe:golang_sql_civil/vendor/github.com/golang-sql/civil \ - golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ - golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:lint:83fdc39ff7b5:golang_lint/vendor/golang.org/x/lint \ - golang:mod:v0.4.1:golang_mod/vendor/golang.org/x/mod \ - golang:net:6772e930b67b:golang_net/vendor/golang.org/x/net \ - golang:oauth2:d3ed898aa8a3:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:snappy:v0.0.2:golang_snappy/vendor/github.com/golang/snappy \ - golang:sys:4bcb84eeeb78:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ - golang:tools:e0d201561e39:golang_tools/vendor/golang.org/x/tools \ - golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ - google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ - google:flatbuffers:v1.12.0:google_flatbuffers/vendor/github.com/google/flatbuffers \ - google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:6edceaf6022f:google_go_genproto/vendor/google.golang.org/genproto \ - google:uuid:v1.1.5:google_uuid/vendor/github.com/google/uuid \ - googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go/v2 \ - googleapis:google-api-go-client:v0.36.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ - googleapis:google-cloud-go:v0.75.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ - googleapis:google-cloud-go:storage/v1.13.0:googleapis_google_cloud_go_spanner/vendor/cloud.google.com/go/spanner \ - googleapis:google-cloud-go:bigquery/v1.15.0:googleapis_google_cloud_go_bigquery/vendor/cloud.google.com/go/bigquery \ - grpc:grpc-go:v1.35.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - hailocab:go-hostpool:e80d13ce29ed:hailocab_go_hostpool/vendor/github.com/hailocab/go-hostpool \ - hashicorp:go-uuid:v1.0.2:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \ - jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \ - jackc:pgconn:v1.8.0:jackc_pgconn/vendor/github.com/jackc/pgconn \ - jackc:pgio:v1.0.0:jackc_pgio/vendor/github.com/jackc/pgio \ - jackc:pgpassfile:v1.0.0:jackc_pgpassfile/vendor/github.com/jackc/pgpassfile \ - jackc:pgproto3:v2.0.7:jackc_pgproto3_v2/vendor/github.com/jackc/pgproto3/v2 \ - jackc:pgservicefile:2b9c44734f2b:jackc_pgservicefile/vendor/github.com/jackc/pgservicefile \ - jackc:pgtype:v1.6.2:jackc_pgtype/vendor/github.com/jackc/pgtype \ - jackc:pgx:v4.10.1:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ - jcmturner:aescts:v1.0.1:jcmturner_aescts/vendor/gopkg.in/jcmturner/aescts.v1 \ - jcmturner:aescts:v2.0.0:jcmturner_aescts_v2/vendor/github.com/jcmturner/aescts/v2 \ - jcmturner:dnsutils:v1.0.1:jcmturner_dnsutils/vendor/gopkg.in/jcmturner/dnsutils.v1 \ - jcmturner:dnsutils:v2.0.0:jcmturner_dnsutils_v2/vendor/github.com/jcmturner/dnsutils/v2 \ - jcmturner:gofork:v1.0.0:jcmturner_gofork/vendor/github.com/jcmturner/gofork \ - jcmturner:goidentity:v6.0.1:jcmturner_goidentity_v6/vendor/github.com/jcmturner/goidentity/v6 \ - jcmturner:gokrb5:v6.1.1:jcmturner_gokrb5/vendor/gopkg.in/jcmturner/gokrb5.v6 \ - jcmturner:gokrb5:v8.4.2:jcmturner_gokrb5_v8/vendor/github.com/jcmturner/gokrb5/v8 \ - jcmturner:rpc:v1.1.0:jcmturner_rpc/vendor/gopkg.in/jcmturner/rpc.v1 \ - jcmturner:rpc:v2.0.3:jcmturner_rpc_v2/vendor/github.com/jcmturner/rpc/v2 \ - jedib0t:go-pretty:v4.3.0:jedib0t_go_pretty/vendor/github.com/jedib0t/go-pretty \ - jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - jmrobles:h2go:v0.5.0:jmrobles_h2go/vendor/github.com/jmrobles/h2go \ - jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ - kardianos:osext:2bc1f35cddc0:kardianos_osext/vendor/github.com/kardianos/osext \ - kenshaw:go-couchbase:ee71e5a22c59:kenshaw_go_couchbase/vendor/github.com/couchbase/go-couchbase \ - kenshaw:gocosmos:ccf71873706d:kenshaw_gocosmos/vendor/github.com/btnguyen2k/gocosmos \ - lib:pq:v1.9.0:lib_pq/vendor/github.com/lib/pq \ - mattn:go-adodb:v0.0.1:mattn_go_adodb/vendor/github.com/mattn/go-adodb \ - mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ - mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ - mongodb:mongo-go-driver:v1.4.4:mongodb_mongo_go_driver/vendor/go.mongodb.org/mongo-driver \ - nakagami:firebirdsql:v0.9.0:nakagami_firebirdsql/vendor/github.com/nakagami/firebirdsql \ - pierrec:lz4:v2.2.6:pierrec_lz4/vendor/github.com/pierrec/lz4 \ - pkg:browser:ce105d075bb4:pkg_browser/vendor/github.com/pkg/browser \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - prestodb:presto-go-client:8958eb37e584:prestodb_presto_go_client/vendor/github.com/prestodb/presto-go-client \ - protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - rakyll:go-sql-driver-spanner:c013a6449778:rakyll_go_sql_driver_spanner/vendor/github.com/rakyll/go-sql-driver-spanner \ - remyoudompheng:bigfft:eec4a21b6bb0:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \ - rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ - russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ - shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ - sijms:go-ora:9c6316265b76:sijms_go_ora/vendor/github.com/sijms/go-ora \ - sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - snowflakedb:gosnowflake:v1.3.13:snowflakedb_gosnowflake/vendor/github.com/snowflakedb/gosnowflake \ - spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ - thda:tds:v0.1.7:thda_tds/vendor/github.com/thda/tds \ - trinodb:trino-go-client:f7fb3eab12b1:trinodb_trino_go_client/vendor/github.com/trinodb/trino-go-client \ - twinj:uuid:v1.0.0:twinj_uuid/vendor/github.com/twinj/uuid \ - uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \ - uber-go:multierr:v1.6.0:uber_go_multierr/vendor/go.uber.org/multierr \ - uber-go:tally:v3.3.17:uber_go_tally/vendor/github.com/uber-go/tally \ - uber-go:zap:v1.16.0:uber_go_zap/vendor/go.uber.org/zap \ - uber:athenadriver:v1.1.12:uber_athenadriver/vendor/github.com/uber/athenadriver \ - unchartedsoftware:witch:4f405404126f:unchartedsoftware_witch/vendor/github.com/unchartedsoftware/witch \ - urfave:cli:v1.22.5:urfave_cli/vendor/github.com/urfave/cli \ - vertica:vertica-sql-go:v1.1.1:vertica_vertica_sql_go/vendor/github.com/vertica/vertica-sql-go \ - vmihailenco:msgpack:v5.0.0-beta.1:vmihailenco_msgpack_v5/vendor/github.com/vmihailenco/msgpack/v5 \ - vmihailenco:tagparser:v0.1.2:vmihailenco_tagparser/vendor/github.com/vmihailenco/tagparser \ - xinsnake:go-http-digest-auth-client:v0.6.0:xinsnake_go_http_digest_auth_client/vendor/github.com/xinsnake/go-http-digest-auth-client \ - xo:dburl:v0.2.1:xo_dburl/vendor/github.com/xo/dburl \ - xo:tblfmt:v0.1.0:xo_tblfmt/vendor/github.com/xo/tblfmt \ - xo:terminfo:c22d04bf3159:xo_terminfo/vendor/github.com/xo/terminfo \ - xo:xoutil:46189f4026a5:xo_xoutil/vendor/github.com/xo/xoutil \ - xwb1989:sqlparser:120387863bf2:xwb1989_sqlparser/vendor/github.com/xwb1989/sqlparser \ - zaf:temp:94e385923345:zaf_temp/vendor/github.com/zaf/temp \ - ziutek:mymysql:v1.5.4:ziutek_mymysql/vendor/github.com/ziutek/mymysql -USE_GITLAB= nodefault -GL_TUPLE= \ - nyarla:go-crypt:d9a5dc2b789bc330075d4b805d9b7c971f2865a1:nyarla_go_crypt/vendor/gitlab.com/nyarla/go-crypt +GO_MODULE= github.com/xo/usql PLIST_FILES= bin/usql Modified: head/databases/usql/distinfo ============================================================================== --- head/databases/usql/distinfo Mon Mar 8 01:39:35 2021 (r567817) +++ head/databases/usql/distinfo Mon Mar 8 01:45:54 2021 (r567818) @@ -1,303 +1,5 @@ -TIMESTAMP = 1613637231 -SHA256 (xo-usql-v0.8.1_GH0.tar.gz) = 449f05b322e202577fcc6fb6b9b66797edf6dc8403d95aef6c9358cba934a565 -SIZE (xo-usql-v0.8.1_GH0.tar.gz) = 133733 -SHA256 (ClickHouse-clickhouse-go-v1.4.3_GH0.tar.gz) = 6a4a8882ecaf2042317086f06290509d30cae5db3b742047bc339f48c0622478 -SIZE (ClickHouse-clickhouse-go-v1.4.3_GH0.tar.gz) = 697373 -SHA256 (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = b78616fddfcc76892aecb5344968d7f3843128b70eba6c4752f092dc992c3b98 -SIZE (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = 35521 -SHA256 (Masterminds-semver-v1.5.0_GH0.tar.gz) = c9140eddfb03dc862f826e7761561260b9a840afa7519cc0919e89a43b5be5ba -SIZE (Masterminds-semver-v1.5.0_GH0.tar.gz) = 21188 -SHA256 (MichaelS11-go-cql-driver-v0.1.1_GH0.tar.gz) = 0745fd136015356bb07f10a51a5b1cb649b6626e7554c408adf1065f0e0fcf1d -SIZE (MichaelS11-go-cql-driver-v0.1.1_GH0.tar.gz) = 14828 -SHA256 (SAP-go-hdb-v0.102.7_GH0.tar.gz) = 8c28e47f3b829129666703fa06ed7218fa1a206dbfe0d4c818c5508dd3796ab7 -SIZE (SAP-go-hdb-v0.102.7_GH0.tar.gz) = 114208 -SHA256 (VoltDB-voltdb-client-go-v1.0.1_GH0.tar.gz) = 93033813ddbad8a81bc2ef750fe506d3edf5a15c24150839c43be0294c909335 -SIZE (VoltDB-voltdb-client-go-v1.0.1_GH0.tar.gz) = 8763312 -SHA256 (alecthomas-chroma-v0.8.2_GH0.tar.gz) = b7b9bd2ff49a18127dd00cee0d8e1d262b861b0641f711cbf9c615431f2b9499 -SIZE (alecthomas-chroma-v0.8.2_GH0.tar.gz) = 637306 -SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624eae43489de8a71ea60efaf6744c581b6bd62909f7514c484c1ea0efaba5a -SIZE (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 44383 -SHA256 (alecthomas-repr-d37bc2a10ba1_GH0.tar.gz) = 935e4ade182b6cf97ad598f956c15e1c172af37b45c5fabe38b08b99fc02642e -SIZE (alecthomas-repr-d37bc2a10ba1_GH0.tar.gz) = 4958 -SHA256 (alecthomas-template-fb15b899a751_GH0.tar.gz) = 2e2a44375eca48ce941182504b5d13aa98182b9a3f64ace33bfda52208bd0f5e -SIZE (alecthomas-template-fb15b899a751_GH0.tar.gz) = 55339 -SHA256 (alecthomas-units-1786d5ef83d4_GH0.tar.gz) = e1b451fbc8f00c599dd22ec3a8c65de7873bbfb7f87418b2605d15ca1dc23e9b -SIZE (alecthomas-units-1786d5ef83d4_GH0.tar.gz) = 4925 -SHA256 (alexbrainman-odbc-f0492dfa1575_GH0.tar.gz) = a6374ed0e1d7e079dc255120fb487264d6ec5f0a00599ea3cd0d4404d183f080 -SIZE (alexbrainman-odbc-f0492dfa1575_GH0.tar.gz) = 31054 -SHA256 (amsokol-ignite-go-client-v0.12.2_GH0.tar.gz) = 0a887d7ec94481bf1a65f83404a814760aad7e6d66dc4433963b7067a662384d -SIZE (amsokol-ignite-go-client-v0.12.2_GH0.tar.gz) = 61607 -SHA256 (apache-arrow-e73f20546505_GH0.tar.gz) = 5c63b43568dbdd609ade82347532a85abb9cf67c32af64c14bdcf2703c1326cf -SIZE (apache-arrow-e73f20546505_GH0.tar.gz) = 7498797 -SHA256 (apache-calcite-avatica-go-v5.0.0_GH0.tar.gz) = 083e2c58b8f69c5a66828af732d835c64899a02707a896005ffaedc30a62dd27 -SIZE (apache-calcite-avatica-go-v5.0.0_GH0.tar.gz) = 152511 -SHA256 (apache-thrift-v0.13.0_GH0.tar.gz) = 5da60088e60984f4f0801deeea628d193c33cec621e78c8a43a5d8c4055f7ad9 -SIZE (apache-thrift-v0.13.0_GH0.tar.gz) = 3202365 -SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d -SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431 -SHA256 (aws-aws-sdk-go-v1.36.28_GH0.tar.gz) = 0ef99ca2d5230bca14afcefc255fa4cb0eccd799a63ba81f7ddfb94b93a6f571 -SIZE (aws-aws-sdk-go-v1.36.28_GH0.tar.gz) = 17973263 -SHA256 (beltran-gohive-v1.3.0_GH0.tar.gz) = 0a41d45cc3533c95cec1b58d4bccd6a0369febcaeb184214a75816f68463af13 -SIZE (beltran-gohive-v1.3.0_GH0.tar.gz) = 74127 -SHA256 (beltran-gosasl-2f20f217aef6_GH0.tar.gz) = 8c48e7ab08ca77a7ad01d263cfa45f8457bf3b0da2c0b5ec8f0bc9b7c1a5bd3e -SIZE (beltran-gosasl-2f20f217aef6_GH0.tar.gz) = 9150 -SHA256 (beltran-gssapi-d86554db4bab_GH0.tar.gz) = 5b1498102dd2fb70811010793402f30b2cd1849573de9007d7b4066d8a05ff1b -SIZE (beltran-gssapi-d86554db4bab_GH0.tar.gz) = 36324 -SHA256 (bippio-go-impala-v2.0.0_GH0.tar.gz) = 31521374931cbaba9b65ba972d79b93e0cf616dc0664fde2d47cb4c560516f3d -SIZE (bippio-go-impala-v2.0.0_GH0.tar.gz) = 157895 -SHA256 (btnguyen2k-consu-gjrc-v0.1.1_GH0.tar.gz) = af1a694b218f3261d8ee0c5136565f2c0e3b7349f47e6173f50e857fa85179ec -SIZE (btnguyen2k-consu-gjrc-v0.1.1_GH0.tar.gz) = 40195 -SHA256 (btnguyen2k-consu-olaf-v0.1.3_GH0.tar.gz) = 54b880346654ecc5b126ff033a37cae1d5641571dda83385af92c988293a3c5a -SIZE (btnguyen2k-consu-olaf-v0.1.3_GH0.tar.gz) = 42772 -SHA256 (btnguyen2k-consu-semita-v0.1.5_GH0.tar.gz) = a8c3e1e437d485243c9a4dbd01c876e0b66b62c1ad48dbbc1f08d4f5f80ee442 -SIZE (btnguyen2k-consu-semita-v0.1.5_GH0.tar.gz) = 44486 -SHA256 (btnguyen2k-consu-reddo-v0.1.7_GH0.tar.gz) = 93aa43a2ed8df684216f4aa9d37004eacdadc4d308c87402e97c79f0c65f3f76 -SIZE (btnguyen2k-consu-reddo-v0.1.7_GH0.tar.gz) = 44194 -SHA256 (census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 881df0d24a0df8afacd2228d4987252f742061fe8eeb5f14cc9e3f32b7c357be -SIZE (census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 171403 -SHA256 (cloudflare-golz4-ef862a3cdc58_GH0.tar.gz) = 324ef2685faede75c6ea0c8fde73d31bc411b0ac604e999d32de9bf7a8fb8147 -SIZE (cloudflare-golz4-ef862a3cdc58_GH0.tar.gz) = 28881 -SHA256 (couchbase-go_n1ql-6cf4e348b127_GH0.tar.gz) = f1f8d9aa53c6b8f1010d60438fab555831d29092040a75709576705710f170a3 -SIZE (couchbase-go_n1ql-6cf4e348b127_GH0.tar.gz) = 16698 -SHA256 (couchbase-gomemcached-d0bafc05d04e_GH0.tar.gz) = 6054b4989e01e25ce1128d67c5c89c4ab7186f01b2c432f88d1a6c314370c78a -SIZE (couchbase-gomemcached-d0bafc05d04e_GH0.tar.gz) = 65358 -SHA256 (couchbase-goutils-5e82bb967e67_GH0.tar.gz) = 712557e75309767e23a82ef43a77f95e9869d1ff4622310c9cbf3318f22a50b9 -SIZE (couchbase-goutils-5e82bb967e67_GH0.tar.gz) = 15803 -SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 -SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021 -SHA256 (creack-pty-v1.1.11_GH0.tar.gz) = ee903119251fdf7d90dae890fec40015c5b6049daa68ec8d8750c3ebceaaf5ed -SIZE (creack-pty-v1.1.11_GH0.tar.gz) = 8396 -SHA256 (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 7ebff38d382142f9220d2cfcb4731d0ae90cdef71238c94a15c35f8aa746007f -SIZE (danwakefield-fnmatch-cbb64ac3d964_GH0.tar.gz) = 4955 -SHA256 (denisenkom-go-mssqldb-v0.9.0_GH0.tar.gz) = a7f37c85fc2348a50a574cfe30b821d59ccea2224732735fbfcf50e826fbb692 -SIZE (denisenkom-go-mssqldb-v0.9.0_GH0.tar.gz) = 522803 -SHA256 (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 774718cb87c5cc7b954e4f17056f6a189c8d542ecbf989330296bc7e3885851b -SIZE (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 205882 -SHA256 (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 49c502c28de1e36f12005a70543ae62e15dcd85565572df4e973beb5812587bf -SIZE (edsrzf-mmap-go-v1.0.0_GH0.tar.gz) = 5463 -SHA256 (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 63fed2e9bbdcc2aa279c2a7ea4a59c39bc21616ec2c96abff0020872beb3dbad -SIZE (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 96494 -SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e -SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 -SHA256 (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 179ca725463e7f13be8591bc285f4048da6887b1056d96848b16e137c995a2e2 -SIZE (form3tech-oss-jwt-go-v3.2.2_GH0.tar.gz) = 38248 -SHA256 (frankban-quicktest-v1.4.1_GH0.tar.gz) = b302cc99cc71bb52893cc4f550dbe76b5e139b0ebd73a7fe0f358ee66a97b8fd -SIZE (frankban-quicktest-v1.4.1_GH0.tar.gz) = 26625 -SHA256 (genjidb-genji-v0.9.0_GH0.tar.gz) = e82ab603da8fb9745c0d5fd0902af5987927c657cc4bd8edb4d07d698f1cde4b -SIZE (genjidb-genji-v0.9.0_GH0.tar.gz) = 177196 -SHA256 (go-inf-inf-v0.9.1_GH0.tar.gz) = 756e00e87207cb063d305b6e38bf56dba4d76586fbe40b7d6b657d22516d0f71 -SIZE (go-inf-inf-v0.9.1_GH0.tar.gz) = 13072 -SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258 -SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745 -SHA256 (go-ole-go-ole-v1.2.5_GH0.tar.gz) = 02cdfa4eab288ce2075c9f90ceb6954a12f48a2f6c9eef4a65459b7376d8befa -SIZE (go-ole-go-ole-v1.2.5_GH0.tar.gz) = 52031 -SHA256 (go-openapi-errors-v0.19.9_GH0.tar.gz) = 1a02020399a6e546dced9f53f10538651f5ea6187682c322c52e1e054dcab5ad -SIZE (go-openapi-errors-v0.19.9_GH0.tar.gz) = 18215 -SHA256 (go-openapi-strfmt-v0.20.0_GH0.tar.gz) = 1abd955528d6ffa4a3063c22fab159390628fdfc2857208db639bbe4b0ff39c6 -SIZE (go-openapi-strfmt-v0.20.0_GH0.tar.gz) = 41405 -SHA256 (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 9d98b46623037447a26a51a203540bf605b6e6220d31f2efc7396242fcb660b5 -SIZE (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 90474 -SHA256 (go-stack-stack-v1.8.0_GH0.tar.gz) = 3b8987e137d76f4f35db1e8005ec7fb766b68eed8cac0ca0b795ac43cd72b319 -SIZE (go-stack-stack-v1.8.0_GH0.tar.gz) = 8039 -SHA256 (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = b752c97a44f5dbfc01a156c7a8c3de76d461af6686f61f7a01e13162be19c511 -SIZE (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = 43406 -SHA256 (gocql-gocql-e49edf966d90_GH0.tar.gz) = 3eb9250346c2d81a099c72edcd6ff703b812bc8b648700a044fa4d800244816d -SIZE (gocql-gocql-e49edf966d90_GH0.tar.gz) = 193388 -SHA256 (godror-godror-v0.23.1_GH0.tar.gz) = 158e24c78ee4fa290d14ffcb198147b3f77c4c48aea807a1e9f0a3279ef3184b -SIZE (godror-godror-v0.23.1_GH0.tar.gz) = 346354 -SHA256 (gohxs-readline-a780388e6e7c_GH0.tar.gz) = 7a73f99a8f408b7757fa52835bcd8d645d54e2482cf173803c3deff13c7619db -SIZE (gohxs-readline-a780388e6e7c_GH0.tar.gz) = 942307 -SHA256 (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = ebc100d46719b1374b59e59bc63baffaec6a2bface5b0d519024f43c097cdc3e -SIZE (golang-sql-civil-cb61b32ac6fe_GH0.tar.gz) = 8359 -SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f -SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8 -SIZE (golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798 -SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865 -SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047 -SHA256 (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 5014077abbc075c3b4b459f7ad98cc1c28f2ae6bde906a9d8ed19d8c8b97987a -SIZE (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 31889 -SHA256 (golang-mod-v0.4.1_GH0.tar.gz) = 548935751dbc1c29a27bf1b1de6d7ffe58b752d6ad7bc1f254e6ea89ae2ddd59 -SIZE (golang-mod-v0.4.1_GH0.tar.gz) = 102751 -SHA256 (golang-net-6772e930b67b_GH0.tar.gz) = fde23e272650c45d1538ff7fc0e88d3935f6bb2a45c8c4d595c0b9375301d52e -SIZE (golang-net-6772e930b67b_GH0.tar.gz) = 1251401 -SHA256 (golang-oauth2-d3ed898aa8a3_GH0.tar.gz) = cd788f64d394f5d002c9cbb5018b05910ee2186c614b0068149b87b42a87d9ad -SIZE (golang-oauth2-d3ed898aa8a3_GH0.tar.gz) = 67321 -SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 -SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 -SHA256 (golang-snappy-v0.0.2_GH0.tar.gz) = 1807e65db2cf6b03eb7d16345ce31c82e66d178828b588aafcf7fa162483de8d -SIZE (golang-snappy-v0.0.2_GH0.tar.gz) = 65973 -SHA256 (golang-sys-4bcb84eeeb78_GH0.tar.gz) = 8404dc19a7a60236cc3c25abb192125961d338b182f97115d6265e063a4198e8 -SIZE (golang-sys-4bcb84eeeb78_GH0.tar.gz) = 1101830 -SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 -SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 -SHA256 (golang-tools-e0d201561e39_GH0.tar.gz) = 5435bc6768d20382ae8a0201bf449943b6b1a92ea17c2cfed71b3da2437a173b -SIZE (golang-tools-e0d201561e39_GH0.tar.gz) = 2682913 -SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 -SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 -SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30 -SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292 -SHA256 (google-flatbuffers-v1.12.0_GH0.tar.gz) = 62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45 -SIZE (google-flatbuffers-v1.12.0_GH0.tar.gz) = 1145348 -SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b -SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019 -SHA256 (google-go-genproto-6edceaf6022f_GH0.tar.gz) = eeed84c461733dc6e858b31c7cf5f26a76dd61fef7e9fb0540c17051eb2f2375 -SIZE (google-go-genproto-6edceaf6022f_GH0.tar.gz) = 7505603 -SHA256 (google-uuid-v1.1.5_GH0.tar.gz) = eb8f05b108926a6d1022bf4e2ac8438f1ad04ae1ef1a30578f53348deb066a02 -SIZE (google-uuid-v1.1.5_GH0.tar.gz) = 14110 -SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c -SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 -SHA256 (googleapis-google-api-go-client-v0.36.0_GH0.tar.gz) = 8bde85415eb56ce3080c0abf90e232d910e494d175ac9d5d9277c136162788fd -SIZE (googleapis-google-api-go-client-v0.36.0_GH0.tar.gz) = 17490973 -SHA256 (googleapis-google-cloud-go-v0.75.0_GH0.tar.gz) = 6c000f2f072e7146c6ffaee568ed00e870fcf99e4754715288e9ae107e9cc147 -SIZE (googleapis-google-cloud-go-v0.75.0_GH0.tar.gz) = 3250394 -SHA256 (googleapis-google-cloud-go-storage-v1.13.0_GH0.tar.gz) = 42d88b5f9fbeadf368ee1e9dd78b46e1105f503057bcf2be40e47ebc0ab25b1c -SIZE (googleapis-google-cloud-go-storage-v1.13.0_GH0.tar.gz) = 3351779 -SHA256 (googleapis-google-cloud-go-bigquery-v1.15.0_GH0.tar.gz) = 694c3650ebb24061fd76091de819526cc632929268f3f8c03ff264b9b4ddb70e -SIZE (googleapis-google-cloud-go-bigquery-v1.15.0_GH0.tar.gz) = 3268948 -SHA256 (grpc-grpc-go-v1.35.0_GH0.tar.gz) = d6ad74f8f48f957e81e86130931ddc9e9ec4f358ef14d5a5982ecc7260d503e8 -SIZE (grpc-grpc-go-v1.35.0_GH0.tar.gz) = 1164449 -SHA256 (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = c757c20d1397898e890ed61eb5e5c0ae21a3e5f1f9b290c7ea45c68c2f34b7ac -SIZE (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = 7028 -SHA256 (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 2dee0f810c3e3a2cd3d49a075d0a64a88806c90712a4b66013b20a1ff0562eae -SIZE (hashicorp-go-uuid-v1.0.2_GH0.tar.gz) = 7058 -SHA256 (jackc-chunkreader-v2.0.1_GH0.tar.gz) = bf856bad6608fb7345707aba713a1d77eb984f1d217065738a12c97e37669be4 -SIZE (jackc-chunkreader-v2.0.1_GH0.tar.gz) = 3038 -SHA256 (jackc-pgconn-v1.8.0_GH0.tar.gz) = 905e72f29915417ace187a86e2babdf6aea0812d84581ccdcc67dc4ecb4060bf -SIZE (jackc-pgconn-v1.8.0_GH0.tar.gz) = 50867 -SHA256 (jackc-pgio-v1.0.0_GH0.tar.gz) = d36e367c877954acdc96b8cd1a0df417b4cfae80dae726474a8f0de3a68a68ab -SIZE (jackc-pgio-v1.0.0_GH0.tar.gz) = 1884 -SHA256 (jackc-pgpassfile-v1.0.0_GH0.tar.gz) = df8904662382e1d0064ec7a5a8c36c49264d7128cea923d597802ada8c5b9603 -SIZE (jackc-pgpassfile-v1.0.0_GH0.tar.gz) = 3254 -SHA256 (jackc-pgproto3-v2.0.7_GH0.tar.gz) = c456e196673b8da00e1e3e0be7c10ef3754f58a86aa360dda316fdfa489e2895 -SIZE (jackc-pgproto3-v2.0.7_GH0.tar.gz) = 17284 -SHA256 (jackc-pgservicefile-2b9c44734f2b_GH0.tar.gz) = dd6cf77deb2456b1c8e56875ed901a57eb887e63ae5de48f364906131275497e -SIZE (jackc-pgservicefile-2b9c44734f2b_GH0.tar.gz) = 2991 -SHA256 (jackc-pgtype-v1.6.2_GH0.tar.gz) = 143c7e4b58451348a8b57ee13e74a1ae2c7eb78279af065745e82cadf2a37975 -SIZE (jackc-pgtype-v1.6.2_GH0.tar.gz) = 174708 -SHA256 (jackc-pgx-v4.10.1_GH0.tar.gz) = f0e996611beb31a9d1478298d83c072c611564560c323d5411ddff2a69bd6b51 -SIZE (jackc-pgx-v4.10.1_GH0.tar.gz) = 101964 -SHA256 (jcmturner-aescts-v1.0.1_GH0.tar.gz) = 89d8aa45b05c9cd5e66c40a5c4f3a5224dbf9632d1fd1e27d05f2ad26effae32 -SIZE (jcmturner-aescts-v1.0.1_GH0.tar.gz) = 7311 -SHA256 (jcmturner-aescts-v2.0.0_GH0.tar.gz) = fe4be1d56d46dd42e382fb9c80a4749f80e1ae8910f9a03ef214abaaa10d8623 -SIZE (jcmturner-aescts-v2.0.0_GH0.tar.gz) = 8988 -SHA256 (jcmturner-dnsutils-v1.0.1_GH0.tar.gz) = 9781a79a5b46e6ad245d238d1be1b37d8eab9ca9e57edb575ef0af158adeeefb -SIZE (jcmturner-dnsutils-v1.0.1_GH0.tar.gz) = 6346 -SHA256 (jcmturner-dnsutils-v2.0.0_GH0.tar.gz) = cf159f3bad90db84dc8c8814d10f10560c7ec83c4ec160dfad9502d4a17c9958 -SIZE (jcmturner-dnsutils-v2.0.0_GH0.tar.gz) = 7961 -SHA256 (jcmturner-gofork-v1.0.0_GH0.tar.gz) = d85188110837abd563dca4d9013665f82348a541beb47ee08207e70a161c9755 -SIZE (jcmturner-gofork-v1.0.0_GH0.tar.gz) = 27036 -SHA256 (jcmturner-goidentity-v6.0.1_GH0.tar.gz) = 493e40431872340d8b7fdebb6ebb76442d0d52f362f4414bf28b69305c36fd81 -SIZE (jcmturner-goidentity-v6.0.1_GH0.tar.gz) = 7068 -SHA256 (jcmturner-gokrb5-v6.1.1_GH0.tar.gz) = 75203e65794638fc749e23f3d9063ea8b33b3cec60273b2f1006d676028e1b4f -SIZE (jcmturner-gokrb5-v6.1.1_GH0.tar.gz) = 55011044 -SHA256 (jcmturner-gokrb5-v8.4.2_GH0.tar.gz) = 089b73043d9209d998b81f117f22b0c5c4e749c0270d6e12eba649b25e8e0b0a -SIZE (jcmturner-gokrb5-v8.4.2_GH0.tar.gz) = 306132 -SHA256 (jcmturner-rpc-v1.1.0_GH0.tar.gz) = 4ec57839cacb49d87fe22d4ee4286daf4944808d9af09739d218c62255f364b7 -SIZE (jcmturner-rpc-v1.1.0_GH0.tar.gz) = 28845 -SHA256 (jcmturner-rpc-v2.0.3_GH0.tar.gz) = 4bedb66a89dd261063d42e5f08d22eab3373ef529a78d72800f8727b62336ca3 -SIZE (jcmturner-rpc-v2.0.3_GH0.tar.gz) = 55627 -SHA256 (jedib0t-go-pretty-v4.3.0_GH0.tar.gz) = 563c07ce1dc3bfaf88d3dad0e965c09e449993f775f30396b2e399953ffd7294 -SIZE (jedib0t-go-pretty-v4.3.0_GH0.tar.gz) = 550932 -SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d -SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 -SHA256 (jmrobles-h2go-v0.5.0_GH0.tar.gz) = 4e679d55b6643f2bd9a103db4fbf16eb6a9fe2c2516ad1020ad0ea3b80fd307d -SIZE (jmrobles-h2go-v0.5.0_GH0.tar.gz) = 15162 -SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 -SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 -SHA256 (kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = c032455620be4be434428bfe5b73679ccd7c01f402607c45204d233ce8923309 -SIZE (kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = 4898 -SHA256 (kenshaw-go-couchbase-ee71e5a22c59_GH0.tar.gz) = 9c4b941e73e02c507042dbc57d81942b5d1356e998e5b8daa855479604a96c76 -SIZE (kenshaw-go-couchbase-ee71e5a22c59_GH0.tar.gz) = 91339 -SHA256 (kenshaw-gocosmos-ccf71873706d_GH0.tar.gz) = 51d32d830427afcc0be50978a774c202e277be66cd4b0d83da2e69336df8525a -SIZE (kenshaw-gocosmos-ccf71873706d_GH0.tar.gz) = 39333 -SHA256 (lib-pq-v1.9.0_GH0.tar.gz) = 9c60e717d83c717de9eae5b71497e546a4c3a384179b2f776fd86e01b8545637 -SIZE (lib-pq-v1.9.0_GH0.tar.gz) = 103393 -SHA256 (mattn-go-adodb-v0.0.1_GH0.tar.gz) = f80a4384e19fc6b5bc26c60392e7063bd03f5cc682694a3e75b587a80b65f544 -SIZE (mattn-go-adodb-v0.0.1_GH0.tar.gz) = 5623 -SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f -SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 48cb8654014d9eab1d59088dd1879907de1dab51c2ed3cee8c8254c1708c2d8e -SIZE (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 16778 -SHA256 (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = ed015860c9b3e701d8cce7dcb0bcb2e2f53071718334465b10abb696f7de0e58 -SIZE (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = 2335418 -SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048 -SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826 -SHA256 (mongodb-mongo-go-driver-v1.4.4_GH0.tar.gz) = 394bb580f6f83175ffbb6780117157a20c59d45198aa100ccdbf5c85618ac914 -SIZE (mongodb-mongo-go-driver-v1.4.4_GH0.tar.gz) = 5898078 -SHA256 (nakagami-firebirdsql-v0.9.0_GH0.tar.gz) = 7afe27bae2be8c0ecfcde151627a5cd5f8b79e4dd2fb6f3a096528ceaf4a3402 -SIZE (nakagami-firebirdsql-v0.9.0_GH0.tar.gz) = 72403 -SHA256 (pierrec-lz4-v2.2.6_GH0.tar.gz) = 9a20f791c375a48305e29f3de6b56f86f4e245568ee23e97aacc44c0af8d9c24 -SIZE (pierrec-lz4-v2.2.6_GH0.tar.gz) = 20500086 -SHA256 (pkg-browser-ce105d075bb4_GH0.tar.gz) = 796b05c5a0f081994403ad19158188a153ea2e72cdb14a458678fd5a7c34dbed -SIZE (pkg-browser-ce105d075bb4_GH0.tar.gz) = 4194 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (prestodb-presto-go-client-8958eb37e584_GH0.tar.gz) = 8a0a93b7b50ae0e7ecc62c7a6a40562a7c3cf4f0004554194b5ea7d00af190b0 -SIZE (prestodb-presto-go-client-8958eb37e584_GH0.tar.gz) = 27137 -SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 -SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 -SHA256 (rakyll-go-sql-driver-spanner-c013a6449778_GH0.tar.gz) = 43a93f5d5de5191b447d0b470477f9341fba53fec3792fd265990d0b6544c3d6 -SIZE (rakyll-go-sql-driver-spanner-c013a6449778_GH0.tar.gz) = 21459 -SHA256 (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = b04eb9db5a31247c959ada829f83ee421a64824a6328c6b566d51e91b0817f82 -SIZE (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = 14904 -SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 -SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 -SHA256 (russross-blackfriday-v2.1.0_GH0.tar.gz) = a13af0fc5305713f5154693feaf654d024689efea76390091a5e8c757335b4f4 -SIZE (russross-blackfriday-v2.1.0_GH0.tar.gz) = 92896 -SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58 -SIZE (shopspring-decimal-v1.2.0_GH0.tar.gz) = 37755 -SHA256 (sijms-go-ora-9c6316265b76_GH0.tar.gz) = 60a740a39332907be5965535f76cdfcffe839fcddfced66cf51a8cbce95d8772 -SIZE (sijms-go-ora-9c6316265b76_GH0.tar.gz) = 138588 -SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca -SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 -SHA256 (snowflakedb-gosnowflake-v1.3.13_GH0.tar.gz) = 96b538c0a798758d9f16544600069f46d1cbbf556d18b141dc1198e9eee0380e -SIZE (snowflakedb-gosnowflake-v1.3.13_GH0.tar.gz) = 2004320 -SHA256 (spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 73e99fdaadf177427cefb2aff93e4c35d8b1fcf20a4eac6feab73b5d55a9d243 -SIZE (spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 7391 -SHA256 (thda-tds-v0.1.7_GH0.tar.gz) = 25d4cbff186d07cf6e5377f2974f20bc1194a5a2043e2003c3f2990ee300b5b0 -SIZE (thda-tds-v0.1.7_GH0.tar.gz) = 60420 -SHA256 (trinodb-trino-go-client-f7fb3eab12b1_GH0.tar.gz) = c84c51f7fb1dde60da90efb7710819bc70585ed7115942d0b74a6a1a00985fdb -SIZE (trinodb-trino-go-client-f7fb3eab12b1_GH0.tar.gz) = 28255 -SHA256 (twinj-uuid-v1.0.0_GH0.tar.gz) = 59a83c3ad5f803092ed5d72ea02cd11e4582c04ccac3b17495d8f96ebb32210b -SIZE (twinj-uuid-v1.0.0_GH0.tar.gz) = 27761 -SHA256 (uber-go-atomic-v1.7.0_GH0.tar.gz) = 4d655e90a23d023b36607e2ce94c3b7bf650d41c81c0faff32432581d9099ad1 -SIZE (uber-go-atomic-v1.7.0_GH0.tar.gz) = 18566 -SHA256 (uber-go-multierr-v1.6.0_GH0.tar.gz) = f8a139a06fd70bbda0f089274bd723a00c33c5b269a696de4d6a8ab455a22717 -SIZE (uber-go-multierr-v1.6.0_GH0.tar.gz) = 12369 -SHA256 (uber-go-tally-v3.3.17_GH0.tar.gz) = 44968be898207ad125606059f5c558e6da4c52738611fb0971d98c985ff399cd -SIZE (uber-go-tally-v3.3.17_GH0.tar.gz) = 111216 -SHA256 (uber-go-zap-v1.16.0_GH0.tar.gz) = 098ceed0ab0aea975c1b816f222ac815b3c6a60940329f914709c47a4edda4f7 -SIZE (uber-go-zap-v1.16.0_GH0.tar.gz) = 131768 -SHA256 (uber-athenadriver-v1.1.12_GH0.tar.gz) = b9498f70f463afc5af4704968f66965f21a470d86ec6bda211254c9c1c0bd214 -SIZE (uber-athenadriver-v1.1.12_GH0.tar.gz) = 2734317 -SHA256 (unchartedsoftware-witch-4f405404126f_GH0.tar.gz) = 3fd6e06f70242a5c1aa3472993bffbb9bc92762cae3d74de97186b0544b46eca -SIZE (unchartedsoftware-witch-4f405404126f_GH0.tar.gz) = 69266 -SHA256 (urfave-cli-v1.22.5_GH0.tar.gz) = 57138657dd61c81e21b52cfb1aa5c97ad5c9379197fa7fb550051e59056eb30f -SIZE (urfave-cli-v1.22.5_GH0.tar.gz) = 78125 -SHA256 (vertica-vertica-sql-go-v1.1.1_GH0.tar.gz) = 2cbb11a34ae1c02042b7fcf8845dcad3ce328a21b4351cf83e51f07326e7c55b -SIZE (vertica-vertica-sql-go-v1.1.1_GH0.tar.gz) = 57209 -SHA256 (vmihailenco-msgpack-v5.0.0-beta.1_GH0.tar.gz) = 9d3bf9dc8f195179a7a74702214f30e6dd9981dba7a0fbe134968195e35737e8 -SIZE (vmihailenco-msgpack-v5.0.0-beta.1_GH0.tar.gz) = 32640 -SHA256 (vmihailenco-tagparser-v0.1.2_GH0.tar.gz) = 6b5a53670d3bf819295896993198b09bea623cbc3630f7bd9c071d4ef2c223ee -SIZE (vmihailenco-tagparser-v0.1.2_GH0.tar.gz) = 3690 -SHA256 (xinsnake-go-http-digest-auth-client-v0.6.0_GH0.tar.gz) = b6f1cd6b52c242137a6254611c775422195e89ba6d136740a6d18f5dce6d9318 -SIZE (xinsnake-go-http-digest-auth-client-v0.6.0_GH0.tar.gz) = 11909 -SHA256 (xo-dburl-v0.2.1_GH0.tar.gz) = bdeecea3e6b7097ee7159f41286eb04cd85ff27138f305f7b52b4e17332a55e3 -SIZE (xo-dburl-v0.2.1_GH0.tar.gz) = 16455 -SHA256 (xo-tblfmt-v0.1.0_GH0.tar.gz) = 808c41ba5853224e918624ef8116fc3ea7416850278933317ab02e1bbd1a5fe4 -SIZE (xo-tblfmt-v0.1.0_GH0.tar.gz) = 18937 -SHA256 (xo-terminfo-c22d04bf3159_GH0.tar.gz) = c332d4aeb61e8bff36b058f4c95c2612ad53c9d5f1b1f6611d9c64056696d35d -SIZE (xo-terminfo-c22d04bf3159_GH0.tar.gz) = 35456 -SHA256 (xo-xoutil-46189f4026a5_GH0.tar.gz) = 7bea85380ff99985b770bf17527c4db3a6411701ccdb918df942ca76d7ffdae5 -SIZE (xo-xoutil-46189f4026a5_GH0.tar.gz) = 1601 -SHA256 (xwb1989-sqlparser-120387863bf2_GH0.tar.gz) = 97cdf73438bcd3868d8cbb04c8120d05119d18ea374c990198c8ed84f6b71a1f -SIZE (xwb1989-sqlparser-120387863bf2_GH0.tar.gz) = 153731 -SHA256 (zaf-temp-94e385923345_GH0.tar.gz) = 7d01fce8f405c39eabfe091558be3f87547eeaba3ef72941dbc40a39056528ca -SIZE (zaf-temp-94e385923345_GH0.tar.gz) = 3091 -SHA256 (ziutek-mymysql-v1.5.4_GH0.tar.gz) = 111b478d6190786ee098af3f365be0e33ed59e30ec4a2a9066b714515089f062 -SIZE (ziutek-mymysql-v1.5.4_GH0.tar.gz) = 61564 -SHA256 (nyarla-go-crypt-d9a5dc2b789bc330075d4b805d9b7c971f2865a1_GL0.tar.gz) = e889e09262081c53bdcd7ac598170c584beda879dd557f5e64837bbba6505d7f -SIZE (nyarla-go-crypt-d9a5dc2b789bc330075d4b805d9b7c971f2865a1_GL0.tar.gz) = 4178 +TIMESTAMP = 1615166825 +SHA256 (go/databases_usql/usql-v0.8.2/v0.8.2.mod) = 98531f002fe62a0e3ba50bc03ef5109f6bc9408d3c24f22b367bb1488a0a2ecb +SIZE (go/databases_usql/usql-v0.8.2/v0.8.2.mod) = 5250 +SHA256 (go/databases_usql/usql-v0.8.2/v0.8.2.zip) = 9302072e5c9be50bdd25ac973433f2eba68bb0d28c895e2abffce136bc723218 +SIZE (go/databases_usql/usql-v0.8.2/v0.8.2.zip) = 253609 From owner-svn-ports-all@freebsd.org Mon Mar 8 01:50:04 2021 Return-Path: Delivered-To: svn-ports-all@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 27DC35606DE; Mon, 8 Mar 2021 01:50:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dv1W00kkVz3F62; Mon, 8 Mar 2021 01:50:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C0A120D82; Mon, 8 Mar 2021 01:50:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1281o3UD080421; Mon, 8 Mar 2021 01:50:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1281o3Kn080419; Mon, 8 Mar 2021 01:50:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103080150.1281o3Kn080419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 01:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567819 - head/devel/py-enlighten X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-enlighten X-SVN-Commit-Revision: 567819 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 01:50:04 -0000 Author: yuri Date: Mon Mar 8 01:50:03 2021 New Revision: 567819 URL: https://svnweb.freebsd.org/changeset/ports/567819 Log: devel/py-enlighten: Update 1.7.1 -> 1.8.0 Modified: head/devel/py-enlighten/Makefile head/devel/py-enlighten/distinfo Modified: head/devel/py-enlighten/Makefile ============================================================================== --- head/devel/py-enlighten/Makefile Mon Mar 8 01:45:54 2021 (r567818) +++ head/devel/py-enlighten/Makefile Mon Mar 8 01:50:03 2021 (r567819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= enlighten -DISTVERSION= 1.7.1 +DISTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-enlighten/distinfo ============================================================================== --- head/devel/py-enlighten/distinfo Mon Mar 8 01:45:54 2021 (r567818) +++ head/devel/py-enlighten/distinfo Mon Mar 8 01:50:03 2021 (r567819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608877224 -SHA256 (enlighten-1.7.1.tar.gz) = 5b9750fb682caf99b0ce440cf97f2029fc1f3bf3eede32c69ba5c1cb4314a79a -SIZE (enlighten-1.7.1.tar.gz) = 268487 +TIMESTAMP = 1615168023 +SHA256 (enlighten-1.8.0.tar.gz) = 1cb098a1f6acb7a80cb9c98ca35671b12a0abca276344112e9180aef29edb0bc +SIZE (enlighten-1.8.0.tar.gz) = 273026 From owner-svn-ports-all@freebsd.org Mon Mar 8 03:20:53 2021 Return-Path: Delivered-To: svn-ports-all@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 7BDE7563011; Mon, 8 Mar 2021 03:20:53 +0000 (UTC) (envelope-from ygy@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 4Dv3Wn38ZGz3Jfb; Mon, 8 Mar 2021 03:20:53 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D51A21EBB; Mon, 8 Mar 2021 03:20:53 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1283KrdH037603; Mon, 8 Mar 2021 03:20:53 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1283KrH7037601; Mon, 8 Mar 2021 03:20:53 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103080320.1283KrH7037601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Mon, 8 Mar 2021 03:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567820 - head/devel/R-cran-desc X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/devel/R-cran-desc X-SVN-Commit-Revision: 567820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 03:20:53 -0000 Author: ygy (doc committer) Date: Mon Mar 8 03:20:52 2021 New Revision: 567820 URL: https://svnweb.freebsd.org/changeset/ports/567820 Log: devel/R-cran-desc: Update to 1.3.0 Approved by: lwhsu Modified: head/devel/R-cran-desc/Makefile head/devel/R-cran-desc/distinfo Modified: head/devel/R-cran-desc/Makefile ============================================================================== --- head/devel/R-cran-desc/Makefile Mon Mar 8 01:50:03 2021 (r567819) +++ head/devel/R-cran-desc/Makefile Mon Mar 8 03:20:52 2021 (r567820) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desc -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-crayon>0:devel/R-cran-crayon \ - R-cran-rprojroot>0:devel/R-cran-rprojroot \ - R-cran-assertthat>0:math/R-cran-assertthat + R-cran-rprojroot>0:devel/R-cran-rprojroot TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr Modified: head/devel/R-cran-desc/distinfo ============================================================================== --- head/devel/R-cran-desc/distinfo Mon Mar 8 01:50:03 2021 (r567819) +++ head/devel/R-cran-desc/distinfo Mon Mar 8 03:20:52 2021 (r567820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608947147 -SHA256 (desc_1.2.0.tar.gz) = e66fb5d4fc7974bc558abcdc107a1f258c9177a29dcfcf9164bc6b33dd08dae8 -SIZE (desc_1.2.0.tar.gz) = 65612 +TIMESTAMP = 1615084886 +SHA256 (desc_1.3.0.tar.gz) = be80e448daf804e339a028288afa5be3d0f5b897f611ccd87de1243a94df84eb +SIZE (desc_1.3.0.tar.gz) = 292882 From owner-svn-ports-all@freebsd.org Mon Mar 8 03:21:47 2021 Return-Path: Delivered-To: svn-ports-all@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 3A87F562CCC; Mon, 8 Mar 2021 03:21:47 +0000 (UTC) (envelope-from ygy@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 4Dv3Xq1FzSz3KJs; Mon, 8 Mar 2021 03:21:47 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E06E21ECC; Mon, 8 Mar 2021 03:21:47 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1283Lk3p038623; Mon, 8 Mar 2021 03:21:46 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1283LknL038622; Mon, 8 Mar 2021 03:21:46 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103080321.1283LknL038622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Mon, 8 Mar 2021 03:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567821 - head/textproc/R-cran-xmlparsedata X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/textproc/R-cran-xmlparsedata X-SVN-Commit-Revision: 567821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 03:21:47 -0000 Author: ygy (doc committer) Date: Mon Mar 8 03:21:46 2021 New Revision: 567821 URL: https://svnweb.freebsd.org/changeset/ports/567821 Log: textproc/R-cran-xmlparsedata: Update to 1.0.5 Approved by: lwhsu Modified: head/textproc/R-cran-xmlparsedata/Makefile head/textproc/R-cran-xmlparsedata/distinfo Modified: head/textproc/R-cran-xmlparsedata/Makefile ============================================================================== --- head/textproc/R-cran-xmlparsedata/Makefile Mon Mar 8 03:20:52 2021 (r567820) +++ head/textproc/R-cran-xmlparsedata/Makefile Mon Mar 8 03:21:46 2021 (r567821) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xmlparsedata -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-xmlparsedata/distinfo ============================================================================== --- head/textproc/R-cran-xmlparsedata/distinfo Mon Mar 8 03:20:52 2021 (r567820) +++ head/textproc/R-cran-xmlparsedata/distinfo Mon Mar 8 03:21:46 2021 (r567821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609275995 -SHA256 (xmlparsedata_1.0.4.tar.gz) = 387b13c25bea9ddc0a39b817c17c199b86ab9acafa328daae2233a9ca577fb9c -SIZE (xmlparsedata_1.0.4.tar.gz) = 8399 +TIMESTAMP = 1615085011 +SHA256 (xmlparsedata_1.0.5.tar.gz) = 766034ab5e9728609bd240c9954d23ca0cdb881a98a31b9d3e1c8767c7b7cbb0 +SIZE (xmlparsedata_1.0.5.tar.gz) = 8993 From owner-svn-ports-all@freebsd.org Mon Mar 8 03:22:46 2021 Return-Path: Delivered-To: svn-ports-all@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 D21BD562C70; Mon, 8 Mar 2021 03:22:46 +0000 (UTC) (envelope-from ygy@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 4Dv3Yy5cZ7z3KF0; Mon, 8 Mar 2021 03:22:46 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3939221A5; Mon, 8 Mar 2021 03:22:46 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1283Mk0c042881; Mon, 8 Mar 2021 03:22:46 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1283Mk6S042880; Mon, 8 Mar 2021 03:22:46 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103080322.1283Mk6S042880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Mon, 8 Mar 2021 03:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567822 - head/sysutils/R-cran-ps X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/sysutils/R-cran-ps X-SVN-Commit-Revision: 567822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 03:22:46 -0000 Author: ygy (doc committer) Date: Mon Mar 8 03:22:46 2021 New Revision: 567822 URL: https://svnweb.freebsd.org/changeset/ports/567822 Log: sysutils/R-cran-ps: Update to 1.6.0 Approved by: lwhsu Modified: head/sysutils/R-cran-ps/Makefile head/sysutils/R-cran-ps/distinfo Modified: head/sysutils/R-cran-ps/Makefile ============================================================================== --- head/sysutils/R-cran-ps/Makefile Mon Mar 8 03:21:46 2021 (r567821) +++ head/sysutils/R-cran-ps/Makefile Mon Mar 8 03:22:46 2021 (r567822) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ps -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= sysutils DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,11 +12,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ + R-cran-callr>0:devel/R-cran-callr \ R-cran-covr>0:devel/R-cran-covr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-tibble>0:devel/R-cran-tibble \ - R-cran-curl>0:ftp/R-cran-curl + R-cran-curl>0:ftp/R-cran-curl \ + R-cran-processx>=3.1.0:sysutils/R-cran-processx USES= cran:auto-plist,compiles Modified: head/sysutils/R-cran-ps/distinfo ============================================================================== --- head/sysutils/R-cran-ps/distinfo Mon Mar 8 03:21:46 2021 (r567821) +++ head/sysutils/R-cran-ps/distinfo Mon Mar 8 03:22:46 2021 (r567822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608946306 -SHA256 (ps_1.5.0.tar.gz) = 7461a196f55557feda569a9791ad851c884f9a2dd71671655ed17cb048fafe96 -SIZE (ps_1.5.0.tar.gz) = 115131 +TIMESTAMP = 1615084795 +SHA256 (ps_1.6.0.tar.gz) = 89ad7ddc5e0818bccacfd0673ddf2da0892ac2a3b4d3a821e40884ab1e96bf31 +SIZE (ps_1.6.0.tar.gz) = 119670 From owner-svn-ports-all@freebsd.org Mon Mar 8 03:38:54 2021 Return-Path: Delivered-To: svn-ports-all@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 64A1456355D; Mon, 8 Mar 2021 03:38:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dv3wZ28yMz3Kml; Mon, 8 Mar 2021 03:38:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CE4A221E1; Mon, 8 Mar 2021 03:38:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1283cs0Z048830; Mon, 8 Mar 2021 03:38:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1283crex048829; Mon, 8 Mar 2021 03:38:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103080338.1283crex048829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 03:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567823 - head/cad/netgen-lvs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/cad/netgen-lvs X-SVN-Commit-Revision: 567823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 03:38:54 -0000 Author: yuri Date: Mon Mar 8 03:38:53 2021 New Revision: 567823 URL: https://svnweb.freebsd.org/changeset/ports/567823 Log: cad/netgen-lvs: Update 1.5.168 -> 1.5.171 Modified: head/cad/netgen-lvs/Makefile head/cad/netgen-lvs/distinfo Modified: head/cad/netgen-lvs/Makefile ============================================================================== --- head/cad/netgen-lvs/Makefile Mon Mar 8 03:22:46 2021 (r567822) +++ head/cad/netgen-lvs/Makefile Mon Mar 8 03:38:53 2021 (r567823) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= netgen -DISTVERSION= 1.5.168 +DISTVERSION= 1.5.171 CATEGORIES= cad PKGNAMESUFFIX= -lvs @@ -14,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/Copying RUN_DEPENDS= bash:shells/bash USES= gmake python:3.6+ shebangfix tar:tgz tcl tk xorg +USE_XORG= x11 + USE_GITHUB= yes GH_ACCOUNT= RTimothyEdwards + SHEBANG_FILES= tcltk/netgen.sh.in -USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ENV= HAVE_PYTHON3=yes Modified: head/cad/netgen-lvs/distinfo ============================================================================== --- head/cad/netgen-lvs/distinfo Mon Mar 8 03:22:46 2021 (r567822) +++ head/cad/netgen-lvs/distinfo Mon Mar 8 03:38:53 2021 (r567823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614358032 -SHA256 (RTimothyEdwards-netgen-1.5.168_GH0.tar.gz) = a2168059825f51fd967b9ad7aee092b97ff703525c73b74acc3738d39fa5024d -SIZE (RTimothyEdwards-netgen-1.5.168_GH0.tar.gz) = 523052 +TIMESTAMP = 1615174545 +SHA256 (RTimothyEdwards-netgen-1.5.171_GH0.tar.gz) = 056fe04d8d28b7c3ab2c1fb638666e7abbabf3d6f074ce911672e25946a3f253 +SIZE (RTimothyEdwards-netgen-1.5.171_GH0.tar.gz) = 525331 From owner-svn-ports-all@freebsd.org Mon Mar 8 04:10:54 2021 Return-Path: Delivered-To: svn-ports-all@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 D6544564007; Mon, 8 Mar 2021 04:10:54 +0000 (UTC) (envelope-from fox@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 4Dv4dV54Hjz3MNK; Mon, 8 Mar 2021 04:10:54 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A17FE2297F; Mon, 8 Mar 2021 04:10:54 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1284AsUm067062; Mon, 8 Mar 2021 04:10:54 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1284As9i067060; Mon, 8 Mar 2021 04:10:54 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202103080410.1284As9i067060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Mon, 8 Mar 2021 04:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567824 - in head/security/wolfssl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: in head/security/wolfssl: . files X-SVN-Commit-Revision: 567824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 04:10:54 -0000 Author: fox Date: Mon Mar 8 04:10:53 2021 New Revision: 567824 URL: https://svnweb.freebsd.org/changeset/ports/567824 Log: security/wolfssl: Updates to v4.7.0 - Remove the memory leak patch since now it is upstreamed. Changes since v4.6.0: wolfSSL Release 4.7.0 (February 16, 2021) Release 4.7.0 of wolfSSL embedded TLS has bug fixes and new features including: New Feature Additions * Compatibility Layer expansion SSL_get_verify_mode, X509_VERIFY_PARAM API, X509_STORE_CTX API added * WOLFSSL_PSK_IDENTITY_ALERT macro added for enabling a subset of TLS alerts * Function wolfSSL_CTX_NoTicketTLSv12 added to enable turning off session tickets with TLS 1.2 while keeping TLS 1.3 session tickets available * Implement RFC 5705: Keying Material Exporters for TLS * Added --enable-reproducible-build flag for making more deterministic library outputs to assist debugging * Added support for S/MIME (Secure/Multipurpose Internet Mail Extensions) bundles Fixes * Fix to free mutex when cert manager is free’d * Compatibility layer EVP function to return the correct block size and type * DTLS secure renegotiation fixes including resetting timeout and retransmit on duplicate HelloRequest * Fix for edge case with shrink buffer and secure renegotiation * Compile fix for type used with curve448 and PPC64 * Fixes for SP math all with PPC64 and other embedded compilers * SP math all fix when performing montgomery reduction on one word modulus * Fixes to SP math all to better support digit size of 8-bit * Fix for results of edge case with SP integer square operation * Stop non-ct mod inv from using register x29 with SP ARM64 build * Fix edge case when generating z value of ECC with SP code * Fixes for PKCS7 with crypto callback (devId) with RSA and RNG * Fix for compiling builds with RSA verify and public only * Fix for PKCS11 not properly exporting the public key due to a missing key type field * Call certificate callback with certificate depth issues * Fix for out-of-bounds read in TLSX_CSR_Parse() * Fix incorrect AES-GCM tag generation in the EVP layer * Fix for out of bounds write with SP math all enabled and an edge case of calling sp_tohex on the result of sp_mont_norm * Fix for parameter check in sp_rand_prime to handle 0 length values * Fix for edge case of failing malloc resulting in an out of bounds write with SHA256/SHA512 when small stack is enabled Improvements/Optimizations * Added --enable-wolftpm option for easily building wolfSSL to be used with wolfTPM * DTLS macro WOLFSSL_DTLS_RESEND_ONLY_TIMEOUT added for resending flight only after a timeout * Update linux kernel module to use kvmalloc and kvfree * Add user settings option to cmake build * Added support for AES GCM session ticket encryption * Thread protection for global RNG used by wolfSSL_RAND_bytes function calls * Sanity check on FIPs configure flag used against the version of FIPs bundle * --enable-aesgcm=table now is compatible with --enable-linuxkm * Increase output buffer size that wolfSSL_RAND_bytes can handle * Out of directory builds resolved, wolfSSL can now be built in a separate directory than the root wolfssl directory Vulnerabilities * [HIGH] CVE-2021-3336: In earlier versions of wolfSSL there exists a potential man in the middle attack on TLS 1.3 clients. Malicious attackers with a privileged network position can impersonate TLS 1.3 servers and bypass authentication. Users that have applications with client side code and have TLS 1.3 turned on, should update to the latest version of wolfSSL. Users that do not have TLS 1.3 turned on, or that are server side only, are NOT affected by this report. For the code change see #3676. Thanks to Aina Toky Rasoamanana and Olivier Levillain from Télécom SudParis for the report. * [LOW] In the case of using custom ECC curves there is the potential for a crafted compressed ECC key that has a custom prime value to cause a hang when imported. This only affects applications that are loading in ECC keys with wolfSSL builds that have compressed ECC keys and custom ECC curves enabled. * [LOW] With TLS 1.3 authenticated-only ciphers a section of the server hello could contain 16 bytes of uninitialized data when sent to the connected peer. This affects only a specific build of wolfSSL with TLS 1.3 early data enabled and using authenticated-only ciphers with TLS 1.3. For additional vulnerability information visit the vulnerability page at https://www.wolfssl.com/docs/security-vulnerabilities/ See INSTALL file for build instructions. More info can be found on-line at https://wolfssl.com/wolfSSL/Docs.html Deleted: head/security/wolfssl/files/ Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Mon Mar 8 03:38:53 2021 (r567823) +++ head/security/wolfssl/Makefile Mon Mar 8 04:10:53 2021 (r567824) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 4.6.0 -PORTREVISION= 1 +PORTVERSION= 4.7.0 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Mon Mar 8 03:38:53 2021 (r567823) +++ head/security/wolfssl/distinfo Mon Mar 8 04:10:53 2021 (r567824) @@ -1,5 +1,3 @@ -TIMESTAMP = 1609170566 -SHA256 (wolfssl-4.6.0.zip) = f44ad0fc260acde4e42e60167b218034b4c8bf73718410f2f3b431a6c41edea8 -SIZE (wolfssl-4.6.0.zip) = 9071773 -SHA256 (e9b1ceae7e1daac6206d399e30c04bd51e3f8c7f.patch) = d012891c56b9d82d1dde9d956affc49c596d4ebf2d71f4ee0cc3ff1c50aa6fbd -SIZE (e9b1ceae7e1daac6206d399e30c04bd51e3f8c7f.patch) = 1043 +TIMESTAMP = 1615175830 +SHA256 (wolfssl-4.7.0.zip) = 59edfb6b70c17c82f2ef6126198549adf6cbccee8f013cfca88323590f8cbd43 +SIZE (wolfssl-4.7.0.zip) = 9121149 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon Mar 8 03:38:53 2021 (r567823) +++ head/security/wolfssl/pkg-plist Mon Mar 8 04:10:53 2021 (r567824) @@ -224,7 +224,7 @@ include/wolfssl/wolfio.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.24 -lib/libwolfssl.so.24.3.0 +lib/libwolfssl.so.24.4.0 libdata/pkgconfig/wolfssl.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/example/client.c From owner-svn-ports-all@freebsd.org Mon Mar 8 06:49:36 2021 Return-Path: Delivered-To: svn-ports-all@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 6ED2A5675BC; Mon, 8 Mar 2021 06:49:36 +0000 (UTC) (envelope-from lbartoletti@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 4Dv88c2Yyrz3kPr; Mon, 8 Mar 2021 06:49:36 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 403A62482C; Mon, 8 Mar 2021 06:49:36 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1286naPP065880; Mon, 8 Mar 2021 06:49:36 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1286nICI065790; Mon, 8 Mar 2021 06:49:18 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202103080649.1286nICI065790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Mon, 8 Mar 2021 06:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567825 - in head: Mk/Uses audio/cadence audio/carla audio/picard biology/py-ete3 cad/cura cad/openscad cad/openscad-devel cad/py-cq-editor cad/py-pyfda cad/uranium comms/gnuradio comms... X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: in head: Mk/Uses audio/cadence audio/carla audio/picard biology/py-ete3 cad/cura cad/openscad cad/openscad-devel cad/py-cq-editor cad/py-pyfda cad/uranium comms/gnuradio comms/nanovna-saver comms/py-q... X-SVN-Commit-Revision: 567825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 06:49:36 -0000 Author: lbartoletti Date: Mon Mar 8 06:49:17 2021 New Revision: 567825 URL: https://svnweb.freebsd.org/changeset/ports/567825 Log: PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0 * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Added: head/devel/py-qt5-qscintilla2/files/ head/devel/py-qt5-qscintilla2/files/patch-project.py (contents, props changed) head/devel/py-sip/files/ head/devel/py-sip/files/patch-sipbuild_project.py (contents, props changed) head/net/py-qt5-networkauth/distinfo (contents, props changed) Modified: head/Mk/Uses/pyqt.mk head/audio/cadence/Makefile head/audio/carla/Makefile head/audio/picard/Makefile head/biology/py-ete3/Makefile head/cad/cura/Makefile head/cad/openscad-devel/Makefile head/cad/openscad/Makefile head/cad/py-cq-editor/Makefile head/cad/py-pyfda/Makefile head/cad/uranium/Makefile head/comms/gnuradio/Makefile head/comms/nanovna-saver/Makefile head/comms/py-qt5-sensors/Makefile head/comms/py-qt5-serialport/Makefile head/databases/py-qt5-sql/Makefile head/databases/sqlitebrowser/Makefile head/deskutils/calibre/Makefile head/deskutils/py-autokey/Makefile head/deskutils/treeline/Makefile head/devel/eric6/Makefile head/devel/git-cola/Makefile head/devel/libsavitar/Makefile head/devel/py-pynest2d/Makefile head/devel/py-qt5-core/Makefile head/devel/py-qt5-dbus/Makefile head/devel/py-qt5-designer/Makefile head/devel/py-qt5-help/Makefile head/devel/py-qt5-location/Makefile head/devel/py-qt5-qscintilla2/Makefile head/devel/py-qt5-qscintilla2/pkg-plist head/devel/py-qt5-remoteobjects/Makefile head/devel/py-qt5-test/Makefile head/devel/py-qt5/distinfo head/devel/py-qtbuilder/distinfo head/devel/py-sip/Makefile head/devel/py-spyder/Makefile head/devel/qscintilla2-designerplugin-qt5/Makefile head/devel/qscintilla2-qt5/Makefile head/devel/qscintilla2-qt5/distinfo head/devel/qscintilla2-qt5/pkg-plist head/devel/tortoisehg/Makefile head/devel/vitables/Makefile head/emulators/fs-uae-launcher/Makefile head/games/anki/Makefile head/games/py-mnemosyne/Makefile head/graphics/py-python-poppler-qt5/Makefile head/graphics/py-qt5-svg/Makefile head/graphics/py-visvis/Makefile head/graphics/qgis-ltr/Makefile head/graphics/qgis/Makefile head/graphics/qtqr/Makefile head/graphics/rapid-photo-downloader/Makefile head/lang/py-qt5-qml/Makefile head/math/asymptote/Makefile head/math/convertall/Makefile head/math/octave/Makefile head/math/rpcalc/Makefile head/misc/orange3/Makefile head/misc/py-QSpectrumAnalyzer/Makefile head/misc/py-qt5-demo/Makefile head/misc/urh/Makefile head/multimedia/openshot/Makefile head/multimedia/py-qt5-multimedia/Makefile head/multimedia/py-qt5-multimediawidgets/Makefile head/net-im/scudcloud/Makefile head/net-mgmt/nagstamon/Makefile head/net/libarcus/Makefile head/net/py-qt5-network/Makefile head/net/py-qt5-networkauth/Makefile head/net/py-qt5-networkauth/pkg-plist head/print/py-frescobaldi/Makefile head/print/py-qt5-printsupport/Makefile head/science/code_saturne/Makefile head/science/py-veusz/Makefile head/sysutils/angrysearch/Makefile head/textproc/py-qt5-xml/Makefile head/textproc/py-qt5-xmlpatterns/Makefile head/textproc/retext/Makefile head/www/onionshare/Makefile head/www/py-qt5-webchannel/Makefile head/www/py-qt5-webengine/Makefile head/www/py-qt5-webengine/distinfo head/www/py-qt5-webkit/Makefile head/www/py-qt5-webkitwidgets/Makefile head/www/py-qt5-websockets/Makefile head/www/py-weboob-qt/Makefile head/www/qutebrowser/Makefile head/x11-toolkits/py-qt5-chart/Makefile head/x11-toolkits/py-qt5-chart/distinfo head/x11-toolkits/py-qt5-quick/Makefile head/x11-toolkits/py-qt5-quick3d/Makefile head/x11-toolkits/py-qt5-quickwidgets/Makefile head/x11-toolkits/py-qt5-widgets/Makefile head/x11/py-qt5-opengl/Makefile Modified: head/Mk/Uses/pyqt.mk ============================================================================== --- head/Mk/Uses/pyqt.mk Mon Mar 8 04:10:53 2021 (r567824) +++ head/Mk/Uses/pyqt.mk Mon Mar 8 06:49:17 2021 (r567825) @@ -57,25 +57,27 @@ MASTER_SITES_SIP= https://pypi.python.org/packages/sou MASTER_SITES_PYQT5= https://pypi.python.org/packages/source/P/PyQt5/ MASTER_SITES_PYQTSIP= https://pypi.python.org/packages/source/P/PyQt5-sip/ MASTER_SITES_PYQTCHART= https://pypi.python.org/packages/source/P/PyQtChart/ +MASTER_SITES_PYQTNETWORKAUTH= https://pypi.python.org/packages/source/P/PyQtNetworkAuth/ MASTER_SITES_PYQTBUILDER= https://pypi.io/packages/source/P/PyQt-builder/ -#https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.4/QScintilla-2.11.4.tar.gz +#https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.12.0/QScintilla_src-2.12.0.tar.gz MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \ SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO SIP_VERSION= 5.5.0 -QSCI2_VERSION= 2.11.6 -PYQT5_VERSION= 5.15.2 +QSCI2_VERSION= 2.12.0 +PYQT5_VERSION= 5.15.3 PYQTSIP_VERSION= 12.8.1 -PYQTBUILDER_VERSION= 1.8.0 +PYQTBUILDER_VERSION= 1.9.0 SIP_DISTNAME= sip-${SIP_VERSION} PYQT5_DISTNAME= PyQt5-${PYQT5_VERSION} PYQTSIP_DISTNAME= PyQt5_sip-${PYQTSIP_VERSION} PYQTCHART_DISTNAME= PyQtChart-${PYQT_VERSION} +PYQTNETWORKAUTH_DISTNAME= PyQtNetworkAuth-${PYQT_VERSION} PYQTBUILDER_DISTNAME= PyQt-builder-${PYQTBUILDER_VERSION} PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo -QSCI2_DISTNAME= QScintilla-${QSCI2_VERSION} +QSCI2_DISTNAME= QScintilla_src-${QSCI2_VERSION} PYQT5_LICENSE= GPLv3 _USE_PYQT_COMMS= sensors serialport Modified: head/audio/cadence/Makefile ============================================================================== --- head/audio/cadence/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/audio/cadence/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= cadence DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org Modified: head/audio/carla/Makefile ============================================================================== --- head/audio/carla/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/audio/carla/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= Carla DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org Modified: head/audio/picard/Makefile ============================================================================== --- head/audio/picard/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/audio/picard/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= picard PORTVERSION= 2.5.6 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ Modified: head/biology/py-ete3/Makefile ============================================================================== --- head/biology/py-ete3/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/biology/py-ete3/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= ete3 DISTVERSION= 3.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/cad/cura/Makefile ============================================================================== --- head/cad/cura/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/cura/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= Cura DISTVERSION= 4.8.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker Modified: head/cad/openscad-devel/Makefile ============================================================================== --- head/cad/openscad-devel/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/openscad-devel/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= openscad PORTVERSION= 2021.02.09 +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -devel Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/openscad/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= openscad PORTVERSION= 2021.01.01 +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad Modified: head/cad/py-cq-editor/Makefile ============================================================================== --- head/cad/py-cq-editor/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/py-cq-editor/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= cq-editor DISTVERSION= 0.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/cad/py-pyfda/Makefile ============================================================================== --- head/cad/py-pyfda/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/py-pyfda/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= pyfda PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONSUFFIX= rc6 CATEGORIES= cad python devel MASTER_SITES= CHEESESHOP Modified: head/cad/uranium/Makefile ============================================================================== --- head/cad/uranium/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/cad/uranium/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= Uranium DISTVERSION= 4.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad DIST_SUBDIR= Ultimaker Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/comms/gnuradio/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= gnuradio DISTVERSIONPREFIX= v DISTVERSION= 3.8.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms astro hamradio MAINTAINER= hamradio@FreeBSD.org Modified: head/comms/nanovna-saver/Makefile ============================================================================== --- head/comms/nanovna-saver/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/comms/nanovna-saver/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= nanovna-saver DISTVERSIONPREFIX= v DISTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org Modified: head/comms/py-qt5-sensors/Makefile ============================================================================== --- head/comms/py-qt5-sensors/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/comms/py-qt5-sensors/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= sensors -PORTREVISION= 1 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org Modified: head/comms/py-qt5-serialport/Makefile ============================================================================== --- head/comms/py-qt5-serialport/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/comms/py-qt5-serialport/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= serialport -PORTREVISION= 1 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org Modified: head/databases/py-qt5-sql/Makefile ============================================================================== --- head/databases/py-qt5-sql/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/databases/py-qt5-sql/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= sql -PORTREVISION= 1 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org Modified: head/databases/sqlitebrowser/Makefile ============================================================================== --- head/databases/sqlitebrowser/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/databases/sqlitebrowser/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= sqlitebrowser PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/deskutils/calibre/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 5.12.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/py-autokey/Makefile ============================================================================== --- head/deskutils/py-autokey/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/deskutils/py-autokey/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= autokey DISTVERSIONPREFIX= v DISTVERSION= 0.95.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/deskutils/treeline/Makefile ============================================================================== --- head/deskutils/treeline/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/deskutils/treeline/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= treeline PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} Modified: head/devel/eric6/Makefile ============================================================================== --- head/devel/eric6/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/eric6/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -qt5-${FLAVOR:U:S/_/-/} DISTNAME= ${PORTNAME}-nolang-${DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} Modified: head/devel/git-cola/Makefile ============================================================================== --- head/devel/git-cola/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/git-cola/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= git-cola DISTVERSIONPREFIX= v DISTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org Modified: head/devel/libsavitar/Makefile ============================================================================== --- head/devel/libsavitar/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/libsavitar/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= libSavitar DISTVERSION= 4.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel cad DIST_SUBDIR= Ultimaker Modified: head/devel/py-pynest2d/Makefile ============================================================================== --- head/devel/py-pynest2d/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-pynest2d/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= pynest2d DISTVERSION= 4.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-qt5-core/Makefile ============================================================================== --- head/devel/py-qt5-core/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-core/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= core -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-dbus/Makefile ============================================================================== --- head/devel/py-qt5-dbus/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-dbus/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= dbus -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-designer/Makefile ============================================================================== --- head/devel/py-qt5-designer/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-designer/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= designer -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-help/Makefile ============================================================================== --- head/devel/py-qt5-help/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-help/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= help -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-location/Makefile ============================================================================== --- head/devel/py-qt5-location/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-location/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= location -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-qscintilla2/Makefile ============================================================================== --- head/devel/py-qt5-qscintilla2/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-qscintilla2/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -15,32 +15,28 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-q DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo DESTDIRNAME= INSTALL_ROOT -HAS_CONFIGURE= yes - -USES= python:3.5+ pyqt:5 gl qmake:no_env qt:5 +USES= python:3.5+ pyqt:5 gl qt:5 USE_GL= gl -USE_PYQT= core gui printsupport widgets +USE_PYQT= core gui printsupport widgets sip_build qtbuilder USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui printsupport widgets buildtools_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace -QSCIDIR= ${PREFIX}/share/qt5/qsci -CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${PYQT_SIPDIR} \ - --apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \ - --sip ${SIP} --qsci-sipdir ${PYQT_SIPDIR} --qsci-incdir ${QT_INCDIR} --qsci-libdir ${QT_LIBDIR} WRKSRC= ${WRKDIR}/${DISTNAME}/Python ALL_TARGET= #empty -post-patch: - ${REINPLACE_CMD} -e "s/sip-module/sip-module-${PYTHON_VER}/" ${WRKSRC}/configure.py +post-extract: + ${CP} ${WRKSRC}/pyproject-qt5.toml ${WRKSRC}/pyproject.toml -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} +do-build: + (cd ${WRKSRC} ; sip-build-${PYTHON_VER} --verbose --no-make --build-dir build ; ${MAKE} -C ./build ) +do-install: + (cd ${WRKSRC} ; ${MAKE} -C ./build install INSTALL_ROOT=${STAGEDIR} ) + post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/Qsci.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/Qsci.abi3.so .include Added: head/devel/py-qt5-qscintilla2/files/patch-project.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-qt5-qscintilla2/files/patch-project.py Mon Mar 8 06:49:17 2021 (r567825) @@ -0,0 +1,20 @@ +--- project.py.orig 2021-03-04 14:24:28 UTC ++++ project.py +@@ -81,7 +81,8 @@ class Qsci(PyQtBindings): + qmake_CONFIG = ['qscintilla2'] + else: + qmake_CONFIG = [] +- ++ ++ self.project = project + super().__init__(project, 'Qsci', qmake_CONFIG=qmake_CONFIG) + + def apply_user_defaults(self, tool): +@@ -125,6 +126,7 @@ class Qsci(PyQtBindings): + + self._add_internal_lib_sources() + ++ self.tags.append("WS_X11") + super().apply_user_defaults(tool) + + def get_options(self): Modified: head/devel/py-qt5-qscintilla2/pkg-plist ============================================================================== --- head/devel/py-qt5-qscintilla2/pkg-plist Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-qscintilla2/pkg-plist Mon Mar 8 06:49:17 2021 (r567825) @@ -1,8 +1,5 @@ -%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/INSTALLER -%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/PyQt5/Qsci.pyi -%%PYTHON_SITELIBDIR%%/PyQt5/Qsci.so +%%PYTHON_SITELIBDIR%%/PyQt5/Qsci.abi3.so +%%PYQT_SIPDIR%%/Qsci/Qsci.toml %%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip %%PYQT_SIPDIR%%/Qsci/qsciapis.sip %%PYQT_SIPDIR%%/Qsci/qscicommand.sip @@ -20,7 +17,6 @@ %%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip %%PYQT_SIPDIR%%/Qsci/qscilexerd.sip %%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip -%%PYQT_SIPDIR%%/Qsci/qscilexeredifact.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip %%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip @@ -50,7 +46,6 @@ %%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip %%PYQT_SIPDIR%%/Qsci/qscimacro.sip -%%PYQT_SIPDIR%%/Qsci/qscimod4.sip %%PYQT_SIPDIR%%/Qsci/qscimod5.sip %%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip %%PYQT_SIPDIR%%/Qsci/qsciprinter.sip @@ -58,4 +53,6 @@ %%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip %%PYQT_SIPDIR%%/Qsci/qscistyle.sip %%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip -%%PYQT_APIDIR%%/api/python/QScintilla2.api +%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/INSTALLER +%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/QScintilla-%%PYQT_QSCIVERSION%%.dist-info/RECORD Modified: head/devel/py-qt5-remoteobjects/Makefile ============================================================================== --- head/devel/py-qt5-remoteobjects/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-remoteobjects/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= remoteobjects -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5-test/Makefile ============================================================================== --- head/devel/py-qt5-test/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5-test/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= test -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org Modified: head/devel/py-qt5/distinfo ============================================================================== --- head/devel/py-qt5/distinfo Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qt5/distinfo Mon Mar 8 06:49:17 2021 (r567825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607460192 -SHA256 (PyQt5-5.15.2.tar.gz) = 372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc -SIZE (PyQt5-5.15.2.tar.gz) = 3265445 +TIMESTAMP = 1614187937 +SHA256 (PyQt5-5.15.3.tar.gz) = 965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838 +SIZE (PyQt5-5.15.3.tar.gz) = 3263087 Modified: head/devel/py-qtbuilder/distinfo ============================================================================== --- head/devel/py-qtbuilder/distinfo Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-qtbuilder/distinfo Mon Mar 8 06:49:17 2021 (r567825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613316895 -SHA256 (PyQt-builder-1.8.0.tar.gz) = 30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c -SIZE (PyQt-builder-1.8.0.tar.gz) = 5703119 +TIMESTAMP = 1614230561 +SHA256 (PyQt-builder-1.9.0.tar.gz) = 54520b4d40d6e6d1307f9cebab4730ae78e01873c88866aa1e5192c24801005a +SIZE (PyQt-builder-1.9.0.tar.gz) = 5703103 Modified: head/devel/py-sip/Makefile ============================================================================== --- head/devel/py-sip/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-sip/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= sip PORTVERSION= ${SIP_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_SIP} Added: head/devel/py-sip/files/patch-sipbuild_project.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sip/files/patch-sipbuild_project.py Mon Mar 8 06:49:17 2021 (r567825) @@ -0,0 +1,14 @@ +--- sipbuild/project.py.orig 2021-02-25 12:33:48 UTC ++++ sipbuild/project.py +@@ -335,9 +335,9 @@ class Project(AbstractProject, Configurable): + generator=None, wheel_tag=None): + """ Return a sequence of command line arguments to invoke sip-distinfo. + """ +- ++ flavor = '{}-{}.{}'.format(sip_distinfo, self.py_major_version, self.py_minor_version) + args = [ +- sip_distinfo, ++ flavor, + + '--inventory', + inventory, Modified: head/devel/py-spyder/Makefile ============================================================================== --- head/devel/py-spyder/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/py-spyder/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= spyder DISTVERSIONPREFIX= v DISTVERSION= 3.2.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -18,7 +18,7 @@ USE_GL= gl USE_QT= core designer printsupport gui widgets xml \ buildtools_build qmake_build -WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 +WRKSRC= ${WRKDIR}/${DISTNAME}/designer PLIST_FILES= %%QT_PLUGINDIR%%/designer/libqscintillaplugin.so Modified: head/devel/qscintilla2-qt5/Makefile ============================================================================== --- head/devel/qscintilla2-qt5/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/qscintilla2-qt5/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -15,7 +15,7 @@ USE_PYQT= # USE_QT= buildtools_build core gui printsupport widgets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} -BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 +BUILD_WRKSRC= ${WRKSRC}/src CONFIGURE_WRKSRC= ${BUILD_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -37,9 +37,9 @@ post-install: cd ${WRKSRC} &&\ ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\ ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR} &&\ - ${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\ + ${INSTALL_DATA} doc/html/* ${STAGEDIR}${DOCSDIR}/html &&\ ${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla - cd ${WRKSRC}/example-Qt4Qt5 &&\ + cd ${WRKSRC}/example &&\ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\ ${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\ ${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images Modified: head/devel/qscintilla2-qt5/distinfo ============================================================================== --- head/devel/qscintilla2-qt5/distinfo Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/qscintilla2-qt5/distinfo Mon Mar 8 06:49:17 2021 (r567825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610568353 -SHA256 (QScintilla-2.11.6.tar.gz) = e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7 -SIZE (QScintilla-2.11.6.tar.gz) = 3027764 +TIMESTAMP = 1614188419 +SHA256 (QScintilla_src-2.12.0.tar.gz) = 2116181cce3076aa4897e36182532d0e6768081fb0cf6dcdd5be720519ab1434 +SIZE (QScintilla_src-2.12.0.tar.gz) = 3059053 Modified: head/devel/qscintilla2-qt5/pkg-plist ============================================================================== --- head/devel/qscintilla2-qt5/pkg-plist Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/qscintilla2-qt5/pkg-plist Mon Mar 8 06:49:17 2021 (r567825) @@ -54,7 +54,7 @@ %%QT_LIBDIR%%/libqscintilla2_qt5.so %%QT_LIBDIR%%/libqscintilla2_qt5.so.15 %%QT_LIBDIR%%/libqscintilla2_qt5.so.15.0 -%%QT_LIBDIR%%/libqscintilla2_qt5.so.15.0.0 +%%QT_LIBDIR%%/libqscintilla2_qt5.so.15.0.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf %%QT_DATADIR%%/qsci/api/python/Python-2.4.api %%QT_DATADIR%%/qsci/api/python/Python-2.5.api @@ -68,6 +68,7 @@ %%QT_DATADIR%%/qsci/api/python/Python-3.6.api %%QT_DATADIR%%/qsci/api/python/Python-3.7.api %%QT_DATADIR%%/qsci/api/python/Python-3.8.api +%%QT_DATADIR%%/qsci/api/python/Python-3.9.api %%NLS%%%%QT_L10NDIR%%/qscintilla_cs.qm %%NLS%%%%QT_L10NDIR%%/qscintilla_de.qm %%NLS%%%%QT_L10NDIR%%/qscintilla_es.qm Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/tortoisehg/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,6 +2,7 @@ PORTNAME= tortoisehg DISTVERSION= 5.7.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org Modified: head/devel/vitables/Makefile ============================================================================== --- head/devel/vitables/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/devel/vitables/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= vitables DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel science python MAINTAINER= yuri@FreeBSD.org Modified: head/emulators/fs-uae-launcher/Makefile ============================================================================== --- head/emulators/fs-uae-launcher/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/emulators/fs-uae-launcher/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= fs-uae-launcher PORTVERSION= 3.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/ Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/games/anki/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= anki DISTVERSION= 2.1.35 -PORTREVISION= 5 +PORTREVISION= 6 # Don't forget to update ${_MY_BUILDHASH} CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:npmcache Modified: head/games/py-mnemosyne/Makefile ============================================================================== --- head/games/py-mnemosyne/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/games/py-mnemosyne/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= mnemosyne PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games education python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} Modified: head/graphics/py-python-poppler-qt5/Makefile ============================================================================== --- head/graphics/py-python-poppler-qt5/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/py-python-poppler-qt5/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 0.75.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-qt5-svg/Makefile ============================================================================== --- head/graphics/py-qt5-svg/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/py-qt5-svg/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= svg -PORTREVISION= 1 CATEGORIES= graphics devel python MAINTAINER= kde@FreeBSD.org Modified: head/graphics/py-visvis/Makefile ============================================================================== --- head/graphics/py-visvis/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/py-visvis/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= visvis PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/qgis-ltr/Makefile ============================================================================== --- head/graphics/qgis-ltr/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/qgis-ltr/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_10_14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/qgis/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_18_0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/graphics/qtqr/Makefile ============================================================================== --- head/graphics/qtqr/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/qtqr/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= qtqr DISTVERSION= 2.0.bzr39 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/rapid-photo-downloader/Makefile ============================================================================== --- head/graphics/rapid-photo-downloader/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/graphics/rapid-photo-downloader/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,6 +2,7 @@ PORTNAME= rapid-photo-downloader DISTVERSION= 0.9.26 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/rapid/pyqt/${PORTVERSION}/+download/ Modified: head/lang/py-qt5-qml/Makefile ============================================================================== --- head/lang/py-qt5-qml/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/lang/py-qt5-qml/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= qml -PORTREVISION= 1 CATEGORIES= lang devel python MAINTAINER= kde@FreeBSD.org Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/math/asymptote/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.67 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src Modified: head/math/convertall/Makefile ============================================================================== --- head/math/convertall/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/math/convertall/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= convertall PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/doug-101/ConvertAll/releases/download/v${PORTVERSION}/ Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/math/octave/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/rpcalc/Makefile ============================================================================== --- head/math/rpcalc/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/math/rpcalc/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= rpcalc PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} Modified: head/misc/orange3/Makefile ============================================================================== --- head/misc/orange3/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/misc/orange3/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= orange3 DISTVERSION= 3.19.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org Modified: head/misc/py-QSpectrumAnalyzer/Makefile ============================================================================== --- head/misc/py-QSpectrumAnalyzer/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/misc/py-QSpectrumAnalyzer/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= QSpectrumAnalyzer DISTVERSION= 2.1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-qt5-demo/Makefile ============================================================================== --- head/misc/py-qt5-demo/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/misc/py-qt5-demo/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,6 @@ PORTNAME= demo PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- Modified: head/misc/urh/Makefile ============================================================================== --- head/misc/urh/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/misc/urh/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,6 +2,7 @@ PORTNAME= urh DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP Modified: head/multimedia/openshot/Makefile ============================================================================== --- head/multimedia/openshot/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/multimedia/openshot/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,6 +4,7 @@ PORTNAME= openshot DISTVERSIONPREFIX= v DISTVERSION= 2.5.1-732 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g14ecc519 CATEGORIES= multimedia Modified: head/multimedia/py-qt5-multimedia/Makefile ============================================================================== --- head/multimedia/py-qt5-multimedia/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/multimedia/py-qt5-multimedia/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= multimedia -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org Modified: head/multimedia/py-qt5-multimediawidgets/Makefile ============================================================================== --- head/multimedia/py-qt5-multimediawidgets/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/multimedia/py-qt5-multimediawidgets/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= multimediawidgets -PORTREVISION= 1 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org Modified: head/net-im/scudcloud/Makefile ============================================================================== --- head/net-im/scudcloud/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/net-im/scudcloud/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= scudcloud PORTVERSION= 1.65 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= nivit@FreeBSD.org Modified: head/net-mgmt/nagstamon/Makefile ============================================================================== --- head/net-mgmt/nagstamon/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/net-mgmt/nagstamon/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= nagstamon PORTVERSION= 3.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt python MASTER_SITES= https://nagstamon.ifw-dresden.de/files/stable/ \ LOCAL/ehaupt Modified: head/net/libarcus/Makefile ============================================================================== --- head/net/libarcus/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/net/libarcus/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -2,7 +2,7 @@ PORTNAME= libArcus PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net cad DIST_SUBDIR= Ultimaker Modified: head/net/py-qt5-network/Makefile ============================================================================== --- head/net/py-qt5-network/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/net/py-qt5-network/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= network -PORTREVISION= 1 CATEGORIES= net devel python MAINTAINER= kde@FreeBSD.org Modified: head/net/py-qt5-networkauth/Makefile ============================================================================== --- head/net/py-qt5-networkauth/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/net/py-qt5-networkauth/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,29 +1,46 @@ # $FreeBSD$ PORTNAME= networkauth -PORTREVISION= 1 +PORTVERSION= ${PYQT5_VERSION} CATEGORIES= net devel python +MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH} +PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- +DISTNAME= ${PYQTNETWORKAUTH_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtNetworkAuth module -CONFIGURE_ARGS= --enable QtNetworkAuth -PYQT_DIST= yes - USES= python:3.5+ pyqt:5 qt:5 -USE_PYQT= sip_build core_run +USE_PYQT= sip_build core gui network widgets USE_PYTHON= concurrent flavors py3kplist -USE_QT= core network networkauth qmake_build +USE_QT= core gui network networkauth qmake_build +USE_GL+= gl +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --verbose --no-dist-info \ + -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 \ + -q ${QMAKE} \ + --sip ${SIP} \ + --pyqt-sipdir=${PYQT_SIPDIR} +DESTDIRNAME= INSTALL_ROOT + OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtNetworkAuth API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} +API_CONFIGURE_ON= --apidir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace + +post-patch: + ${REINPLACE_CMD} -e "s/sip-module/sip-module-${PYTHON_VER}/" ${WRKSRC}/configure.py; + ${REINPLACE_CMD} -e "s/-gui/gui/" ${WRKSRC}/configure.py ${WRKSRC}/pyproject.toml + +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtNetworkAuth.so Added: head/net/py-qt5-networkauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-qt5-networkauth/distinfo Mon Mar 8 06:49:17 2021 (r567825) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614867526 +SHA256 (PyQtNetworkAuth-5.15.3.tar.gz) = 2590eae76d4b87ceb9f0d857a5631e13dd14f7fdab2b5e696df61f77e4e3fd82 +SIZE (PyQtNetworkAuth-5.15.3.tar.gz) = 35833 Modified: head/net/py-qt5-networkauth/pkg-plist ============================================================================== --- head/net/py-qt5-networkauth/pkg-plist Mon Mar 8 04:10:53 2021 (r567824) +++ head/net/py-qt5-networkauth/pkg-plist Mon Mar 8 06:49:17 2021 (r567825) @@ -1,6 +1,6 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtNetworkAuth.pyi %%PYTHON_SITELIBDIR%%/PyQt5/QtNetworkAuth.so -%%API%%%%PYQT_APIDIR%%/api/python/QtNetworkAuth.api +%%API%%%%PYQT_APIDIR%%/api/python/PyQtNetworkAuth.api %%PYQT_SIPDIR%%/QtNetworkAuth/QtNetworkAuthmod.sip %%PYQT_SIPDIR%%/QtNetworkAuth/qabstractoauth.sip %%PYQT_SIPDIR%%/QtNetworkAuth/qabstractoauth2.sip Modified: head/print/py-frescobaldi/Makefile ============================================================================== --- head/print/py-frescobaldi/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/print/py-frescobaldi/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,7 +4,7 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print kde python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-qt5-printsupport/Makefile ============================================================================== --- head/print/py-qt5-printsupport/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/print/py-qt5-printsupport/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= printsupport -PORTREVISION= 1 CATEGORIES= print python MAINTAINER= kde@FreeBSD.org Modified: head/science/code_saturne/Makefile ============================================================================== --- head/science/code_saturne/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/science/code_saturne/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,6 +3,7 @@ PORTNAME= code_saturne PORTVERSION= 6.1.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= science parallel Modified: head/science/py-veusz/Makefile ============================================================================== --- head/science/py-veusz/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/science/py-veusz/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -4,6 +4,7 @@ PORTNAME= veusz DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/angrysearch/Makefile ============================================================================== --- head/sysutils/angrysearch/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/sysutils/angrysearch/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -3,7 +3,7 @@ PORTNAME= angrysearch PORTVERSION= 1.0.2 # untagged, but specified in the setup.py -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils python MAINTAINER= danfe@FreeBSD.org Modified: head/textproc/py-qt5-xml/Makefile ============================================================================== --- head/textproc/py-qt5-xml/Makefile Mon Mar 8 04:10:53 2021 (r567824) +++ head/textproc/py-qt5-xml/Makefile Mon Mar 8 06:49:17 2021 (r567825) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= xml -PORTREVISION= 1 CATEGORIES= textproc devel python *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 8 09:23:29 2021 Return-Path: Delivered-To: svn-ports-all@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 6FB6A56BCA0; Mon, 8 Mar 2021 09:23:29 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvCZ92XyLz3sg3; Mon, 8 Mar 2021 09:23:29 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E7D226B24; Mon, 8 Mar 2021 09:23:29 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1289NT9O066534; Mon, 8 Mar 2021 09:23:29 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1289NA1d066441; Mon, 8 Mar 2021 09:23:10 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202103080923.1289NA1d066441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 8 Mar 2021 09:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567826 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editors/libreoffice-ast editors... X-SVN-Commit-Revision: 567826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 09:23:29 -0000 Author: fluffy Date: Mon Mar 8 09:23:10 2021 New Revision: 567826 URL: https://svnweb.freebsd.org/changeset/ports/567826 Log: LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility improvements. Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/ MFH: 2021Q1 Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-ckb/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dsb/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-fur/distinfo head/editors/libreoffice-fy/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-gug/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-hsb/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kab/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-szl/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-vec/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/arabic/libreoffice/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357438 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ar.tar.gz) = 90d26808cea132977a46e3378186ce5e7ea903989611beeea1dcbb0ff2acc643 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ar.tar.gz) = 1661671 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ar.tar.gz) = 566a480e91ca42376b3e397aea8282741a78be46d1ec4b6ec158d980d86233b4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ar.tar.gz) = 2675066 +TIMESTAMP = 1614868831 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ar.tar.gz) = 45a0b858dc6d6bdc34f0e3967a7e0d78e89b1ccfbf59696f26f5a4f3bbef9351 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ar.tar.gz) = 1673839 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ar.tar.gz) = 52e200a64aa4e27ae8f74fd45777f685ad161145e6ddf84251e8852c7addc215 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ar.tar.gz) = 2676027 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/chinese/libreoffice-zh_CN/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612358069 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 9741fbe004001cdbf014eeb64b3d3a24424063ff0d7b0af1da6eeebfd9118e63 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 764484 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2b88df1eabd9a48881fab21f97625e778b515b970b7a183399739caa73387286 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043488 +TIMESTAMP = 1614869422 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = efa1ff82c9a25be329bc4f792b77126c25fef207dc9e21abfbfb2a54bfb19bf1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 764438 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 07ae29a17cf18b1798f7b9ab9e4eb27caa881a5330caab5acc08c96e9a1a75dc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043663 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/chinese/libreoffice-zh_TW/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612358077 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = e1b4d50ff96d6e117f9c8ee7bdff65515cf5732df218b6ee64c954edb88d94c1 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 697510 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 80824d30126cc79523b1777831f39867c07f3e02923451c1bfb4f81d55311f99 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138900 +TIMESTAMP = 1614869429 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = bc3ce4363c8619289454ba35af5b82ff32109757c52d8007ba19499f525fa346 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 698546 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 5063b299fa93d00be6dc12437237ee6f738708953090363afe8a148bb68c7715 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138793 Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-af/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357423 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_af.tar.gz) = 3650684d557530335281cf9cafbe9f61877a7bc301b909363e2690e00bfbd99b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_af.tar.gz) = 1128387 +TIMESTAMP = 1614868818 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_af.tar.gz) = 862db8feb9c71dc8ae28887e23b401b743ffc2e104496c197d723d1415aa9497 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_af.tar.gz) = 1128302 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-am/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357430 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_am.tar.gz) = bf084a4071a0e7d90cb711e19223902900ef2f9342f0f09f092c81efc1f9cb25 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_am.tar.gz) = 663069 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_am.tar.gz) = 9ebc6505298c79e1e133c0bc3028856e2a8903fad889aaafcb1490476a055118 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_am.tar.gz) = 3003129 +TIMESTAMP = 1614868825 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_am.tar.gz) = c885fc69744020fe8420b6e12d5f288d584416b49c260c14fcab26b7cb72ab73 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_am.tar.gz) = 663040 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_am.tar.gz) = f4002fef4a7f1830c942b3f6bfad62c62c1d80a68eab47f17476a3dfe1bf65f8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_am.tar.gz) = 3003356 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-as/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357441 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_as.tar.gz) = 828302d97e5dac180d0ab871fa314bd8bb0ead18ce76bc7944e1329fc250177c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_as.tar.gz) = 361897 +TIMESTAMP = 1614868834 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_as.tar.gz) = 1a9c098fc5cf6075b8e1d18769074abffc48beb0d4568462663ef6c3b4a8a810 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_as.tar.gz) = 362272 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ast/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357452 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ast.tar.gz) = b0c2b33370aa6ec58ee2a15c777c661492a0999f06035907cfd4c96eea2e301a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ast.tar.gz) = 407616 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ast.tar.gz) = 3c7fef8ecd0a3257c35926fc091f693d206bb12a891f2f034536bdf8ade09603 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ast.tar.gz) = 2844126 +TIMESTAMP = 1614868841 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ast.tar.gz) = a39271212a6b0909c25d5a4b66c8a5fe1da5f23b4c73554da7043b5c945a73e2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ast.tar.gz) = 408617 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ast.tar.gz) = 866a60a883cfe396c5460c7a28bacbf41c03afc4d70106d7de334bf5dc6b003f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ast.tar.gz) = 2843962 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-be/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357456 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_be.tar.gz) = ff21d23824faa13d449a1efc5dc0c83f1bca933cff1a340039af116c2c23e609 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_be.tar.gz) = 762834 +TIMESTAMP = 1614868844 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_be.tar.gz) = 60bf4a2906ba9013d1a2713db8e9b93bc918760df1c756e587e46a80911f156d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_be.tar.gz) = 763373 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-bg/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357464 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bg.tar.gz) = ae490e27ded627db2c96ff255425c6181648eb48ad3ff77b2ea2b2e747cf64d3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bg.tar.gz) = 1846670 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bg.tar.gz) = 018afe035fe1fd3b45726e977ade86f3d44c629ecb7e040d03609c7dab4cde77 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bg.tar.gz) = 2980676 +TIMESTAMP = 1614868850 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bg.tar.gz) = 43ec657c66b9652583be3cb32bc9cc0c0ce4a136ca12b78a3b9045e1a1c20e13 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bg.tar.gz) = 1847550 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bg.tar.gz) = 00f53bd66d7b039bb30f2ceeb0598b72f1684b44c07b7a64410262f225ceacda +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bg.tar.gz) = 2980872 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-bn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357470 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn.tar.gz) = 04a8c486f760fc5290abe6cc009cdc58aa013903548cc3e7efce57f727145a2a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn.tar.gz) = 617063 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn.tar.gz) = 3b2ae7e4a02f4af839c85b3474c56e8e91f7c50353cd143889c43255a58b33b9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn.tar.gz) = 2860004 +TIMESTAMP = 1614868857 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn.tar.gz) = f4a47e430d9a6c926b857da16efa94f61779e0ac29bc851e5fbaf5e062d09ce6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn.tar.gz) = 615304 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn.tar.gz) = 195a12fb7ae4a21611a2ba821f3edc2cbfa52aed1fb737991a1b04db4a4393c6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn.tar.gz) = 2860045 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-bn_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357478 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 98483da72450f8ee47d44fdb0f9f006d05521610a5ee365b1525a4a6e99838df -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 500938 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = f08dd07122ccd52d310352c301876d4ba08a3a58bceeb7137a9935c703143015 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3180882 +TIMESTAMP = 1614868863 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = b94e8c463b8ebe260efe6e327d5d0ef880c615e250bb0e90f3e245bbf1775e40 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 500403 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 01098b4503a825bb638555197106dd490b3290f18c0bbdadae11ad15d23274dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3181020 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-bo/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357485 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bo.tar.gz) = 578d260701d5903dd03d480b77109cbb74d6b3027467b140745ad57adb5711c7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bo.tar.gz) = 323354 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bo.tar.gz) = e27e78334dafedc3479d7f1f056cef1edde542aadd5fe4cf0047eaf4a24c0c50 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bo.tar.gz) = 2896976 +TIMESTAMP = 1614868869 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bo.tar.gz) = 65daa09b8d33c7fc57364ea438a71b07c59290ca8f24bc49ade9fe203560bcc7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bo.tar.gz) = 323522 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bo.tar.gz) = 79d086a2ddeea32100d3403c561091a092eb17feb88ec1c7c93d25264852bcdf +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bo.tar.gz) = 2896845 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-br/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357488 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_br.tar.gz) = 87316d56672b2a6b90c5c4c001bd32721e1d13b9c57e8b139a5785ff5f38cb02 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_br.tar.gz) = 1012005 +TIMESTAMP = 1614868872 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_br.tar.gz) = 05d78223321d8a73eda612d46786ba6409ce276da46c4d42f18ba55e178881aa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_br.tar.gz) = 1011559 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-brx/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357491 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_brx.tar.gz) = a4243aebd7572d29f077439d694182c231e0ddc32b26f540c5ef020b5722a4f9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_brx.tar.gz) = 236441 +TIMESTAMP = 1614868875 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_brx.tar.gz) = e207ebe1e05274d5ac5eb0beb9340c9e57aa30097acc99003d7d28897fd44b91 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_brx.tar.gz) = 236591 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-bs/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357497 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bs.tar.gz) = a63fd2249ffea40490aae4e2ad1de079e3aac6715fca0d9d84edcae3045e608f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bs.tar.gz) = 501219 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bs.tar.gz) = 9a55e9f0e7af3279b9661b97aca8dc95ebcce38b1e69bf8ded9c8d1d2b830f82 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bs.tar.gz) = 2782093 +TIMESTAMP = 1614868881 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bs.tar.gz) = 59c55d423a42e321ba408f0c99dd9b7cdf273ca8f6675bd3d7f3122f486e5fe7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bs.tar.gz) = 501184 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bs.tar.gz) = 4a0f45e6e207de3d65b05e4d8eb8fee3e1b26be9da41e109734c0f81ab774d5e +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bs.tar.gz) = 2782233 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ca/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357506 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca.tar.gz) = c74a386bcf708ea2bd437c5f3ece08bf52d86d8d8e32e7c76b50d01a2367c051 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca.tar.gz) = 1483119 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca.tar.gz) = 6c6c6f2956f691c7a3cd9804d13475e6605d17554cc5c89752ebb7cf91254ae1 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca.tar.gz) = 2845612 +TIMESTAMP = 1614868888 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca.tar.gz) = c80ca3e591242da6ad3c4b0edae6170a7713179df878160cb734778b8bcd566e +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca.tar.gz) = 1482732 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca.tar.gz) = 5aab3440d7e4d70cbfa8dd27b17420aec97c5b1673b264d872f20426a5943e1f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca.tar.gz) = 2846041 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ca_valencia/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357512 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = a7ec6ad63b619d9aa86c5f890993d182355d2b0e260ec0c7d04f503ca5f8010d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1433899 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 488bd1e282d8fc1dfb0f5ebb8b7d1322a598aeb9f743f927e97d9fee56acffa9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2851154 +TIMESTAMP = 1614868894 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 289dce62668c93d0c04fec7c7772d3bde7f1b0b86b9f8f0c1b5b637df6ebbb87 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1434539 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = a82b4ae2b94bef9c05a66b052eab48a9e521de806a17161b8fa7d3e4fd3cb8b7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2851433 Modified: head/editors/libreoffice-ckb/distinfo ============================================================================== --- head/editors/libreoffice-ckb/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ckb/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357516 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ckb.tar.gz) = 71faab4875ff1060101f2fc3e935bd3e364bc1d84db8609685a658963c1e6daa -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ckb.tar.gz) = 251182 +TIMESTAMP = 1614868897 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ckb.tar.gz) = 847dd844748fde3cfd186091c3367a72f4fa53cd593d73e4277c340fb1b2b3e3 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ckb.tar.gz) = 251051 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-cs/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357525 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cs.tar.gz) = 42d90a9447454af5c991009b15881f72eb42d82df8aa9a9b388e6f22008d89a3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cs.tar.gz) = 2363183 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_cs.tar.gz) = fee29c073d430878353e288537d5e7cc25baa02bd5962fa1caf975e4958460de -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_cs.tar.gz) = 2868354 +TIMESTAMP = 1614868905 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cs.tar.gz) = 34194921a51626e2b3d332e65601bd7cd9dcd46493166fa0836f5268b78d66e0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cs.tar.gz) = 2364160 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_cs.tar.gz) = 33eb4e96c6a7c6c0d41a6b92c900bd7bec0c66afc0e00c8632165b1ac4bd23e4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_cs.tar.gz) = 2868263 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-cy/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357529 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cy.tar.gz) = e06762258ecebfb2b7380869d62fd30a934d2a224f09303f4d9c31ca8e04e65d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cy.tar.gz) = 725144 +TIMESTAMP = 1614868908 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cy.tar.gz) = 0a7095ff7b7a1c64a5561acf8f96f134e388f7c365804bebdaf663064b771a9c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cy.tar.gz) = 725470 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-da/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357536 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_da.tar.gz) = 9a3cfe2664fa878ad43599ed629ce38b027f1e8ff8258fceeec1b201f69eecdd -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_da.tar.gz) = 2132527 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_da.tar.gz) = 8f8639b973801debedad1317b45b8866318dcd10ac28a73e90cc3f43c34907d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_da.tar.gz) = 2832681 +TIMESTAMP = 1614868914 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_da.tar.gz) = 5535827db5625df2d5a26d80cd1a5f553eabdd068c587c43c7a916aa895aba65 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_da.tar.gz) = 2142901 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_da.tar.gz) = 1b22400834aca22179a778ed8d4ba4590a84970a22a6c1f2067c91d0b450799a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_da.tar.gz) = 2832289 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-dgo/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357548 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dgo.tar.gz) = b66a01273fb378f59ef27c8e16bdf41775b6317669acfa456a609180d51077f2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dgo.tar.gz) = 303353 +TIMESTAMP = 1614868925 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dgo.tar.gz) = 9d1d4e5fbd36cc1ecdd91238e02b906ddb6c874fad1265d086a55a5d27a51fc8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dgo.tar.gz) = 302946 Modified: head/editors/libreoffice-dsb/distinfo ============================================================================== --- head/editors/libreoffice-dsb/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-dsb/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357551 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dsb.tar.gz) = 3aeb1feb6668aff701371c6b7b60dab298381996f30991af97a2d25c3c74bcb8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dsb.tar.gz) = 627621 +TIMESTAMP = 1614868928 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dsb.tar.gz) = 5bf913d67d62510d7fe247b1c6d754b59a37e05446e1dee2706db46079adc013 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dsb.tar.gz) = 645642 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-dz/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357557 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dz.tar.gz) = a3f0c96296c3b1d59ac7fadc4fb2ee12365dd0079d724159396f8d8201176e6c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dz.tar.gz) = 340329 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_dz.tar.gz) = 520c103f512ded072f9173b6290fbbd28ddf7234e9065a2b883e4683c41167a4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_dz.tar.gz) = 2962594 +TIMESTAMP = 1614868934 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dz.tar.gz) = e039fa721133ff029fd5fe7873cf54d090792b38d9310100537dcb9071900e8d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dz.tar.gz) = 340641 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_dz.tar.gz) = 3775f253d468197a297b6bb02558599c644c0f4c1e0a3998c41902d587766818 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_dz.tar.gz) = 2962684 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-el/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357565 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_el.tar.gz) = 7af5d83cd8c2a3c6afe7c19035e1091c7a9fd255c84181d9673437728a834811 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_el.tar.gz) = 2359267 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_el.tar.gz) = 2d8dc93d86b0ea2727dd70839d8d98b34ab22800536165bd0a9aff6a4a7706be -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_el.tar.gz) = 3291701 +TIMESTAMP = 1614868949 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_el.tar.gz) = f579907c4250b4ab9674e0a961f74c29b9205408535ef977cc69591818a8c4ae +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_el.tar.gz) = 2358198 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_el.tar.gz) = 102ab891508472f974ae7dd43a9bcb271645f45759ae39f2504e18a237555ae6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_el.tar.gz) = 3292078 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-en_GB/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357573 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 8c24dd39d38358822a68d360e6d8eb114d0981d6f5bf213eccf820acc72693f0 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4578763 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-GB.tar.gz) = bbfbbd84cb17f179308a85d4fe51e4dde0f5a3c22b5063cc2b6e416d88b161b2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2702589 +TIMESTAMP = 1614868956 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 51f274c072d00f4a5ae7767f6e8c2c6c0206ca04784a8442cc387135ee3238af +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4579385 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-GB.tar.gz) = d586c12488e57ddd6aed8ed642bdaeaf06a0476164af699d10a347b0aba918bc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2702560 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-en_ZA/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357580 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 54e2122ffd17a674b592408e0fdeb82838a321ac606f06fef0d5bedeb9fd2679 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4208445 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = c6dd170af4df7ff3b03a4f28ec5db81b3a45e2a9d699bf1f1cec04093fbdbc65 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2695882 +TIMESTAMP = 1614868963 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 6d191269ca4e19e05f8dcc340243fa518305ed1fa50dd921a481b0f962185899 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4208765 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = c06fda7fe16a3a06d47c578976ebbb8874f9b5c531a4d3af33293345e1da1e56 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2695700 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-eo/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357587 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eo.tar.gz) = aa691873c2b88518d09b501a3b2b966ad0bbcd99fe3a36f8b5dfdaa2e87a7369 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eo.tar.gz) = 681042 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eo.tar.gz) = 832218daa7fb3f06fda25c6e5ea8ba2dbad497712836b7ad2f5f27b905ac571c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eo.tar.gz) = 2761460 +TIMESTAMP = 1614868970 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eo.tar.gz) = 2bb34d4d52566e62259888aae9ababd7d1b6dc95832d8f59797429ae086efe47 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eo.tar.gz) = 699959 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eo.tar.gz) = dd4920b5c5d00030b049275b7b2ff86b2f8ed41b770362dd37a004077be8084a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eo.tar.gz) = 2761392 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-es/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357596 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_es.tar.gz) = fa9a4e2455f6752a8b0fd4c25139a68b2640b85b95a8f247a258d3ed2f5efd4c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_es.tar.gz) = 1687900 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_es.tar.gz) = b704f79dc7843b83d5f94cee8c3c3c0250843205751f2573e46fe19c7ea6cdda -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_es.tar.gz) = 2877441 +TIMESTAMP = 1614868976 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_es.tar.gz) = 390f2cc5eb4c93e65241ed8fbfacc91d294dba1cb677797a0082b87bb3813b94 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_es.tar.gz) = 1687237 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_es.tar.gz) = d2771f9133fa13b8048991c63e2bc1468c3f34bab057b9e0517fed54534e9b81 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_es.tar.gz) = 2877176 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-et/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357603 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_et.tar.gz) = a815d8c631bfdcb701f8067e25bbb57d7583f40cc28c2cea4a50e50aaee22c2c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_et.tar.gz) = 1333892 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_et.tar.gz) = 05a16b6f9556a0bb0bb1ccf6d89fbecd638b203b4a86b8e8475947ea0538ca20 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_et.tar.gz) = 2784610 +TIMESTAMP = 1614868983 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_et.tar.gz) = 9ee627d2b5526af8d9e7dcf6e244febf0101e15a9f6ea59f976460093d18d0be +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_et.tar.gz) = 1334645 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_et.tar.gz) = 2dd6098bf02befc4e9ff72fb1555e8ab500082559136167b981dd39bb2928201 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_et.tar.gz) = 2784666 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-eu/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357609 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eu.tar.gz) = 293e6ecf8f160932bf7dbc1065d117591316b20fbd80d2a0896637e7e6d87704 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eu.tar.gz) = 724976 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eu.tar.gz) = fd1b51d3a04085dc319e8ee56c4720e7e054c7ee35854d657d5e920c1e044f7e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eu.tar.gz) = 2776733 +TIMESTAMP = 1614868989 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eu.tar.gz) = d7de68d4cec2b347641a3ed4eb0dfb73593099c518e8622e65d79a0c1d3c3797 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eu.tar.gz) = 725050 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eu.tar.gz) = b02f7a52cc3ec337e92764c09aec8e6d560b98b2a077e2d81989db33cd7b45e8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eu.tar.gz) = 2774660 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-fa/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357612 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fa.tar.gz) = cf6fd04c580d99d9d06ef79bcd99c1cb08023b49f019714c88199f4ce08bd0f9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fa.tar.gz) = 244431 +TIMESTAMP = 1614868991 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fa.tar.gz) = 2ddd088899d4f0eb5d9ee314d14546fb0fb556aa1f3e62484b0dfa903f3f5016 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fa.tar.gz) = 244934 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-fi/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357619 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fi.tar.gz) = 65ae9ee152bd7cf98324754a748d46d251ff7420e179eb6991c56355af451490 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fi.tar.gz) = 629744 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_fi.tar.gz) = 0101f4b7a0d109e3f32ce661d560ab4beaebd49d3839a454329fa468b311cc3a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_fi.tar.gz) = 2762762 +TIMESTAMP = 1614868997 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fi.tar.gz) = 3453aa5f33a52b5386255a0dba68fc292f6add5792cb9035d34be4c0566004f9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fi.tar.gz) = 629657 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_fi.tar.gz) = cf552606c133aab6f4281b789fcb4461d6e397d059236eee7987241d17d72a33 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_fi.tar.gz) = 2762874 Modified: head/editors/libreoffice-fur/distinfo ============================================================================== --- head/editors/libreoffice-fur/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-fur/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357635 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fur.tar.gz) = 61e50c6e9a9c65665190686094991f204c3183881cb8d930d0f930a5ab6492be -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fur.tar.gz) = 148285 +TIMESTAMP = 1614869006 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fur.tar.gz) = 0f2bb423fbaff71ca3d380ce96ef86e81a0419c9ba0c68f339f5b81617c7b6e0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fur.tar.gz) = 149164 Modified: head/editors/libreoffice-fy/distinfo ============================================================================== --- head/editors/libreoffice-fy/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-fy/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357638 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fy.tar.gz) = 548381eec7cdb58eabe49c33f0945d66766c66920fdedf8cf8118c7ddf3eb02f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fy.tar.gz) = 615897 +TIMESTAMP = 1614869009 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fy.tar.gz) = 50ea90f2654f64d8a851c18218ec1f96b4a820870b3984ced58a57f4658731fe +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fy.tar.gz) = 641358 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ga/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357641 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ga.tar.gz) = 09ab838838e6ff26d9776a2f2c5b93172c8ac0e29062f6b5f42741bea11502a2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ga.tar.gz) = 514283 +TIMESTAMP = 1614869012 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ga.tar.gz) = 6cb0e55dafc6510e592edb04d787eb91c2ceee98a08c101975de8f4163a655dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ga.tar.gz) = 514629 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-gd/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357644 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gd.tar.gz) = d4489d66c33c8d3d0076251362510c02cbf0233ee3afa850f4f21bca45bdf61f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gd.tar.gz) = 1333829 +TIMESTAMP = 1614869016 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gd.tar.gz) = e8267b657bf6a2f3f8565f5bd003f1af5a22588d946372c768d63a82a8f5ab27 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gd.tar.gz) = 1333558 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-gl/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357651 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gl.tar.gz) = d2b942d66eb44d96830e28b6f280185ce4b7f289a2080601e7f3df1111d5765d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gl.tar.gz) = 2095835 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gl.tar.gz) = 38045e61ceb9b1025cda2bd86dbd47ae6c880b07517f845c75616f4030bfef8b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gl.tar.gz) = 2849814 +TIMESTAMP = 1614869022 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gl.tar.gz) = 287f6ad5b83e5bae520e95fe8aab91ba874efb0de8aa0e527fc6c6a48fcd237c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gl.tar.gz) = 2096253 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gl.tar.gz) = 25a6c0d93312bcf3f2d330acb3899f3d628c191e0b6a2b9c3bd0dc0cf2359105 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gl.tar.gz) = 2849877 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-gu/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357658 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gu.tar.gz) = 970d9255ae5937f0714872c87b67cd58fec56e45d97497a09a4cc0cc7e78dcfe -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gu.tar.gz) = 949472 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gu.tar.gz) = 76bf4096e8a1de37299e03c0fa0c72f0b11dd4aec4509028c77c98cbf5f17062 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gu.tar.gz) = 2756871 +TIMESTAMP = 1614869028 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gu.tar.gz) = f4880090916d4c17472f3fb94040e20cc84dbbc3e69d8cd7ba4457abc3b80c3d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gu.tar.gz) = 949771 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gu.tar.gz) = a0ed217ea13f7132ec2f6ea439305b2ca30a94be88dbe08f163f3378ee497ec0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gu.tar.gz) = 2756762 Modified: head/editors/libreoffice-gug/distinfo ============================================================================== --- head/editors/libreoffice-gug/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-gug/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357661 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gug.tar.gz) = bcd5bb2689f58b85c2d9c25ee22968c3fbd2d147caf61c8a9064c294f42d095a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gug.tar.gz) = 369288 +TIMESTAMP = 1614869031 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gug.tar.gz) = 4266bac76ab034ab48d424d9e6db0f47fc066158acac542d6b0c1c2722f7ee12 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gug.tar.gz) = 368648 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-hi/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357676 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hi.tar.gz) = 8ff4e798c8c1e86819dec697d50266c31b49b533c38c7128a1bae3ffcaf86e4a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hi.tar.gz) = 397977 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hi.tar.gz) = 97b3234d22191f6d7eb0405893545376805e178e90a35b9a09481fdb33595d6a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hi.tar.gz) = 2808582 +TIMESTAMP = 1614869044 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hi.tar.gz) = 5582a901ad0c7ad450678fa7feed78e777fef5934f52a3b3c7e765093f2a1f0f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hi.tar.gz) = 397907 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hi.tar.gz) = 04232f5642c4bb62bc9b7e56c8e9adc7764ae3914718c04774501e948d163a4c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hi.tar.gz) = 2808443 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-hr/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357683 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hr.tar.gz) = ae4d7755f4d194b59a262c4e4c5699279fe97d0090eb3d0c63997e65a399033c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hr.tar.gz) = 731038 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hr.tar.gz) = 382e0bee6da8cdf75a67533977e5267c2043cc7c96b80d897de5e91c5dab772b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hr.tar.gz) = 2794594 +TIMESTAMP = 1614869050 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hr.tar.gz) = b584b6bf469594a0226e6cdeb734323e063acba2b42e4decf59370b7da3fc220 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hr.tar.gz) = 731095 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hr.tar.gz) = 361f721d2df2844e5fde9f979e78cbe1bcbeeb672dc1f81ab54671fda4acd0ed +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hr.tar.gz) = 2794257 Modified: head/editors/libreoffice-hsb/distinfo ============================================================================== --- head/editors/libreoffice-hsb/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-hsb/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357686 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hsb.tar.gz) = 642b285847293afd53f2dade666aec5bacd1f763feb985b65e6cd8c171a938b4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hsb.tar.gz) = 645521 +TIMESTAMP = 1614869053 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hsb.tar.gz) = c3ef3c5676a6f76bdb10cde49bcd3b082f7023ccaedbc728086ab0946091cb08 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hsb.tar.gz) = 650141 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-id/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357699 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_id.tar.gz) = bb71baf403b3690360d9eded65cd786c35539cf32643aa9490bacc446cd960e9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_id.tar.gz) = 1321275 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_id.tar.gz) = 38f3a2dfbb4b1648543a8ce8d8ecc7c480fa6d643b98613613e14944d0f7d5b5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_id.tar.gz) = 2737720 +TIMESTAMP = 1614869067 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_id.tar.gz) = fd46dff6cd124a23cafcf7f1f117729f62f8ae9818a5646fcfa5b230b3fd4e72 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_id.tar.gz) = 1321433 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_id.tar.gz) = c3f823ae7ca58f98ae9b140381d49fef54a2086c8f67e158ae18e1cffda482b1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_id.tar.gz) = 2737960 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-is/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357706 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_is.tar.gz) = 9862889a13c0a30cfab7c648ef6f4bbda8a32a56b4b5338005d52e75738e1b6d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_is.tar.gz) = 1163695 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_is.tar.gz) = 53b9fd03310648c566d1a20406c4eb546505c96c72ceb545f154c45f37a0519f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_is.tar.gz) = 2794841 +TIMESTAMP = 1614869073 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_is.tar.gz) = 76a74182845b222cbd8cbee646c3118cb5830970b09c8fb2365122fdb6d9b2a4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_is.tar.gz) = 1163759 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_is.tar.gz) = 289aafe8798da15bbc8f45037ec19075140e86a5c0c00fe3e2eadb53d39b7633 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_is.tar.gz) = 2795126 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-it/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357713 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_it.tar.gz) = df41be493e1488a678ad4590c14219c92bcc2653e279f8fe489d3468837052ee -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_it.tar.gz) = 1746619 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_it.tar.gz) = 38d6f925418018925a2aebd32d0f7ced89c62043294aea78e5d6b866379d2543 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_it.tar.gz) = 2798420 +TIMESTAMP = 1614869080 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_it.tar.gz) = ee511c96b59a52e93d4fa484bb2cfaab1c618f00dc0a578631eb9c094fe279fa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_it.tar.gz) = 1746393 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_it.tar.gz) = 50a1227b6fda486004ec7c26066b5bfbe15c732b16748c85e87231baad849f27 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_it.tar.gz) = 2798315 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ka/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357726 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ka.tar.gz) = f9800985612ce49514f08553cea97ed168e1365ed7b0bccadc3cf24fc7b4d3a9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ka.tar.gz) = 280102 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ka.tar.gz) = af4e982ee022278fb7e12dfd820dbe6f7180b7d53915f3afb58f22e9cb6226d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ka.tar.gz) = 2918631 +TIMESTAMP = 1614869092 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ka.tar.gz) = ed19ef59a52521236ed010090ffed2688cb1d03733092f6e01aa65deec11135b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ka.tar.gz) = 279565 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ka.tar.gz) = b6a21e23cbaaacd9d5ea00adcbf57f82ab9dea31a05b06e9cb6cf1d5e8df25b7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ka.tar.gz) = 2918590 Modified: head/editors/libreoffice-kab/distinfo ============================================================================== --- head/editors/libreoffice-kab/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-kab/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357728 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kab.tar.gz) = 3017148c7de1328289fdb8171a056d024fe03a3b8124563ab4097e0a7062ded7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kab.tar.gz) = 456921 +TIMESTAMP = 1614869095 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kab.tar.gz) = ae15b6b1fe8eb7cd93d6802b65c0b9ee043fe313fa73f1dadde4cde9cf539202 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kab.tar.gz) = 456270 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-kk/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357731 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kk.tar.gz) = e5c074597cdd6f9e3b2116a90e48762c54e33b5f27a3a842df099d382fa9eb2a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kk.tar.gz) = 572829 +TIMESTAMP = 1614869098 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kk.tar.gz) = a415fbec145b2514a84b8297d8668aa1adb75b43df250c831157be01cd732900 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kk.tar.gz) = 572422 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-km/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357737 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_km.tar.gz) = df337c27d59726bbbc98e998636be884a11b1d344e81e1252a21ff653e094ad0 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_km.tar.gz) = 591525 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_km.tar.gz) = aab037a26e1635bf5935dd730bbfaa5913a07ffd9d1920bf5819aed6b607a2e5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_km.tar.gz) = 3097782 +TIMESTAMP = 1614869104 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_km.tar.gz) = 8d89689d61c1af3a4ff993759eaf8ccbadb960041cd08d8b3d3e35b0b916151c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_km.tar.gz) = 591635 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_km.tar.gz) = 7a422a22f21936629e59865422d2bd28b5b414b59527e7cce6eed8be2ca51d71 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_km.tar.gz) = 3097714 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-kmr_Latn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357740 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 99a79db5101399ddff543ef1aab2ec8871c011d7b50d3f6045cb8dcf56c1a86d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240566 +TIMESTAMP = 1614869107 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 15a7754f9fb0ed2b08f324e9c5c67510978bfa19ac8b34fdc7d4f556517dc037 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240881 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-kn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357743 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kn.tar.gz) = 11fec052897cdab308ec3425225cf64d58fa7f79f7919fde8f2fe56d5aa0ce18 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kn.tar.gz) = 396502 +TIMESTAMP = 1614869110 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kn.tar.gz) = c941bde04d12d00c737fc281cf52daebd3eb8a2c86683e6045c46e2c59400e66 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kn.tar.gz) = 395508 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-kok/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357753 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kok.tar.gz) = 01de52d96ab0b42f8348ead0b21db2f9d697a482e6da81647384ee0fad73efe7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kok.tar.gz) = 288301 +TIMESTAMP = 1614869119 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kok.tar.gz) = 1a6c2381468c4cb18fefcb56d8f2a191aaeff3194712c593ea4f5addd02f2cd3 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kok.tar.gz) = 288320 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ks/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357756 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ks.tar.gz) = cc07ba569e04c2d5c24859d5668db7ca025e5d50cffda196d66458f85731e3ff -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ks.tar.gz) = 236481 +TIMESTAMP = 1614869122 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ks.tar.gz) = 9b688f2e8892fa3b882d8da2b5cc0270c5d84df12feb2dcb152eb7e09942e4ac +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ks.tar.gz) = 236593 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-lb/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357759 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lb.tar.gz) = 9d9e1a69b28fd801e6e0e550a06de86b47d9973a209ff157e18d518e22b0e9dd -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lb.tar.gz) = 111582 +TIMESTAMP = 1614869127 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lb.tar.gz) = 0525a07373448a4decb3a43def676d5a5bda53364ba72a54dfff3efa8a61b718 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lb.tar.gz) = 111577 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-lo/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357765 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lo.tar.gz) = 4270770d8b53d746acfa620a2b2a25b16983fc676a0e01aa9e6fb378652ccb8e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lo.tar.gz) = 307451 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lo.tar.gz) = 04edb106d5be5ae8a1c7aadcee3ee4f0a52c3d20667305e01003b9f8252cfc51 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lo.tar.gz) = 2782352 +TIMESTAMP = 1614869138 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lo.tar.gz) = aad5192f52b405c5d5eeef114bf4c303e09653129b1be435bc91047ecad671e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lo.tar.gz) = 307604 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lo.tar.gz) = 7e68a9c93398af77195d8a16c61295014aca0c3f08b936d83daf9a71d4657fb2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lo.tar.gz) = 2782631 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-lt/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357771 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lt.tar.gz) = 1d6c4c6b4234a6b6d3318e9bcc9fe1fbbafd7297c43f4154d857eeddeede4257 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lt.tar.gz) = 928642 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lt.tar.gz) = 0a5cf36dbe825cba5e94db6a100f6a6050ab58c494b45960e1c30745a906558c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lt.tar.gz) = 2906148 +TIMESTAMP = 1614869144 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lt.tar.gz) = 6a0b56c5752b39629b71c5c8abdf779561e39eb2d83ef3e65d2a34423aaa520b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lt.tar.gz) = 933112 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lt.tar.gz) = 4b9fdb2c449f0788094ae74d865c51407dade7329ba4c8645850806c9e9128a9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lt.tar.gz) = 2905783 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-lv/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357778 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lv.tar.gz) = 262f6bc086336800b7289c2c48929089fd78706ae796d77aa3b02fedd9e6a967 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lv.tar.gz) = 868174 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lv.tar.gz) = b22cd70d4dfc2aaed7332fa1e7a3576e833a2192d6415867bff3845560b6b1b5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lv.tar.gz) = 2785706 +TIMESTAMP = 1614869154 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lv.tar.gz) = e5627b557f02f2db01c2dddfb16239f594a1fb8479f17e89abd6f3871d3bb63d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lv.tar.gz) = 868270 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lv.tar.gz) = 3288bee81f5e5898013293d05cd2413178beb2c2528ef1dd976122892fb1eb67 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lv.tar.gz) = 2785629 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-mai/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357781 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mai.tar.gz) = cb130994348fc351c0e2e9fec63a351788aa9c1afadf3388aa99826e46697730 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mai.tar.gz) = 232615 +TIMESTAMP = 1614869156 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mai.tar.gz) = 323f97e96e6588f241f6e73e316bcae3f0076dd72f6b607c2ae68dbac9394dca +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mai.tar.gz) = 232740 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-mk/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357787 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mk.tar.gz) = b9f44c25f7da55a39080a7a494c722215cfca41643e9a18f39b3e6bd190ec9a4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mk.tar.gz) = 331900 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_mk.tar.gz) = 5de4212c3fd5327ff944f749713439c12f5aecd9b76480dc736e6e4d1a160b2c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_mk.tar.gz) = 2769736 +TIMESTAMP = 1614869162 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mk.tar.gz) = 4ad0c4ebebbfc02a01c9cd11ce27406be506a5a750b30cabca668a0a70213ce0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mk.tar.gz) = 331895 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_mk.tar.gz) = fd4edcc8ae3729fef74120e17cd84434d9443c631ee6fc8bb664b8999dae1cf5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_mk.tar.gz) = 2769532 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ml/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357790 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ml.tar.gz) = d113dfed7522def38520242a45b37354d855a1612d0fa3a3c991e9bf9b833dd2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ml.tar.gz) = 366366 +TIMESTAMP = 1614869165 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ml.tar.gz) = d428c523948a0d501b2933b34dc7ff03b079354cf7b43f2ecbf7a1de46220f64 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ml.tar.gz) = 366158 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-mn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357793 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mn.tar.gz) = 5b1b8ef7c1588b64d73ed84c3f719e8bca306a133dfe56088d509cf5e5183781 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mn.tar.gz) = 502302 +TIMESTAMP = 1614869168 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mn.tar.gz) = ba7a9547102d5e0bbfbf08e90d816236b63dc1ca7b0ca0b2839a560b91fd9fbd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mn.tar.gz) = 503527 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-mni/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357796 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mni.tar.gz) = db7a2e39b8b0d9ac57960ddf0d2c115b473061227f27398420a95d10e8e4990c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mni.tar.gz) = 279327 +TIMESTAMP = 1614869171 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mni.tar.gz) = 07716325e586725e3b8cb91d048af1e2b9049188de0b0ba0913555b2cefdfc4c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mni.tar.gz) = 278805 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-mr/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357798 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mr.tar.gz) = f011c89c8df6d0bfeaeb8b059f8f51177cd9d2304cacc2d4848e3a4c53a83306 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mr.tar.gz) = 394442 +TIMESTAMP = 1614869173 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mr.tar.gz) = 63010b2c50614fdbb03ed1cc0286afa5b618bfa701dc860daa21201e61a5c39d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mr.tar.gz) = 394256 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-my/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357801 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_my.tar.gz) = 60a338576e70f0f6136e50d157f6663928b817fa8c7d2562a47b3663bc6582c6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_my.tar.gz) = 316970 +TIMESTAMP = 1614869176 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_my.tar.gz) = a2776f65af3f6d6eab53ee9175c7d5f19a5d290aa6b88464a3d6b2a53600a749 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_my.tar.gz) = 316930 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-nb/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357808 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nb.tar.gz) = d03d6da62f19d474530e7ad93c71c91e04074ba18e64b163b63d618fbd86f572 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nb.tar.gz) = 2880493 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nb.tar.gz) = 88b8cf00e71ae0678fb773a59c1cd92dfad50fb457dad2fd7909214f3548aa1c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nb.tar.gz) = 2785667 +TIMESTAMP = 1614869191 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nb.tar.gz) = 120e0c534bd511077b4d375a190f7b9be12145c6ce1f4db73e31959d575612fd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nb.tar.gz) = 2880924 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nb.tar.gz) = 539f1eea3eace2b8dcb67f34b64fe10868e6994098b3e4f800f5a1d60bb887dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nb.tar.gz) = 2785850 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ne/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357815 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ne.tar.gz) = efee5d6cda5803a848cc5c5f3a599b7db30b3b0858dbf872e638fa2e8f00e837 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ne.tar.gz) = 677649 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ne.tar.gz) = 84941faa29066c566eeb38662438ad34722bdaa0da342b774870de197c36ea03 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ne.tar.gz) = 2908892 +TIMESTAMP = 1614869197 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ne.tar.gz) = 81c6e67a91eea544ab719ef8248ff68c474c564cef02766ecde74ffdaf0b41e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ne.tar.gz) = 677419 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ne.tar.gz) = fce1df7985eaed78cffbe213515d7c99bc8ee02ba4f05159f3864cb4968729ed +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ne.tar.gz) = 2908665 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-nl/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357822 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nl.tar.gz) = 9566d4072858a71289fd72f9d0c7d9d0dec3e9e5a2f7e084d34344ecbeef3162 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nl.tar.gz) = 1403776 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nl.tar.gz) = b2b491faf5b69cc0deb4dd3c68be5a951e84805e84349ea8210014bb3eb139d6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nl.tar.gz) = 2863848 +TIMESTAMP = 1614869204 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nl.tar.gz) = 0166fcb1519d597304032dbc0b93f9fb13a9ca4f9154f2ee2ec5b2b50c2ab3ae +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nl.tar.gz) = 1403538 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nl.tar.gz) = 8444e78a379c6c7f83178a96d926726888ea7f4161d4532a2553b6848b780fc1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nl.tar.gz) = 2863720 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-nn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357829 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nn.tar.gz) = 0499749072235a2d03af744b3fe623ccbdbb7a2bfef2363cb716e0e718a5c7bb -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nn.tar.gz) = 2912251 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nn.tar.gz) = ee084ddcaa00e9a3b17dc5d337e8583fde03ae9655b5e09b9759bc6f98ce1dd3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nn.tar.gz) = 2942277 +TIMESTAMP = 1614869211 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nn.tar.gz) = e26c0b2e458cf52515ca9d512678e95bc4746f6af1c1d7459e298fd3c6366be4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nn.tar.gz) = 2911474 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nn.tar.gz) = c5205aa6cd673a17205d1824c62b32af180cd51470842bf397514cb18b1a3124 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nn.tar.gz) = 2941997 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-nr/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357832 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nr.tar.gz) = b4b77cb333a2284ebbb00cd5810ff4a7996713793f074482fa3c12ab7cde1c6e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nr.tar.gz) = 205504 +TIMESTAMP = 1614869213 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nr.tar.gz) = acb91cb4977a880d4234941655eb4676f0a4adc8c3566b7562c28de68ab2cecf +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nr.tar.gz) = 205450 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-nso/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357835 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nso.tar.gz) = 18461ef1e39847fc650d1e1876dd4676416a30f731624d9d4e3de9347dbdb087 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nso.tar.gz) = 231925 +TIMESTAMP = 1614869225 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nso.tar.gz) = 2ce1ba29a431ff035de3bd12542cf5a4a222a17bd9e8f5b46ee68ca1872adcfc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nso.tar.gz) = 231564 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-oc/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357839 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_oc.tar.gz) = e5c3c6c015436358d62c0b127d052b934d13446c96b34dda7817bc404ae359f6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_oc.tar.gz) = 948103 +TIMESTAMP = 1614869229 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_oc.tar.gz) = 798052bcc3e98281152c1107af110e99307870021be6b5524fa5d18b854d5c43 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_oc.tar.gz) = 954997 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-om/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357845 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_om.tar.gz) = ffa8f218a69c2e9997c989e216d99a84a66f5a1e1d6c5fb6794720cd9ea08d74 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_om.tar.gz) = 355442 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_om.tar.gz) = a3bb64845b0a99a335cc5919206c34274c2cd9b43b0978fbce1add5d942b849c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_om.tar.gz) = 2831505 +TIMESTAMP = 1614869235 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_om.tar.gz) = e89e9079fa9aa07705321c10f8b2b67a8a3108a9d549a48e602a3c88ac5c84f7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_om.tar.gz) = 355350 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_om.tar.gz) = 4ceeca155f344d6b12b32bbd172287c796428f07ac4aac9b9a1213c150cfbbc9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_om.tar.gz) = 2831361 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-or/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357848 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_or.tar.gz) = 2ed72b53dfdac5e6f4915770ab5d842169be5285444abf57481467a13b1825d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_or.tar.gz) = 407441 +TIMESTAMP = 1614869238 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_or.tar.gz) = 6548a2581837239dafbc2e4ad2c085c2fd539549eac8ad55ec9f065e6252ac95 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_or.tar.gz) = 407507 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-pa_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357851 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 6244b6b37fa990e817d7a2df90c3351ebee70d4051413537025dd616c1bfe045 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 327350 +TIMESTAMP = 1614869240 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 14830af4d860818e5f74550dfb72c4989ed865aee8082172491ea6ae961f5b91 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 327559 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ro/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357879 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ro.tar.gz) = 04311e29d9de193f7d0035e62b746ea5832f9232d73bcd4d7375e9f83a00c92a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ro.tar.gz) = 1821890 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ro.tar.gz) = 91b3e1940fee70595412909dc26172446014cc06532e3f237bdd90e88f1bc474 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ro.tar.gz) = 2730833 +TIMESTAMP = 1614869275 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ro.tar.gz) = bc3094a45c1fea2bde5cbef4b024d4b0865209429d6ee15c225f6f1a76bf6192 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ro.tar.gz) = 1821995 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ro.tar.gz) = bc29b169e6dce88f7f177bb4eb9f77f5e641a8b5636a63cfdcb040b0c38e12a0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ro.tar.gz) = 2730888 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-rw/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357889 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_rw.tar.gz) = b5e6cf9bfbeae01f5fadb7da138ba3ba0cbb232628636c27e1d19559d441f5ce -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_rw.tar.gz) = 250255 +TIMESTAMP = 1614869284 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_rw.tar.gz) = 09f6858b5dc075ee1d3d7d9dd130f4c0e80e12d87191123c4b87680ea4f9b3e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_rw.tar.gz) = 250378 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sa_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357892 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = c1f0bff7b63e3af30f6735b0bb8a6f5d1b73cc9b21bcc6befa0c90c7ca52f785 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311767 +TIMESTAMP = 1614869287 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 180826ca7f5d0a23a6a98a715b29373c79d579aac80aff31ed431d79b8a71df2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311508 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sat/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357895 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sat.tar.gz) = e88d2210f1de76c1da93604de14a7a674f66dc81b449efd6cb639fa9306c1af8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sat.tar.gz) = 355095 +TIMESTAMP = 1614869291 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sat.tar.gz) = 4670bb57dd55f1f6221792c3ac3bd79775bb7ab5a24048604b6f03d63a6cccd9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sat.tar.gz) = 355261 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sd/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357898 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sd.tar.gz) = d1150946ddb12c68cefcc2379d8b47130b81d3ebb6ccb1b91c56c17729082098 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sd.tar.gz) = 305344 +TIMESTAMP = 1614869293 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sd.tar.gz) = 999cc4b6813c05f4bb7238b4f343901e8bcbd98744502f138aaff8f8a05cfb67 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sd.tar.gz) = 305522 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-si/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357904 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_si.tar.gz) = d13c4f1d05d4440d7194785d1b54157e97c759fda47c1b9d8cdeff1ce39baa3f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_si.tar.gz) = 546370 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_si.tar.gz) = ab92bae99e021359b9674b8abc75b2d19cb50afea114af9976ef0544506f2b70 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_si.tar.gz) = 2933382 +TIMESTAMP = 1614869302 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_si.tar.gz) = 2a30c1b39220cd8aea23ea1d4beae6ca24e186fc61e498358a020766a291ed95 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_si.tar.gz) = 547047 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_si.tar.gz) = 98cf6dc1cdb77cf941d0f2b2a05cb98ad861899b8a2b0659401b04d25998a1d8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_si.tar.gz) = 2933413 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sid/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357911 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sid.tar.gz) = 6cef11349bf5e674e2b6f375a78617a276820083a1279706b392614cc61eac85 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sid.tar.gz) = 380731 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sid.tar.gz) = b3f66ca5ccf38e4ea5bfb58cc61f8da01f4857130d0e84ede4211b0302aef794 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sid.tar.gz) = 2828767 +TIMESTAMP = 1614869309 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sid.tar.gz) = a16f18c77f9f53a72bff99056a7f49f8066eb5db89f6fc759aa90b049f1dca59 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sid.tar.gz) = 380993 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sid.tar.gz) = ad60b5f582407b073b40e52a70cacd89f050d0bb569e6b7ba9e70948d9d27f34 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sid.tar.gz) = 2828729 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sk/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357918 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sk.tar.gz) = 79235361959f5808666eb2c61d3f792a0bf47555dba4efa53f3188ea8c5cec33 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sk.tar.gz) = 1773961 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sk.tar.gz) = 19ad0032ef1eaefcd06c7e50ee86c6d4b027af87620ace0246cf873f030303c7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sk.tar.gz) = 2921239 +TIMESTAMP = 1614869318 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sk.tar.gz) = 66aea0d391eb69ab65ab2f491b57f4f7d2886e0065e4fafadaf3b5918552e1fa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sk.tar.gz) = 1774272 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sk.tar.gz) = ee0a6549650c6d49827b1a5d2bc287a2d51a463f96ea5c1b164d875ee2593e7b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sk.tar.gz) = 2921245 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sl/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357925 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sl.tar.gz) = 46f22b362c137ed08ec5ef3c760af62e8a571eea2b1cec548e21b793b8e9885a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sl.tar.gz) = 2087324 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sl.tar.gz) = 5d9686cff40dcef2a98302e5d9eece831807c8fe80cc888a9ed9656ceb0384c8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sl.tar.gz) = 2826164 +TIMESTAMP = 1614869324 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sl.tar.gz) = 066da8bea3dd997adccc238c09bca2f6cabd90bae94fde5f892a56653251d7f1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sl.tar.gz) = 2087243 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sl.tar.gz) = 4bb758e40bb3961edfc2d0dd666a9f95faac38f083507022849bd9baac36466f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sl.tar.gz) = 2826069 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sq/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357931 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sq.tar.gz) = 5dd8d933bd5e0aaf0e8585eca65756bf73383d49025aa4b8e90d28c4c30eb873 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sq.tar.gz) = 865794 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sq.tar.gz) = 68a9c969177a6973bf9c532f8dc099e5062ba9ec59a7fcc6ca44d2650fbb603e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sq.tar.gz) = 2755716 +TIMESTAMP = 1614869330 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sq.tar.gz) = 14e389348f97fa9de112d623dc4bdf8a31880fd37bb4bb110f82303710523198 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sq.tar.gz) = 865438 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sq.tar.gz) = 807a937009316d5ca8b7696ec1066f7815f3231bfe1222b623c430a995bdb2ac +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sq.tar.gz) = 2755688 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sr/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357935 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr.tar.gz) = 34a1513cc7beac11a344e7613bbc9c02578cedf8d37cd0327b1bac21b17cbb0a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr.tar.gz) = 1902345 +TIMESTAMP = 1614869334 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr.tar.gz) = e4c5e950e121948b885b35c1e9cfe0659bc2d6119d1d837fa3dae266f2e5c281 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr.tar.gz) = 2034681 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sr_Latn/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357938 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = ce806028935eb48b3f1f878d8ff10257a20d689d1aa4b845e906a43c2ca5bf52 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1864593 +TIMESTAMP = 1614869337 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 50191251613c08fc691bf6816106881926752fac99344f018260098ecfbc8d24 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1864387 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-ss/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357941 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ss.tar.gz) = 152d3bcc89ea9642868708248fbae3c33b43620ab88f3c4ab908bf2cd90f1084 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ss.tar.gz) = 210254 +TIMESTAMP = 1614869339 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ss.tar.gz) = b002fa770c1cbedf508dc2059005f5371b87d378606412ba019bebf0b627015a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ss.tar.gz) = 210170 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-st/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357944 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_st.tar.gz) = 36cd791303e2b00d77987253d796c69d15bbe50b6c7d0c263d2e62b3041a951d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_st.tar.gz) = 205822 +TIMESTAMP = 1614869342 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_st.tar.gz) = 4bb43295318762678d846998f7c798cd8aaf36458d341af745631f45ebf39763 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_st.tar.gz) = 205612 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Mon Mar 8 06:49:17 2021 (r567825) +++ head/editors/libreoffice-sv/distinfo Mon Mar 8 09:23:10 2021 (r567826) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357950 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sv.tar.gz) = 5dabdfc507eca518d0644d9df823a6ffe5e9aa76a6dfcd903fb1d0fa5bfdf971 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sv.tar.gz) = 1620129 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sv.tar.gz) = e4aacf6801dc986df8c740690d6aec92b9b015857736419231b6e99dda26678c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sv.tar.gz) = 2806984 +TIMESTAMP = 1614869350 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sv.tar.gz) = 63a32abdfbfb52c99adc315547a3db7a3789eb0f7a744802ca139b7d55863f0a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sv.tar.gz) = 1620348 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 8 09:42:39 2021 Return-Path: Delivered-To: svn-ports-all@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 B4BCF56BCD1; Mon, 8 Mar 2021 09:42:39 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvD0H4Tj4z3tB1; Mon, 8 Mar 2021 09:42:39 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BE9A26EF9; Mon, 8 Mar 2021 09:42:39 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1289gdSB080767; Mon, 8 Mar 2021 09:42:39 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1289gLfZ080673; Mon, 8 Mar 2021 09:42:21 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202103080942.1289gLfZ080673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 8 Mar 2021 09:42:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567827 - in branches/2021Q1: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffic... X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2021Q1: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editors/libreoffice-... X-SVN-Commit-Revision: 567827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 09:42:39 -0000 Author: fluffy Date: Mon Mar 8 09:42:21 2021 New Revision: 567827 URL: https://svnweb.freebsd.org/changeset/ports/567827 Log: MFH: r567826 LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility improvements. Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/ Modified: branches/2021Q1/arabic/libreoffice/distinfo branches/2021Q1/chinese/libreoffice-zh_CN/distinfo branches/2021Q1/chinese/libreoffice-zh_TW/distinfo branches/2021Q1/editors/libreoffice-af/distinfo branches/2021Q1/editors/libreoffice-am/distinfo branches/2021Q1/editors/libreoffice-as/distinfo branches/2021Q1/editors/libreoffice-ast/distinfo branches/2021Q1/editors/libreoffice-be/distinfo branches/2021Q1/editors/libreoffice-bg/distinfo branches/2021Q1/editors/libreoffice-bn/distinfo branches/2021Q1/editors/libreoffice-bn_IN/distinfo branches/2021Q1/editors/libreoffice-bo/distinfo branches/2021Q1/editors/libreoffice-br/distinfo branches/2021Q1/editors/libreoffice-brx/distinfo branches/2021Q1/editors/libreoffice-bs/distinfo branches/2021Q1/editors/libreoffice-ca/distinfo branches/2021Q1/editors/libreoffice-ca_valencia/distinfo branches/2021Q1/editors/libreoffice-ckb/distinfo branches/2021Q1/editors/libreoffice-cs/distinfo branches/2021Q1/editors/libreoffice-cy/distinfo branches/2021Q1/editors/libreoffice-da/distinfo branches/2021Q1/editors/libreoffice-dgo/distinfo branches/2021Q1/editors/libreoffice-dsb/distinfo branches/2021Q1/editors/libreoffice-dz/distinfo branches/2021Q1/editors/libreoffice-el/distinfo branches/2021Q1/editors/libreoffice-en_GB/distinfo branches/2021Q1/editors/libreoffice-en_ZA/distinfo branches/2021Q1/editors/libreoffice-eo/distinfo branches/2021Q1/editors/libreoffice-es/distinfo branches/2021Q1/editors/libreoffice-et/distinfo branches/2021Q1/editors/libreoffice-eu/distinfo branches/2021Q1/editors/libreoffice-fa/distinfo branches/2021Q1/editors/libreoffice-fi/distinfo branches/2021Q1/editors/libreoffice-fur/distinfo branches/2021Q1/editors/libreoffice-fy/distinfo branches/2021Q1/editors/libreoffice-ga/distinfo branches/2021Q1/editors/libreoffice-gd/distinfo branches/2021Q1/editors/libreoffice-gl/distinfo branches/2021Q1/editors/libreoffice-gu/distinfo branches/2021Q1/editors/libreoffice-gug/distinfo branches/2021Q1/editors/libreoffice-hi/distinfo branches/2021Q1/editors/libreoffice-hr/distinfo branches/2021Q1/editors/libreoffice-hsb/distinfo branches/2021Q1/editors/libreoffice-id/distinfo branches/2021Q1/editors/libreoffice-is/distinfo branches/2021Q1/editors/libreoffice-it/distinfo branches/2021Q1/editors/libreoffice-ka/distinfo branches/2021Q1/editors/libreoffice-kab/distinfo branches/2021Q1/editors/libreoffice-kk/distinfo branches/2021Q1/editors/libreoffice-km/distinfo branches/2021Q1/editors/libreoffice-kmr_Latn/distinfo branches/2021Q1/editors/libreoffice-kn/distinfo branches/2021Q1/editors/libreoffice-kok/distinfo branches/2021Q1/editors/libreoffice-ks/distinfo branches/2021Q1/editors/libreoffice-lb/distinfo branches/2021Q1/editors/libreoffice-lo/distinfo branches/2021Q1/editors/libreoffice-lt/distinfo branches/2021Q1/editors/libreoffice-lv/distinfo branches/2021Q1/editors/libreoffice-mai/distinfo branches/2021Q1/editors/libreoffice-mk/distinfo branches/2021Q1/editors/libreoffice-ml/distinfo branches/2021Q1/editors/libreoffice-mn/distinfo branches/2021Q1/editors/libreoffice-mni/distinfo branches/2021Q1/editors/libreoffice-mr/distinfo branches/2021Q1/editors/libreoffice-my/distinfo branches/2021Q1/editors/libreoffice-nb/distinfo branches/2021Q1/editors/libreoffice-ne/distinfo branches/2021Q1/editors/libreoffice-nl/distinfo branches/2021Q1/editors/libreoffice-nn/distinfo branches/2021Q1/editors/libreoffice-nr/distinfo branches/2021Q1/editors/libreoffice-nso/distinfo branches/2021Q1/editors/libreoffice-oc/distinfo branches/2021Q1/editors/libreoffice-om/distinfo branches/2021Q1/editors/libreoffice-or/distinfo branches/2021Q1/editors/libreoffice-pa_IN/distinfo branches/2021Q1/editors/libreoffice-ro/distinfo branches/2021Q1/editors/libreoffice-rw/distinfo branches/2021Q1/editors/libreoffice-sa_IN/distinfo branches/2021Q1/editors/libreoffice-sat/distinfo branches/2021Q1/editors/libreoffice-sd/distinfo branches/2021Q1/editors/libreoffice-si/distinfo branches/2021Q1/editors/libreoffice-sid/distinfo branches/2021Q1/editors/libreoffice-sk/distinfo branches/2021Q1/editors/libreoffice-sl/distinfo branches/2021Q1/editors/libreoffice-sq/distinfo branches/2021Q1/editors/libreoffice-sr/distinfo branches/2021Q1/editors/libreoffice-sr_Latn/distinfo branches/2021Q1/editors/libreoffice-ss/distinfo branches/2021Q1/editors/libreoffice-st/distinfo branches/2021Q1/editors/libreoffice-sv/distinfo branches/2021Q1/editors/libreoffice-sw_TZ/distinfo branches/2021Q1/editors/libreoffice-szl/distinfo branches/2021Q1/editors/libreoffice-ta/distinfo branches/2021Q1/editors/libreoffice-te/distinfo branches/2021Q1/editors/libreoffice-tg/distinfo branches/2021Q1/editors/libreoffice-th/distinfo branches/2021Q1/editors/libreoffice-tn/distinfo branches/2021Q1/editors/libreoffice-tr/distinfo branches/2021Q1/editors/libreoffice-ts/distinfo branches/2021Q1/editors/libreoffice-tt/distinfo branches/2021Q1/editors/libreoffice-ug/distinfo branches/2021Q1/editors/libreoffice-uz/distinfo branches/2021Q1/editors/libreoffice-ve/distinfo branches/2021Q1/editors/libreoffice-vec/distinfo branches/2021Q1/editors/libreoffice-xh/distinfo branches/2021Q1/editors/libreoffice-zu/distinfo branches/2021Q1/editors/libreoffice/Makefile.common branches/2021Q1/editors/libreoffice/distinfo branches/2021Q1/french/libreoffice/distinfo branches/2021Q1/german/libreoffice/distinfo branches/2021Q1/hebrew/libreoffice/distinfo branches/2021Q1/hungarian/libreoffice/distinfo branches/2021Q1/japanese/libreoffice/distinfo branches/2021Q1/korean/libreoffice/distinfo branches/2021Q1/polish/libreoffice/distinfo branches/2021Q1/portuguese/libreoffice-pt_BR/distinfo branches/2021Q1/portuguese/libreoffice/distinfo branches/2021Q1/russian/libreoffice/distinfo branches/2021Q1/ukrainian/libreoffice/distinfo branches/2021Q1/vietnamese/libreoffice/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/arabic/libreoffice/distinfo ============================================================================== --- branches/2021Q1/arabic/libreoffice/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/arabic/libreoffice/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357438 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ar.tar.gz) = 90d26808cea132977a46e3378186ce5e7ea903989611beeea1dcbb0ff2acc643 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ar.tar.gz) = 1661671 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ar.tar.gz) = 566a480e91ca42376b3e397aea8282741a78be46d1ec4b6ec158d980d86233b4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ar.tar.gz) = 2675066 +TIMESTAMP = 1614868831 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ar.tar.gz) = 45a0b858dc6d6bdc34f0e3967a7e0d78e89b1ccfbf59696f26f5a4f3bbef9351 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ar.tar.gz) = 1673839 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ar.tar.gz) = 52e200a64aa4e27ae8f74fd45777f685ad161145e6ddf84251e8852c7addc215 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ar.tar.gz) = 2676027 Modified: branches/2021Q1/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- branches/2021Q1/chinese/libreoffice-zh_CN/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/chinese/libreoffice-zh_CN/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612358069 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 9741fbe004001cdbf014eeb64b3d3a24424063ff0d7b0af1da6eeebfd9118e63 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 764484 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2b88df1eabd9a48881fab21f97625e778b515b970b7a183399739caa73387286 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043488 +TIMESTAMP = 1614869422 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = efa1ff82c9a25be329bc4f792b77126c25fef207dc9e21abfbfb2a54bfb19bf1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 764438 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 07ae29a17cf18b1798f7b9ab9e4eb27caa881a5330caab5acc08c96e9a1a75dc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 3043663 Modified: branches/2021Q1/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- branches/2021Q1/chinese/libreoffice-zh_TW/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/chinese/libreoffice-zh_TW/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612358077 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = e1b4d50ff96d6e117f9c8ee7bdff65515cf5732df218b6ee64c954edb88d94c1 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 697510 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 80824d30126cc79523b1777831f39867c07f3e02923451c1bfb4f81d55311f99 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138900 +TIMESTAMP = 1614869429 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = bc3ce4363c8619289454ba35af5b82ff32109757c52d8007ba19499f525fa346 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 698546 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 5063b299fa93d00be6dc12437237ee6f738708953090363afe8a148bb68c7715 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3138793 Modified: branches/2021Q1/editors/libreoffice-af/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-af/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-af/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357423 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_af.tar.gz) = 3650684d557530335281cf9cafbe9f61877a7bc301b909363e2690e00bfbd99b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_af.tar.gz) = 1128387 +TIMESTAMP = 1614868818 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_af.tar.gz) = 862db8feb9c71dc8ae28887e23b401b743ffc2e104496c197d723d1415aa9497 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_af.tar.gz) = 1128302 Modified: branches/2021Q1/editors/libreoffice-am/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-am/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-am/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357430 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_am.tar.gz) = bf084a4071a0e7d90cb711e19223902900ef2f9342f0f09f092c81efc1f9cb25 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_am.tar.gz) = 663069 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_am.tar.gz) = 9ebc6505298c79e1e133c0bc3028856e2a8903fad889aaafcb1490476a055118 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_am.tar.gz) = 3003129 +TIMESTAMP = 1614868825 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_am.tar.gz) = c885fc69744020fe8420b6e12d5f288d584416b49c260c14fcab26b7cb72ab73 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_am.tar.gz) = 663040 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_am.tar.gz) = f4002fef4a7f1830c942b3f6bfad62c62c1d80a68eab47f17476a3dfe1bf65f8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_am.tar.gz) = 3003356 Modified: branches/2021Q1/editors/libreoffice-as/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-as/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-as/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357441 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_as.tar.gz) = 828302d97e5dac180d0ab871fa314bd8bb0ead18ce76bc7944e1329fc250177c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_as.tar.gz) = 361897 +TIMESTAMP = 1614868834 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_as.tar.gz) = 1a9c098fc5cf6075b8e1d18769074abffc48beb0d4568462663ef6c3b4a8a810 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_as.tar.gz) = 362272 Modified: branches/2021Q1/editors/libreoffice-ast/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ast/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ast/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357452 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ast.tar.gz) = b0c2b33370aa6ec58ee2a15c777c661492a0999f06035907cfd4c96eea2e301a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ast.tar.gz) = 407616 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ast.tar.gz) = 3c7fef8ecd0a3257c35926fc091f693d206bb12a891f2f034536bdf8ade09603 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ast.tar.gz) = 2844126 +TIMESTAMP = 1614868841 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ast.tar.gz) = a39271212a6b0909c25d5a4b66c8a5fe1da5f23b4c73554da7043b5c945a73e2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ast.tar.gz) = 408617 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ast.tar.gz) = 866a60a883cfe396c5460c7a28bacbf41c03afc4d70106d7de334bf5dc6b003f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ast.tar.gz) = 2843962 Modified: branches/2021Q1/editors/libreoffice-be/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-be/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-be/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357456 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_be.tar.gz) = ff21d23824faa13d449a1efc5dc0c83f1bca933cff1a340039af116c2c23e609 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_be.tar.gz) = 762834 +TIMESTAMP = 1614868844 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_be.tar.gz) = 60bf4a2906ba9013d1a2713db8e9b93bc918760df1c756e587e46a80911f156d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_be.tar.gz) = 763373 Modified: branches/2021Q1/editors/libreoffice-bg/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-bg/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-bg/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357464 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bg.tar.gz) = ae490e27ded627db2c96ff255425c6181648eb48ad3ff77b2ea2b2e747cf64d3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bg.tar.gz) = 1846670 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bg.tar.gz) = 018afe035fe1fd3b45726e977ade86f3d44c629ecb7e040d03609c7dab4cde77 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bg.tar.gz) = 2980676 +TIMESTAMP = 1614868850 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bg.tar.gz) = 43ec657c66b9652583be3cb32bc9cc0c0ce4a136ca12b78a3b9045e1a1c20e13 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bg.tar.gz) = 1847550 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bg.tar.gz) = 00f53bd66d7b039bb30f2ceeb0598b72f1684b44c07b7a64410262f225ceacda +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bg.tar.gz) = 2980872 Modified: branches/2021Q1/editors/libreoffice-bn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-bn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-bn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357470 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn.tar.gz) = 04a8c486f760fc5290abe6cc009cdc58aa013903548cc3e7efce57f727145a2a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn.tar.gz) = 617063 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn.tar.gz) = 3b2ae7e4a02f4af839c85b3474c56e8e91f7c50353cd143889c43255a58b33b9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn.tar.gz) = 2860004 +TIMESTAMP = 1614868857 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn.tar.gz) = f4a47e430d9a6c926b857da16efa94f61779e0ac29bc851e5fbaf5e062d09ce6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn.tar.gz) = 615304 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn.tar.gz) = 195a12fb7ae4a21611a2ba821f3edc2cbfa52aed1fb737991a1b04db4a4393c6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn.tar.gz) = 2860045 Modified: branches/2021Q1/editors/libreoffice-bn_IN/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-bn_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-bn_IN/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357478 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 98483da72450f8ee47d44fdb0f9f006d05521610a5ee365b1525a4a6e99838df -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 500938 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = f08dd07122ccd52d310352c301876d4ba08a3a58bceeb7137a9935c703143015 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3180882 +TIMESTAMP = 1614868863 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = b94e8c463b8ebe260efe6e327d5d0ef880c615e250bb0e90f3e245bbf1775e40 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 500403 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 01098b4503a825bb638555197106dd490b3290f18c0bbdadae11ad15d23274dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3181020 Modified: branches/2021Q1/editors/libreoffice-bo/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-bo/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-bo/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357485 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bo.tar.gz) = 578d260701d5903dd03d480b77109cbb74d6b3027467b140745ad57adb5711c7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bo.tar.gz) = 323354 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bo.tar.gz) = e27e78334dafedc3479d7f1f056cef1edde542aadd5fe4cf0047eaf4a24c0c50 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bo.tar.gz) = 2896976 +TIMESTAMP = 1614868869 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bo.tar.gz) = 65daa09b8d33c7fc57364ea438a71b07c59290ca8f24bc49ade9fe203560bcc7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bo.tar.gz) = 323522 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bo.tar.gz) = 79d086a2ddeea32100d3403c561091a092eb17feb88ec1c7c93d25264852bcdf +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bo.tar.gz) = 2896845 Modified: branches/2021Q1/editors/libreoffice-br/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-br/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-br/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357488 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_br.tar.gz) = 87316d56672b2a6b90c5c4c001bd32721e1d13b9c57e8b139a5785ff5f38cb02 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_br.tar.gz) = 1012005 +TIMESTAMP = 1614868872 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_br.tar.gz) = 05d78223321d8a73eda612d46786ba6409ce276da46c4d42f18ba55e178881aa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_br.tar.gz) = 1011559 Modified: branches/2021Q1/editors/libreoffice-brx/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-brx/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-brx/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357491 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_brx.tar.gz) = a4243aebd7572d29f077439d694182c231e0ddc32b26f540c5ef020b5722a4f9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_brx.tar.gz) = 236441 +TIMESTAMP = 1614868875 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_brx.tar.gz) = e207ebe1e05274d5ac5eb0beb9340c9e57aa30097acc99003d7d28897fd44b91 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_brx.tar.gz) = 236591 Modified: branches/2021Q1/editors/libreoffice-bs/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-bs/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-bs/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357497 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bs.tar.gz) = a63fd2249ffea40490aae4e2ad1de079e3aac6715fca0d9d84edcae3045e608f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_bs.tar.gz) = 501219 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bs.tar.gz) = 9a55e9f0e7af3279b9661b97aca8dc95ebcce38b1e69bf8ded9c8d1d2b830f82 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_bs.tar.gz) = 2782093 +TIMESTAMP = 1614868881 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bs.tar.gz) = 59c55d423a42e321ba408f0c99dd9b7cdf273ca8f6675bd3d7f3122f486e5fe7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_bs.tar.gz) = 501184 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bs.tar.gz) = 4a0f45e6e207de3d65b05e4d8eb8fee3e1b26be9da41e109734c0f81ab774d5e +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_bs.tar.gz) = 2782233 Modified: branches/2021Q1/editors/libreoffice-ca/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ca/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ca/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357506 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca.tar.gz) = c74a386bcf708ea2bd437c5f3ece08bf52d86d8d8e32e7c76b50d01a2367c051 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca.tar.gz) = 1483119 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca.tar.gz) = 6c6c6f2956f691c7a3cd9804d13475e6605d17554cc5c89752ebb7cf91254ae1 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca.tar.gz) = 2845612 +TIMESTAMP = 1614868888 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca.tar.gz) = c80ca3e591242da6ad3c4b0edae6170a7713179df878160cb734778b8bcd566e +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca.tar.gz) = 1482732 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca.tar.gz) = 5aab3440d7e4d70cbfa8dd27b17420aec97c5b1673b264d872f20426a5943e1f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca.tar.gz) = 2846041 Modified: branches/2021Q1/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ca_valencia/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ca_valencia/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357512 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = a7ec6ad63b619d9aa86c5f890993d182355d2b0e260ec0c7d04f503ca5f8010d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1433899 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 488bd1e282d8fc1dfb0f5ebb8b7d1322a598aeb9f743f927e97d9fee56acffa9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2851154 +TIMESTAMP = 1614868894 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 289dce62668c93d0c04fec7c7772d3bde7f1b0b86b9f8f0c1b5b637df6ebbb87 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1434539 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = a82b4ae2b94bef9c05a66b052eab48a9e521de806a17161b8fa7d3e4fd3cb8b7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2851433 Modified: branches/2021Q1/editors/libreoffice-ckb/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ckb/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ckb/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357516 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ckb.tar.gz) = 71faab4875ff1060101f2fc3e935bd3e364bc1d84db8609685a658963c1e6daa -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ckb.tar.gz) = 251182 +TIMESTAMP = 1614868897 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ckb.tar.gz) = 847dd844748fde3cfd186091c3367a72f4fa53cd593d73e4277c340fb1b2b3e3 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ckb.tar.gz) = 251051 Modified: branches/2021Q1/editors/libreoffice-cs/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-cs/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-cs/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357525 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cs.tar.gz) = 42d90a9447454af5c991009b15881f72eb42d82df8aa9a9b388e6f22008d89a3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cs.tar.gz) = 2363183 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_cs.tar.gz) = fee29c073d430878353e288537d5e7cc25baa02bd5962fa1caf975e4958460de -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_cs.tar.gz) = 2868354 +TIMESTAMP = 1614868905 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cs.tar.gz) = 34194921a51626e2b3d332e65601bd7cd9dcd46493166fa0836f5268b78d66e0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cs.tar.gz) = 2364160 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_cs.tar.gz) = 33eb4e96c6a7c6c0d41a6b92c900bd7bec0c66afc0e00c8632165b1ac4bd23e4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_cs.tar.gz) = 2868263 Modified: branches/2021Q1/editors/libreoffice-cy/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-cy/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-cy/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357529 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cy.tar.gz) = e06762258ecebfb2b7380869d62fd30a934d2a224f09303f4d9c31ca8e04e65d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_cy.tar.gz) = 725144 +TIMESTAMP = 1614868908 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cy.tar.gz) = 0a7095ff7b7a1c64a5561acf8f96f134e388f7c365804bebdaf663064b771a9c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_cy.tar.gz) = 725470 Modified: branches/2021Q1/editors/libreoffice-da/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-da/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-da/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357536 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_da.tar.gz) = 9a3cfe2664fa878ad43599ed629ce38b027f1e8ff8258fceeec1b201f69eecdd -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_da.tar.gz) = 2132527 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_da.tar.gz) = 8f8639b973801debedad1317b45b8866318dcd10ac28a73e90cc3f43c34907d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_da.tar.gz) = 2832681 +TIMESTAMP = 1614868914 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_da.tar.gz) = 5535827db5625df2d5a26d80cd1a5f553eabdd068c587c43c7a916aa895aba65 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_da.tar.gz) = 2142901 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_da.tar.gz) = 1b22400834aca22179a778ed8d4ba4590a84970a22a6c1f2067c91d0b450799a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_da.tar.gz) = 2832289 Modified: branches/2021Q1/editors/libreoffice-dgo/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-dgo/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-dgo/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357548 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dgo.tar.gz) = b66a01273fb378f59ef27c8e16bdf41775b6317669acfa456a609180d51077f2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dgo.tar.gz) = 303353 +TIMESTAMP = 1614868925 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dgo.tar.gz) = 9d1d4e5fbd36cc1ecdd91238e02b906ddb6c874fad1265d086a55a5d27a51fc8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dgo.tar.gz) = 302946 Modified: branches/2021Q1/editors/libreoffice-dsb/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-dsb/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-dsb/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357551 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dsb.tar.gz) = 3aeb1feb6668aff701371c6b7b60dab298381996f30991af97a2d25c3c74bcb8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dsb.tar.gz) = 627621 +TIMESTAMP = 1614868928 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dsb.tar.gz) = 5bf913d67d62510d7fe247b1c6d754b59a37e05446e1dee2706db46079adc013 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dsb.tar.gz) = 645642 Modified: branches/2021Q1/editors/libreoffice-dz/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-dz/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-dz/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357557 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dz.tar.gz) = a3f0c96296c3b1d59ac7fadc4fb2ee12365dd0079d724159396f8d8201176e6c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_dz.tar.gz) = 340329 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_dz.tar.gz) = 520c103f512ded072f9173b6290fbbd28ddf7234e9065a2b883e4683c41167a4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_dz.tar.gz) = 2962594 +TIMESTAMP = 1614868934 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dz.tar.gz) = e039fa721133ff029fd5fe7873cf54d090792b38d9310100537dcb9071900e8d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_dz.tar.gz) = 340641 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_dz.tar.gz) = 3775f253d468197a297b6bb02558599c644c0f4c1e0a3998c41902d587766818 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_dz.tar.gz) = 2962684 Modified: branches/2021Q1/editors/libreoffice-el/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-el/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-el/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357565 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_el.tar.gz) = 7af5d83cd8c2a3c6afe7c19035e1091c7a9fd255c84181d9673437728a834811 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_el.tar.gz) = 2359267 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_el.tar.gz) = 2d8dc93d86b0ea2727dd70839d8d98b34ab22800536165bd0a9aff6a4a7706be -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_el.tar.gz) = 3291701 +TIMESTAMP = 1614868949 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_el.tar.gz) = f579907c4250b4ab9674e0a961f74c29b9205408535ef977cc69591818a8c4ae +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_el.tar.gz) = 2358198 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_el.tar.gz) = 102ab891508472f974ae7dd43a9bcb271645f45759ae39f2504e18a237555ae6 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_el.tar.gz) = 3292078 Modified: branches/2021Q1/editors/libreoffice-en_GB/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-en_GB/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-en_GB/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357573 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 8c24dd39d38358822a68d360e6d8eb114d0981d6f5bf213eccf820acc72693f0 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4578763 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-GB.tar.gz) = bbfbbd84cb17f179308a85d4fe51e4dde0f5a3c22b5063cc2b6e416d88b161b2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2702589 +TIMESTAMP = 1614868956 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 51f274c072d00f4a5ae7767f6e8c2c6c0206ca04784a8442cc387135ee3238af +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4579385 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-GB.tar.gz) = d586c12488e57ddd6aed8ed642bdaeaf06a0476164af699d10a347b0aba918bc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2702560 Modified: branches/2021Q1/editors/libreoffice-en_ZA/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-en_ZA/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-en_ZA/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357580 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 54e2122ffd17a674b592408e0fdeb82838a321ac606f06fef0d5bedeb9fd2679 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4208445 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = c6dd170af4df7ff3b03a4f28ec5db81b3a45e2a9d699bf1f1cec04093fbdbc65 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2695882 +TIMESTAMP = 1614868963 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 6d191269ca4e19e05f8dcc340243fa518305ed1fa50dd921a481b0f962185899 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4208765 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = c06fda7fe16a3a06d47c578976ebbb8874f9b5c531a4d3af33293345e1da1e56 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2695700 Modified: branches/2021Q1/editors/libreoffice-eo/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-eo/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-eo/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357587 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eo.tar.gz) = aa691873c2b88518d09b501a3b2b966ad0bbcd99fe3a36f8b5dfdaa2e87a7369 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eo.tar.gz) = 681042 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eo.tar.gz) = 832218daa7fb3f06fda25c6e5ea8ba2dbad497712836b7ad2f5f27b905ac571c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eo.tar.gz) = 2761460 +TIMESTAMP = 1614868970 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eo.tar.gz) = 2bb34d4d52566e62259888aae9ababd7d1b6dc95832d8f59797429ae086efe47 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eo.tar.gz) = 699959 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eo.tar.gz) = dd4920b5c5d00030b049275b7b2ff86b2f8ed41b770362dd37a004077be8084a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eo.tar.gz) = 2761392 Modified: branches/2021Q1/editors/libreoffice-es/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-es/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-es/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357596 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_es.tar.gz) = fa9a4e2455f6752a8b0fd4c25139a68b2640b85b95a8f247a258d3ed2f5efd4c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_es.tar.gz) = 1687900 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_es.tar.gz) = b704f79dc7843b83d5f94cee8c3c3c0250843205751f2573e46fe19c7ea6cdda -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_es.tar.gz) = 2877441 +TIMESTAMP = 1614868976 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_es.tar.gz) = 390f2cc5eb4c93e65241ed8fbfacc91d294dba1cb677797a0082b87bb3813b94 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_es.tar.gz) = 1687237 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_es.tar.gz) = d2771f9133fa13b8048991c63e2bc1468c3f34bab057b9e0517fed54534e9b81 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_es.tar.gz) = 2877176 Modified: branches/2021Q1/editors/libreoffice-et/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-et/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-et/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357603 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_et.tar.gz) = a815d8c631bfdcb701f8067e25bbb57d7583f40cc28c2cea4a50e50aaee22c2c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_et.tar.gz) = 1333892 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_et.tar.gz) = 05a16b6f9556a0bb0bb1ccf6d89fbecd638b203b4a86b8e8475947ea0538ca20 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_et.tar.gz) = 2784610 +TIMESTAMP = 1614868983 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_et.tar.gz) = 9ee627d2b5526af8d9e7dcf6e244febf0101e15a9f6ea59f976460093d18d0be +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_et.tar.gz) = 1334645 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_et.tar.gz) = 2dd6098bf02befc4e9ff72fb1555e8ab500082559136167b981dd39bb2928201 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_et.tar.gz) = 2784666 Modified: branches/2021Q1/editors/libreoffice-eu/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-eu/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-eu/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357609 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eu.tar.gz) = 293e6ecf8f160932bf7dbc1065d117591316b20fbd80d2a0896637e7e6d87704 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_eu.tar.gz) = 724976 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eu.tar.gz) = fd1b51d3a04085dc319e8ee56c4720e7e054c7ee35854d657d5e920c1e044f7e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_eu.tar.gz) = 2776733 +TIMESTAMP = 1614868989 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eu.tar.gz) = d7de68d4cec2b347641a3ed4eb0dfb73593099c518e8622e65d79a0c1d3c3797 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_eu.tar.gz) = 725050 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eu.tar.gz) = b02f7a52cc3ec337e92764c09aec8e6d560b98b2a077e2d81989db33cd7b45e8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_eu.tar.gz) = 2774660 Modified: branches/2021Q1/editors/libreoffice-fa/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-fa/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-fa/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357612 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fa.tar.gz) = cf6fd04c580d99d9d06ef79bcd99c1cb08023b49f019714c88199f4ce08bd0f9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fa.tar.gz) = 244431 +TIMESTAMP = 1614868991 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fa.tar.gz) = 2ddd088899d4f0eb5d9ee314d14546fb0fb556aa1f3e62484b0dfa903f3f5016 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fa.tar.gz) = 244934 Modified: branches/2021Q1/editors/libreoffice-fi/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-fi/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-fi/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357619 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fi.tar.gz) = 65ae9ee152bd7cf98324754a748d46d251ff7420e179eb6991c56355af451490 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fi.tar.gz) = 629744 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_fi.tar.gz) = 0101f4b7a0d109e3f32ce661d560ab4beaebd49d3839a454329fa468b311cc3a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_fi.tar.gz) = 2762762 +TIMESTAMP = 1614868997 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fi.tar.gz) = 3453aa5f33a52b5386255a0dba68fc292f6add5792cb9035d34be4c0566004f9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fi.tar.gz) = 629657 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_fi.tar.gz) = cf552606c133aab6f4281b789fcb4461d6e397d059236eee7987241d17d72a33 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_fi.tar.gz) = 2762874 Modified: branches/2021Q1/editors/libreoffice-fur/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-fur/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-fur/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357635 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fur.tar.gz) = 61e50c6e9a9c65665190686094991f204c3183881cb8d930d0f930a5ab6492be -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fur.tar.gz) = 148285 +TIMESTAMP = 1614869006 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fur.tar.gz) = 0f2bb423fbaff71ca3d380ce96ef86e81a0419c9ba0c68f339f5b81617c7b6e0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fur.tar.gz) = 149164 Modified: branches/2021Q1/editors/libreoffice-fy/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-fy/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-fy/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357638 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fy.tar.gz) = 548381eec7cdb58eabe49c33f0945d66766c66920fdedf8cf8118c7ddf3eb02f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_fy.tar.gz) = 615897 +TIMESTAMP = 1614869009 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fy.tar.gz) = 50ea90f2654f64d8a851c18218ec1f96b4a820870b3984ced58a57f4658731fe +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_fy.tar.gz) = 641358 Modified: branches/2021Q1/editors/libreoffice-ga/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ga/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ga/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357641 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ga.tar.gz) = 09ab838838e6ff26d9776a2f2c5b93172c8ac0e29062f6b5f42741bea11502a2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ga.tar.gz) = 514283 +TIMESTAMP = 1614869012 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ga.tar.gz) = 6cb0e55dafc6510e592edb04d787eb91c2ceee98a08c101975de8f4163a655dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ga.tar.gz) = 514629 Modified: branches/2021Q1/editors/libreoffice-gd/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-gd/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-gd/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357644 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gd.tar.gz) = d4489d66c33c8d3d0076251362510c02cbf0233ee3afa850f4f21bca45bdf61f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gd.tar.gz) = 1333829 +TIMESTAMP = 1614869016 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gd.tar.gz) = e8267b657bf6a2f3f8565f5bd003f1af5a22588d946372c768d63a82a8f5ab27 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gd.tar.gz) = 1333558 Modified: branches/2021Q1/editors/libreoffice-gl/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-gl/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-gl/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357651 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gl.tar.gz) = d2b942d66eb44d96830e28b6f280185ce4b7f289a2080601e7f3df1111d5765d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gl.tar.gz) = 2095835 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gl.tar.gz) = 38045e61ceb9b1025cda2bd86dbd47ae6c880b07517f845c75616f4030bfef8b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gl.tar.gz) = 2849814 +TIMESTAMP = 1614869022 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gl.tar.gz) = 287f6ad5b83e5bae520e95fe8aab91ba874efb0de8aa0e527fc6c6a48fcd237c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gl.tar.gz) = 2096253 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gl.tar.gz) = 25a6c0d93312bcf3f2d330acb3899f3d628c191e0b6a2b9c3bd0dc0cf2359105 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gl.tar.gz) = 2849877 Modified: branches/2021Q1/editors/libreoffice-gu/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-gu/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-gu/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357658 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gu.tar.gz) = 970d9255ae5937f0714872c87b67cd58fec56e45d97497a09a4cc0cc7e78dcfe -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gu.tar.gz) = 949472 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gu.tar.gz) = 76bf4096e8a1de37299e03c0fa0c72f0b11dd4aec4509028c77c98cbf5f17062 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_gu.tar.gz) = 2756871 +TIMESTAMP = 1614869028 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gu.tar.gz) = f4880090916d4c17472f3fb94040e20cc84dbbc3e69d8cd7ba4457abc3b80c3d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gu.tar.gz) = 949771 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gu.tar.gz) = a0ed217ea13f7132ec2f6ea439305b2ca30a94be88dbe08f163f3378ee497ec0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_gu.tar.gz) = 2756762 Modified: branches/2021Q1/editors/libreoffice-gug/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-gug/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-gug/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357661 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gug.tar.gz) = bcd5bb2689f58b85c2d9c25ee22968c3fbd2d147caf61c8a9064c294f42d095a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_gug.tar.gz) = 369288 +TIMESTAMP = 1614869031 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gug.tar.gz) = 4266bac76ab034ab48d424d9e6db0f47fc066158acac542d6b0c1c2722f7ee12 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_gug.tar.gz) = 368648 Modified: branches/2021Q1/editors/libreoffice-hi/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-hi/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-hi/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357676 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hi.tar.gz) = 8ff4e798c8c1e86819dec697d50266c31b49b533c38c7128a1bae3ffcaf86e4a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hi.tar.gz) = 397977 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hi.tar.gz) = 97b3234d22191f6d7eb0405893545376805e178e90a35b9a09481fdb33595d6a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hi.tar.gz) = 2808582 +TIMESTAMP = 1614869044 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hi.tar.gz) = 5582a901ad0c7ad450678fa7feed78e777fef5934f52a3b3c7e765093f2a1f0f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hi.tar.gz) = 397907 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hi.tar.gz) = 04232f5642c4bb62bc9b7e56c8e9adc7764ae3914718c04774501e948d163a4c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hi.tar.gz) = 2808443 Modified: branches/2021Q1/editors/libreoffice-hr/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-hr/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-hr/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357683 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hr.tar.gz) = ae4d7755f4d194b59a262c4e4c5699279fe97d0090eb3d0c63997e65a399033c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hr.tar.gz) = 731038 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hr.tar.gz) = 382e0bee6da8cdf75a67533977e5267c2043cc7c96b80d897de5e91c5dab772b -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_hr.tar.gz) = 2794594 +TIMESTAMP = 1614869050 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hr.tar.gz) = b584b6bf469594a0226e6cdeb734323e063acba2b42e4decf59370b7da3fc220 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hr.tar.gz) = 731095 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hr.tar.gz) = 361f721d2df2844e5fde9f979e78cbe1bcbeeb672dc1f81ab54671fda4acd0ed +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_hr.tar.gz) = 2794257 Modified: branches/2021Q1/editors/libreoffice-hsb/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-hsb/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-hsb/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357686 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hsb.tar.gz) = 642b285847293afd53f2dade666aec5bacd1f763feb985b65e6cd8c171a938b4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_hsb.tar.gz) = 645521 +TIMESTAMP = 1614869053 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hsb.tar.gz) = c3ef3c5676a6f76bdb10cde49bcd3b082f7023ccaedbc728086ab0946091cb08 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_hsb.tar.gz) = 650141 Modified: branches/2021Q1/editors/libreoffice-id/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-id/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-id/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357699 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_id.tar.gz) = bb71baf403b3690360d9eded65cd786c35539cf32643aa9490bacc446cd960e9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_id.tar.gz) = 1321275 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_id.tar.gz) = 38f3a2dfbb4b1648543a8ce8d8ecc7c480fa6d643b98613613e14944d0f7d5b5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_id.tar.gz) = 2737720 +TIMESTAMP = 1614869067 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_id.tar.gz) = fd46dff6cd124a23cafcf7f1f117729f62f8ae9818a5646fcfa5b230b3fd4e72 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_id.tar.gz) = 1321433 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_id.tar.gz) = c3f823ae7ca58f98ae9b140381d49fef54a2086c8f67e158ae18e1cffda482b1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_id.tar.gz) = 2737960 Modified: branches/2021Q1/editors/libreoffice-is/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-is/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-is/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357706 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_is.tar.gz) = 9862889a13c0a30cfab7c648ef6f4bbda8a32a56b4b5338005d52e75738e1b6d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_is.tar.gz) = 1163695 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_is.tar.gz) = 53b9fd03310648c566d1a20406c4eb546505c96c72ceb545f154c45f37a0519f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_is.tar.gz) = 2794841 +TIMESTAMP = 1614869073 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_is.tar.gz) = 76a74182845b222cbd8cbee646c3118cb5830970b09c8fb2365122fdb6d9b2a4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_is.tar.gz) = 1163759 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_is.tar.gz) = 289aafe8798da15bbc8f45037ec19075140e86a5c0c00fe3e2eadb53d39b7633 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_is.tar.gz) = 2795126 Modified: branches/2021Q1/editors/libreoffice-it/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-it/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-it/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357713 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_it.tar.gz) = df41be493e1488a678ad4590c14219c92bcc2653e279f8fe489d3468837052ee -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_it.tar.gz) = 1746619 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_it.tar.gz) = 38d6f925418018925a2aebd32d0f7ced89c62043294aea78e5d6b866379d2543 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_it.tar.gz) = 2798420 +TIMESTAMP = 1614869080 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_it.tar.gz) = ee511c96b59a52e93d4fa484bb2cfaab1c618f00dc0a578631eb9c094fe279fa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_it.tar.gz) = 1746393 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_it.tar.gz) = 50a1227b6fda486004ec7c26066b5bfbe15c732b16748c85e87231baad849f27 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_it.tar.gz) = 2798315 Modified: branches/2021Q1/editors/libreoffice-ka/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ka/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ka/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357726 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ka.tar.gz) = f9800985612ce49514f08553cea97ed168e1365ed7b0bccadc3cf24fc7b4d3a9 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ka.tar.gz) = 280102 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ka.tar.gz) = af4e982ee022278fb7e12dfd820dbe6f7180b7d53915f3afb58f22e9cb6226d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ka.tar.gz) = 2918631 +TIMESTAMP = 1614869092 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ka.tar.gz) = ed19ef59a52521236ed010090ffed2688cb1d03733092f6e01aa65deec11135b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ka.tar.gz) = 279565 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ka.tar.gz) = b6a21e23cbaaacd9d5ea00adcbf57f82ab9dea31a05b06e9cb6cf1d5e8df25b7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ka.tar.gz) = 2918590 Modified: branches/2021Q1/editors/libreoffice-kab/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-kab/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-kab/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357728 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kab.tar.gz) = 3017148c7de1328289fdb8171a056d024fe03a3b8124563ab4097e0a7062ded7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kab.tar.gz) = 456921 +TIMESTAMP = 1614869095 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kab.tar.gz) = ae15b6b1fe8eb7cd93d6802b65c0b9ee043fe313fa73f1dadde4cde9cf539202 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kab.tar.gz) = 456270 Modified: branches/2021Q1/editors/libreoffice-kk/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-kk/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-kk/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357731 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kk.tar.gz) = e5c074597cdd6f9e3b2116a90e48762c54e33b5f27a3a842df099d382fa9eb2a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kk.tar.gz) = 572829 +TIMESTAMP = 1614869098 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kk.tar.gz) = a415fbec145b2514a84b8297d8668aa1adb75b43df250c831157be01cd732900 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kk.tar.gz) = 572422 Modified: branches/2021Q1/editors/libreoffice-km/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-km/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-km/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357737 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_km.tar.gz) = df337c27d59726bbbc98e998636be884a11b1d344e81e1252a21ff653e094ad0 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_km.tar.gz) = 591525 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_km.tar.gz) = aab037a26e1635bf5935dd730bbfaa5913a07ffd9d1920bf5819aed6b607a2e5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_km.tar.gz) = 3097782 +TIMESTAMP = 1614869104 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_km.tar.gz) = 8d89689d61c1af3a4ff993759eaf8ccbadb960041cd08d8b3d3e35b0b916151c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_km.tar.gz) = 591635 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_km.tar.gz) = 7a422a22f21936629e59865422d2bd28b5b414b59527e7cce6eed8be2ca51d71 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_km.tar.gz) = 3097714 Modified: branches/2021Q1/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-kmr_Latn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-kmr_Latn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357740 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 99a79db5101399ddff543ef1aab2ec8871c011d7b50d3f6045cb8dcf56c1a86d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240566 +TIMESTAMP = 1614869107 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 15a7754f9fb0ed2b08f324e9c5c67510978bfa19ac8b34fdc7d4f556517dc037 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240881 Modified: branches/2021Q1/editors/libreoffice-kn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-kn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-kn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357743 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kn.tar.gz) = 11fec052897cdab308ec3425225cf64d58fa7f79f7919fde8f2fe56d5aa0ce18 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kn.tar.gz) = 396502 +TIMESTAMP = 1614869110 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kn.tar.gz) = c941bde04d12d00c737fc281cf52daebd3eb8a2c86683e6045c46e2c59400e66 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kn.tar.gz) = 395508 Modified: branches/2021Q1/editors/libreoffice-kok/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-kok/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-kok/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357753 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kok.tar.gz) = 01de52d96ab0b42f8348ead0b21db2f9d697a482e6da81647384ee0fad73efe7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_kok.tar.gz) = 288301 +TIMESTAMP = 1614869119 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kok.tar.gz) = 1a6c2381468c4cb18fefcb56d8f2a191aaeff3194712c593ea4f5addd02f2cd3 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_kok.tar.gz) = 288320 Modified: branches/2021Q1/editors/libreoffice-ks/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ks/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ks/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357756 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ks.tar.gz) = cc07ba569e04c2d5c24859d5668db7ca025e5d50cffda196d66458f85731e3ff -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ks.tar.gz) = 236481 +TIMESTAMP = 1614869122 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ks.tar.gz) = 9b688f2e8892fa3b882d8da2b5cc0270c5d84df12feb2dcb152eb7e09942e4ac +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ks.tar.gz) = 236593 Modified: branches/2021Q1/editors/libreoffice-lb/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-lb/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-lb/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357759 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lb.tar.gz) = 9d9e1a69b28fd801e6e0e550a06de86b47d9973a209ff157e18d518e22b0e9dd -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lb.tar.gz) = 111582 +TIMESTAMP = 1614869127 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lb.tar.gz) = 0525a07373448a4decb3a43def676d5a5bda53364ba72a54dfff3efa8a61b718 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lb.tar.gz) = 111577 Modified: branches/2021Q1/editors/libreoffice-lo/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-lo/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-lo/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357765 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lo.tar.gz) = 4270770d8b53d746acfa620a2b2a25b16983fc676a0e01aa9e6fb378652ccb8e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lo.tar.gz) = 307451 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lo.tar.gz) = 04edb106d5be5ae8a1c7aadcee3ee4f0a52c3d20667305e01003b9f8252cfc51 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lo.tar.gz) = 2782352 +TIMESTAMP = 1614869138 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lo.tar.gz) = aad5192f52b405c5d5eeef114bf4c303e09653129b1be435bc91047ecad671e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lo.tar.gz) = 307604 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lo.tar.gz) = 7e68a9c93398af77195d8a16c61295014aca0c3f08b936d83daf9a71d4657fb2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lo.tar.gz) = 2782631 Modified: branches/2021Q1/editors/libreoffice-lt/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-lt/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-lt/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357771 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lt.tar.gz) = 1d6c4c6b4234a6b6d3318e9bcc9fe1fbbafd7297c43f4154d857eeddeede4257 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lt.tar.gz) = 928642 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lt.tar.gz) = 0a5cf36dbe825cba5e94db6a100f6a6050ab58c494b45960e1c30745a906558c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lt.tar.gz) = 2906148 +TIMESTAMP = 1614869144 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lt.tar.gz) = 6a0b56c5752b39629b71c5c8abdf779561e39eb2d83ef3e65d2a34423aaa520b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lt.tar.gz) = 933112 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lt.tar.gz) = 4b9fdb2c449f0788094ae74d865c51407dade7329ba4c8645850806c9e9128a9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lt.tar.gz) = 2905783 Modified: branches/2021Q1/editors/libreoffice-lv/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-lv/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-lv/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357778 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lv.tar.gz) = 262f6bc086336800b7289c2c48929089fd78706ae796d77aa3b02fedd9e6a967 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_lv.tar.gz) = 868174 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lv.tar.gz) = b22cd70d4dfc2aaed7332fa1e7a3576e833a2192d6415867bff3845560b6b1b5 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_lv.tar.gz) = 2785706 +TIMESTAMP = 1614869154 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lv.tar.gz) = e5627b557f02f2db01c2dddfb16239f594a1fb8479f17e89abd6f3871d3bb63d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_lv.tar.gz) = 868270 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lv.tar.gz) = 3288bee81f5e5898013293d05cd2413178beb2c2528ef1dd976122892fb1eb67 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_lv.tar.gz) = 2785629 Modified: branches/2021Q1/editors/libreoffice-mai/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-mai/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-mai/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357781 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mai.tar.gz) = cb130994348fc351c0e2e9fec63a351788aa9c1afadf3388aa99826e46697730 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mai.tar.gz) = 232615 +TIMESTAMP = 1614869156 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mai.tar.gz) = 323f97e96e6588f241f6e73e316bcae3f0076dd72f6b607c2ae68dbac9394dca +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mai.tar.gz) = 232740 Modified: branches/2021Q1/editors/libreoffice-mk/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-mk/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-mk/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357787 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mk.tar.gz) = b9f44c25f7da55a39080a7a494c722215cfca41643e9a18f39b3e6bd190ec9a4 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mk.tar.gz) = 331900 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_mk.tar.gz) = 5de4212c3fd5327ff944f749713439c12f5aecd9b76480dc736e6e4d1a160b2c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_mk.tar.gz) = 2769736 +TIMESTAMP = 1614869162 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mk.tar.gz) = 4ad0c4ebebbfc02a01c9cd11ce27406be506a5a750b30cabca668a0a70213ce0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mk.tar.gz) = 331895 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_mk.tar.gz) = fd4edcc8ae3729fef74120e17cd84434d9443c631ee6fc8bb664b8999dae1cf5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_mk.tar.gz) = 2769532 Modified: branches/2021Q1/editors/libreoffice-ml/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ml/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ml/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357790 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ml.tar.gz) = d113dfed7522def38520242a45b37354d855a1612d0fa3a3c991e9bf9b833dd2 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ml.tar.gz) = 366366 +TIMESTAMP = 1614869165 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ml.tar.gz) = d428c523948a0d501b2933b34dc7ff03b079354cf7b43f2ecbf7a1de46220f64 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ml.tar.gz) = 366158 Modified: branches/2021Q1/editors/libreoffice-mn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-mn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-mn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357793 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mn.tar.gz) = 5b1b8ef7c1588b64d73ed84c3f719e8bca306a133dfe56088d509cf5e5183781 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mn.tar.gz) = 502302 +TIMESTAMP = 1614869168 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mn.tar.gz) = ba7a9547102d5e0bbfbf08e90d816236b63dc1ca7b0ca0b2839a560b91fd9fbd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mn.tar.gz) = 503527 Modified: branches/2021Q1/editors/libreoffice-mni/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-mni/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-mni/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357796 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mni.tar.gz) = db7a2e39b8b0d9ac57960ddf0d2c115b473061227f27398420a95d10e8e4990c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mni.tar.gz) = 279327 +TIMESTAMP = 1614869171 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mni.tar.gz) = 07716325e586725e3b8cb91d048af1e2b9049188de0b0ba0913555b2cefdfc4c +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mni.tar.gz) = 278805 Modified: branches/2021Q1/editors/libreoffice-mr/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-mr/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-mr/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357798 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mr.tar.gz) = f011c89c8df6d0bfeaeb8b059f8f51177cd9d2304cacc2d4848e3a4c53a83306 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_mr.tar.gz) = 394442 +TIMESTAMP = 1614869173 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mr.tar.gz) = 63010b2c50614fdbb03ed1cc0286afa5b618bfa701dc860daa21201e61a5c39d +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_mr.tar.gz) = 394256 Modified: branches/2021Q1/editors/libreoffice-my/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-my/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-my/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357801 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_my.tar.gz) = 60a338576e70f0f6136e50d157f6663928b817fa8c7d2562a47b3663bc6582c6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_my.tar.gz) = 316970 +TIMESTAMP = 1614869176 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_my.tar.gz) = a2776f65af3f6d6eab53ee9175c7d5f19a5d290aa6b88464a3d6b2a53600a749 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_my.tar.gz) = 316930 Modified: branches/2021Q1/editors/libreoffice-nb/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-nb/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-nb/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357808 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nb.tar.gz) = d03d6da62f19d474530e7ad93c71c91e04074ba18e64b163b63d618fbd86f572 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nb.tar.gz) = 2880493 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nb.tar.gz) = 88b8cf00e71ae0678fb773a59c1cd92dfad50fb457dad2fd7909214f3548aa1c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nb.tar.gz) = 2785667 +TIMESTAMP = 1614869191 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nb.tar.gz) = 120e0c534bd511077b4d375a190f7b9be12145c6ce1f4db73e31959d575612fd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nb.tar.gz) = 2880924 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nb.tar.gz) = 539f1eea3eace2b8dcb67f34b64fe10868e6994098b3e4f800f5a1d60bb887dd +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nb.tar.gz) = 2785850 Modified: branches/2021Q1/editors/libreoffice-ne/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ne/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ne/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357815 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ne.tar.gz) = efee5d6cda5803a848cc5c5f3a599b7db30b3b0858dbf872e638fa2e8f00e837 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ne.tar.gz) = 677649 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ne.tar.gz) = 84941faa29066c566eeb38662438ad34722bdaa0da342b774870de197c36ea03 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ne.tar.gz) = 2908892 +TIMESTAMP = 1614869197 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ne.tar.gz) = 81c6e67a91eea544ab719ef8248ff68c474c564cef02766ecde74ffdaf0b41e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ne.tar.gz) = 677419 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ne.tar.gz) = fce1df7985eaed78cffbe213515d7c99bc8ee02ba4f05159f3864cb4968729ed +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ne.tar.gz) = 2908665 Modified: branches/2021Q1/editors/libreoffice-nl/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-nl/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-nl/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357822 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nl.tar.gz) = 9566d4072858a71289fd72f9d0c7d9d0dec3e9e5a2f7e084d34344ecbeef3162 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nl.tar.gz) = 1403776 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nl.tar.gz) = b2b491faf5b69cc0deb4dd3c68be5a951e84805e84349ea8210014bb3eb139d6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nl.tar.gz) = 2863848 +TIMESTAMP = 1614869204 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nl.tar.gz) = 0166fcb1519d597304032dbc0b93f9fb13a9ca4f9154f2ee2ec5b2b50c2ab3ae +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nl.tar.gz) = 1403538 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nl.tar.gz) = 8444e78a379c6c7f83178a96d926726888ea7f4161d4532a2553b6848b780fc1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nl.tar.gz) = 2863720 Modified: branches/2021Q1/editors/libreoffice-nn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-nn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-nn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357829 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nn.tar.gz) = 0499749072235a2d03af744b3fe623ccbdbb7a2bfef2363cb716e0e718a5c7bb -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nn.tar.gz) = 2912251 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nn.tar.gz) = ee084ddcaa00e9a3b17dc5d337e8583fde03ae9655b5e09b9759bc6f98ce1dd3 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_nn.tar.gz) = 2942277 +TIMESTAMP = 1614869211 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nn.tar.gz) = e26c0b2e458cf52515ca9d512678e95bc4746f6af1c1d7459e298fd3c6366be4 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nn.tar.gz) = 2911474 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nn.tar.gz) = c5205aa6cd673a17205d1824c62b32af180cd51470842bf397514cb18b1a3124 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_nn.tar.gz) = 2941997 Modified: branches/2021Q1/editors/libreoffice-nr/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-nr/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-nr/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357832 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nr.tar.gz) = b4b77cb333a2284ebbb00cd5810ff4a7996713793f074482fa3c12ab7cde1c6e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nr.tar.gz) = 205504 +TIMESTAMP = 1614869213 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nr.tar.gz) = acb91cb4977a880d4234941655eb4676f0a4adc8c3566b7562c28de68ab2cecf +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nr.tar.gz) = 205450 Modified: branches/2021Q1/editors/libreoffice-nso/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-nso/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-nso/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357835 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nso.tar.gz) = 18461ef1e39847fc650d1e1876dd4676416a30f731624d9d4e3de9347dbdb087 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_nso.tar.gz) = 231925 +TIMESTAMP = 1614869225 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nso.tar.gz) = 2ce1ba29a431ff035de3bd12542cf5a4a222a17bd9e8f5b46ee68ca1872adcfc +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_nso.tar.gz) = 231564 Modified: branches/2021Q1/editors/libreoffice-oc/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-oc/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-oc/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357839 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_oc.tar.gz) = e5c3c6c015436358d62c0b127d052b934d13446c96b34dda7817bc404ae359f6 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_oc.tar.gz) = 948103 +TIMESTAMP = 1614869229 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_oc.tar.gz) = 798052bcc3e98281152c1107af110e99307870021be6b5524fa5d18b854d5c43 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_oc.tar.gz) = 954997 Modified: branches/2021Q1/editors/libreoffice-om/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-om/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-om/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357845 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_om.tar.gz) = ffa8f218a69c2e9997c989e216d99a84a66f5a1e1d6c5fb6794720cd9ea08d74 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_om.tar.gz) = 355442 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_om.tar.gz) = a3bb64845b0a99a335cc5919206c34274c2cd9b43b0978fbce1add5d942b849c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_om.tar.gz) = 2831505 +TIMESTAMP = 1614869235 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_om.tar.gz) = e89e9079fa9aa07705321c10f8b2b67a8a3108a9d549a48e602a3c88ac5c84f7 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_om.tar.gz) = 355350 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_om.tar.gz) = 4ceeca155f344d6b12b32bbd172287c796428f07ac4aac9b9a1213c150cfbbc9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_om.tar.gz) = 2831361 Modified: branches/2021Q1/editors/libreoffice-or/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-or/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-or/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357848 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_or.tar.gz) = 2ed72b53dfdac5e6f4915770ab5d842169be5285444abf57481467a13b1825d7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_or.tar.gz) = 407441 +TIMESTAMP = 1614869238 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_or.tar.gz) = 6548a2581837239dafbc2e4ad2c085c2fd539549eac8ad55ec9f065e6252ac95 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_or.tar.gz) = 407507 Modified: branches/2021Q1/editors/libreoffice-pa_IN/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-pa_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-pa_IN/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357851 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 6244b6b37fa990e817d7a2df90c3351ebee70d4051413537025dd616c1bfe045 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 327350 +TIMESTAMP = 1614869240 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 14830af4d860818e5f74550dfb72c4989ed865aee8082172491ea6ae961f5b91 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 327559 Modified: branches/2021Q1/editors/libreoffice-ro/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ro/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ro/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357879 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ro.tar.gz) = 04311e29d9de193f7d0035e62b746ea5832f9232d73bcd4d7375e9f83a00c92a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ro.tar.gz) = 1821890 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ro.tar.gz) = 91b3e1940fee70595412909dc26172446014cc06532e3f237bdd90e88f1bc474 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_ro.tar.gz) = 2730833 +TIMESTAMP = 1614869275 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ro.tar.gz) = bc3094a45c1fea2bde5cbef4b024d4b0865209429d6ee15c225f6f1a76bf6192 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ro.tar.gz) = 1821995 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ro.tar.gz) = bc29b169e6dce88f7f177bb4eb9f77f5e641a8b5636a63cfdcb040b0c38e12a0 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_ro.tar.gz) = 2730888 Modified: branches/2021Q1/editors/libreoffice-rw/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-rw/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-rw/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357889 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_rw.tar.gz) = b5e6cf9bfbeae01f5fadb7da138ba3ba0cbb232628636c27e1d19559d441f5ce -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_rw.tar.gz) = 250255 +TIMESTAMP = 1614869284 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_rw.tar.gz) = 09f6858b5dc075ee1d3d7d9dd130f4c0e80e12d87191123c4b87680ea4f9b3e5 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_rw.tar.gz) = 250378 Modified: branches/2021Q1/editors/libreoffice-sa_IN/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sa_IN/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sa_IN/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357892 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = c1f0bff7b63e3af30f6735b0bb8a6f5d1b73cc9b21bcc6befa0c90c7ca52f785 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311767 +TIMESTAMP = 1614869287 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 180826ca7f5d0a23a6a98a715b29373c79d579aac80aff31ed431d79b8a71df2 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311508 Modified: branches/2021Q1/editors/libreoffice-sat/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sat/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sat/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357895 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sat.tar.gz) = e88d2210f1de76c1da93604de14a7a674f66dc81b449efd6cb639fa9306c1af8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sat.tar.gz) = 355095 +TIMESTAMP = 1614869291 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sat.tar.gz) = 4670bb57dd55f1f6221792c3ac3bd79775bb7ab5a24048604b6f03d63a6cccd9 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sat.tar.gz) = 355261 Modified: branches/2021Q1/editors/libreoffice-sd/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sd/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sd/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357898 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sd.tar.gz) = d1150946ddb12c68cefcc2379d8b47130b81d3ebb6ccb1b91c56c17729082098 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sd.tar.gz) = 305344 +TIMESTAMP = 1614869293 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sd.tar.gz) = 999cc4b6813c05f4bb7238b4f343901e8bcbd98744502f138aaff8f8a05cfb67 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sd.tar.gz) = 305522 Modified: branches/2021Q1/editors/libreoffice-si/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-si/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-si/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357904 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_si.tar.gz) = d13c4f1d05d4440d7194785d1b54157e97c759fda47c1b9d8cdeff1ce39baa3f -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_si.tar.gz) = 546370 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_si.tar.gz) = ab92bae99e021359b9674b8abc75b2d19cb50afea114af9976ef0544506f2b70 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_si.tar.gz) = 2933382 +TIMESTAMP = 1614869302 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_si.tar.gz) = 2a30c1b39220cd8aea23ea1d4beae6ca24e186fc61e498358a020766a291ed95 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_si.tar.gz) = 547047 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_si.tar.gz) = 98cf6dc1cdb77cf941d0f2b2a05cb98ad861899b8a2b0659401b04d25998a1d8 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_si.tar.gz) = 2933413 Modified: branches/2021Q1/editors/libreoffice-sid/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sid/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sid/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357911 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sid.tar.gz) = 6cef11349bf5e674e2b6f375a78617a276820083a1279706b392614cc61eac85 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sid.tar.gz) = 380731 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sid.tar.gz) = b3f66ca5ccf38e4ea5bfb58cc61f8da01f4857130d0e84ede4211b0302aef794 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sid.tar.gz) = 2828767 +TIMESTAMP = 1614869309 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sid.tar.gz) = a16f18c77f9f53a72bff99056a7f49f8066eb5db89f6fc759aa90b049f1dca59 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sid.tar.gz) = 380993 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sid.tar.gz) = ad60b5f582407b073b40e52a70cacd89f050d0bb569e6b7ba9e70948d9d27f34 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sid.tar.gz) = 2828729 Modified: branches/2021Q1/editors/libreoffice-sk/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sk/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sk/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357918 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sk.tar.gz) = 79235361959f5808666eb2c61d3f792a0bf47555dba4efa53f3188ea8c5cec33 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sk.tar.gz) = 1773961 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sk.tar.gz) = 19ad0032ef1eaefcd06c7e50ee86c6d4b027af87620ace0246cf873f030303c7 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sk.tar.gz) = 2921239 +TIMESTAMP = 1614869318 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sk.tar.gz) = 66aea0d391eb69ab65ab2f491b57f4f7d2886e0065e4fafadaf3b5918552e1fa +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sk.tar.gz) = 1774272 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sk.tar.gz) = ee0a6549650c6d49827b1a5d2bc287a2d51a463f96ea5c1b164d875ee2593e7b +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sk.tar.gz) = 2921245 Modified: branches/2021Q1/editors/libreoffice-sl/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sl/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sl/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357925 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sl.tar.gz) = 46f22b362c137ed08ec5ef3c760af62e8a571eea2b1cec548e21b793b8e9885a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sl.tar.gz) = 2087324 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sl.tar.gz) = 5d9686cff40dcef2a98302e5d9eece831807c8fe80cc888a9ed9656ceb0384c8 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sl.tar.gz) = 2826164 +TIMESTAMP = 1614869324 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sl.tar.gz) = 066da8bea3dd997adccc238c09bca2f6cabd90bae94fde5f892a56653251d7f1 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sl.tar.gz) = 2087243 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sl.tar.gz) = 4bb758e40bb3961edfc2d0dd666a9f95faac38f083507022849bd9baac36466f +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sl.tar.gz) = 2826069 Modified: branches/2021Q1/editors/libreoffice-sq/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sq/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sq/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357931 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sq.tar.gz) = 5dd8d933bd5e0aaf0e8585eca65756bf73383d49025aa4b8e90d28c4c30eb873 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sq.tar.gz) = 865794 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sq.tar.gz) = 68a9c969177a6973bf9c532f8dc099e5062ba9ec59a7fcc6ca44d2650fbb603e -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sq.tar.gz) = 2755716 +TIMESTAMP = 1614869330 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sq.tar.gz) = 14e389348f97fa9de112d623dc4bdf8a31880fd37bb4bb110f82303710523198 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sq.tar.gz) = 865438 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sq.tar.gz) = 807a937009316d5ca8b7696ec1066f7815f3231bfe1222b623c430a995bdb2ac +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_helppack_sq.tar.gz) = 2755688 Modified: branches/2021Q1/editors/libreoffice-sr/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sr/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sr/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357935 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr.tar.gz) = 34a1513cc7beac11a344e7613bbc9c02578cedf8d37cd0327b1bac21b17cbb0a -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr.tar.gz) = 1902345 +TIMESTAMP = 1614869334 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr.tar.gz) = e4c5e950e121948b885b35c1e9cfe0659bc2d6119d1d837fa3dae266f2e5c281 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr.tar.gz) = 2034681 Modified: branches/2021Q1/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sr_Latn/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sr_Latn/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357938 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = ce806028935eb48b3f1f878d8ff10257a20d689d1aa4b845e906a43c2ca5bf52 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1864593 +TIMESTAMP = 1614869337 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 50191251613c08fc691bf6816106881926752fac99344f018260098ecfbc8d24 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1864387 Modified: branches/2021Q1/editors/libreoffice-ss/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-ss/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-ss/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357941 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ss.tar.gz) = 152d3bcc89ea9642868708248fbae3c33b43620ab88f3c4ab908bf2cd90f1084 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_ss.tar.gz) = 210254 +TIMESTAMP = 1614869339 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ss.tar.gz) = b002fa770c1cbedf508dc2059005f5371b87d378606412ba019bebf0b627015a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_ss.tar.gz) = 210170 Modified: branches/2021Q1/editors/libreoffice-st/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-st/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-st/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357944 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_st.tar.gz) = 36cd791303e2b00d77987253d796c69d15bbe50b6c7d0c263d2e62b3041a951d -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_st.tar.gz) = 205822 +TIMESTAMP = 1614869342 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_st.tar.gz) = 4bb43295318762678d846998f7c798cd8aaf36458d341af745631f45ebf39763 +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_st.tar.gz) = 205612 Modified: branches/2021Q1/editors/libreoffice-sv/distinfo ============================================================================== --- branches/2021Q1/editors/libreoffice-sv/distinfo Mon Mar 8 09:23:10 2021 (r567826) +++ branches/2021Q1/editors/libreoffice-sv/distinfo Mon Mar 8 09:42:21 2021 (r567827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612357950 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sv.tar.gz) = 5dabdfc507eca518d0644d9df823a6ffe5e9aa76a6dfcd903fb1d0fa5bfdf971 -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_langpack_sv.tar.gz) = 1620129 -SHA256 (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sv.tar.gz) = e4aacf6801dc986df8c740690d6aec92b9b015857736419231b6e99dda26678c -SIZE (libreoffice/i18n/LibreOffice_7.1.0_Linux_x86-64_deb_helppack_sv.tar.gz) = 2806984 +TIMESTAMP = 1614869350 +SHA256 (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sv.tar.gz) = 63a32abdfbfb52c99adc315547a3db7a3789eb0f7a744802ca139b7d55863f0a +SIZE (libreoffice/i18n/LibreOffice_7.1.1_Linux_x86-64_deb_langpack_sv.tar.gz) = 1620348 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 8 10:22:13 2021 Return-Path: Delivered-To: svn-ports-all@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 9B88856D78E; Mon, 8 Mar 2021 10:22:13 +0000 (UTC) (envelope-from ehaupt@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 4DvDsx3Fv2z4RJh; Mon, 8 Mar 2021 10:22:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62C74274EC; Mon, 8 Mar 2021 10:22:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128AMDq2003403; Mon, 8 Mar 2021 10:22:13 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128AMDbw003400; Mon, 8 Mar 2021 10:22:13 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103081022.128AMDbw003400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Mar 2021 10:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567828 - head/net-p2p/xmrig X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net-p2p/xmrig X-SVN-Commit-Revision: 567828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:22:13 -0000 Author: ehaupt Date: Mon Mar 8 10:22:12 2021 New Revision: 567828 URL: https://svnweb.freebsd.org/changeset/ports/567828 Log: net-p2p/xmrig: Update to 6.10.0 Modified: head/net-p2p/xmrig/Makefile head/net-p2p/xmrig/distinfo Modified: head/net-p2p/xmrig/Makefile ============================================================================== --- head/net-p2p/xmrig/Makefile Mon Mar 8 09:42:21 2021 (r567827) +++ head/net-p2p/xmrig/Makefile Mon Mar 8 10:22:12 2021 (r567828) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xmrig -PORTVERSION= 6.9.0 +PORTVERSION= 6.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org Modified: head/net-p2p/xmrig/distinfo ============================================================================== --- head/net-p2p/xmrig/distinfo Mon Mar 8 09:42:21 2021 (r567827) +++ head/net-p2p/xmrig/distinfo Mon Mar 8 10:22:12 2021 (r567828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613939980 -SHA256 (xmrig-xmrig-v6.9.0_GH0.tar.gz) = 45af614df183fd83f6ed5e831bb55375854ee7cd4855ed0e6858c2919780d3a6 -SIZE (xmrig-xmrig-v6.9.0_GH0.tar.gz) = 1584717 +TIMESTAMP = 1615189270 +SHA256 (xmrig-xmrig-v6.10.0_GH0.tar.gz) = 6752d2ee2d3eff8f313e7440053ea55e30925ce9665196701d4557a27707c9b7 +SIZE (xmrig-xmrig-v6.10.0_GH0.tar.gz) = 1617974 From owner-svn-ports-all@freebsd.org Mon Mar 8 10:22:30 2021 Return-Path: Delivered-To: svn-ports-all@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 9A05956D3ED; Mon, 8 Mar 2021 10:22:30 +0000 (UTC) (envelope-from bofh@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 4DvDtG42RSz4RdS; Mon, 8 Mar 2021 10:22:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DD8B271E2; Mon, 8 Mar 2021 10:22:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128AMUpM006059; Mon, 8 Mar 2021 10:22:30 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128AMUwT006058; Mon, 8 Mar 2021 10:22:30 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202103081022.128AMUwT006058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 8 Mar 2021 10:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567829 - head/lang/guile X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/lang/guile X-SVN-Commit-Revision: 567829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:22:30 -0000 Author: bofh Date: Mon Mar 8 10:22:30 2021 New Revision: 567829 URL: https://svnweb.freebsd.org/changeset/ports/567829 Log: lang/guile: Fix core dump on stripped modules PR: 254117 Submitted by: rsmith@xs4all.nl Modified: head/lang/guile/Makefile Modified: head/lang/guile/Makefile ============================================================================== --- head/lang/guile/Makefile Mon Mar 8 10:22:12 2021 (r567828) +++ head/lang/guile/Makefile Mon Mar 8 10:22:30 2021 (r567829) @@ -4,6 +4,7 @@ PORTNAME= guile PORTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= GNU @@ -52,8 +53,5 @@ post-patch: post-patch-THREADS-on: @${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure - -post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/guile/${PORTVERSION:R}/ccache/ -type f -name '*\.go' -exec ${STRIP_CMD} {} \; .include From owner-svn-ports-all@freebsd.org Mon Mar 8 10:35:04 2021 Return-Path: Delivered-To: svn-ports-all@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 D4D9156DBEF; Mon, 8 Mar 2021 10:35:04 +0000 (UTC) (envelope-from ehaupt@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 4DvF8m5dLjz4S4M; Mon, 8 Mar 2021 10:35:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3C9B27565; Mon, 8 Mar 2021 10:35:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128AZ4Im012338; Mon, 8 Mar 2021 10:35:04 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128AZ40v012337; Mon, 8 Mar 2021 10:35:04 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103081035.128AZ40v012337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Mar 2021 10:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567830 - head/security/py-btchip-python X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/py-btchip-python X-SVN-Commit-Revision: 567830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:35:04 -0000 Author: ehaupt Date: Mon Mar 8 10:35:04 2021 New Revision: 567830 URL: https://svnweb.freebsd.org/changeset/ports/567830 Log: security/py-btchip-python: Update to 0.1.32 - Move to pypy - Upstream has removed license file although license remains unchanged Modified: head/security/py-btchip-python/Makefile head/security/py-btchip-python/distinfo Modified: head/security/py-btchip-python/Makefile ============================================================================== --- head/security/py-btchip-python/Makefile Mon Mar 8 10:22:30 2021 (r567829) +++ head/security/py-btchip-python/Makefile Mon Mar 8 10:35:04 2021 (r567830) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= btchip-python -PORTVERSION= 0.1.31 -DISTVERSIONPREFIX= v +PORTVERSION= 0.1.32 CATEGORIES= security python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Python communication library for Ledger Hardware Wallet LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscard>=1.6.12.4.b1:security/py-pyscard@${PY_FLAVOR} \ @@ -19,10 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99:comms/py-hidapi@${PY_FLAVOR} USES= python:3.6+ -USE_GITHUB= yes USE_PYTHON= autoplist distutils NO_ARCH= yes - -GH_ACCOUNT= LedgerHQ .include Modified: head/security/py-btchip-python/distinfo ============================================================================== --- head/security/py-btchip-python/distinfo Mon Mar 8 10:22:30 2021 (r567829) +++ head/security/py-btchip-python/distinfo Mon Mar 8 10:35:04 2021 (r567830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602007510 -SHA256 (LedgerHQ-btchip-python-v0.1.31_GH0.tar.gz) = 11bfada7b7ca97d3ff158c5922b9d0f2c7e705545b28b743cecab96158001e64 -SIZE (LedgerHQ-btchip-python-v0.1.31_GH0.tar.gz) = 33375 +TIMESTAMP = 1615199384 +SHA256 (btchip-python-0.1.32.tar.gz) = 34f5e0c161c08f65dc0d070ba2ff4c315ed21c4b7e0faa32a46862d0dc1b8f55 +SIZE (btchip-python-0.1.32.tar.gz) = 20401 From owner-svn-ports-all@freebsd.org Mon Mar 8 10:41:30 2021 Return-Path: Delivered-To: svn-ports-all@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 6B99956E12D; Mon, 8 Mar 2021 10:41:30 +0000 (UTC) (envelope-from olivier@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 4DvFJB2gwwz4SMg; Mon, 8 Mar 2021 10:41:30 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ED09275D7; Mon, 8 Mar 2021 10:41:30 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128AfUNh015950; Mon, 8 Mar 2021 10:41:30 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128AfTHt015948; Mon, 8 Mar 2021 10:41:30 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <202103081041.128AfTHt015948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 8 Mar 2021 10:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567831 - in head/net/frr7: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head/net/frr7: . files X-SVN-Commit-Revision: 567831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 10:41:30 -0000 Author: olivier Date: Mon Mar 8 10:41:29 2021 New Revision: 567831 URL: https://svnweb.freebsd.org/changeset/ports/567831 Log: Update to 7.5.1 Deleted: head/net/frr7/files/patch-ospfd_ospf__routemap.c Modified: head/net/frr7/Makefile head/net/frr7/distinfo Modified: head/net/frr7/Makefile ============================================================================== --- head/net/frr7/Makefile Mon Mar 8 10:35:04 2021 (r567830) +++ head/net/frr7/Makefile Mon Mar 8 10:41:29 2021 (r567831) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= frr -PORTVERSION= 7.5 +PORTVERSION= 7.5.1 DISTVERSIONPREFIX= frr- -PORTREVISION= 1 CATEGORIES= net .if defined(PYTHONTOOLS) PKGNAMESUFFIX= 7-pythontools Modified: head/net/frr7/distinfo ============================================================================== --- head/net/frr7/distinfo Mon Mar 8 10:35:04 2021 (r567830) +++ head/net/frr7/distinfo Mon Mar 8 10:41:29 2021 (r567831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605025656 -SHA256 (FRRouting-frr-frr-7.5_GH0.tar.gz) = 54066e82a82751ec5876d9b67aa0cb24fe94e19e7371af290ac25099eda9f136 -SIZE (FRRouting-frr-frr-7.5_GH0.tar.gz) = 6730659 +TIMESTAMP = 1615188530 +SHA256 (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 030d4e66f577726dfea13bd3a9c669fd41d8fd89b25953a36b5b0966d406ff28 +SIZE (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 6746148 From owner-svn-ports-all@freebsd.org Mon Mar 8 11:00:17 2021 Return-Path: Delivered-To: svn-ports-all@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 26D8F56E21A; Mon, 8 Mar 2021 11:00:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvFjs0gnYz4TMm; Mon, 8 Mar 2021 11:00:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A6B327A70; Mon, 8 Mar 2021 11:00:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128B0GJi024657; Mon, 8 Mar 2021 11:00:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128B0G9a024655; Mon, 8 Mar 2021 11:00:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103081100.128B0G9a024655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 8 Mar 2021 11:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567832 - head/x11-fm/thunar X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11-fm/thunar X-SVN-Commit-Revision: 567832 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:00:17 -0000 Author: madpilot Date: Mon Mar 8 11:00:16 2021 New Revision: 567832 URL: https://svnweb.freebsd.org/changeset/ports/567832 Log: Update thunar to 4.16.5 Modified: head/x11-fm/thunar/Makefile head/x11-fm/thunar/distinfo Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Mon Mar 8 10:41:29 2021 (r567831) +++ head/x11-fm/thunar/Makefile Mon Mar 8 11:00:16 2021 (r567832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunar -DISTVERSION= 4.16.4 +DISTVERSION= 4.16.5 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 Modified: head/x11-fm/thunar/distinfo ============================================================================== --- head/x11-fm/thunar/distinfo Mon Mar 8 10:41:29 2021 (r567831) +++ head/x11-fm/thunar/distinfo Mon Mar 8 11:00:16 2021 (r567832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615116189 -SHA256 (xfce4/thunar-4.16.4.tar.bz2) = d51a2018c1ba7dcc420e7a84d85cc17a58f26fb1c80ee4c15e689a49f10425f9 -SIZE (xfce4/thunar-4.16.4.tar.bz2) = 2434519 +TIMESTAMP = 1615193398 +SHA256 (xfce4/thunar-4.16.5.tar.bz2) = ec077293b1fb291fe12658b4fe6b92c924126dc6527f426516011ddf5ee56d47 +SIZE (xfce4/thunar-4.16.5.tar.bz2) = 2435070 From owner-svn-ports-all@freebsd.org Mon Mar 8 11:07:11 2021 Return-Path: Delivered-To: svn-ports-all@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 1445156E829; Mon, 8 Mar 2021 11:07:11 +0000 (UTC) (envelope-from mfechner@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 4DvFsp6DJSz4Tlk; Mon, 8 Mar 2021 11:07:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8EE127C47; Mon, 8 Mar 2021 11:07:10 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128B7A3N030662; Mon, 8 Mar 2021 11:07:10 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128B7A1w030660; Mon, 8 Mar 2021 11:07:10 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103081107.128B7A1w030660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 8 Mar 2021 11:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567833 - in head/www/gitlab-ce: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/www/gitlab-ce: . files X-SVN-Commit-Revision: 567833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:07:11 -0000 Author: mfechner Date: Mon Mar 8 11:07:10 2021 New Revision: 567833 URL: https://svnweb.freebsd.org/changeset/ports/567833 Log: Make sure gitlab uses a version of google-protobuf that works. Version 3.15.x is causing segfaults. Problem is also reported upstream: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55972 Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/files/patch-Gemfile Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Mon Mar 8 11:00:16 2021 (r567832) +++ head/www/gitlab-ce/Makefile Mon Mar 8 11:07:10 2021 (r567833) @@ -3,7 +3,7 @@ PORTNAME= gitlab-ce PORTVERSION= 13.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Mon Mar 8 11:00:16 2021 (r567832) +++ head/www/gitlab-ce/files/patch-Gemfile Mon Mar 8 11:07:10 2021 (r567833) @@ -53,7 +53,7 @@ # Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0 # because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900 gem 'thrift', '>= 0.14.0' -@@ -332,102 +331,11 @@ gem 'snowplow-tracker', '~> 0.6.1' +@@ -332,104 +331,13 @@ gem 'snowplow-tracker', '~> 0.6.1' # Metrics group :metrics do gem 'method_source', '~> 1.0', require: false @@ -63,8 +63,8 @@ # Prometheus gem 'prometheus-client-mmap', '~> 0.12.0' gem 'raindrops', '~> 0.18' --end -- + end + -group :development do - gem 'brakeman', '~> 4.2', require: false - gem 'danger', '~> 8.0.6', require: false @@ -154,6 +154,17 @@ - - # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 - gem 'derailed_benchmarks', require: false - end - +-end +- gem 'octokit', '~> 4.15' + + # https://gitlab.com/gitlab-org/gitlab/issues/207207 +@@ -473,7 +381,7 @@ gem 'gitaly', '~> 13.9.0.pre.rc1' + + gem 'grpc', '~> 1.30.2' + +-gem 'google-protobuf', '~> 3.12' ++gem 'google-protobuf', '~> 3.14.0' + + gem 'toml-rb', '~> 1.0.0' + From owner-svn-ports-all@freebsd.org Mon Mar 8 11:10:10 2021 Return-Path: Delivered-To: svn-ports-all@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 5B13D56E5B2; Mon, 8 Mar 2021 11:10:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvFxG27Shz4TmP; Mon, 8 Mar 2021 11:10:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DA1127EA5; Mon, 8 Mar 2021 11:10:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BA9JZ030854; Mon, 8 Mar 2021 11:10:09 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BA9eJ030853; Mon, 8 Mar 2021 11:10:09 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103081110.128BA9eJ030853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 8 Mar 2021 11:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567834 - head/graphics/p5-Barcode-ZBar/files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/graphics/p5-Barcode-ZBar/files X-SVN-Commit-Revision: 567834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:10:10 -0000 Author: fernape Date: Mon Mar 8 11:10:09 2021 New Revision: 567834 URL: https://svnweb.freebsd.org/changeset/ports/567834 Log: graphics/p5-Barcode-ZBar: support new version of graphics/zbar graphics/zbar was updated in PR 253743 PR: 253931 Submitted by: vvd@unislabs.com Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 week) Added: head/graphics/p5-Barcode-ZBar/files/ head/graphics/p5-Barcode-ZBar/files/patch-ZBar.xs (contents, props changed) Added: head/graphics/p5-Barcode-ZBar/files/patch-ZBar.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Barcode-ZBar/files/patch-ZBar.xs Mon Mar 8 11:10:09 2021 (r567834) @@ -0,0 +1,15 @@ +--- ZBar.xs.orig ++++ ZBar.xs +@@ -198,9 +198,10 @@ + PREINIT: + unsigned major; + unsigned minor; ++ unsigned patch; + CODE: +- zbar_version(&major, &minor); +- RETVAL = newSVpvf("%u.%u", major, minor); ++ zbar_version(&major, &minor, &patch); ++ RETVAL = newSVpvf("%u.%u.%u", major, minor, patch); + OUTPUT: + RETVAL + From owner-svn-ports-all@freebsd.org Mon Mar 8 11:18:06 2021 Return-Path: Delivered-To: svn-ports-all@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 5B3E856ED28; Mon, 8 Mar 2021 11:18:06 +0000 (UTC) (envelope-from mfechner@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 4DvG6Q2DTrz4V0M; Mon, 8 Mar 2021 11:18:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B1F027E50; Mon, 8 Mar 2021 11:18:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BI5iH036882; Mon, 8 Mar 2021 11:18:05 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BI515036881; Mon, 8 Mar 2021 11:18:05 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103081118.128BI515036881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 8 Mar 2021 11:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567835 - in head/devel/gitaly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel/gitaly: . files X-SVN-Commit-Revision: 567835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:18:06 -0000 Author: mfechner Date: Mon Mar 8 11:18:05 2021 New Revision: 567835 URL: https://svnweb.freebsd.org/changeset/ports/567835 Log: Make sure we use google-protobug version that does not segfault. Is also reported upstream: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3233 Modified: head/devel/gitaly/Makefile head/devel/gitaly/files/patch-ruby_Gemfile Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Mon Mar 8 11:10:09 2021 (r567834) +++ head/devel/gitaly/Makefile Mon Mar 8 11:18:05 2021 (r567835) @@ -2,7 +2,7 @@ PORTNAME= gitaly DISTVERSION= 13.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -27,7 +27,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-rbtrace>=0.4.14:devel/rubygem-rbtrace \ rubygem-gitlab-labkit>=0.15.0<0.16:devel/rubygem-gitlab-labkit \ rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \ - rubygem-google-protobuf314>=3.12.0<4:devel/rubygem-google-protobuf314 + rubygem-google-protobuf314>=3.12.0<3.15:devel/rubygem-google-protobuf314 BUILD_DEPENDS= gem:devel/ruby-gems \ bash>0:shells/bash \ ${MY_DEPENDS} Modified: head/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- head/devel/gitaly/files/patch-ruby_Gemfile Mon Mar 8 11:10:09 2021 (r567834) +++ head/devel/gitaly/files/patch-ruby_Gemfile Mon Mar 8 11:18:05 2021 (r567835) @@ -1,8 +1,11 @@ ---- ruby/Gemfile.orig 2021-02-19 09:28:00 UTC +--- ruby/Gemfile.orig 2021-03-04 13:36:33 UTC +++ ruby/Gemfile -@@ -21,13 +21,3 @@ gem 'licensee', '~> 9.14.1' +@@ -19,15 +19,5 @@ gem 'gitlab-labkit', '~> 0.15.0' + # This version needs to be in sync with GitLab CE/EE + gem 'licensee', '~> 9.14.1' - gem 'google-protobuf', '~> 3.12' +-gem 'google-protobuf', '~> 3.12' ++gem 'google-protobuf', '~> 3.14.0' -group :development, :test do - gem 'rubocop', '~> 0.69', require: false From owner-svn-ports-all@freebsd.org Mon Mar 8 11:18:52 2021 Return-Path: Delivered-To: svn-ports-all@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 EF47456EBCD; Mon, 8 Mar 2021 11:18:52 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvG7J6KYvz4VQs; Mon, 8 Mar 2021 11:18:52 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from [192.168.1.6] (host.212-19-20-216.broadband.redcom.ru [212.19.20.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fluffy) by smtp.freebsd.org (Postfix) with ESMTPSA id 69A009B8D; Mon, 8 Mar 2021 11:18:51 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Date: Mon, 8 Mar 2021 21:18:48 +1000 From: Dima Panov To: svn-ports-all@freebsd.org, Yuri Victorovich , svn-ports-head@freebsd.org, ports-committers@freebsd.org Message-ID: <76b2669b-9395-4cd1-8a42-c72952285d99@Canary> In-Reply-To: <202103072346.127Nk3QM006668@repo.freebsd.org> References: <202103072346.127Nk3QM006668@repo.freebsd.org> Subject: Re: svn commit: r567799 - head/misc/box2d MIME-Version: 1.0 Content-Type: multipart/signed; boundary="60460818_440badfc_1179c"; protocol="application/pgp-signature" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:18:53 -0000 --60460818_440badfc_1179c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 Yuri, please check for consumers too. You=E2=80=99ve broke libreoffice bu= ild at least -- Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team (fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov) > On Monday, Mar 08, 2021 at 9:46 AM, Yuri Victorovich wrote: > Author: yuri > Date: Sun Mar 7 23:46:03 2021 > New Revision: 567799 > URL: https://svnweb.freebsd.org/changeset/ports/567799 > > Log: > misc/box2d: Update 2.3.1 -> 2.4.1 > > Modified: > head/misc/box2d/Makefile > head/misc/box2d/distinfo > head/misc/box2d/pkg-plist > > Modified: head/misc/box2d/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/misc/box2d/Makefile Sun Mar 7 23:30:33 2021 (r567798) > +++ head/misc/box2d/Makefile Sun Mar 7 23:46:03 2021 (r567799) > =40=40 -2,24 +2,29 =40=40 > > PORTNAME=3D Box2D > DISTVERSIONPRE=46IX=3D v > -DISTVERSION=3D 2.3.1 > +DISTVERSION=3D 2.4.1 > CATEGORIES=3D misc > > MAINTAINER=3D yuri=40=46reeBSD.org > COMMENT=3D 2D physics engine for games > > -LICENSE=3D ZLIB > -LICENSE=5F=46ILE=3D =24=7BWRKSRC=7D/License.txt > +LICENSE=3D MIT > +LICENSE=5F=46ILE=3D =24=7BWRKSRC=7D/LICENSE > > -USES=3D cmake pkgconfig > +USES=3D cmake compiler:c++11-lang pkgconfig > +USE=5FLDCON=46IG=3D yes > + > USE=5FGITHUB=3D yes > GH=5FACCOUNT=3D erincatto > GH=5FPROJECT=3D box2d > -USE=5FLDCON=46IG=3D yes > > -WRKSRC=5FSUBDIR=3D =24=7BPORTNAME=7D > +CMAKE=5FON=3D BOX2D=5FINSTALL BUILD=5FSHARED=5FLIBS > +CMAKE=5FO=46=46=3D BOX2D=5FBUILD=5FSTATIC BOX2D=5FBUILD=5FUNIT=5FTESTS= BOX2D=5FBUILD=5FTESTBED BOX2D=5FBUILD=5FEXAMPLES > > -CMAKE=5FON=3D BOX2D=5FINSTALL BOX2D=5FBUILD=5FSHARED > -CMAKE=5FO=46=46=3D BOX2D=5FBUILD=5FSTATIC BOX2D=5FBUILD=5FEXAMPLES > +do-test: > + =40cd =24=7BBUILD=5FWRKSRC=7D && =5C > + =24=7BSETENV=7D =24=7BCON=46IGURE=5FENV=7D =24=7BCMAKE=5FBIN=7D =24=7B= CMAKE=5FARGS=7D -DBOX2D=5FBUILD=5FUNIT=5FTESTS:BOOL=3DON =24=7BCMAKE=5FSO= URCE=5FPATH=7D && =5C > + =24=7BSETENV=7D =24=7BMAKE=5FENV=7D =24=7BMAKE=5FCMD=7D =24=7BMAKE=5F= ARGS=7D =24=7BALL=5FTARGET=7D && =5C > + =24=7BBUILD=5FWRKSRC=7D/bin/unit=5Ftest > > .include > > Modified: head/misc/box2d/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/misc/box2d/distinfo Sun Mar 7 23:30:33 2021 (r567798) > +++ head/misc/box2d/distinfo Sun Mar 7 23:46:03 2021 (r567799) > =40=40 -1,3 +1,3 =40=40 > -TIMESTAMP =3D 1594710230 > -SHA256 (erincatto-box2d-v2.3.1=5FGH0.tar.gz) =3D 58ffc8475a8650aadc351= 345aef696937747b40501ab78d72c197c5ff5b3035c > -SIZE (erincatto-box2d-v2.3.1=5FGH0.tar.gz) =3D 1553252 > +TIMESTAMP =3D 1615160100 > +SHA256 (erincatto-box2d-v2.4.1=5FGH0.tar.gz) =3D d6b4650ff897ee1ead27c= f77a5933ea197cbeef6705638dd181adc2e816b23c2 > +SIZE (erincatto-box2d-v2.4.1=5FGH0.tar.gz) =3D 1224516 > > Modified: head/misc/box2d/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/misc/box2d/pkg-plist Sun Mar 7 23:30:33 2021 (r567798) > +++ head/misc/box2d/pkg-plist Sun Mar 7 23:46:03 2021 (r567799) > =40=40 -1,53 +1,46 =40=40 > -include/Box2D/Box2D.h > -include/Box2D/Collision/Shapes/b2ChainShape.h > -include/Box2D/Collision/Shapes/b2CircleShape.h > -include/Box2D/Collision/Shapes/b2EdgeShape.h > -include/Box2D/Collision/Shapes/b2PolygonShape.h > -include/Box2D/Collision/Shapes/b2Shape.h > -include/Box2D/Collision/b2BroadPhase.h > -include/Box2D/Collision/b2Collision.h > -include/Box2D/Collision/b2Distance.h > -include/Box2D/Collision/b2DynamicTree.h > -include/Box2D/Collision/b2TimeOfImpact.h > -include/Box2D/Common/b2BlockAllocator.h > -include/Box2D/Common/b2Draw.h > -include/Box2D/Common/b2GrowableStack.h > -include/Box2D/Common/b2Math.h > -include/Box2D/Common/b2Settings.h > -include/Box2D/Common/b2StackAllocator.h > -include/Box2D/Common/b2Timer.h > -include/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h > -include/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h > -include/Box2D/Dynamics/Contacts/b2CircleContact.h > -include/Box2D/Dynamics/Contacts/b2Contact.h > -include/Box2D/Dynamics/Contacts/b2ContactSolver.h > -include/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h > -include/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h > -include/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h > -include/Box2D/Dynamics/Contacts/b2PolygonContact.h > -include/Box2D/Dynamics/Joints/b2DistanceJoint.h > -include/Box2D/Dynamics/Joints/b2=46rictionJoint.h > -include/Box2D/Dynamics/Joints/b2GearJoint.h > -include/Box2D/Dynamics/Joints/b2Joint.h > -include/Box2D/Dynamics/Joints/b2MotorJoint.h > -include/Box2D/Dynamics/Joints/b2MouseJoint.h > -include/Box2D/Dynamics/Joints/b2PrismaticJoint.h > -include/Box2D/Dynamics/Joints/b2PulleyJoint.h > -include/Box2D/Dynamics/Joints/b2RevoluteJoint.h > -include/Box2D/Dynamics/Joints/b2RopeJoint.h > -include/Box2D/Dynamics/Joints/b2WeldJoint.h > -include/Box2D/Dynamics/Joints/b2WheelJoint.h > -include/Box2D/Dynamics/b2Body.h > -include/Box2D/Dynamics/b2ContactManager.h > -include/Box2D/Dynamics/b2=46ixture.h > -include/Box2D/Dynamics/b2Island.h > -include/Box2D/Dynamics/b2TimeStep.h > -include/Box2D/Dynamics/b2World.h > -include/Box2D/Dynamics/b2WorldCallbacks.h > -include/Box2D/Rope/b2Rope.h > -lib/Box2D/Box2D-targets-%%CMAKE=5FBUILD=5FTYPE%%.cmake > -lib/Box2D/Box2D-targets.cmake > -lib/cmake/Box2D/Box2DConfig.cmake > -lib/cmake/Box2D/UseBox2D.cmake > -lib/libBox2D.so > -lib/libBox2D.so.2.3.0 > +include/box2d/b2=5Fapi.h > +include/box2d/b2=5Fblock=5Fallocator.h > +include/box2d/b2=5Fbody.h > +include/box2d/b2=5Fbroad=5Fphase.h > +include/box2d/b2=5Fchain=5Fshape.h > +include/box2d/b2=5Fcircle=5Fshape.h > +include/box2d/b2=5Fcollision.h > +include/box2d/b2=5Fcommon.h > +include/box2d/b2=5Fcontact.h > +include/box2d/b2=5Fcontact=5Fmanager.h > +include/box2d/b2=5Fdistance.h > +include/box2d/b2=5Fdistance=5Fjoint.h > +include/box2d/b2=5Fdraw.h > +include/box2d/b2=5Fdynamic=5Ftree.h > +include/box2d/b2=5Fedge=5Fshape.h > +include/box2d/b2=5Ffixture.h > +include/box2d/b2=5Ffriction=5Fjoint.h > +include/box2d/b2=5Fgear=5Fjoint.h > +include/box2d/b2=5Fgrowable=5Fstack.h > +include/box2d/b2=5Fjoint.h > +include/box2d/b2=5Fmath.h > +include/box2d/b2=5Fmotor=5Fjoint.h > +include/box2d/b2=5Fmouse=5Fjoint.h > +include/box2d/b2=5Fpolygon=5Fshape.h > +include/box2d/b2=5Fprismatic=5Fjoint.h > +include/box2d/b2=5Fpulley=5Fjoint.h > +include/box2d/b2=5Frevolute=5Fjoint.h > +include/box2d/b2=5Frope.h > +include/box2d/b2=5Fsettings.h > +include/box2d/b2=5Fshape.h > +include/box2d/b2=5Fstack=5Fallocator.h > +include/box2d/b2=5Ftime=5Fof=5Fimpact.h > +include/box2d/b2=5Ftime=5Fstep.h > +include/box2d/b2=5Ftimer.h > +include/box2d/b2=5Ftypes.h > +include/box2d/b2=5Fweld=5Fjoint.h > +include/box2d/b2=5Fwheel=5Fjoint.h > +include/box2d/b2=5Fworld.h > +include/box2d/b2=5Fworld=5Fcallbacks.h > +include/box2d/box2d.h > +lib/cmake/box2d/box2dConfig-%%CMAKE=5FBUILD=5FTYPE%%.cmake > +lib/cmake/box2d/box2dConfig.cmake > +lib/cmake/box2d/box2dConfigVersion.cmake > +lib/libbox2d.so > +lib/libbox2d.so.2 > +lib/libbox2d.so.2.4.1 --60460818_440badfc_1179c Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary PGP V3 iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm bHVmZnlARnJlZUJTRC5PUkc+BQJgRggYAAoJEPuLoJ3VOY8p7JEQAIBQ8hNfaQ4Y c5pKz4aRR1anpgX0X3BZxryBiiTE0Q/npJ369oAqB7fSZtWTrQj8uk+Te4vaDnPv IOdPaVKTbCSeiJ/m5ZWRkOX0dtOUmW95BDwMxBhgpu8vvOF4IQU0IoLQ/jWeSyYw WhgEy9QIPGuEgG6WdsH+TAHj9aIcNJ7L9VQ1BRj83Y5275COOXE+qxDiJJfkJ3Xq ulkfL08chZ8A409pdyzqtHJHEgFN4W34oktaDcIsrVaozRn9HqSEAxX8USjInvqe TkSGRMMGVTKTfliJvhqUUAEXXbBavnj3fcw1y+3LM4nAW8vjtN6spZcuPXYQOr9s oRhSm3L3utyKV0s9Ehd5Oh5EhGxPLPxduW8pNmduI/+7VSmB+tZR3Cs7mDSAoYMp Rpaui6LI6YpkBxSa6SDzoKX3z2HIaJrHE9aufINp6pdfGis2qg8M8l16gqbMaGX+ Ut/HhSsWz0sMr4xlo2ewDg2/IArjp6LBSgMDYrdmFyM5ZjiFHsDaST52eHJm2x+j Dr7x8AnflK4Lw3bB7BPHAabSGnOL6F9p/+g3E04LpZXFSLyCYqVYK1gGjBV3HHEq OHhIaUoD83GdlE3+Wyyov76KZIGLDCSXGeVQOOk5Xta0BUtmNXDqwVD7x447NPKQ FRbjPFU/43LTGUvIjJWHMfdGeTACWl1U =cYMp -----END PGP SIGNATURE----- --60460818_440badfc_1179c-- From owner-svn-ports-all@freebsd.org Mon Mar 8 11:22:02 2021 Return-Path: Delivered-To: svn-ports-all@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 76CB956EDB0; Mon, 8 Mar 2021 11:22:02 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvGBy309gz4Vg2; Mon, 8 Mar 2021 11:22:02 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59C0A27EEB; Mon, 8 Mar 2021 11:22:02 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BM26j042780; Mon, 8 Mar 2021 11:22:02 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BM2bb042779; Mon, 8 Mar 2021 11:22:02 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202103081122.128BM2bb042779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 8 Mar 2021 11:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567836 - head/editors/libreoffice X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/editors/libreoffice X-SVN-Commit-Revision: 567836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:22:02 -0000 Author: fluffy Date: Mon Mar 8 11:22:01 2021 New Revision: 567836 URL: https://svnweb.freebsd.org/changeset/ports/567836 Log: editors/libreoffice: chase misc/box2d shlib name change at r567799 Pointy hat to: yuri Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Mar 8 11:18:05 2021 (r567835) +++ head/editors/libreoffice/Makefile Mon Mar 8 11:22:01 2021 (r567836) @@ -30,7 +30,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- flex>=0.26:textproc/flex LIB_DEPENDS= libapr-1.so:devel/apr1 \ libboost_date_time.so:devel/boost-libs \ - libBox2D.so:misc/box2d \ + libbox2d.so:misc/box2d \ libicutu.so:devel/icu \ liblangtag.so:devel/liblangtag \ libltdl.so:devel/libltdl \ From owner-svn-ports-all@freebsd.org Mon Mar 8 11:24:01 2021 Return-Path: Delivered-To: svn-ports-all@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 0CC8956F148; Mon, 8 Mar 2021 11:24:01 +0000 (UTC) (envelope-from linimon@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 4DvGFD729xz4WL8; Mon, 8 Mar 2021 11:24:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E45401EF; Mon, 8 Mar 2021 11:24:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BO0uK042891; Mon, 8 Mar 2021 11:24:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BO0nN042890; Mon, 8 Mar 2021 11:24:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202103081124.128BO0nN042890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 8 Mar 2021 11:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567837 - head/devel/zziplib X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/zziplib X-SVN-Commit-Revision: 567837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:24:01 -0000 Author: linimon Date: Mon Mar 8 11:24:00 2021 New Revision: 567837 URL: https://svnweb.freebsd.org/changeset/ports/567837 Log: Add compiler:c11 to USES to fix build on GCC-based systems: cc1: error: unrecognized command line option "-Warray-bounds" Approved by: portmgr (tier-2 blanket) Modified: head/devel/zziplib/Makefile Modified: head/devel/zziplib/Makefile ============================================================================== --- head/devel/zziplib/Makefile Mon Mar 8 11:22:01 2021 (r567836) +++ head/devel/zziplib/Makefile Mon Mar 8 11:24:00 2021 (r567837) @@ -16,7 +16,7 @@ LICENSE_FILE_MPL11= ${WRKSRC}/docs/COPYING.MPL BUILD_DEPENDS= bash:shells/bash -USES= cmake +USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= gdraheim From owner-svn-ports-all@freebsd.org Mon Mar 8 11:25:40 2021 Return-Path: Delivered-To: svn-ports-all@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 1438356EDFF; Mon, 8 Mar 2021 11:25:40 +0000 (UTC) (envelope-from mfechner@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 4DvGH803Whz4WVR; Mon, 8 Mar 2021 11:25:40 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8F1C1F0; Mon, 8 Mar 2021 11:25:39 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BPd76043052; Mon, 8 Mar 2021 11:25:39 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BPdRw043050; Mon, 8 Mar 2021 11:25:39 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103081125.128BPdRw043050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 8 Mar 2021 11:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567838 - in head/net/rubygem-grpc130: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/net/rubygem-grpc130: . files X-SVN-Commit-Revision: 567838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:25:40 -0000 Author: mfechner Date: Mon Mar 8 11:25:39 2021 New Revision: 567838 URL: https://svnweb.freebsd.org/changeset/ports/567838 Log: Make sure we use google-protobuf version 3.14.x. Added: head/net/rubygem-grpc130/files/patch-grpc.gemspec (contents, props changed) Modified: head/net/rubygem-grpc130/Makefile Modified: head/net/rubygem-grpc130/Makefile ============================================================================== --- head/net/rubygem-grpc130/Makefile Mon Mar 8 11:24:00 2021 (r567837) +++ head/net/rubygem-grpc130/Makefile Mon Mar 8 11:25:39 2021 (r567838) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.30.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 130 @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:dns/c-ares \ libgrpc.so:devel/grpc134 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - rubygem-google-protobuf314>=3.12<4:devel/rubygem-google-protobuf314 \ + rubygem-google-protobuf314>=3.12<3.15:devel/rubygem-google-protobuf314 \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= gem gmake pkgconfig Added: head/net/rubygem-grpc130/files/patch-grpc.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-grpc130/files/patch-grpc.gemspec Mon Mar 8 11:25:39 2021 (r567838) @@ -0,0 +1 @@ +Binary files grpc.gemspec.orig and grpc.gemspec differ From owner-svn-ports-all@freebsd.org Mon Mar 8 11:31:32 2021 Return-Path: Delivered-To: svn-ports-all@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 3431056F5B1; Mon, 8 Mar 2021 11:31:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvGPw13PJz4WvW; Mon, 8 Mar 2021 11:31:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17423233; Mon, 8 Mar 2021 11:31:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128BVVnX044925; Mon, 8 Mar 2021 11:31:31 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BVVRn044924; Mon, 8 Mar 2021 11:31:31 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103081131.128BVVRn044924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 8 Mar 2021 11:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567839 - head/sysutils/fluent-bit/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/sysutils/fluent-bit/files X-SVN-Commit-Revision: 567839 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:31:32 -0000 Author: pkubaj Date: Mon Mar 8 11:31:31 2021 New Revision: 567839 URL: https://svnweb.freebsd.org/changeset/ports/567839 Log: sysutils/fluent-bit: fix build on powerpc* In file included from /wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/libco.c:20: /wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/ppc.c:282:12: error: conflicting types for 'co_create' cothread_t co_create(unsigned int size, void (*entry_)(void)) { ^ /wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/libco.h:19:12: note: previous declaration is here cothread_t co_create(unsigned int, void (*)(void), size_t *); ^ 1 error generated. Added: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c (contents, props changed) Added: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c Mon Mar 8 11:31:31 2021 (r567839) @@ -0,0 +1,22 @@ +--- lib/monkey/deps/flb_libco/ppc.c.orig 2021-03-08 11:12:53 UTC ++++ lib/monkey/deps/flb_libco/ppc.c +@@ -279,7 +279,9 @@ static uint32_t* co_create_(unsigned size, uintptr_t e + return t; + } + +-cothread_t co_create(unsigned int size, void (*entry_)(void)) { ++cothread_t co_create(unsigned int size, void (*entry_)(void), ++ size_t *out_size) { ++ + uintptr_t entry = (uintptr_t)entry_; + uint32_t* t = 0; + +@@ -325,7 +327,7 @@ cothread_t co_create(unsigned int size, void (*entry_) + t[10] = (uint32_t)(sp >> shift >> shift); + t[11] = (uint32_t)sp; + } +- ++ *out_size = size; + return t; + } + From owner-svn-ports-all@freebsd.org Mon Mar 8 11:44:55 2021 Return-Path: Delivered-To: svn-ports-all@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 62D8656FF03; Mon, 8 Mar 2021 11:44:55 +0000 (UTC) (envelope-from mfechner@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 4DvGjM2Ll6z4Xph; Mon, 8 Mar 2021 11:44:55 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43AEE4E4; Mon, 8 Mar 2021 11:44:55 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Bittw054994; Mon, 8 Mar 2021 11:44:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128BitKn054993; Mon, 8 Mar 2021 11:44:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103081144.128BitKn054993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 8 Mar 2021 11:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567840 - head/net/rubygem-grpc130/files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/net/rubygem-grpc130/files X-SVN-Commit-Revision: 567840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 11:44:55 -0000 Author: mfechner Date: Mon Mar 8 11:44:54 2021 New Revision: 567840 URL: https://svnweb.freebsd.org/changeset/ports/567840 Log: Fixed patch. It seems that Mk/Scripts/smart_makepatch.sh has problem to generate here a valid patch file. So generated it manually with: cd work/grpc-1.30.2 diff -udpa grpc.gemspec.orig grpc.gemspec Modified: head/net/rubygem-grpc130/files/patch-grpc.gemspec Modified: head/net/rubygem-grpc130/files/patch-grpc.gemspec ============================================================================== --- head/net/rubygem-grpc130/files/patch-grpc.gemspec Mon Mar 8 11:31:31 2021 (r567839) +++ head/net/rubygem-grpc130/files/patch-grpc.gemspec Mon Mar 8 11:44:54 2021 (r567840) @@ -1 +1,11 @@ -Binary files grpc.gemspec.orig and grpc.gemspec differ +--- grpc.gemspec.orig 2021-03-08 12:38:28.274882000 +0100 ++++ grpc.gemspec 2021-03-08 12:38:46.022872000 +0100 +@@ -26,7 +26,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 3.12"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 3.14.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) + s.add_development_dependency(%q.freeze, [">= 1.9"]) + s.add_development_dependency(%q.freeze, ["~> 2.4"]) From owner-svn-ports-all@freebsd.org Mon Mar 8 12:33:09 2021 Return-Path: Delivered-To: svn-ports-all@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 178F257195B; Mon, 8 Mar 2021 12:33:09 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvHn10C4vz4bSZ; Mon, 8 Mar 2021 12:33:09 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from [IPv6:2a02:6d40:36f6:8a01:e1c0:f814:ab16:b4ee] (unknown [IPv6:2a02:6d40:36f6:8a01:e1c0:f814:ab16:b4ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id 3D6A696FB; Mon, 8 Mar 2021 12:33:08 +0000 (UTC) (envelope-from mfechner@freebsd.org) Subject: Re: svn commit: r567217 - head/devel/rubygem-google-protobuf To: Torsten Zuehlsdorff , Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103031816.123IG5fV055672@repo.freebsd.org> <8c6e8ea1-8c1c-e3c7-9737-5e3d654e1a81@toco-domains.de> <988b62c4-858f-c538-47f6-228dbf963f4d@FreeBSD.org> From: Matthias Fechner Message-ID: Date: Mon, 8 Mar 2021 13:33:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <988b62c4-858f-c538-47f6-228dbf963f4d@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:33:09 -0000 Am 08.03.2021 um 01:10 schrieb Torsten Zuehlsdorff: > Thank you! :) I did now some final commits (and some upstream MRs). Gitlab should work now again. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-all@freebsd.org Mon Mar 8 12:34:26 2021 Return-Path: Delivered-To: svn-ports-all@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 44D48571A20; Mon, 8 Mar 2021 12:34:26 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvHpV1VlXz4bWV; Mon, 8 Mar 2021 12:34:26 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from [IPv6:2a02:6d40:36f6:8a01:e1c0:f814:ab16:b4ee] (unknown [IPv6:2a02:6d40:36f6:8a01:e1c0:f814:ab16:b4ee]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id A0F1DA753; Mon, 8 Mar 2021 12:34:25 +0000 (UTC) (envelope-from mfechner@freebsd.org) Subject: Re: svn commit: r567042 - head/devel/rubygem-thor To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103030933.1239X2tP021157@repo.freebsd.org> From: Matthias Fechner Message-ID: Date: Mon, 8 Mar 2021 13:34:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:34:26 -0000 Am 08.03.2021 um 00:12 schrieb Po-Chuan Hsieh: > FYI, it breaks www/rubygem-smashing. > e.g. > http://beefy10.nyi.freebsd.org/data/114i386-default/567284/logs/rubygem-smashing-1.3.1.log > > > I've updated it to a newer version which fixes the problem. sry for this, I included that package it my builds, so I see this next time. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-all@freebsd.org Mon Mar 8 12:43:04 2021 Return-Path: Delivered-To: svn-ports-all@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 9D7FF571AC9; Mon, 8 Mar 2021 12:43:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvJ0S3tKWz4bbS; Mon, 8 Mar 2021 12:43:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 783A31410; Mon, 8 Mar 2021 12:43:04 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Ch4AV091371; Mon, 8 Mar 2021 12:43:04 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Ch4MX091370; Mon, 8 Mar 2021 12:43:04 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103081243.128Ch4MX091370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 8 Mar 2021 12:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567841 - head/devel/gcc-msp430-ti-toolchain/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/gcc-msp430-ti-toolchain/files X-SVN-Commit-Revision: 567841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:43:04 -0000 Author: pkubaj Date: Mon Mar 8 12:43:04 2021 New Revision: 567841 URL: https://svnweb.freebsd.org/changeset/ports/567841 Log: devel/gcc-msp430-ti-toolchain: fix build on powerpc64 Similar issue as other GCC ports. MFH: 2021Q1 Added: head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step - copied, changed from r567530, head/lang/gcc10/files/patch-clang-vec_step Copied and modified: head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step (from r567530, head/lang/gcc10/files/patch-clang-vec_step) ============================================================================== --- head/lang/gcc10/files/patch-clang-vec_step Sun Mar 7 00:29:15 2021 (r567530, copy source) +++ head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step Mon Mar 8 12:43:04 2021 (r567841) @@ -6,10 +6,10 @@ Until that changes (or GCC changes) we need to avoid u as a variable. --- UTC -Index: gcc/tree-vect-loop.c +Index: gcc-9.2.0/gcc/tree-vect-loop.c =================================================================== ---- gcc/tree-vect-loop.c (revision 273856) -+++ gcc/tree-vect-loop.c (working copy) +--- gcc-9.2.0/gcc/tree-vect-loop.c (revision 273856) ++++ gcc-9.2.0/gcc/tree-vect-loop.c (working copy) @@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see #include "vec-perm-indices.h" #include "tree-eh.h" From owner-svn-ports-all@freebsd.org Mon Mar 8 12:44:05 2021 Return-Path: Delivered-To: svn-ports-all@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 8AC2B571F07; Mon, 8 Mar 2021 12:44:05 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvJ1d3Y7Sz4bvr; Mon, 8 Mar 2021 12:44:05 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B720132B; Mon, 8 Mar 2021 12:44:05 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Ci5GO091572; Mon, 8 Mar 2021 12:44:05 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Ci5TD091571; Mon, 8 Mar 2021 12:44:05 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103081244.128Ci5TD091571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 8 Mar 2021 12:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567842 - branches/2021Q1/devel/gcc-msp430-ti-toolchain/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2021Q1/devel/gcc-msp430-ti-toolchain/files X-SVN-Commit-Revision: 567842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:44:05 -0000 Author: pkubaj Date: Mon Mar 8 12:44:04 2021 New Revision: 567842 URL: https://svnweb.freebsd.org/changeset/ports/567842 Log: MFH: r567841 devel/gcc-msp430-ti-toolchain: fix build on powerpc64 Similar issue as other GCC ports. Added: branches/2021Q1/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step - copied unchanged from r567841, head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step Modified: Directory Properties: branches/2021Q1/ (props changed) Copied: branches/2021Q1/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step (from r567841, head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step Mon Mar 8 12:44:04 2021 (r567842, copy of r567841, head/devel/gcc-msp430-ti-toolchain/files/patch-clang-vec_step) @@ -0,0 +1,21 @@ +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how +clang unfortunately poisons user namespace by default (without any +special options). + +Until that changes (or GCC changes) we need to avoid using vec_step +as a variable. + +--- UTC +Index: gcc-9.2.0/gcc/tree-vect-loop.c +=================================================================== +--- gcc-9.2.0/gcc/tree-vect-loop.c (revision 273856) ++++ gcc-9.2.0/gcc/tree-vect-loop.c (working copy) +@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see + #include "vec-perm-indices.h" + #include "tree-eh.h" + ++#define vec_step vec_step_ ++ + /* Loop Vectorization Pass. + + This pass tries to vectorize loops. From owner-svn-ports-all@freebsd.org Mon Mar 8 12:53:23 2021 Return-Path: Delivered-To: svn-ports-all@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 51754571EDF; Mon, 8 Mar 2021 12:53:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvJDM1vnCz4cJN; Mon, 8 Mar 2021 12:53:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 344EF1439; Mon, 8 Mar 2021 12:53:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128CrN1r097573; Mon, 8 Mar 2021 12:53:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128CrMVa097572; Mon, 8 Mar 2021 12:53:22 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103081253.128CrMVa097572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Mar 2021 12:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567843 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 567843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:53:23 -0000 Author: mat Date: Mon Mar 8 12:53:22 2021 New Revision: 567843 URL: https://svnweb.freebsd.org/changeset/ports/567843 Log: Update to v5.33.7-24-ge00f60209b. Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Mar 8 12:44:04 2021 (r567842) +++ head/lang/perl5-devel/Makefile Mon Mar 8 12:53:22 2021 (r567843) @@ -33,7 +33,7 @@ USES= cpe USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.33.7-17-g5f41fa466a +GH_TAGNAME= v5.33.7-24-ge00f60209b # Give a hint of where libperl.so can be found. USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Mar 8 12:44:04 2021 (r567842) +++ head/lang/perl5-devel/distinfo Mon Mar 8 12:53:22 2021 (r567843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614601556 -SHA256 (perl/Perl-perl5-v5.33.7-17-g5f41fa466a_GH0.tar.gz) = ef5dd2849b329f8e8b63e7f9a7d09bcf326caccf6524049d405cae48fffe3cea -SIZE (perl/Perl-perl5-v5.33.7-17-g5f41fa466a_GH0.tar.gz) = 19863873 +TIMESTAMP = 1615205126 +SHA256 (perl/Perl-perl5-v5.33.7-24-ge00f60209b_GH0.tar.gz) = 1420d7be3c8e8fd8088c8dea4ce1b83c9060d420fa3f6501457cd0092f5dfe74 +SIZE (perl/Perl-perl5-v5.33.7-24-ge00f60209b_GH0.tar.gz) = 19867301 From owner-svn-ports-all@freebsd.org Mon Mar 8 12:53:36 2021 Return-Path: Delivered-To: svn-ports-all@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 C8242571F34; Mon, 8 Mar 2021 12:53:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvJDc5Jwlz4cVG; Mon, 8 Mar 2021 12:53:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8DB71170; Mon, 8 Mar 2021 12:53:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128CraEg097693; Mon, 8 Mar 2021 12:53:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Cram2097691; Mon, 8 Mar 2021 12:53:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103081253.128Cram2097691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Mar 2021 12:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567844 - head/dns/bind9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/dns/bind9-devel X-SVN-Commit-Revision: 567844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 12:53:36 -0000 Author: mat Date: Mon Mar 8 12:53:36 2021 New Revision: 567844 URL: https://svnweb.freebsd.org/changeset/ports/567844 Log: Update to latest commit. Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Mar 8 12:53:22 2021 (r567843) +++ head/dns/bind9-devel/Makefile Mon Mar 8 12:53:36 2021 (r567844) @@ -50,13 +50,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.17.10a0.2021.02.26 +ISCVERSION= 9.17.10a0.2021.03.08 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 8795b12c49d3f2f5c9c5254cbf2532a4f230f0cc +GL_COMMIT= 77ac8db0c68c38cc776cfe9e7104aefedb532bc2 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -71,6 +71,7 @@ CONFIGURE_ARGS= --disable-linux-caps \ --with-dlopen=yes \ --with-libxml2 \ --with-openssl=${OPENSSLBASE} \ + --enable-dnsrps \ --with-readline=libedit CONFIGURE_ENV= READLINE_CFLAGS="-L${LOCALBASE}/lib" ETCDIR= ${PREFIX}/etc/namedb Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Mar 8 12:53:22 2021 (r567843) +++ head/dns/bind9-devel/distinfo Mon Mar 8 12:53:36 2021 (r567844) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614602431 -SHA256 (isc-projects-bind9-8795b12c49d3f2f5c9c5254cbf2532a4f230f0cc_GL0.tar.gz) = be5a6a64d6fe2ac9f4a85627972c249d10c1ac253f6468d4175394affee4a4ce -SIZE (isc-projects-bind9-8795b12c49d3f2f5c9c5254cbf2532a4f230f0cc_GL0.tar.gz) = 6403038 +TIMESTAMP = 1615205363 +SHA256 (isc-projects-bind9-77ac8db0c68c38cc776cfe9e7104aefedb532bc2_GL0.tar.gz) = f5f67460483fc446e51b5b4b583b85715a6e242a4369f63b7a71460a7171e19a +SIZE (isc-projects-bind9-77ac8db0c68c38cc776cfe9e7104aefedb532bc2_GL0.tar.gz) = 6414529 From owner-svn-ports-all@freebsd.org Mon Mar 8 13:40:10 2021 Return-Path: Delivered-To: svn-ports-all@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 5641857309D; Mon, 8 Mar 2021 13:40:10 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvKGL20fQz4fVB; Mon, 8 Mar 2021 13:40:10 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3378B1AD9; Mon, 8 Mar 2021 13:40:10 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128DeAou021973; Mon, 8 Mar 2021 13:40:10 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128De9xc021969; Mon, 8 Mar 2021 13:40:09 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202103081340.128De9xc021969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Mon, 8 Mar 2021 13:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567845 - in head/security: . crowdsec X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: in head/security: . crowdsec X-SVN-Commit-Revision: 567845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 13:40:10 -0000 Author: sbz Date: Mon Mar 8 13:40:09 2021 New Revision: 567845 URL: https://svnweb.freebsd.org/changeset/ports/567845 Log: Crowdsec is an open-source, lightweight software, detecting peers with aggressive behaviors to prevent them from accessing your systems. Its user friendly design and assistance offers a low technical barrier of entry and nevertheless a high security gain. WWW: https://github.com/crowdsecurity/crowdsec Differential Revision: https://reviews.freebsd.org/D29107 Added: head/security/crowdsec/ head/security/crowdsec/Makefile (contents, props changed) head/security/crowdsec/distinfo (contents, props changed) head/security/crowdsec/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Mar 8 12:53:36 2021 (r567844) +++ head/security/Makefile Mon Mar 8 13:40:09 2021 (r567845) @@ -107,6 +107,7 @@ SUBDIR += cracklib SUBDIR += crackpkcs12 SUBDIR += create-cert + SUBDIR += crowdsec SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += ct-submit Added: head/security/crowdsec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crowdsec/Makefile Mon Mar 8 13:40:09 2021 (r567845) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= crowdsec +PORTVERSION= 1.0.7 +DISTVERSIONPREFIX= v +CATEGORIES= security + +MAINTAINER= sbz@FreeBSD.org +COMMENT= Crowdsec lightweight and collaborative security engine + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/crowdsecurity/crowdsec + +GO_BUILDFLAGS= -ldflags "-s -w \ + -X github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=${PORTVERSION}" + +GO_TARGET= ./cmd/crowdsec \ + ./cmd/crowdsec-cli + +PLIST_FILES= bin/crowdsec \ + bin/crowdsec-cli + +.include Added: head/security/crowdsec/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crowdsec/distinfo Mon Mar 8 13:40:09 2021 (r567845) @@ -0,0 +1,5 @@ +TIMESTAMP = 1615033328 +SHA256 (go/security_crowdsec/crowdsec-v1.0.7/v1.0.7.mod) = 810ca243ce2951dd7ab23d955efc8f50410c94feb8babc47a783146a4c06c798 +SIZE (go/security_crowdsec/crowdsec-v1.0.7/v1.0.7.mod) = 3310 +SHA256 (go/security_crowdsec/crowdsec-v1.0.7/v1.0.7.zip) = 1d7f5956826096405b24684db3c924476ffb7fa02f5859af5a6a2c00d8b1d753 +SIZE (go/security_crowdsec/crowdsec-v1.0.7/v1.0.7.zip) = 29305256 Added: head/security/crowdsec/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/crowdsec/pkg-descr Mon Mar 8 13:40:09 2021 (r567845) @@ -0,0 +1,6 @@ +Crowdsec is an open-source, lightweight software, detecting peers with +aggressive behaviors to prevent them from accessing your systems. Its user +friendly design and assistance offers a low technical barrier of entry and +nevertheless a high security gain. + +WWW: https://github.com/crowdsecurity/crowdsec From owner-svn-ports-all@freebsd.org Mon Mar 8 13:44:50 2021 Return-Path: Delivered-To: svn-ports-all@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 A51A1572E77; Mon, 8 Mar 2021 13:44:50 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvKMk3yTwz4fmn; Mon, 8 Mar 2021 13:44:50 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from [192.168.1.6] (host.212-19-20-216.broadband.redcom.ru [212.19.20.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fluffy) by smtp.freebsd.org (Postfix) with ESMTPSA id 1FB6AB206; Mon, 8 Mar 2021 13:44:48 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Date: Mon, 8 Mar 2021 23:44:45 +1000 From: Dima Panov To: Sunpoet Po-Chuan Hsieh , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Message-ID: In-Reply-To: <202103072210.127MAKBt027442@repo.freebsd.org> References: <202103072210.127MAKBt027442@repo.freebsd.org> Subject: Re: svn commit: r567611 - head/databases/leveldb MIME-Version: 1.0 Content-Type: multipart/signed; boundary="60462a4d_77465f01_1179c"; protocol="application/pgp-signature" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 13:44:50 -0000 --60462a4d_77465f01_1179c Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 IThis update breaks net/ceph14 c++: error: linker command failed with exit code 1 (use -v to see invocat= ion) gmake=5B3=5D: *** =5Bsrc/test/CMake=46iles/ceph=5Ftest=5Ffilejournal.dir/= build.make:146: bin/ceph=5Ftest=5Ffilejournal=5D Error 1 gmake=5B3=5D: Leaving directory '/wrkdirs/usr/ports/net/ceph14/work/.buil= d' gmake=5B2=5D: *** =5BCMake=46iles/Makefile2:9538: src/test/CMake=46iles/c= eph=5Ftest=5Ffilejournal.dir/all=5D Error 2 /usr/local/bin/ld: ../../lib/libkv.a(LevelDBStore.cc.o):(.data.rel.ro.=5F= ZTI17CephLevelDBLogger=5B=5FZTI17CephLevelDBLogger=5D+0x10): undefined re= ference to =60typeinfo for leveldb::Lo gger' -- Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team (fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov) > On Monday, Mar 08, 2021 at 8:10 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Mar 7 22:10:20 2021 > New Revision: 567611 > URL: https://svnweb.freebsd.org/changeset/ports/567611 > > Log: > Update to 1.23 > > Changes: https://github.com/google/leveldb/releases > > Modified: > head/databases/leveldb/Makefile > head/databases/leveldb/distinfo > > Modified: head/databases/leveldb/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/databases/leveldb/Makefile Sun Mar 7 22:10:14 2021 (r567610) > +++ head/databases/leveldb/Makefile Sun Mar 7 22:10:20 2021 (r567611) > =40=40 -2,8 +2,7 =40=40 > =23 =24=46reeBSD=24 > > PORTNAME=3D leveldb > -PORTVERSION=3D 1.22 > -PORTREVISION=3D 1 > +PORTVERSION=3D 1.23 > CATEGORIES=3D databases > > MAINTAINER=3D sunpoet=40=46reeBSD.org > > Modified: head/databases/leveldb/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/databases/leveldb/distinfo Sun Mar 7 22:10:14 2021 (r567610) > +++ head/databases/leveldb/distinfo Sun Mar 7 22:10:20 2021 (r567611) > =40=40 -1,3 +1,3 =40=40 > -TIMESTAMP =3D 1557673781 > -SHA256 (google-leveldb-1.22=5FGH0.tar.gz) =3D 55423cac9e3306f4a9502c73= 8a001e4a339d1a38ffbee7572d4a07d5d63949b2 > -SIZE (google-leveldb-1.22=5FGH0.tar.gz) =3D 239365 > +TIMESTAMP =3D 1614794186 > +SHA256 (google-leveldb-1.23=5FGH0.tar.gz) =3D 9a37f8a6174f09bd622bc723= b55881dc541cd50747cbd08831c2a82d620f6d76 > +SIZE (google-leveldb-1.23=5FGH0.tar.gz) =3D 242925 --60462a4d_77465f01_1179c Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary PGP V3 iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm bHVmZnlARnJlZUJTRC5PUkc+BQJgRipNAAoJEPuLoJ3VOY8p1RQQAIlB8GopeFtI tYiT93pZZ8lG1HCtNcl+waIVMZBtosWR1eu9I5r4s3h3BvdS8PIN8wFy5bdKAEjF EZAQtR26m9YKcEBwL0R/QOFdjh2GyVEgPiR2IUXdU7paL1sLbeCX7Uz1suDAHK+0 BgNna5usO6H+wjacTh4A+yQFfCDiV5Tfh5yLyo1xCOPBkuxpJAfLwuLLADR3A0QR 4wTGjFhq35/FyXqQ6AI3ftgEZSa8Acs7itXH72xzK/ZAgEyoqrBM2XnXwvbmb0Ns XlM9d/gNra3PZ54JOlF8PNexv4P8SVH6iKFxFGeWOGeTXXrynxzcnbrQQkqjZtQA VvxiGCE3paunnv7pkcfL6XO+BcQYLJuSJoVNbeiYWm9Vo2BsjHHkhOGqHyZQ2Qko 6wVimtaipYcjm7Lg+ESCS9nmFtOxBAel4Wrcc8qYXY82bHksFwOD/jlvVgI/Pnff TQMxuh8e5nmbsefttDs/lOqaTZFJnpmdwbsr1KGA5pMGmJaIkJFMv69wrEZ0dMSo Mrv5QoJpni5BloZY97DUrtT28/VG+MpEN2KwZ3bAqXozd/tNCIv3N8St5lu5mo1m OuG4ShT3pQSyTW0k43pFhYu6iqpnoVKsbP8A8oXwDSszzXSC+WPQPGnuI9+ha5o3 OCNMpR6z4UEVgnTodqSDr4P+bPvuUS4P =4EZo -----END PGP SIGNATURE----- --60462a4d_77465f01_1179c-- From owner-svn-ports-all@freebsd.org Mon Mar 8 13:55:18 2021 Return-Path: Delivered-To: svn-ports-all@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 8DA3A57306D; Mon, 8 Mar 2021 13:55:18 +0000 (UTC) (envelope-from zi@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 4DvKbp3g1Pz4gXx; Mon, 8 Mar 2021 13:55:18 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70A6F2229; Mon, 8 Mar 2021 13:55:18 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128DtIsJ033998; Mon, 8 Mar 2021 13:55:18 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128DtIN3033997; Mon, 8 Mar 2021 13:55:18 GMT (envelope-from zi@FreeBSD.org) Message-Id: <202103081355.128DtIN3033997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 8 Mar 2021 13:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567846 - head/net-mgmt/net-snmp X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net-mgmt/net-snmp X-SVN-Commit-Revision: 567846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 13:55:18 -0000 Author: zi Date: Mon Mar 8 13:55:17 2021 New Revision: 567846 URL: https://svnweb.freebsd.org/changeset/ports/567846 Log: - Move SCTP support to an OPTION, off by default, to reflect 13.x changes - Bump PORTREVISION PR: 254056 Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Mon Mar 8 13:40:09 2021 (r567845) +++ head/net-mgmt/net-snmp/Makefile Mon Mar 8 13:55:17 2021 (r567846) @@ -3,7 +3,7 @@ PORTNAME= snmp PORTVERSION= 5.9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \ @@ -22,7 +22,7 @@ NOT_FOR_ARCHS_REASON= SSP is currently broken on MIPS OPTIONS_DEFINE= IPV6 MFD_REWRITES PERL PERL_EMBEDDED PYTHON DUMMY TKMIB \ MYSQL AX_SOCKONLY UNPRIVILEGED SMUX DOCS JAIL AX_DISABLE_TRAP \ - TLS NEWSYSLOG NOLIBPKG + TLS NEWSYSLOG NOLIBPKG SCTP OPTIONS_DEFAULT=PERL PERL_EMBEDDED DUMMY SMUX NEWSYSLOG OPTIONS_SUB= yes @@ -37,6 +37,7 @@ SMUX_DESC= Build with SNMP multiplexing (SMUX) suppor JAIL_DESC= Options for running snmpd within a jail(8) NEWSYSLOG_DESC= Automatically rotate snmpd.log via newsyslog NOLIBPKG_DESC= Build without libpkg +SCTP_DESC= Build with SCTP MIB support MAKE_JOBS_UNSAFE= yes @@ -156,10 +157,14 @@ NET_SNMP_SYS_CONTACT?= nobody@nowhere.invalid NET_SNMP_SYS_LOCATION?= somewhere NET_SNMP_LOGFILE?= /var/log/snmpd.log NET_SNMP_PERSISTENTDIR?=/var/net-snmp -NET_SNMP_WITH_MIB_MODULE_LIST+= host disman/event-mib mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio sctp-mib +NET_SNMP_WITH_MIB_MODULE_LIST+= host disman/event-mib mibII/mta_sendmail mibII/tcpTable ucd-snmp/diskio .if ${OPSYS} == FreeBSD NET_SNMP_WITHOUT_MIB_MODULE_LIST+= mibII/ipv6 +.endif + +.if ${PORT_OPTIONS:MSCTP} +NET_SNMP_WITH_MIB_MODULE_LIST+= sctp-mib .endif .if ${PORT_OPTIONS:MMFD_REWRITES} From owner-svn-ports-all@freebsd.org Mon Mar 8 14:06:26 2021 Return-Path: Delivered-To: svn-ports-all@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 5650D573A16; Mon, 8 Mar 2021 14:06:26 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvKrf1ydbz4hX2; Mon, 8 Mar 2021 14:06:26 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 366B824F5; Mon, 8 Mar 2021 14:06:26 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128E6QYu040204; Mon, 8 Mar 2021 14:06:26 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128E6QK8040203; Mon, 8 Mar 2021 14:06:26 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103081406.128E6QK8040203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 8 Mar 2021 14:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567847 - head/audio/amarok X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/audio/amarok X-SVN-Commit-Revision: 567847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:06:26 -0000 Author: pkubaj Date: Mon Mar 8 14:06:25 2021 New Revision: 567847 URL: https://svnweb.freebsd.org/changeset/ports/567847 Log: audio/amarok: fix packaging without webengine Modified: head/audio/amarok/pkg-plist Modified: head/audio/amarok/pkg-plist ============================================================================== --- head/audio/amarok/pkg-plist Mon Mar 8 13:55:17 2021 (r567846) +++ head/audio/amarok/pkg-plist Mon Mar 8 14:06:25 2021 (r567847) @@ -689,6 +689,6 @@ share/metainfo/org.kde.amarok.context.appdata.xml share/metainfo/org.kde.amarok.currenttrack.appdata.xml share/metainfo/org.kde.amarok.lyrics.appdata.xml share/metainfo/org.kde.amarok.photos.appdata.xml -share/metainfo/org.kde.amarok.wikipedia.appdata.xml +%%QTWEBENGINE%%share/metainfo/org.kde.amarok.wikipedia.appdata.xml share/solid/actions/amarok-play-audiocd.desktop @dir share/mime/packages From owner-svn-ports-all@freebsd.org Mon Mar 8 14:11:44 2021 Return-Path: Delivered-To: svn-ports-all@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 CB40C5739B3; Mon, 8 Mar 2021 14:11:44 +0000 (UTC) (envelope-from olivier@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 4DvKym5Rwvz4hbr; Mon, 8 Mar 2021 14:11:44 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA34D2773; Mon, 8 Mar 2021 14:11:44 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128EBikX044577; Mon, 8 Mar 2021 14:11:44 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128EBiRE044576; Mon, 8 Mar 2021 14:11:44 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <202103081411.128EBiRE044576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 8 Mar 2021 14:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567848 - head/Mk/Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: head/Mk/Scripts X-SVN-Commit-Revision: 567848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:11:44 -0000 Author: olivier Date: Mon Mar 8 14:11:44 2021 New Revision: 567848 URL: https://svnweb.freebsd.org/changeset/ports/567848 Log: Allows atf scripts to pass qa Approved by: rene Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D28581 Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Mar 8 14:06:25 2021 (r567847) +++ head/Mk/Scripts/qa.sh Mon Mar 8 14:11:44 2021 (r567848) @@ -80,6 +80,7 @@ shebangonefile() { /usr/bin/sed) ;; /usr/sbin/dtrace) ;; /usr/bin/make) ;; + /usr/libexec/atf-sh) ;; *) badinterp="${interp}" ;; From owner-svn-ports-all@freebsd.org Mon Mar 8 14:15:10 2021 Return-Path: Delivered-To: svn-ports-all@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 0317D573D03; Mon, 8 Mar 2021 14:15:10 +0000 (UTC) (envelope-from hselasky@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 4DvL2j6jXMz4hpG; Mon, 8 Mar 2021 14:15:09 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9A822517; Mon, 8 Mar 2021 14:15:09 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128EF9ff046561; Mon, 8 Mar 2021 14:15:09 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128EF9dp046559; Mon, 8 Mar 2021 14:15:09 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202103081415.128EF9dp046559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Mon, 8 Mar 2021 14:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567849 - head/audio/virtual_oss X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/virtual_oss X-SVN-Commit-Revision: 567849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:15:10 -0000 Author: hselasky Date: Mon Mar 8 14:15:09 2021 New Revision: 567849 URL: https://svnweb.freebsd.org/changeset/ports/567849 Log: Update to 1.2.8: - Added support for local monitoring. - Implemented SNDCTL_DSP_LOW_WATER ioctl(9). Approved by: pi (implicit) Modified: head/audio/virtual_oss/Makefile head/audio/virtual_oss/distinfo Modified: head/audio/virtual_oss/Makefile ============================================================================== --- head/audio/virtual_oss/Makefile Mon Mar 8 14:11:44 2021 (r567848) +++ head/audio/virtual_oss/Makefile Mon Mar 8 14:15:09 2021 (r567849) @@ -3,7 +3,7 @@ PORTNAME= virtual_oss DISTVERSIONPREFIX= v -DISTVERSION= 1.2.7 +DISTVERSION= 1.2.8 CATEGORIES= audio MAINTAINER= hselasky@FreeBSD.org Modified: head/audio/virtual_oss/distinfo ============================================================================== --- head/audio/virtual_oss/distinfo Mon Mar 8 14:11:44 2021 (r567848) +++ head/audio/virtual_oss/distinfo Mon Mar 8 14:15:09 2021 (r567849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612448362 -SHA256 (hselasky-virtual_oss-v1.2.7_GH0.tar.gz) = 67c0349ed5a12978d66f3cb5e087536afedfa35f5b28c7f3c0bd475aef628a27 -SIZE (hselasky-virtual_oss-v1.2.7_GH0.tar.gz) = 65848 +TIMESTAMP = 1615212686 +SHA256 (hselasky-virtual_oss-v1.2.8_GH0.tar.gz) = ea3d384691926d8a1bfeb4a9fa2fdfaeffd8d335cd3181e8a7e2f59354c789f2 +SIZE (hselasky-virtual_oss-v1.2.8_GH0.tar.gz) = 66694 From owner-svn-ports-all@freebsd.org Mon Mar 8 14:40:00 2021 Return-Path: Delivered-To: svn-ports-all@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 A0045574798; Mon, 8 Mar 2021 14:40:00 +0000 (UTC) (envelope-from hselasky@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 4DvLbN3DfQz4kJM; Mon, 8 Mar 2021 14:40:00 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D36A2B85; Mon, 8 Mar 2021 14:40:00 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Ee0H7059069; Mon, 8 Mar 2021 14:40:00 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Edx23059027; Mon, 8 Mar 2021 14:39:59 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202103081439.128Edx23059027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Mon, 8 Mar 2021 14:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567850 - head/audio/virtual_oss_ctl X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/virtual_oss_ctl X-SVN-Commit-Revision: 567850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:40:00 -0000 Author: hselasky Date: Mon Mar 8 14:39:59 2021 New Revision: 567850 URL: https://svnweb.freebsd.org/changeset/ports/567850 Log: Update to 1.2.8: - Added support for local monitoring. - Moved to GitHUB. Approved by: pi (implicit) Modified: head/audio/virtual_oss_ctl/Makefile head/audio/virtual_oss_ctl/distinfo head/audio/virtual_oss_ctl/pkg-descr Modified: head/audio/virtual_oss_ctl/Makefile ============================================================================== --- head/audio/virtual_oss_ctl/Makefile Mon Mar 8 14:15:09 2021 (r567849) +++ head/audio/virtual_oss_ctl/Makefile Mon Mar 8 14:39:59 2021 (r567850) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= virtual_oss_ctl -PORTVERSION= 1.2.1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.8 CATEGORIES= audio -MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ - http://home.selasky.org/distfiles/ MAINTAINER= hselasky@FreeBSD.org COMMENT= Graphical control panel for the virtual OSS daemon @@ -18,6 +17,11 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 USE_GL= gl USE_QT= buildtools_build core gui widgets + +USE_GITHUB= yes +GH_ACCOUNT= hselasky + +GH_TUPLE= hselasky:virtual_oss:v1.2.8:d/virtual_oss PLIST_FILES= \ bin/virtual_oss_ctl \ Modified: head/audio/virtual_oss_ctl/distinfo ============================================================================== --- head/audio/virtual_oss_ctl/distinfo Mon Mar 8 14:15:09 2021 (r567849) +++ head/audio/virtual_oss_ctl/distinfo Mon Mar 8 14:39:59 2021 (r567850) @@ -1,3 +1,5 @@ -TIMESTAMP = 1597144829 -SHA256 (virtual_oss_ctl-1.2.1.tar.bz2) = 7b5b124bdc64570560ba71724c39e272b907e92afeea4b4a60c2d8dff696d653 -SIZE (virtual_oss_ctl-1.2.1.tar.bz2) = 17997 +TIMESTAMP = 1615213661 +SHA256 (hselasky-virtual_oss_ctl-v1.2.8_GH0.tar.gz) = cf49c1b0ec1024e8e470680c7165eb8d28daa4e634626af5201df5479ed136a8 +SIZE (hselasky-virtual_oss_ctl-v1.2.8_GH0.tar.gz) = 17700 +SHA256 (hselasky-virtual_oss-v1.2.8_GH0.tar.gz) = ea3d384691926d8a1bfeb4a9fa2fdfaeffd8d335cd3181e8a7e2f59354c789f2 +SIZE (hselasky-virtual_oss-v1.2.8_GH0.tar.gz) = 66694 Modified: head/audio/virtual_oss_ctl/pkg-descr ============================================================================== --- head/audio/virtual_oss_ctl/pkg-descr Mon Mar 8 14:15:09 2021 (r567849) +++ head/audio/virtual_oss_ctl/pkg-descr Mon Mar 8 14:39:59 2021 (r567850) @@ -1 +1,3 @@ -A grapical control panel for the virtual OSS daemon. +A graphical control panel for the virtual OSS daemon. + +WWW: https://github.com/hselasky/virtual_oss_ctl From owner-svn-ports-all@freebsd.org Mon Mar 8 14:45:51 2021 Return-Path: Delivered-To: svn-ports-all@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 19485574D9D; Mon, 8 Mar 2021 14:45:51 +0000 (UTC) (envelope-from adamw@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 4DvLk66Nbyz4kjn; Mon, 8 Mar 2021 14:45:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C98BA2567; Mon, 8 Mar 2021 14:45:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Ejoio064821; Mon, 8 Mar 2021 14:45:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Ejo2g064819; Mon, 8 Mar 2021 14:45:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103081445.128Ejo2g064819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 8 Mar 2021 14:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567851 - head/devel/shfmt X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/devel/shfmt X-SVN-Commit-Revision: 567851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:45:51 -0000 Author: adamw Date: Mon Mar 8 14:45:50 2021 New Revision: 567851 URL: https://svnweb.freebsd.org/changeset/ports/567851 Log: devel/shfmt: Update to 3.2.4 Modified: head/devel/shfmt/Makefile head/devel/shfmt/distinfo Modified: head/devel/shfmt/Makefile ============================================================================== --- head/devel/shfmt/Makefile Mon Mar 8 14:39:59 2021 (r567850) +++ head/devel/shfmt/Makefile Mon Mar 8 14:45:50 2021 (r567851) @@ -2,7 +2,7 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v -DISTVERSION= 3.2.2 +DISTVERSION= 3.2.4 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org Modified: head/devel/shfmt/distinfo ============================================================================== --- head/devel/shfmt/distinfo Mon Mar 8 14:39:59 2021 (r567850) +++ head/devel/shfmt/distinfo Mon Mar 8 14:45:50 2021 (r567851) @@ -1,6 +1,6 @@ -TIMESTAMP = 1611934790 -SHA256 (mvdan-sh-v3.2.2_GH0.tar.gz) = e990aed5bb167f5cfc6790243ec3cc5e18508a64e8c9609ed5015634ba053b16 -SIZE (mvdan-sh-v3.2.2_GH0.tar.gz) = 181055 +TIMESTAMP = 1615214507 +SHA256 (mvdan-sh-v3.2.4_GH0.tar.gz) = cab10a689c09689175774c78d7c38e594539c18d4581610bb7927d299d0435d8 +SIZE (mvdan-sh-v3.2.4_GH0.tar.gz) = 181169 SHA256 (golang-sys-201ba4db2418_GH0.tar.gz) = c5f2e55c3eabde3d255784e0799e7ca72720252884119a041c40c41a3e9d274a SIZE (golang-sys-201ba4db2418_GH0.tar.gz) = 1078756 SHA256 (golang-term-ad39bd3f0407_GH0.tar.gz) = d257efbf736de99e1bdce2466d99432b5fd23706fadf30d9f394a39162aa4c2f From owner-svn-ports-all@freebsd.org Mon Mar 8 14:48:05 2021 Return-Path: Delivered-To: svn-ports-all@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 4E110574CB2; Mon, 8 Mar 2021 14:48:05 +0000 (UTC) (envelope-from adamw@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 4DvLmj1nwPz4kb2; Mon, 8 Mar 2021 14:48:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C5422C10; Mon, 8 Mar 2021 14:48:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Em4D5064974; Mon, 8 Mar 2021 14:48:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Em4IW064972; Mon, 8 Mar 2021 14:48:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103081448.128Em4IW064972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 8 Mar 2021 14:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567852 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 567852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 14:48:05 -0000 Author: adamw Date: Mon Mar 8 14:48:04 2021 New Revision: 567852 URL: https://svnweb.freebsd.org/changeset/ports/567852 Log: www/p5-Mojolicious: Update to 9.03 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Mar 8 14:45:50 2021 (r567851) +++ head/www/p5-Mojolicious/Makefile Mon Mar 8 14:48:04 2021 (r567852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 9.02 +PORTVERSION= 9.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Mar 8 14:45:50 2021 (r567851) +++ head/www/p5-Mojolicious/distinfo Mon Mar 8 14:48:04 2021 (r567852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614638431 -SHA256 (Mojolicious-9.02.tar.gz) = c61f0faba8f7219efa8a99a3979a54cf5c1f5db6906605335f0652b0ca724e70 -SIZE (Mojolicious-9.02.tar.gz) = 2194423 +TIMESTAMP = 1615214774 +SHA256 (Mojolicious-9.03.tar.gz) = a6ced53bd6215d57e1a6de06e95e093ae07d9f0d5e2f9d7025990ace6a6fff0e +SIZE (Mojolicious-9.03.tar.gz) = 2195619 From owner-svn-ports-all@freebsd.org Mon Mar 8 15:41:12 2021 Return-Path: Delivered-To: svn-ports-all@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 782795753EC; Mon, 8 Mar 2021 15:41:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvMy032z5z4myp; Mon, 8 Mar 2021 15:41:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B8D4379F; Mon, 8 Mar 2021 15:41:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128FfCB8095976; Mon, 8 Mar 2021 15:41:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128FfCT0095975; Mon, 8 Mar 2021 15:41:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103081541.128FfCT0095975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 15:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567853 - head/graphics/py-box2d-py X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-box2d-py X-SVN-Commit-Revision: 567853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 15:41:12 -0000 Author: yuri Date: Mon Mar 8 15:41:11 2021 New Revision: 567853 URL: https://svnweb.freebsd.org/changeset/ports/567853 Log: graphics/py-box2d-py: Fix build after misc/box2d's shared lib was renamed Also strip binary. Reported by: fluffy Modified: head/graphics/py-box2d-py/Makefile Modified: head/graphics/py-box2d-py/Makefile ============================================================================== --- head/graphics/py-box2d-py/Makefile Mon Mar 8 14:48:04 2021 (r567852) +++ head/graphics/py-box2d-py/Makefile Mon Mar 8 15:41:11 2021 (r567853) @@ -2,6 +2,7 @@ PORTNAME= box2d-py DISTVERSION= 2.3.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +14,12 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= swig:devel/swig -LIB_DEPENDS= libBox2D.so:misc/box2d +LIB_DEPENDS= libbox2d.so:misc/box2d USES= compiler:c11 python:3.6+ USE_PYTHON= autoplist distutils + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Box2D/_Box2D.so .include From owner-svn-ports-all@freebsd.org Mon Mar 8 15:42:09 2021 Return-Path: Delivered-To: svn-ports-all@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 A4883575899; Mon, 8 Mar 2021 15:42:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvMz54JNYz4n3W; Mon, 8 Mar 2021 15:42:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86E533C04; Mon, 8 Mar 2021 15:42:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Fg9aL000275; Mon, 8 Mar 2021 15:42:09 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128Fg91P000274; Mon, 8 Mar 2021 15:42:09 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103081542.128Fg91P000274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 8 Mar 2021 15:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567854 - head/games/openrct2 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/openrct2 X-SVN-Commit-Revision: 567854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 15:42:09 -0000 Author: pkubaj Date: Mon Mar 8 15:42:09 2021 New Revision: 567854 URL: https://svnweb.freebsd.org/changeset/ports/567854 Log: games/openrct2: only for little-endian architectures Modified: head/games/openrct2/Makefile Modified: head/games/openrct2/Makefile ============================================================================== --- head/games/openrct2/Makefile Mon Mar 8 15:41:11 2021 (r567853) +++ head/games/openrct2/Makefile Mon Mar 8 15:42:09 2021 (r567854) @@ -13,6 +13,9 @@ COMMENT= Open source re-implementation of RollerCoaste LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/licence.txt +NOT_FOR_ARCHS= mips mips64 powerpc powerpcspe powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= Only for little-endian architectures + BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libpng.so:graphics/png \ libzip.so:archivers/libzip \ From owner-svn-ports-all@freebsd.org Mon Mar 8 17:06:44 2021 Return-Path: Delivered-To: svn-ports-all@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 BCC6D577E36; Mon, 8 Mar 2021 17:06:44 +0000 (UTC) (envelope-from thierry@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 4DvPrh51g4z4ssx; Mon, 8 Mar 2021 17:06:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F8794B3B; Mon, 8 Mar 2021 17:06:44 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128H6ixO048732; Mon, 8 Mar 2021 17:06:44 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128H6hh1048729; Mon, 8 Mar 2021 17:06:43 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103081706.128H6hh1048729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 8 Mar 2021 17:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567855 - in head/math/mathmod: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/math/mathmod: . files X-SVN-Commit-Revision: 567855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 17:06:44 -0000 Author: thierry Date: Mon Mar 8 17:06:43 2021 New Revision: 567855 URL: https://svnweb.freebsd.org/changeset/ports/567855 Log: Upgrade to 11.0. Release notes at . Added: head/math/mathmod/files/patch-ui__forms_about.ui (contents, props changed) Deleted: head/math/mathmod/files/patch-fparser_fparser.cc Modified: head/math/mathmod/Makefile head/math/mathmod/distinfo head/math/mathmod/files/patch-MathMod.pro Modified: head/math/mathmod/Makefile ============================================================================== --- head/math/mathmod/Makefile Mon Mar 8 15:42:09 2021 (r567854) +++ head/math/mathmod/Makefile Mon Mar 8 17:06:43 2021 (r567855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MathMod -PORTVERSION= 10.1 +PORTVERSION= 11.0 CATEGORIES= math graphics MAINTAINER= thierry@FreeBSD.org Modified: head/math/mathmod/distinfo ============================================================================== --- head/math/mathmod/distinfo Mon Mar 8 15:42:09 2021 (r567854) +++ head/math/mathmod/distinfo Mon Mar 8 17:06:43 2021 (r567855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608029620 -SHA256 (parisolab-mathmod-10.1_GH0.tar.gz) = a1c04f5fbaff81fbfa15b4232acf092538c89d47589a55c7ec089224d7e9cd0b -SIZE (parisolab-mathmod-10.1_GH0.tar.gz) = 7313648 +TIMESTAMP = 1615214951 +SHA256 (parisolab-mathmod-11.0_GH0.tar.gz) = 418e5a40dc0e9e7e41027d9d9f0fe7dc2a27a2df1711891451e7af4a04140dbe +SIZE (parisolab-mathmod-11.0_GH0.tar.gz) = 7226913 Modified: head/math/mathmod/files/patch-MathMod.pro ============================================================================== --- head/math/mathmod/files/patch-MathMod.pro Mon Mar 8 15:42:09 2021 (r567854) +++ head/math/mathmod/files/patch-MathMod.pro Mon Mar 8 17:06:43 2021 (r567855) @@ -1,8 +1,8 @@ ---- MathMod.pro.orig 2016-11-18 21:27:55 UTC +--- MathMod.pro.orig 2021-03-08 16:59:36 UTC +++ MathMod.pro -@@ -68,10 +68,10 @@ OTHER_FILES += \ - mathmodconfig.js - +@@ -64,10 +64,10 @@ OTHER_FILES += \ + mathmodcollection.js \ + mathmodconfig.js # install -target.path = $TARGET +target.path = $$INSTALL_ROOT/$$PREFIX/bin/ Added: head/math/mathmod/files/patch-ui__forms_about.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/mathmod/files/patch-ui__forms_about.ui Mon Mar 8 17:06:43 2021 (r567855) @@ -0,0 +1,11 @@ +--- ui_forms/about.ui.orig 2021-03-08 16:59:36 UTC ++++ ui_forms/about.ui +@@ -20,7 +20,7 @@ + + + +- <html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600;">MathMod-10.1</span><br/><span style=" font-size:12pt;">Author: Abderrahman Taha (</span><a href="taha_ab@yahoo.fr"><span style=" font-size:12pt; text-decoration: underline; color:#60999e;">taha_ab@yahoo.fr</span></a><span style=" font-size:12pt;">)</span></p><p align="center"><span style=" font-size:12pt;">GitHub: </span><a href="https://github.com/parisolab/mathmod"><span style=" text-decoration: underline; color:#009051;">https://github.com/parisolab/mathmod</span></a></p><p align="center"><span style=" font-size:10pt;">Home</span><span style=" font-size:10pt; color:#131313;">:</span> <a href="https://sourceforge.net/projects/mathmod"><span style=" text-decoration: underline; color:#009051;">https://sourceforge.net/projects/mathmod</span></a></p><p align="center"><span style=" font-size:10pt;">FaceBook</span><span style=" font-size:10pt; color:#009051;">:</span><a href="https://www.facebook.com/parisolab/"><span style=" text-decoration: underline; color:#009051;">https://www.facebook.com/parisolab/</span></a></p><p align="center"><span style=" font-size:10pt;">Twitter :</span><a href="https://twitter.com/parisolab"><span style=" text-decoration: underline; color:#009051;">https://twitter.com/parisolab</span></a></p></body></html> ++ <html><head/><body><p align="center"><span style=" font-size:12pt; font-weight:600;">MathMod-11.0</span><br/><span style=" font-size:12pt;">Author: Abderrahman Taha (</span><a href="taha_ab@yahoo.fr"><span style=" font-size:12pt; text-decoration: underline; color:#60999e;">taha_ab@yahoo.fr</span></a><span style=" font-size:12pt;">)</span></p><p align="center"><span style=" font-size:12pt;">GitHub: </span><a href="https://github.com/parisolab/mathmod"><span style=" text-decoration: underline; color:#009051;">https://github.com/parisolab/mathmod</span></a></p><p align="center"><span style=" font-size:10pt;">Home</span><span style=" font-size:10pt; color:#131313;">:</span> <a href="https://sourceforge.net/projects/mathmod"><span style=" text-decoration: underline; color:#009051;">https://sourceforge.net/projects/mathmod</span></a></p><p align="center"><span style=" font-size:10pt;">FaceBook</span><span style=" font-size:10pt; color:#009051;">:</span><a href="https://www.facebook.com/parisolab/"><span style=" text-decoration: underline; color:#009051;">https://www.facebook.com/parisolab/</span></a></p><p align="center"><span style=" font-size:10pt;">Twitter :</span><a href="https://twitter.com/parisolab"><span style=" text-decoration: underline; color:#009051;">https://twitter.com/parisolab</span></a></p></body></html> + + + false From owner-svn-ports-all@freebsd.org Mon Mar 8 17:29:25 2021 Return-Path: Delivered-To: svn-ports-all@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 B7E25550370; Mon, 8 Mar 2021 17:29:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvQLs4rNNz4v4G; Mon, 8 Mar 2021 17:29:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94DB14CDC; Mon, 8 Mar 2021 17:29:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128HTPmr060982; Mon, 8 Mar 2021 17:29:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128HTP4c060981; Mon, 8 Mar 2021 17:29:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103081729.128HTP4c060981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 17:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567856 - in head/science/rdkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/rdkit: . files X-SVN-Commit-Revision: 567856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 17:29:25 -0000 Author: yuri Date: Mon Mar 8 17:29:24 2021 New Revision: 567856 URL: https://svnweb.freebsd.org/changeset/ports/567856 Log: science/rdkit: Add PGSQL option to build the PostgreSQL cartridge Also fix build with DOCS=OFF Modified: head/science/rdkit/Makefile head/science/rdkit/files/patch-CMakeLists.txt Modified: head/science/rdkit/Makefile ============================================================================== --- head/science/rdkit/Makefile Mon Mar 8 17:06:43 2021 (r567855) +++ head/science/rdkit/Makefile Mon Mar 8 17:29:24 2021 (r567856) @@ -3,6 +3,7 @@ PORTNAME= rdkit DISTVERSIONPREFIX= Release_ DISTVERSION= 2020_09_5 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -28,16 +29,23 @@ CMAKE_OFF= RDK_INSTALL_INTREE RDK_USE_FLEXBISON \ RDK_INSTALL_STATIC_LIBS RDK_SWIG_STATIC RDK_PGSQL_STATIC \ RDK_OPTIMIZE_NATIVE \ RDK_BUILD_CPP_TESTS -CMAKE_ARGS= -DFREEBSD_DOCSDIR:PATH=${DOCSDIR} -DCATCH_DIR=${LOCALBASE}/include/catch2 +CMAKE_ARGS= -DCATCH_DIR=${LOCALBASE}/include/catch2 DATADIR= ${PREFIX}/share/RDKit DOCSDIR= ${PREFIX}/share/doc/RDKit PLIST_SUB= SHLIB_VER=${PORTVERSION} -OPTIONS_DEFINE= PYTHON DOCS +OPTIONS_DEFINE= DOCS PGSQL PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes + +DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS +DOCS_CMAKE_ON= -DFREEBSD_DOCSDIR:PATH=${DOCSDIR} + +PGSQL_USES= pgsql +PGSQL_DESC= Build the PostgreSQL cartridge +PGSQL_CMAKE_BOOL= RDK_BUILD_PGSQL PYTHON_CMAKE_BOOL= RDK_BUILD_PYTHON_WRAPPERS PYTHON_BUILD_DEPENDS= ${PYNUMPY} Modified: head/science/rdkit/files/patch-CMakeLists.txt ============================================================================== --- head/science/rdkit/files/patch-CMakeLists.txt Mon Mar 8 17:06:43 2021 (r567855) +++ head/science/rdkit/files/patch-CMakeLists.txt Mon Mar 8 17:29:24 2021 (r567856) @@ -1,21 +1,29 @@ ---- CMakeLists.txt.orig 2020-12-12 08:00:55 UTC +--- CMakeLists.txt.orig 2021-03-01 16:43:06 UTC +++ CMakeLists.txt -@@ -68,7 +68,7 @@ if(NOT MSVC) +@@ -68,8 +68,8 @@ if(NOT MSVC) if(RDK_OPTIMIZE_POPCNT) if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "aarch64") message("RDK_OPTIMIZE_POPCNT is not available on aarch64") - elseif(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "ppc64le") -+ elseif(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^(ppc64|powerpc64)") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcntb") ++ elseif(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^(ppc64|powerpc64)") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcntd") else() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mpopcnt") -@@ -460,7 +460,7 @@ if(NOT RDK_INSTALL_INTREE) + endif() +@@ -459,12 +459,14 @@ if(NOT RDK_INSTALL_INTREE) + COMPONENT data PATTERN ".svn" EXCLUDE ) ++ if (FREEBSD_INSTALL_DOCS) install(DIRECTORY Docs DESTINATION - ${RDKit_ShareDir} + ${FREEBSD_DOCSDIR} COMPONENT docs PATTERN ".svn" EXCLUDE PATTERN "_build" EXCLUDE + ) ++ endif() + install(DIRECTORY Contrib DESTINATION + ${RDKit_ShareDir} + COMPONENT extras From owner-svn-ports-all@freebsd.org Mon Mar 8 17:31:29 2021 Return-Path: Delivered-To: svn-ports-all@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 4065E5504D8; Mon, 8 Mar 2021 17:31:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvQPF1NLXz4v8C; Mon, 8 Mar 2021 17:31:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 223F7518C; Mon, 8 Mar 2021 17:31:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128HVSrS062853; Mon, 8 Mar 2021 17:31:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128HVSvO062164; Mon, 8 Mar 2021 17:31:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103081731.128HVSvO062164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 17:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567857 - in head/devel: . loguru X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . loguru X-SVN-Commit-Revision: 567857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 17:31:29 -0000 Author: yuri Date: Mon Mar 8 17:31:27 2021 New Revision: 567857 URL: https://svnweb.freebsd.org/changeset/ports/567857 Log: New port: devel/loguru: Lightweight and flexible C++ logging library Added: head/devel/loguru/ head/devel/loguru/Makefile (contents, props changed) head/devel/loguru/distinfo (contents, props changed) head/devel/loguru/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 8 17:29:24 2021 (r567856) +++ head/devel/Makefile Mon Mar 8 17:31:27 2021 (r567857) @@ -1441,6 +1441,7 @@ SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib + SUBDIR += loguru SUBDIR += lokalize SUBDIR += loki SUBDIR += love Added: head/devel/loguru/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/loguru/Makefile Mon Mar 8 17:31:27 2021 (r567857) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= loguru +DISTVERSIONPREFIX= v +DISTVERSION= 2.1.0-21 +DISTVERSIONSUFFIX= -g2295c2b +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight and flexible C++ logging library + +LICENSE= PD + +USES= compiler:c++11-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= emilk + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/loguru.cpp \ + include/loguru.hpp + +do-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.hpp ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cpp ${STAGEDIR}${PREFIX}/include # #include is recommended by the upstream + +.include Added: head/devel/loguru/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/loguru/distinfo Mon Mar 8 17:31:27 2021 (r567857) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615223773 +SHA256 (emilk-loguru-v2.1.0-21-g2295c2b_GH0.tar.gz) = fad5a5952526f679218358842b7e647d822f973af75ace706d9fc561a0605f7d +SIZE (emilk-loguru-v2.1.0-21-g2295c2b_GH0.tar.gz) = 246814 Added: head/devel/loguru/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/loguru/pkg-descr Mon Mar 8 17:31:27 2021 (r567857) @@ -0,0 +1,5 @@ +loguru is a logging library that produces logs that are both human-readable and +easily greped. It can also hook into the logging process to print some of the +more severe messages on-screen. + +WWW: https://github.com/emilk/loguru From owner-svn-ports-all@freebsd.org Mon Mar 8 17:34:27 2021 Return-Path: Delivered-To: svn-ports-all@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 770B25507BD; Mon, 8 Mar 2021 17:34:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvQSg30Lgz4vbg; Mon, 8 Mar 2021 17:34:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59B62528C; Mon, 8 Mar 2021 17:34:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128HYRMe066904; Mon, 8 Mar 2021 17:34:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128HYRQL066903; Mon, 8 Mar 2021 17:34:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103081734.128HYRQL066903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Mar 2021 17:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567858 - head/www/p5-URI-Fetch/files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/www/p5-URI-Fetch/files X-SVN-Commit-Revision: 567858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 17:34:27 -0000 Author: mat Date: Mon Mar 8 17:34:26 2021 New Revision: 567858 URL: https://svnweb.freebsd.org/changeset/ports/567858 Log: Fix with recent lang/perl5-devel. Added: head/www/p5-URI-Fetch/files/ head/www/p5-URI-Fetch/files/patch-Makefile.PL (contents, props changed) Added: head/www/p5-URI-Fetch/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-URI-Fetch/files/patch-Makefile.PL Mon Mar 8 17:34:26 2021 (r567858) @@ -0,0 +1,10 @@ +--- Makefile.PL.orig 2016-07-02 08:35:41 UTC ++++ Makefile.PL +@@ -15,7 +13,6 @@ my %WriteMakefileArgs = ( + "DISTNAME" => "URI-Fetch", + "EXE_FILES" => [], + "LICENSE" => "perl", +- "MIN_PERL_VERSION" => "5.008_001", + "NAME" => "URI::Fetch", + "PREREQ_PM" => { + "Carp" => 0, From owner-svn-ports-all@freebsd.org Mon Mar 8 17:50:20 2021 Return-Path: Delivered-To: svn-ports-all@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 418BF550E9A; Mon, 8 Mar 2021 17:50:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvQq01Hw0z4vtL; Mon, 8 Mar 2021 17:50:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F1E6563B; Mon, 8 Mar 2021 17:50:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128HoJsx073457; Mon, 8 Mar 2021 17:50:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128HoJfH073451; Mon, 8 Mar 2021 17:50:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103081750.128HoJfH073451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Mar 2021 17:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567859 - in head/devel: . pcg-cpp pcg-cpp/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . pcg-cpp pcg-cpp/files X-SVN-Commit-Revision: 567859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 17:50:20 -0000 Author: yuri Date: Mon Mar 8 17:50:18 2021 New Revision: 567859 URL: https://svnweb.freebsd.org/changeset/ports/567859 Log: New port: devel/pcg-cpp: PCG Random Number Generation, C++ Edition Added: head/devel/pcg-cpp/ head/devel/pcg-cpp/Makefile (contents, props changed) head/devel/pcg-cpp/distinfo (contents, props changed) head/devel/pcg-cpp/files/ head/devel/pcg-cpp/files/patch-Makefile (contents, props changed) head/devel/pcg-cpp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 8 17:34:26 2021 (r567858) +++ head/devel/Makefile Mon Mar 8 17:50:18 2021 (r567859) @@ -3706,6 +3706,7 @@ SUBDIR += pasm SUBDIR += patch SUBDIR += pcc-libs + SUBDIR += pcg-cpp SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ Added: head/devel/pcg-cpp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcg-cpp/Makefile Mon Mar 8 17:50:18 2021 (r567859) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= pcg-cpp +DISTVERSIONPREFIX= v +DISTVERSION= 0.98.1-59 +DISTVERSIONSUFFIX= -g5b5cac8 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= PCG Random Number Generation, C++ Edition + +LICENSE= APACHE20 MIT +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE.txt +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT.txt + +USES= compiler:c++11-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= imneme + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/pcg_extras.hpp \ + include/pcg_random.hpp \ + include/pcg_uint128.hpp + +do-test: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} CXXFLAGS=-I${WRKSRC}/include ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/devel/pcg-cpp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcg-cpp/distinfo Mon Mar 8 17:50:18 2021 (r567859) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615225111 +SHA256 (imneme-pcg-cpp-v0.98.1-59-g5b5cac8_GH0.tar.gz) = 35d2efafa991927098d94b8765e977da4b7cbe1573725feee640015ba711ac5b +SIZE (imneme-pcg-cpp-v0.98.1-59-g5b5cac8_GH0.tar.gz) = 77523 Added: head/devel/pcg-cpp/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcg-cpp/files/patch-Makefile Mon Mar 8 17:50:18 2021 (r567859) @@ -0,0 +1,11 @@ +--- Makefile.orig 2021-03-08 17:39:48 UTC ++++ Makefile +@@ -25,7 +25,7 @@ all: + + PREFIX = /usr/local + +-install: all ++install: + install -d $(DESTDIR)$(PREFIX)/include + install -m 0644 include/*.hpp $(DESTDIR)$(PREFIX)/include + Added: head/devel/pcg-cpp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcg-cpp/pkg-descr Mon Mar 8 17:50:18 2021 (r567859) @@ -0,0 +1,13 @@ +This code provides an implementation of the PCG family of random number +generators, which are fast, statistically excellent, and offer a number of +useful features. + +There are two kinds of generator, normal generators and extended generators. +Extended generators provide k dimensional equidistribution and can perform party +tricks, but generally speaking most people only need the normal generators. + +There are two ways to access the generators, using a convenience typedef or by +using the underlying templates directly (similar to C++11's std::mt19937 typedef +vs its std::mersenne_twister_engine template). + +WWW: https://github.com/imneme/pcg-cpp From owner-svn-ports-all@freebsd.org Mon Mar 8 18:00:23 2021 Return-Path: Delivered-To: svn-ports-all@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 02F2B55155C; Mon, 8 Mar 2021 18:00:23 +0000 (UTC) (envelope-from cmt@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 4DvR2Z6kCXz3DrD; Mon, 8 Mar 2021 18:00:22 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9C0E5251; Mon, 8 Mar 2021 18:00:22 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128I0MJX079816; Mon, 8 Mar 2021 18:00:22 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128I0MBR079814; Mon, 8 Mar 2021 18:00:22 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103081800.128I0MBR079814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Mon, 8 Mar 2021 18:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567860 - branches/2021Q1/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2021Q1/mail/thunderbird X-SVN-Commit-Revision: 567860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:00:23 -0000 Author: cmt Date: Mon Mar 8 18:00:22 2021 New Revision: 567860 URL: https://svnweb.freebsd.org/changeset/ports/567860 Log: MFH: r567392 update thunderbird to 78.8.1 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.8.1/releasenotes/ Modified: branches/2021Q1/mail/thunderbird/Makefile branches/2021Q1/mail/thunderbird/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2021Q1/mail/thunderbird/Makefile Mon Mar 8 17:50:18 2021 (r567859) +++ branches/2021Q1/mail/thunderbird/Makefile Mon Mar 8 18:00:22 2021 (r567860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 78.8.0 +DISTVERSION= 78.8.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2021Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2021Q1/mail/thunderbird/distinfo Mon Mar 8 17:50:18 2021 (r567859) +++ branches/2021Q1/mail/thunderbird/distinfo Mon Mar 8 18:00:22 2021 (r567860) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613637279 -SHA256 (thunderbird-78.8.0.source.tar.xz) = 3f36fa5ffc85888eaf77afb5cdd51bdadce841b7ae0744f5f5cd147ef4975a9d -SIZE (thunderbird-78.8.0.source.tar.xz) = 353232724 +TIMESTAMP = 1614954916 +SHA256 (thunderbird-78.8.1.source.tar.xz) = 1a0b9cc1c314fdfdf7aa10246b8c5062385b62df3c9cef2358d1aa657e8a6f0f +SIZE (thunderbird-78.8.1.source.tar.xz) = 352875768 From owner-svn-ports-all@freebsd.org Mon Mar 8 18:03:43 2021 Return-Path: Delivered-To: svn-ports-all@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 4DC2D551B0D; Mon, 8 Mar 2021 18:03:43 +0000 (UTC) (envelope-from nc@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 4DvR6R1mFkz3FHV; Mon, 8 Mar 2021 18:03:43 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F47D58A0; Mon, 8 Mar 2021 18:03:43 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128I3h8Y085799; Mon, 8 Mar 2021 18:03:43 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128I3g1X085796; Mon, 8 Mar 2021 18:03:42 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103081803.128I3g1X085796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 18:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567861 - in head/www/nift: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/www/nift: . files X-SVN-Commit-Revision: 567861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:03:43 -0000 Author: nc Date: Mon Mar 8 18:03:42 2021 New Revision: 567861 URL: https://svnweb.freebsd.org/changeset/ports/567861 Log: www/nift: update to 2.3.12 * one liner fix of not reading terminal config string quoted * added nsm config global/project command to open config file with configured editor * added improved mod fn from lolcat-cc to Lolcat.cpp * added parameter option for lolcat.on to specify which lolcat command to use PR: 254133 Submitted by: Mohammad S. Babaei (maintainer) Modified: head/www/nift/Makefile head/www/nift/distinfo head/www/nift/files/patch-Makefile Modified: head/www/nift/Makefile ============================================================================== --- head/www/nift/Makefile Mon Mar 8 18:00:22 2021 (r567860) +++ head/www/nift/Makefile Mon Mar 8 18:03:42 2021 (r567861) @@ -3,7 +3,7 @@ PORTNAME= nift DISTVERSIONPREFIX= v -DISTVERSION= 2.3.10 +DISTVERSION= 2.3.12 CATEGORIES= www MAINTAINER= info@babaei.net @@ -19,7 +19,7 @@ GH_PROJECT= nsm NO_OPTIONS_SORT= yes OPTIONS_SINGLE= LUA -OPTIONS_SINGLE_LUA= BUNDLED_LUAJIT BUNDLED_LUA53 PORTS_LUAJIT PORTS_LUA53 PORTS_LUA52 PORTS_LUA51 +OPTIONS_SINGLE_LUA= BUNDLED_LUAJIT BUNDLED_LUA53 PORTS_LUAJIT PORTS_LUA54 PORTS_LUA53 PORTS_LUA52 PORTS_LUA51 OPTIONS_DEFAULT= BUNDLED_LUAJIT OPTIONS_DEFAULT_powerpc64= BUNDLED_LUA53 @@ -32,6 +32,7 @@ OPTIONS_EXCLUDE_riscv64= BUNDLED_LUAJIT BUNDLED_LUAJIT_DESC= Use the bundled LuaJIT BUNDLED_LUA53_DESC= Use the bundled Lua 5.3 PORTS_LUAJIT_DESC= Use LuaJIT from FreeBSD Ports +PORTS_LUA54_DESC= Use Lua 5.4 from FreeBSD Ports PORTS_LUA53_DESC= Use Lua 5.3 from FreeBSD Ports PORTS_LUA52_DESC= Use Lua 5.2 from FreeBSD Ports PORTS_LUA51_DESC= Use Lua 5.1 from FreeBSD Ports @@ -42,6 +43,8 @@ BUNDLED_LUA53_MAKE_ARGS= BUNDLED=1 LUA_VERSION=5.3 BUNDLED_LUA53_VARS= MAKE_JOBS_UNSAFE= yes PORTS_LUAJIT_MAKE_ARGS= BUNDLED=0 LUAJIT_VERSION=2.0 PORTS_LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +PORTS_LUA54_MAKE_ARGS= BUNDLED=0 LUA_VERSION=5.4 +PORTS_LUA54_LIB_DEPENDS= liblua-5.4.so:lang/lua54 PORTS_LUA53_MAKE_ARGS= BUNDLED=0 LUA_VERSION=5.3 PORTS_LUA53_LIB_DEPENDS= liblua-5.3.so:lang/lua53 PORTS_LUA52_MAKE_ARGS= BUNDLED=0 LUA_VERSION=5.2 @@ -51,6 +54,7 @@ PORTS_LUA51_LIB_DEPENDS= liblua-5.1.so:lang/lua51 PLIST_FILES= bin/nift \ bin/nsm + post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/Makefile Modified: head/www/nift/distinfo ============================================================================== --- head/www/nift/distinfo Mon Mar 8 18:00:22 2021 (r567860) +++ head/www/nift/distinfo Mon Mar 8 18:03:42 2021 (r567861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590378425 -SHA256 (nifty-site-manager-nsm-v2.3.10_GH0.tar.gz) = ef4410d423fca8dfb67a349a188a0a46bec67f7eb0157d146ae2fbb28f2f2295 -SIZE (nifty-site-manager-nsm-v2.3.10_GH0.tar.gz) = 1607394 +TIMESTAMP = 1614869866 +SHA256 (nifty-site-manager-nsm-v2.3.12_GH0.tar.gz) = ddf93325c320f7b3dbcaa19a713ca740b909d229cd855d813575a3ca0cac8c61 +SIZE (nifty-site-manager-nsm-v2.3.12_GH0.tar.gz) = 1607987 Modified: head/www/nift/files/patch-Makefile ============================================================================== --- head/www/nift/files/patch-Makefile Mon Mar 8 18:00:22 2021 (r567860) +++ head/www/nift/files/patch-Makefile Mon Mar 8 18:03:42 2021 (r567861) @@ -1,6 +1,6 @@ ---- Makefile.orig 2020-05-15 16:07:18 UTC +--- Makefile.orig 2021-03-07 20:18:20 UTC +++ Makefile -@@ -3,7 +3,7 @@ objects=nsm.o ConsoleColor.o DateTimeInfo.o Directory. +@@ -3,14 +3,14 @@ objects=nsm.o ConsoleColor.o DateTimeInfo.o Directory. cppfiles=nsm.cpp ConsoleColor.cpp DateTimeInfo.cpp Directory.cpp Expr.cpp ExprtkFns.cpp Filename.cpp FileSystem.cpp Getline.cpp GitInfo.cpp hashtk/HashTk.cpp Lolcat.cpp LuaFns.cpp Lua.cpp NumFns.cpp Pagination.cpp Parser.cpp Path.cpp ProjectInfo.cpp Quoted.cpp StrFns.cpp SystemInfo.cpp Title.cpp TrackedInfo.cpp Variables.cpp WatchList.cpp DESTDIR?= @@ -9,76 +9,151 @@ BINDIR=${DESTDIR}${PREFIX}/bin LIBDIR=${DESTDIR}${PREFIX}/lib -@@ -79,58 +79,58 @@ ifeq ($(BUNDLED),0) + CXX?=g++ + CXXFLAGS+=-std=c++11 -Wall -Wextra -pedantic -O3 -Dexprtk_disable_caseinsensitivity + #CXXFLAGS=-std=c++11 -Wall -Wextra -Werror -pedantic -O3 +-LDFLAGS+=-pthread ++LINK+=-pthread + + ifeq ($(OS),Windows_NT) + detected_OS := Windows +@@ -22,7 +22,7 @@ ifeq ($(CXX),clang) + ifeq ($(OS),FreeBSD) + else + CXXFLAGS+= -Qunused-arguments -lstdc++ +- LDFLAGS+= -lm ++ LINK+= -lm + endif + endif + +@@ -71,66 +71,66 @@ ifeq ($(BUNDLED),0) + WAS_UNBUNDLED=1 + ifneq ($(LUA_VERSION),) + CXXFLAGS+= -D__BUNDLED__ -D__LUA_VERSION_5_3__ +- LDFLAGS+= -LLua-5.3/src -llua ++ LINK+= -LLua-5.3/src -llua + else + CXXFLAGS+= -D__BUNDLED__ -D__LUAJIT_VERSION_2_1__ +- LDFLAGS+= -LLuaJIT/src -llua51 ++ LINK+= -LLuaJIT/src -llua51 + endif else ifeq ($(LUA_VERSION),x) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUA_VERSION_x__ -- LINK+= -L/usr/local/lib -llua -lm -ldl +- LDFLAGS+= -L/usr/local/lib -llua -lm -ldl + LINK+= -L%%LOCALBASE%%/lib -llua -lm -ldl else # *nix CXXFLAGS+= -D__LUA_VERSION_x__ -- LINK+= -L/usr/local/lib -llua -ldl +- LDFLAGS+= -L/usr/local/lib -llua -ldl + LINK+= -L%%LOCALBASE%%/lib -llua -ldl endif else ifeq ($(LUA_VERSION),5.4) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUA_VERSION_5_4__ -- LINK+= -L/usr/local/lib -llua-5.4 -lm -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.4 -lm -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.4 -lm -ldl else # *nix CXXFLAGS+= -D__LUA_VERSION_5_4__ -- LINK+= -L/usr/local/lib -llua-5.4 -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.4 -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.4 -ldl endif else ifeq ($(LUA_VERSION),5.3) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUA_VERSION_5_3__ -- LINK+= -L/usr/local/lib -llua-5.3 -lm -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.3 -lm -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.3 -lm -ldl else # *nix CXXFLAGS+= -D__LUA_VERSION_5_3__ -- LINK+= -L/usr/local/lib -llua-5.3 -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.3 -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.3 -ldl endif else ifeq ($(LUA_VERSION),5.2) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUA_VERSION_5_2__ -- LINK+= -L/usr/local/lib -llua-5.2 -lm -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.2 -lm -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.2 -lm -ldl else # *nix CXXFLAGS+= -D__LUA_VERSION_5_2__ -- LINK+= -L/usr/local/lib -llua-5.2 -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.2 -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.2 -ldl endif else ifeq ($(LUA_VERSION),5.1) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUA_VERSION_5_1__ -- LINK+= -L/usr/local/lib -llua-5.1 -lm -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.1 -lm -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.1 -lm -ldl else # *nix CXXFLAGS+= -D__LUA_VERSION_5_1__ -- LINK+= -L/usr/local/lib -llua-5.1 -ldl +- LDFLAGS+= -L/usr/local/lib -llua-5.1 -ldl + LINK+= -L%%LOCALBASE%%/lib -llua-5.1 -ldl endif else ifeq ($(LUAJIT_VERSION),2.0) ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUAJIT_VERSION_2_0__ -- LINK+= -ldl -lm -L/usr/local/lib -lluajit-5.1 +- LDFLAGS+= -ldl -lm -L/usr/local/lib -lluajit-5.1 + LINK+= -ldl -lm -L%%LOCALBASE%%/lib -lluajit-5.1 else # *nix CXXFLAGS+= -D__LUAJIT_VERSION_2_0__ -- LINK+= -ldl -L/usr/local/lib -lluajit-5.1 +- LDFLAGS+= -ldl -L/usr/local/lib -lluajit-5.1 + LINK+= -ldl -L%%LOCALBASE%%/lib -lluajit-5.1 endif else ifeq ($(detected_OS),FreeBSD) # FreeBSD CXXFLAGS+= -D__LUAJIT_VERSION_2_1__ -- LINK+= -ldl -lm -L/usr/local/lib -lluajit-5.1 +- LDFLAGS+= -ldl -lm -L/usr/local/lib -lluajit-5.1 + LINK+= -ldl -lm -L%%LOCALBASE%%/lib -lluajit-5.1 else # *nix CXXFLAGS+= -D__LUAJIT_VERSION_2_1__ -- LINK+= -ldl -L/usr/local/lib -lluajit-5.1 +- LDFLAGS+= -ldl -L/usr/local/lib -lluajit-5.1 + LINK+= -ldl -L%%LOCALBASE%%/lib -lluajit-5.1 endif endif else +@@ -138,24 +138,24 @@ else + ifeq ($(LUA_VERSION),5.3) + CXXFLAGS+= -D__BUNDLED__ -D__LUA_VERSION_5_3__ + ifeq ($(detected_OS),Windows) # Windows +- LDFLAGS+= -LLua-5.3/src -llua +- #LDFLAGS+= -LLua-5.3/src -llua ++ LINK+= -LLua-5.3/src -llua ++ #LINK+= -LLua-5.3/src -llua + else ifeq ($(detected_OS),FreeBSD) # FreeBSD +- LDFLAGS+= -LLua-5.3/src -llua -ldl -lm ++ LINK+= -LLua-5.3/src -llua -ldl -lm + else # *nix/Vercel +- LDFLAGS+= -LLua-5.3/src -llua -ldl ++ LINK+= -LLua-5.3/src -llua -ldl + endif + else + CXXFLAGS+= -D__BUNDLED__ -D__LUAJIT_VERSION_2_1__ + ifeq ($(detected_OS),Windows) # Windows +- LDFLAGS+= -LLuaJIT/src -llua51 +- #LDFLAGS+= -L. -llua51 ++ LINK+= -LLuaJIT/src -llua51 ++ #LINK+= -L. -llua51 + else ifeq ($(detected_OS),FreeBSD) # FreeBSD +- LDFLAGS+= ./LuaJIT/src/libluajit.a -ldl -lm +- #LDFLAGS+= -ldl -lm -LLuaJIT/src -lluajit ++ LINK+= ./LuaJIT/src/libluajit.a -ldl -lm ++ #LINK+= -ldl -lm -LLuaJIT/src -lluajit + else # *nix/Vercel +- LDFLAGS+= ./LuaJIT/src/libluajit.a -ldl +- #LDFLAGS+= -ldl -LLuaJIT/src -lluajit ++ LINK+= ./LuaJIT/src/libluajit.a -ldl ++ #LINK+= -ldl -LLuaJIT/src -lluajit + endif + endif + endif +@@ -220,10 +220,10 @@ HashTk.o: hashtk/HashTk.cpp hashtk/HashTk.h + + nsm: $(objects) + ifeq ($(detected_OS),Windows) # Windows +- $(CXX) $(CXXFLAGS) $(objects) -o nsm $(LDFLAGS) ++ $(CXX) $(CXXFLAGS) $(objects) -o nsm $(LINK) + copy nsm.exe nift.exe + else +- $(CXX) $(CXXFLAGS) $(objects) -o nsm $(LDFLAGS) ++ $(CXX) $(CXXFLAGS) $(objects) -o nsm $(LINK) + cp nsm nift + endif + From owner-svn-ports-all@freebsd.org Mon Mar 8 18:05:40 2021 Return-Path: Delivered-To: svn-ports-all@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 A6D4C551AB8; Mon, 8 Mar 2021 18:05:40 +0000 (UTC) (envelope-from nc@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 4DvR8h4FTxz3FYt; Mon, 8 Mar 2021 18:05:40 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8499A583D; Mon, 8 Mar 2021 18:05:40 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128I5ePC086039; Mon, 8 Mar 2021 18:05:40 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128I5dCf086036; Mon, 8 Mar 2021 18:05:39 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103081805.128I5dCf086036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 18:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567862 - in head/net/gerbera: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/net/gerbera: . files X-SVN-Commit-Revision: 567862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:05:40 -0000 Author: nc Date: Mon Mar 8 18:05:39 2021 New Revision: 567862 URL: https://svnweb.freebsd.org/changeset/ports/567862 Log: net/gerbera: Update to 1.7.0 Changes: https://github.com/gerbera/gerbera/releases/tag/v1.7.0 PR: 254126 Submitted by: daniel.engberg.lists AT pyret DOT net (maintainer) Modified: head/net/gerbera/Makefile head/net/gerbera/distinfo head/net/gerbera/files/patch-CMakeLists.txt head/net/gerbera/pkg-plist Modified: head/net/gerbera/Makefile ============================================================================== --- head/net/gerbera/Makefile Mon Mar 8 18:03:42 2021 (r567861) +++ head/net/gerbera/Makefile Mon Mar 8 18:05:39 2021 (r567862) @@ -2,14 +2,14 @@ PORTNAME= gerbera DISTVERSIONPREFIX= v -DISTVERSION= 1.6.4 +DISTVERSION= 1.7.0 CATEGORIES= net multimedia MAINTAINER= daniel.engberg.lists@pyret.net COMMENT= Media server compatible with DLNA and UPnP LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.md +LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog \ Modified: head/net/gerbera/distinfo ============================================================================== --- head/net/gerbera/distinfo Mon Mar 8 18:03:42 2021 (r567861) +++ head/net/gerbera/distinfo Mon Mar 8 18:05:39 2021 (r567862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602879743 -SHA256 (gerbera-gerbera-v1.6.4_GH0.tar.gz) = cbe7ea78977db8c02fcca1759ed149f199a590afaf4a6d21ffcca8623d1a0cc5 -SIZE (gerbera-gerbera-v1.6.4_GH0.tar.gz) = 3060809 +TIMESTAMP = 1615151826 +SHA256 (gerbera-gerbera-v1.7.0_GH0.tar.gz) = 6d40b840d015ba5c512f41442957c1c0fdbba07c18724cf00a45e0a579ddeb7f +SIZE (gerbera-gerbera-v1.7.0_GH0.tar.gz) = 3574471 Modified: head/net/gerbera/files/patch-CMakeLists.txt ============================================================================== --- head/net/gerbera/files/patch-CMakeLists.txt Mon Mar 8 18:03:42 2021 (r567861) +++ head/net/gerbera/files/patch-CMakeLists.txt Mon Mar 8 18:05:39 2021 (r567862) @@ -1,8 +1,10 @@ ---- CMakeLists.txt.orig 2020-09-06 01:54:18 UTC +--- CMakeLists.txt.orig 2021-03-07 21:18:59 UTC +++ CMakeLists.txt -@@ -528,4 +528,4 @@ INSTALL(FILES - ${PROJECT_SOURCE_DIR}/config/mysql.sql - ${PROJECT_SOURCE_DIR}/config/sqlite3.sql +@@ -559,6 +559,6 @@ INSTALL(FILES + src/database/mysql/mysql.sql + src/database/sqlite3/sqlite3.sql DESTINATION share/gerbera) -INSTALL(FILES ${PROJECT_SOURCE_DIR}/doc/gerbera.1 DESTINATION share/man/man1) +INSTALL(FILES ${PROJECT_SOURCE_DIR}/doc/gerbera.1 DESTINATION man/man1) + + include(packaging) Modified: head/net/gerbera/pkg-plist ============================================================================== --- head/net/gerbera/pkg-plist Mon Mar 8 18:03:42 2021 (r567861) +++ head/net/gerbera/pkg-plist Mon Mar 8 18:05:39 2021 (r567862) @@ -1,9 +1,7 @@ bin/gerbera %%DATADIR%%/js/common.js %%DATADIR%%/js/import.js -%%DATADIR%%/js/import_structured.js %%DATADIR%%/js/playlists.js -%%DATADIR%%/mappings.xml %%DATADIR%%/mysql.sql %%DATADIR%%/sqlite3.sql %%DATADIR%%/web/README.md @@ -14,6 +12,9 @@ bin/gerbera %%DATADIR%%/web/cm.xml %%DATADIR%%/web/disabled.html %%DATADIR%%/web/favicon.ico +%%DATADIR%%/web/gerbera-config-expert.json +%%DATADIR%%/web/gerbera-config-minimal.json +%%DATADIR%%/web/gerbera-config-standard.json %%DATADIR%%/web/icons/mt-icon120.bmp %%DATADIR%%/web/icons/mt-icon120.jpg %%DATADIR%%/web/icons/mt-icon120.png @@ -28,18 +29,22 @@ bin/gerbera %%DATADIR%%/web/js/gerbera-auth.module.js %%DATADIR%%/web/js/gerbera-autoscan.module.js %%DATADIR%%/web/js/gerbera-clients.module.js +%%DATADIR%%/web/js/gerbera-config.module.js %%DATADIR%%/web/js/gerbera-items.module.js %%DATADIR%%/web/js/gerbera-menu.module.js %%DATADIR%%/web/js/gerbera-trail.module.js %%DATADIR%%/web/js/gerbera-tree.module.js +%%DATADIR%%/web/js/gerbera-tweak.module.js %%DATADIR%%/web/js/gerbera-updates.module.js %%DATADIR%%/web/js/jquery.gerbera.autoscan.js %%DATADIR%%/web/js/jquery.gerbera.clients.js +%%DATADIR%%/web/js/jquery.gerbera.config.js %%DATADIR%%/web/js/jquery.gerbera.editor.js %%DATADIR%%/web/js/jquery.gerbera.items.js %%DATADIR%%/web/js/jquery.gerbera.toast.js %%DATADIR%%/web/js/jquery.gerbera.trail.js %%DATADIR%%/web/js/jquery.gerbera.tree.js +%%DATADIR%%/web/js/jquery.gerbera.tweak.js %%DATADIR%%/web/js/md5.js %%DATADIR%%/web/mr_reg.xml %%DATADIR%%/web/vendor/bootstrap/css/bootstrap-grid.css @@ -54,10 +59,6 @@ bin/gerbera %%DATADIR%%/web/vendor/bootstrap/css/bootstrap.css.map %%DATADIR%%/web/vendor/bootstrap/css/bootstrap.min.css %%DATADIR%%/web/vendor/bootstrap/css/bootstrap.min.css.map -%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.bundle.js -%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.bundle.js.map -%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.bundle.min.js -%%DATADIR%%/web/vendor/bootstrap/js/bootstrap.bundle.min.js.map %%DATADIR%%/web/vendor/bootstrap/js/bootstrap.js %%DATADIR%%/web/vendor/bootstrap/js/bootstrap.js.map %%DATADIR%%/web/vendor/bootstrap/js/bootstrap.min.js @@ -70,7 +71,7 @@ bin/gerbera %%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.ttf %%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.woff %%DATADIR%%/web/vendor/font-awesome/fonts/fontawesome-webfont.woff2 -%%DATADIR%%/web/vendor/jquery/jquery-3.4.0.min.js +%%DATADIR%%/web/vendor/jquery/jquery-3.5.1.min.js %%DATADIR%%/web/vendor/jquery/jquery-ui.min.js %%DATADIR%%/web/vendor/js-cookie.js %%DATADIR%%/web/vendor/lato/LICENCE.md From owner-svn-ports-all@freebsd.org Mon Mar 8 18:08:36 2021 Return-Path: Delivered-To: svn-ports-all@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 29FC7551AED; Mon, 8 Mar 2021 18:08:36 +0000 (UTC) (envelope-from nc@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 4DvRD40d6Zz3Frn; Mon, 8 Mar 2021 18:08:36 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0835959F8; Mon, 8 Mar 2021 18:08:36 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128I8Zjp086260; Mon, 8 Mar 2021 18:08:35 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128I8Zfk086259; Mon, 8 Mar 2021 18:08:35 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103081808.128I8Zfk086259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Mon, 8 Mar 2021 18:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567863 - head/audio/exhale X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/audio/exhale X-SVN-Commit-Revision: 567863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:08:36 -0000 Author: nc Date: Mon Mar 8 18:08:35 2021 New Revision: 567863 URL: https://svnweb.freebsd.org/changeset/ports/567863 Log: audio/exhale: Update to 1.1.3 Changes: https://gitlab.com/ecodis/exhale/-/releases/v1.1.3 PR: 254125 Submitted by: daniel.engberg.lists AT pyret DOT net (maintainer) Modified: head/audio/exhale/Makefile head/audio/exhale/distinfo Modified: head/audio/exhale/Makefile ============================================================================== --- head/audio/exhale/Makefile Mon Mar 8 18:05:39 2021 (r567862) +++ head/audio/exhale/Makefile Mon Mar 8 18:08:35 2021 (r567863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exhale -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= audio MAINTAINER= daniel.engberg.lists@pyret.net @@ -16,7 +16,7 @@ USES= cmake compiler:c++11-lang USE_GITLAB= yes GL_ACCOUNT= ecodis -GL_COMMIT= 7d2b818e5a5df78db1a6b68e838a7839cc16cebf +GL_COMMIT= 8cdc188bb67fd48023c22c1413f1983edeb7710c USE_LDCONFIG= yes Modified: head/audio/exhale/distinfo ============================================================================== --- head/audio/exhale/distinfo Mon Mar 8 18:05:39 2021 (r567862) +++ head/audio/exhale/distinfo Mon Mar 8 18:08:35 2021 (r567863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612130043 -SHA256 (ecodis-exhale-7d2b818e5a5df78db1a6b68e838a7839cc16cebf_GL0.tar.gz) = 27866be819f79930dfa8f4343ef96251357e01d99b83fd23c671a5f9c098e740 -SIZE (ecodis-exhale-7d2b818e5a5df78db1a6b68e838a7839cc16cebf_GL0.tar.gz) = 132475 +TIMESTAMP = 1615151284 +SHA256 (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 9191a157983da3681a8b1efc4dab983102fec8d2d56dd009ef56a40e70f7d6c1 +SIZE (ecodis-exhale-8cdc188bb67fd48023c22c1413f1983edeb7710c_GL0.tar.gz) = 133292 From owner-svn-ports-all@freebsd.org Mon Mar 8 18:12:34 2021 Return-Path: Delivered-To: svn-ports-all@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 625F55522D4; Mon, 8 Mar 2021 18:12:34 +0000 (UTC) (envelope-from rhurlin@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 4DvRJf2K7kz3GQF; Mon, 8 Mar 2021 18:12:34 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 429AC5A33; Mon, 8 Mar 2021 18:12:34 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128ICYpe092237; Mon, 8 Mar 2021 18:12:34 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128ICX85092235; Mon, 8 Mar 2021 18:12:33 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103081812.128ICX85092235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Mon, 8 Mar 2021 18:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567864 - in head/net/kafkacat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/net/kafkacat: . files X-SVN-Commit-Revision: 567864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 18:12:34 -0000 Author: rhurlin Date: Mon Mar 8 18:12:33 2021 New Revision: 567864 URL: https://svnweb.freebsd.org/changeset/ports/567864 Log: net/kafkacat: Update to 1.6.0 New options AVRO and JSON. AVRO broken for now because of upstream problem with pkg-config Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.6.0 PR: 254093 Submitted by: Sergey Akhmatov (maintainer) Deleted: head/net/kafkacat/files/ Modified: head/net/kafkacat/Makefile head/net/kafkacat/distinfo Modified: head/net/kafkacat/Makefile ============================================================================== --- head/net/kafkacat/Makefile Mon Mar 8 18:08:35 2021 (r567863) +++ head/net/kafkacat/Makefile Mon Mar 8 18:12:33 2021 (r567864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kafkacat -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= net MAINTAINER= sergey@akhmatov.ru @@ -12,15 +12,28 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= librdkafka.so:net/librdkafka +LIB_DEPENDS= librdkafka.so:net/librdkafka \ + libyajl.so:devel/yajl USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= edenhill +GNU_CONFIGURE= yes + PLIST_FILES= bin/kafkacat -GNU_CONFIGURE= yes +OPTIONS_DEFINE= JSON AVRO + +AVRO_DESC= Avro/Schema-Registry support (requires libserdes) [BROKEN] +JSON_DESC= JSON support (requires libyajl2) + +# avro broken due to bug: https://github.com/apache/avro/pull/1018/commits +AVRO_BROKEN= avro support is currently broken +AVRO_LIB_DEPENDS= libserdes.so:devel/libserdes +AVRO_CONFIGURE_ENABLE= avro +JSON_LIB_DEPENDS= libyajl.so:devel/yajl +JSON_CONFIGURE_ENABLE= json post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kafkacat Modified: head/net/kafkacat/distinfo ============================================================================== --- head/net/kafkacat/distinfo Mon Mar 8 18:08:35 2021 (r567863) +++ head/net/kafkacat/distinfo Mon Mar 8 18:12:33 2021 (r567864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568414384 -SHA256 (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 16f358fab258cbefc328cf642f72ee8b5dae1648657d508997279ca5bd0fbef0 -SIZE (edenhill-kafkacat-1.5.0_GH0.tar.gz) = 124682 +TIMESTAMP = 1595406133 +SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0 +SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314 From owner-svn-ports-all@freebsd.org Mon Mar 8 19:30:57 2021 Return-Path: Delivered-To: svn-ports-all@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 C325B554F12; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvT3551Qlz3MS7; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F0B7665C; Mon, 8 Mar 2021 19:30:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128JUv6B034203; Mon, 8 Mar 2021 19:30:57 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128JUv6Q034201; Mon, 8 Mar 2021 19:30:57 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202103081930.128JUv6Q034201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 8 Mar 2021 19:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567865 - head/multimedia/hypnotix X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/multimedia/hypnotix X-SVN-Commit-Revision: 567865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 19:30:57 -0000 Author: tcberner Date: Mon Mar 8 19:30:56 2021 New Revision: 567865 URL: https://svnweb.freebsd.org/changeset/ports/567865 Log: multimedia/hypnotix: fix schema installation PR: 253927 Submitted by: mistresssilvara@hotmail.com (maintainer) Modified: head/multimedia/hypnotix/Makefile head/multimedia/hypnotix/pkg-plist Modified: head/multimedia/hypnotix/Makefile ============================================================================== --- head/multimedia/hypnotix/Makefile Mon Mar 8 18:12:33 2021 (r567864) +++ head/multimedia/hypnotix/Makefile Mon Mar 8 19:30:56 2021 (r567865) @@ -2,6 +2,7 @@ PORTNAME= hypnotix DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= mistresssilvara@hotmail.com @@ -17,9 +18,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/p ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.6+ shebangfix gnome +USE_GNOME= gtk30 glib20 gdkpixbuf2 pango +GLIB_SCHEMAS= org.x.hypnotix.gschema.xml SHEBANG_GLOB= *.py +INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= linuxmint Modified: head/multimedia/hypnotix/pkg-plist ============================================================================== --- head/multimedia/hypnotix/pkg-plist Mon Mar 8 18:12:33 2021 (r567864) +++ head/multimedia/hypnotix/pkg-plist Mon Mar 8 19:30:56 2021 (r567865) @@ -3,7 +3,6 @@ lib/hypnotix/common.py @(,,755) lib/hypnotix/hypnotix.py lib/hypnotix/mpv.py share/applications/hypnotix.desktop -share/glib-2.0/schemas/org.x.hypnotix.gschema.xml %%DATADIR%%/generic_tv_logo.png %%DATADIR%%/hypnotix.css %%DATADIR%%/hypnotix.ui From owner-svn-ports-all@freebsd.org Mon Mar 8 19:33:11 2021 Return-Path: Delivered-To: svn-ports-all@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 C87CE55505E; Mon, 8 Mar 2021 19:33:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvT5g5FZXz3N9b; Mon, 8 Mar 2021 19:33:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6D936AC3; Mon, 8 Mar 2021 19:33:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128JXBpR041326; Mon, 8 Mar 2021 19:33:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128JWuGR041210; Mon, 8 Mar 2021 19:32:56 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202103081932.128JWuGR041210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 8 Mar 2021 19:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetadata editors/calligra edito... X-SVN-Commit-Revision: 567866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 19:33:11 -0000 Author: tcberner Date: Mon Mar 8 19:32:55 2021 New Revision: 567866 URL: https://svnweb.freebsd.org/changeset/ports/567866 Log: graphics/poppler: update to 21.03.0 Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/cfiles/Makefile head/deskutils/lumina-pdf/Makefile head/deskutils/recoll/Makefile head/deskutils/xfce4-tumbler/Makefile head/devel/efl/Makefile head/devel/kf5-kfilemetadata/Makefile head/editors/calligra/Makefile head/editors/kile/Makefile head/editors/libreoffice/Makefile head/editors/libreoffice6/Makefile head/editors/setzer/Makefile head/editors/texstudio/Makefile head/editors/texworks/Makefile head/graphics/atril/Makefile head/graphics/diff-pdf/Makefile head/graphics/diffpdf/Makefile head/graphics/dspdfviewer/Makefile head/graphics/engauge-digitizer/Makefile head/graphics/epdfview/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/geeqie/Makefile head/graphics/gegl/Makefile head/graphics/gimp-app/Makefile head/graphics/graphviz/Makefile head/graphics/impressive/Makefile head/graphics/inkscape/Makefile head/graphics/katarakt/Makefile head/graphics/krita/Makefile head/graphics/okular/Makefile head/graphics/openfx-arena/Makefile head/graphics/osg/Makefile head/graphics/osg34/Makefile head/graphics/pdf2svg/Makefile head/graphics/pdfpc/Makefile head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/pqiv/Makefile head/graphics/qcomicbook/Makefile head/graphics/sane-backends/Makefile head/graphics/tikzit/Makefile head/graphics/vips/Makefile head/graphics/xournal/Makefile head/graphics/xournalpp/Makefile head/graphics/yacreader/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/textmail/Makefile head/math/cantor/Makefile head/math/labplot/Makefile head/misc/tellico/Makefile head/net/kitinerary/Makefile head/print/cups-filters/Makefile head/print/deforaos-pdfviewer/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/pdf-tools/Makefile head/print/qpdfview/Makefile head/print/scribus-devel/Makefile head/print/texlive-base/Makefile head/print/xreader/Makefile head/sysutils/tracker-miners/Makefile head/textproc/pdfgrep/Makefile head/textproc/pdfsandwich/Makefile head/textproc/py-pdftotext/Makefile head/www/hotcrp/Makefile head/x11/eaglemode/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu DISTVERSION= 0.9.17.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 5.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/cfiles/Makefile ============================================================================== --- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= cfiles DISTVERSIONPREFIX= v DISTVERSION= 1.8-6 DISTVERSIONSUFFIX= -g327d47f -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MAINTAINER= lbartoletti@FreeBSD.org Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= recoll PORTVERSION= 1.27.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MASTER_SITES= https://www.lesbonscomptes.com/recoll/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 4.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.25.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/devel/kf5-kfilemetadata/Makefile ============================================================================== --- head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,6 +2,7 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/editors/kile/Makefile ============================================================================== --- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 .include "${.CURDIR}/Makefile.common" Modified: head/editors/libreoffice6/Makefile ============================================================================== --- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 .include "${.CURDIR}/Makefile.common" Modified: head/editors/setzer/Makefile ============================================================================== --- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= setzer DISTVERSIONPREFIX=v DISTVERSION= 0.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= greg@unrelenting.technology Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,6 +2,7 @@ PORTNAME= texstudio DISTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -5,7 +5,7 @@ PORTNAME= atril PORTVERSION= 1.22.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,6 +3,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/diffpdf/Makefile ============================================================================== --- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= graphics MAINTAINER= fox@FreeBSD.org Modified: head/graphics/engauge-digitizer/Makefile ============================================================================== --- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v DISTVERSION= 12.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,6 +3,7 @@ PORTNAME= evince DISTVERSION= 3.38.2 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 3.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.28 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.22 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.44.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics tk MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= impressive DISTVERSION= 0.13.0-beta2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ DISTNAME= Impressive-${DISTVERSION} Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ Modified: head/graphics/katarakt/Makefile ============================================================================== --- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= katarakt PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= kurt@kmk-computers.de Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,6 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/osg34/Makefile ============================================================================== --- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics PKGNAMESUFFIX= 34 Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.3 -PORTREVISION= 26 +PORTREVISION= 27 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/pdfpc/Makefile ============================================================================== --- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= pdfpc DISTVERSION= 4.5.0 CATEGORIES= graphics DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 21.02.0 +DISTVERSION= 21.03.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=107 +PLIST_SUB+= SHLIB_VER=108 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 (r567866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612288566 -SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c -SIZE (poppler-21.02.0.tar.xz) = 1684496 +TIMESTAMP = 1614683481 +SHA256 (poppler-21.03.0.tar.xz) = fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27 +SIZE (poppler-21.03.0.tar.xz) = 1690848 Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= pqiv PORTVERSION= 2.11 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,6 +3,7 @@ PORTNAME= sane-backends DISTVERSION= 1.0.32 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ Modified: head/graphics/tikzit/Makefile ============================================================================== --- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= tikzit DISTVERSIONPREFIX= v DISTVERSION= 2.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= lwhsu@FreeBSD.org Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.10.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/xournalpp/Makefile ============================================================================== --- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= xournalpp DISTVERSION= 1.0.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/yacreader/Makefile ============================================================================== --- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= yacreader DISTVERSION= 9.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/textmail/Makefile ============================================================================== --- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ Modified: head/math/cantor/Makefile ============================================================================== --- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,6 +4,7 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= labplot DISTVERSION= 2.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,6 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.3.5 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/net/kitinerary/Makefile ============================================================================== --- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,6 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.28.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.52 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -4,7 +4,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-41 DISTVERSIONSUFFIX= -g2ece508 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= qpdfview DISTVERSION= 0.4.18 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 62 +PORTREVISION= 63 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/print/xreader/Makefile ============================================================================== --- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= xreader PORTVERSION= 2.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MAINTAINER= danfe@FreeBSD.org Modified: head/sysutils/tracker-miners/Makefile ============================================================================== --- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= tracker-miners PORTVERSION= 2.3.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= GNOME Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ Modified: head/textproc/pdfsandwich/Makefile ============================================================================== --- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ Modified: head/textproc/py-pdftotext/Makefile ============================================================================== --- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -2,7 +2,7 @@ PORTNAME= hotcrp PORTVERSION= 2.94 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 (r567865) +++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 (r567866) @@ -3,7 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.95.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} From owner-svn-ports-all@freebsd.org Mon Mar 8 19:35:46 2021 Return-Path: Delivered-To: svn-ports-all@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 4F27655550C; Mon, 8 Mar 2021 19:35:46 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvT8f1s1mz3NBn; Mon, 8 Mar 2021 19:35:46 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3277A65D6; Mon, 8 Mar 2021 19:35:46 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128JZkhu041595; Mon, 8 Mar 2021 19:35:46 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128JZjTA041593; Mon, 8 Mar 2021 19:35:45 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202103081935.128JZjTA041593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Mon, 8 Mar 2021 19:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567867 - head/devel/py-phabricator X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: head/devel/py-phabricator X-SVN-Commit-Revision: 567867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 19:35:46 -0000 Author: sbz Date: Mon Mar 8 19:35:45 2021 New Revision: 567867 URL: https://svnweb.freebsd.org/changeset/ports/567867 Log: - Update to 0.8.1 Modified: head/devel/py-phabricator/Makefile head/devel/py-phabricator/distinfo Modified: head/devel/py-phabricator/Makefile ============================================================================== --- head/devel/py-phabricator/Makefile Mon Mar 8 19:32:55 2021 (r567866) +++ head/devel/py-phabricator/Makefile Mon Mar 8 19:35:45 2021 (r567867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phabricator -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils @@ -21,7 +22,6 @@ USE_GITHUB= yes GH_ACCOUNT= disqus GH_PROJECT= python-${PORTNAME} -GH_TAGNAME= dac1219 PORTDOCS= CHANGES LICENSE README.rst Modified: head/devel/py-phabricator/distinfo ============================================================================== --- head/devel/py-phabricator/distinfo Mon Mar 8 19:32:55 2021 (r567866) +++ head/devel/py-phabricator/distinfo Mon Mar 8 19:35:45 2021 (r567867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480537698 -SHA256 (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 27f5521c903e3d3a8c4bcd67e41b54cda83720753bdda3349744606e43820f4a -SIZE (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 20646 +TIMESTAMP = 1615231168 +SHA256 (disqus-python-phabricator-0.8.1_GH0.tar.gz) = d7988762520b5f1ea3f8ab2cef42a92b4357283458250195ac12f94b12e57ba0 +SIZE (disqus-python-phabricator-0.8.1_GH0.tar.gz) = 20908 From owner-svn-ports-all@freebsd.org Mon Mar 8 20:23:20 2021 Return-Path: Delivered-To: svn-ports-all@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 F361655683E; Mon, 8 Mar 2021 20:23:20 +0000 (UTC) (envelope-from gerald@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 4DvVCX6Z1Sz3hFw; Mon, 8 Mar 2021 20:23:20 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D440A76A6; Mon, 8 Mar 2021 20:23:20 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128KNK6M071726; Mon, 8 Mar 2021 20:23:20 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128KNKUY071724; Mon, 8 Mar 2021 20:23:20 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103082023.128KNKUY071724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 8 Mar 2021 20:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567868 - head/lang/gcc10-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc10-devel X-SVN-Commit-Revision: 567868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 20:23:21 -0000 Author: gerald Date: Mon Mar 8 20:23:20 2021 New Revision: 567868 URL: https://svnweb.freebsd.org/changeset/ports/567868 Log: Update to the 20210306 snapshot of GCC 10.2.1. This brings a back port to the arm and two to the x86 back ends, five for the optimizers, one related to debug information, and six for the C++ back end. Modified: head/lang/gcc10-devel/Makefile head/lang/gcc10-devel/distinfo Modified: head/lang/gcc10-devel/Makefile ============================================================================== --- head/lang/gcc10-devel/Makefile Mon Mar 8 19:35:45 2021 (r567867) +++ head/lang/gcc10-devel/Makefile Mon Mar 8 20:23:20 2021 (r567868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 10.2.1.s20210227 +PORTVERSION= 10.2.1.s20210306 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc10-devel/distinfo ============================================================================== --- head/lang/gcc10-devel/distinfo Mon Mar 8 19:35:45 2021 (r567867) +++ head/lang/gcc10-devel/distinfo Mon Mar 8 20:23:20 2021 (r567868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614497309 -SHA256 (gcc-10-20210227.tar.xz) = 715d223d27a2eb9633d2bc1833b6b6622603e3469302cd16c38d27da15442837 -SIZE (gcc-10-20210227.tar.xz) = 71535340 +TIMESTAMP = 1615070986 +SHA256 (gcc-10-20210306.tar.xz) = 63869d5132bf9ff15e0b6c3d8235d6c9b5d5a2dbf1b2e375e354febafb993a54 +SIZE (gcc-10-20210306.tar.xz) = 71546644 From owner-svn-ports-all@freebsd.org Mon Mar 8 20:53:42 2021 Return-Path: Delivered-To: svn-ports-all@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 37CDE557E94; Mon, 8 Mar 2021 20:53:42 +0000 (UTC) (envelope-from lcook@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 4DvVtZ17sdz3kGB; Mon, 8 Mar 2021 20:53:42 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19D7B7BB7; Mon, 8 Mar 2021 20:53:42 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128Krfa6089354; Mon, 8 Mar 2021 20:53:41 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128KrfER089353; Mon, 8 Mar 2021 20:53:41 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103082053.128KrfER089353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Mon, 8 Mar 2021 20:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567869 - head/sysutils/fselect X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/sysutils/fselect X-SVN-Commit-Revision: 567869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 20:53:42 -0000 Author: lcook Date: Mon Mar 8 20:53:41 2021 New Revision: 567869 URL: https://svnweb.freebsd.org/changeset/ports/567869 Log: sysutils/fselect: Update to 0.7.3 Changes: https://github.com/jhspetersson/fselect/releases/tag/0.7.3 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29120 Modified: head/sysutils/fselect/Makefile head/sysutils/fselect/distinfo Modified: head/sysutils/fselect/Makefile ============================================================================== --- head/sysutils/fselect/Makefile Mon Mar 8 20:23:20 2021 (r567868) +++ head/sysutils/fselect/Makefile Mon Mar 8 20:53:41 2021 (r567869) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fselect -DISTVERSION= 0.7.2 -PORTREVISION= 2 +DISTVERSION= 0.7.3 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -18,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= jhspetersson CARGO_CRATES= adler32-1.2.0 \ - ahash-0.3.8 \ + ahash-0.4.7 \ aho-corasick-0.7.15 \ ansi_term-0.12.1 \ app_dirs-1.2.1 \ @@ -26,58 +25,62 @@ CARGO_CRATES= adler32-1.2.0 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ - bitreader-0.3.2 \ - bitstream-io-0.8.5 \ + bitreader-0.3.3 \ + bitstream-io-1.0.0 \ block-buffer-0.9.0 \ block-padding-0.2.1 \ - bstr-0.2.14 \ - bytecount-0.6.1 \ - byteorder-1.3.4 \ + bstr-0.2.15 \ + bytecount-0.6.2 \ + byteorder-1.4.2 \ bzip2-0.3.3 \ - bzip2-sys-0.1.9+1.0.8 \ - cc-1.0.64 \ + bzip2-sys-0.1.10+1.0.8 \ + cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ - chrono-english-0.1.4 \ + chrono-english-0.1.5 \ cloudabi-0.0.3 \ cpuid-bool-0.1.2 \ crc32fast-1.2.1 \ - csv-1.1.4 \ + csv-1.1.5 \ csv-core-0.1.10 \ digest-0.9.0 \ either-1.6.1 \ + env_logger-0.8.3 \ + fallible_collections-0.3.1 \ fixedbitset-0.2.0 \ flate2-1.0.14 \ fnv-1.0.7 \ generic-array-0.14.4 \ - getrandom-0.1.15 \ - hashbrown-0.7.2 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ hashbrown-0.9.1 \ - hermit-abi-0.1.17 \ + hermit-abi-0.1.18 \ humansize-1.1.0 \ + humantime-2.1.0 \ imagesize-0.8.8 \ - indexmap-1.6.0 \ + indexmap-1.6.1 \ itertools-0.8.2 \ - itoa-0.4.6 \ - kamadak-exif-0.5.2 \ + itoa-0.4.7 \ + kamadak-exif-0.5.3 \ keccak-0.1.0 \ lazy_static-1.4.0 \ - libc-0.2.80 \ + libc-0.2.87 \ lock_api-0.3.4 \ - log-0.4.11 \ + log-0.4.14 \ lscolors-0.7.1 \ - matroska-0.5.4 \ + matroska-0.5.5 \ memchr-1.0.2 \ memchr-2.3.4 \ miniz_oxide-0.3.7 \ mp3-metadata-0.3.3 \ - mp4parse-0.11.4 \ + mp4parse-0.11.5 \ mutate_once-0.1.1 \ nom-3.2.1 \ num-integer-0.1.44 \ num-traits-0.2.14 \ ole32-sys-0.2.0 \ + once_cell-1.7.1 \ opaque-debug-0.3.0 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ @@ -90,36 +93,41 @@ CARGO_CRATES= adler32-1.2.0 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.24 \ - quote-1.0.7 \ + quote-1.0.9 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ rand_hc-0.2.0 \ + rand_hc-0.3.0 \ rand_pcg-0.2.1 \ redox_syscall-0.1.57 \ - regex-1.4.2 \ + regex-1.4.3 \ regex-automata-0.1.9 \ - regex-syntax-0.6.21 \ + regex-syntax-0.6.22 \ ryu-1.0.5 \ scanlex-0.1.4 \ scopeguard-1.1.0 \ - serde-1.0.117 \ - serde_derive-1.0.117 \ - serde_json-1.0.59 \ - sha-1-0.9.2 \ - sha2-0.9.2 \ + serde-1.0.123 \ + serde_derive-1.0.123 \ + serde_json-1.0.64 \ + sha-1-0.9.4 \ + sha2-0.9.3 \ sha3-0.9.1 \ shell32-sys-0.1.2 \ siphasher-0.3.3 \ - smallvec-1.5.0 \ + smallvec-1.6.1 \ static_assertions-1.1.0 \ - syn-1.0.48 \ + syn-1.0.60 \ + termcolor-1.1.2 \ text_io-0.1.8 \ - thiserror-1.0.22 \ - thiserror-impl-1.0.22 \ - thread_local-1.0.1 \ - time-0.1.44 \ - toml-0.5.7 \ + thiserror-1.0.24 \ + thiserror-impl-1.0.24 \ + thread_local-1.1.3 \ + time-0.1.43 \ + toml-0.5.8 \ tree_magic-0.2.3 \ typenum-1.12.0 \ unicode-xid-0.2.1 \ @@ -127,15 +135,16 @@ CARGO_CRATES= adler32-1.2.0 \ version_check-0.9.2 \ wana_kana-2.0.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 \ xdg-2.2.0 \ - zip-0.5.8 + zip-0.5.11 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/${PORTNAME} \ Modified: head/sysutils/fselect/distinfo ============================================================================== --- head/sysutils/fselect/distinfo Mon Mar 8 20:23:20 2021 (r567868) +++ head/sysutils/fselect/distinfo Mon Mar 8 20:53:41 2021 (r567869) @@ -1,8 +1,8 @@ -TIMESTAMP = 1607522725 +TIMESTAMP = 1615147600 SHA256 (rust/crates/adler32-1.2.0.tar.gz) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.tar.gz) = 6411 -SHA256 (rust/crates/ahash-0.3.8.tar.gz) = e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 -SIZE (rust/crates/ahash-0.3.8.tar.gz) = 28650 +SHA256 (rust/crates/ahash-0.4.7.tar.gz) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e +SIZE (rust/crates/ahash-0.4.7.tar.gz) = 51474 SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 SHA256 (rust/crates/ansi_term-0.12.1.tar.gz) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -17,48 +17,52 @@ SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50 SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/bitreader-0.3.2.tar.gz) = 5fa7f0adf37cd5472c978a1ff4be89c1880a923d10df4cfef6a10855a666e09b -SIZE (rust/crates/bitreader-0.3.2.tar.gz) = 10778 -SHA256 (rust/crates/bitstream-io-0.8.5.tar.gz) = 614aa3f2bac03707e62a84d18a48dd3d9ea6171313fd5e6a53b5054d8ae74601 -SIZE (rust/crates/bitstream-io-0.8.5.tar.gz) = 22710 +SHA256 (rust/crates/bitreader-0.3.3.tar.gz) = 70a57a98015fc89125fae6054685a2586739fba82c8dbfe550dac9a5a76791a6 +SIZE (rust/crates/bitreader-0.3.3.tar.gz) = 10777 +SHA256 (rust/crates/bitstream-io-1.0.0.tar.gz) = 03539c739e37dab2c322ce07b1990089ca1fc7ad14b813e1538bf11bef98fe06 +SIZE (rust/crates/bitstream-io-1.0.0.tar.gz) = 27035 SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 SHA256 (rust/crates/block-padding-0.2.1.tar.gz) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae SIZE (rust/crates/block-padding-0.2.1.tar.gz) = 7672 -SHA256 (rust/crates/bstr-0.2.14.tar.gz) = 473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf -SIZE (rust/crates/bstr-0.2.14.tar.gz) = 345490 -SHA256 (rust/crates/bytecount-0.6.1.tar.gz) = c39a773ba75db12126d8d383f1bdbf7eb92ea47ec27dd0557aff1fedf172764c -SIZE (rust/crates/bytecount-0.6.1.tar.gz) = 12240 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 +SHA256 (rust/crates/bstr-0.2.15.tar.gz) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d +SIZE (rust/crates/bstr-0.2.15.tar.gz) = 344206 +SHA256 (rust/crates/bytecount-0.6.2.tar.gz) = 72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e +SIZE (rust/crates/bytecount-0.6.2.tar.gz) = 12347 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 SHA256 (rust/crates/bzip2-0.3.3.tar.gz) = 42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b SIZE (rust/crates/bzip2-0.3.3.tar.gz) = 15346 -SHA256 (rust/crates/bzip2-sys-0.1.9+1.0.8.tar.gz) = ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e -SIZE (rust/crates/bzip2-sys-0.1.9+1.0.8.tar.gz) = 632339 -SHA256 (rust/crates/cc-1.0.64.tar.gz) = 92cc7b4cfeaa608da27ccbd00af8e1485761334821791ccf5ce88e9a2bb949e7 -SIZE (rust/crates/cc-1.0.64.tar.gz) = 52796 +SHA256 (rust/crates/bzip2-sys-0.1.10+1.0.8.tar.gz) = 17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c +SIZE (rust/crates/bzip2-sys-0.1.10+1.0.8.tar.gz) = 633563 +SHA256 (rust/crates/cc-1.0.67.tar.gz) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd +SIZE (rust/crates/cc-1.0.67.tar.gz) = 53486 SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 SHA256 (rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 SIZE (rust/crates/chrono-0.4.19.tar.gz) = 155663 -SHA256 (rust/crates/chrono-english-0.1.4.tar.gz) = 4233ee19352739cfdcb5d7c2085005b166f6170ef2845ed9eef27a8fa5f95206 -SIZE (rust/crates/chrono-english-0.1.4.tar.gz) = 10982 +SHA256 (rust/crates/chrono-english-0.1.5.tar.gz) = 0efc472826228b04b1477fabab1fbd5bf0b022deef5f6a1b2a71e60c7824e4f9 +SIZE (rust/crates/chrono-english-0.1.5.tar.gz) = 11775 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 SHA256 (rust/crates/crc32fast-1.2.1.tar.gz) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.tar.gz) = 38172 -SHA256 (rust/crates/csv-1.1.4.tar.gz) = fc4666154fd004af3fd6f1da2e81a96fd5a81927fe8ddb6ecc79e2aa6e138b54 -SIZE (rust/crates/csv-1.1.4.tar.gz) = 887003 +SHA256 (rust/crates/csv-1.1.5.tar.gz) = f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97 +SIZE (rust/crates/csv-1.1.5.tar.gz) = 886773 SHA256 (rust/crates/csv-core-0.1.10.tar.gz) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 SIZE (rust/crates/csv-core-0.1.10.tar.gz) = 25668 SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 SHA256 (rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 SIZE (rust/crates/either-1.6.1.tar.gz) = 13641 +SHA256 (rust/crates/env_logger-0.8.3.tar.gz) = 17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f +SIZE (rust/crates/env_logger-0.8.3.tar.gz) = 32543 +SHA256 (rust/crates/fallible_collections-0.3.1.tar.gz) = 9599e8ccc571becb62700174680e54e5c50fc5b4d34c1c56d8915e0325650fea +SIZE (rust/crates/fallible_collections-0.3.1.tar.gz) = 48095 SHA256 (rust/crates/fixedbitset-0.2.0.tar.gz) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d SIZE (rust/crates/fixedbitset-0.2.0.tar.gz) = 13597 SHA256 (rust/crates/flate2-1.0.14.tar.gz) = 2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42 @@ -67,40 +71,42 @@ SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24 SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/hashbrown-0.7.2.tar.gz) = 96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf -SIZE (rust/crates/hashbrown-0.7.2.tar.gz) = 70480 +SHA256 (rust/crates/getrandom-0.1.16.tar.gz) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.tar.gz) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 -SIZE (rust/crates/hermit-abi-0.1.17.tar.gz) = 10065 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 SHA256 (rust/crates/humansize-1.1.0.tar.gz) = b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e SIZE (rust/crates/humansize-1.1.0.tar.gz) = 4459 +SHA256 (rust/crates/humantime-2.1.0.tar.gz) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 +SIZE (rust/crates/humantime-2.1.0.tar.gz) = 16749 SHA256 (rust/crates/imagesize-0.8.8.tar.gz) = fd27b2139f540ac627a6cb1b96105e86bfc5136d06236ea90272eec35a4f5088 SIZE (rust/crates/imagesize-0.8.8.tar.gz) = 8140 -SHA256 (rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2 -SIZE (rust/crates/indexmap-1.6.0.tar.gz) = 47565 +SHA256 (rust/crates/indexmap-1.6.1.tar.gz) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b +SIZE (rust/crates/indexmap-1.6.1.tar.gz) = 49644 SHA256 (rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484 SIZE (rust/crates/itertools-0.8.2.tar.gz) = 89203 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 -SHA256 (rust/crates/kamadak-exif-0.5.2.tar.gz) = 524f22a6373f7d4f4e7caa44d54efbaf1e92c09d41f38647db2784ebce610aa8 -SIZE (rust/crates/kamadak-exif-0.5.2.tar.gz) = 49475 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 +SHA256 (rust/crates/kamadak-exif-0.5.3.tar.gz) = c239168b16a336b3e279932902c5e74036601a483f9c1bcc3491af02b60c51e3 +SIZE (rust/crates/kamadak-exif-0.5.3.tar.gz) = 49570 SHA256 (rust/crates/keccak-0.1.0.tar.gz) = 67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7 SIZE (rust/crates/keccak-0.1.0.tar.gz) = 5849 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.80.tar.gz) = 4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614 -SIZE (rust/crates/libc-0.2.80.tar.gz) = 513503 +SHA256 (rust/crates/libc-0.2.87.tar.gz) = 265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213 +SIZE (rust/crates/libc-0.2.87.tar.gz) = 513713 SHA256 (rust/crates/lock_api-0.3.4.tar.gz) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75 SIZE (rust/crates/lock_api-0.3.4.tar.gz) = 18750 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/lscolors-0.7.1.tar.gz) = d24b894c45c9da468621cdd615a5a79ee5e5523dd4f75c76ebc03d458940c16e SIZE (rust/crates/lscolors-0.7.1.tar.gz) = 17986 -SHA256 (rust/crates/matroska-0.5.4.tar.gz) = 65a6a6a59e8ee8d081684c8e8d1f185bfa7888011b53a85f9e625818ecb70838 -SIZE (rust/crates/matroska-0.5.4.tar.gz) = 13364 +SHA256 (rust/crates/matroska-0.5.5.tar.gz) = e5ca9fc05d566a45f61b7df39c02ca4a685bfba9e7f8c1d85ea7fca4fd01c172 +SIZE (rust/crates/matroska-0.5.5.tar.gz) = 13352 SHA256 (rust/crates/memchr-1.0.2.tar.gz) = 148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a SIZE (rust/crates/memchr-1.0.2.tar.gz) = 8639 SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 @@ -109,8 +115,8 @@ SHA256 (rust/crates/miniz_oxide-0.3.7.tar.gz) = 791daa SIZE (rust/crates/miniz_oxide-0.3.7.tar.gz) = 44996 SHA256 (rust/crates/mp3-metadata-0.3.3.tar.gz) = eb969bc3573726b0bf60238d5d70f1aa6cc0f9e87f8db3e047b8309317319699 SIZE (rust/crates/mp3-metadata-0.3.3.tar.gz) = 410443 -SHA256 (rust/crates/mp4parse-0.11.4.tar.gz) = b8e39eeb4ea4216a6d4debc766f92666c267e09cfe98dfa0e5f0bdf223a0a84f -SIZE (rust/crates/mp4parse-0.11.4.tar.gz) = 43270 +SHA256 (rust/crates/mp4parse-0.11.5.tar.gz) = d39b95509eef169a7e7e144074d937a34147314fea16a551f1385de1b29c93f3 +SIZE (rust/crates/mp4parse-0.11.5.tar.gz) = 267470 SHA256 (rust/crates/mutate_once-0.1.1.tar.gz) = 16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b SIZE (rust/crates/mutate_once-0.1.1.tar.gz) = 4276 SHA256 (rust/crates/nom-3.2.1.tar.gz) = 05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b @@ -121,6 +127,8 @@ SHA256 (rust/crates/num-traits-0.2.14.tar.gz) = 9a64b1 SIZE (rust/crates/num-traits-0.2.14.tar.gz) = 45476 SHA256 (rust/crates/ole32-sys-0.2.0.tar.gz) = 5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c SIZE (rust/crates/ole32-sys-0.2.0.tar.gz) = 4227 +SHA256 (rust/crates/once_cell-1.7.1.tar.gz) = ea78b9742c52ac729753c1590e9adc5248ea9bdaf974597efd46c74cfaa5fb54 +SIZE (rust/crates/once_cell-1.7.1.tar.gz) = 28122 SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 SHA256 (rust/crates/parking_lot-0.10.2.tar.gz) = d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e @@ -145,66 +153,76 @@ SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = d SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 +SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 +SHA256 (rust/crates/rand_core-0.6.2.tar.gz) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.tar.gz) = 21708 SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 +SHA256 (rust/crates/rand_hc-0.3.0.tar.gz) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.tar.gz) = 11780 SHA256 (rust/crates/rand_pcg-0.2.1.tar.gz) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.tar.gz) = 11291 SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/regex-1.4.2.tar.gz) = 38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c -SIZE (rust/crates/regex-1.4.2.tar.gz) = 236931 +SHA256 (rust/crates/regex-1.4.3.tar.gz) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a +SIZE (rust/crates/regex-1.4.3.tar.gz) = 237273 SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.21.tar.gz) = 3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189 -SIZE (rust/crates/regex-syntax-0.6.21.tar.gz) = 293572 +SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 +SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 SHA256 (rust/crates/scanlex-0.1.4.tar.gz) = 088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db SIZE (rust/crates/scanlex-0.1.4.tar.gz) = 10496 SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a -SIZE (rust/crates/serde-1.0.117.tar.gz) = 74505 -SHA256 (rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e -SIZE (rust/crates/serde_derive-1.0.117.tar.gz) = 50712 -SHA256 (rust/crates/serde_json-1.0.59.tar.gz) = dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95 -SIZE (rust/crates/serde_json-1.0.59.tar.gz) = 114956 -SHA256 (rust/crates/sha-1-0.9.2.tar.gz) = ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c -SIZE (rust/crates/sha-1-0.9.2.tar.gz) = 13581 -SHA256 (rust/crates/sha2-0.9.2.tar.gz) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 -SIZE (rust/crates/sha2-0.9.2.tar.gz) = 19665 +SHA256 (rust/crates/serde-1.0.123.tar.gz) = 92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae +SIZE (rust/crates/serde-1.0.123.tar.gz) = 74379 +SHA256 (rust/crates/serde_derive-1.0.123.tar.gz) = 9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31 +SIZE (rust/crates/serde_derive-1.0.123.tar.gz) = 54122 +SHA256 (rust/crates/serde_json-1.0.64.tar.gz) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.tar.gz) = 115138 +SHA256 (rust/crates/sha-1-0.9.4.tar.gz) = dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f +SIZE (rust/crates/sha-1-0.9.4.tar.gz) = 13724 +SHA256 (rust/crates/sha2-0.9.3.tar.gz) = fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de +SIZE (rust/crates/sha2-0.9.3.tar.gz) = 19649 SHA256 (rust/crates/sha3-0.9.1.tar.gz) = f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809 SIZE (rust/crates/sha3-0.9.1.tar.gz) = 523403 SHA256 (rust/crates/shell32-sys-0.1.2.tar.gz) = 9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c SIZE (rust/crates/shell32-sys-0.1.2.tar.gz) = 6204 SHA256 (rust/crates/siphasher-0.3.3.tar.gz) = fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7 SIZE (rust/crates/siphasher-0.3.3.tar.gz) = 9458 -SHA256 (rust/crates/smallvec-1.5.0.tar.gz) = 7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85 -SIZE (rust/crates/smallvec-1.5.0.tar.gz) = 26303 +SHA256 (rust/crates/smallvec-1.6.1.tar.gz) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.tar.gz) = 26444 SHA256 (rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.tar.gz) = 18480 -SHA256 (rust/crates/syn-1.0.48.tar.gz) = cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac -SIZE (rust/crates/syn-1.0.48.tar.gz) = 225747 +SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 +SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 +SHA256 (rust/crates/termcolor-1.1.2.tar.gz) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 +SIZE (rust/crates/termcolor-1.1.2.tar.gz) = 17287 SHA256 (rust/crates/text_io-0.1.8.tar.gz) = 6cb170b4f47dc48835fbc56259c12d8963e542b05a24be2e3a1f5a6c320fd2d4 SIZE (rust/crates/text_io-0.1.8.tar.gz) = 6349 -SHA256 (rust/crates/thiserror-1.0.22.tar.gz) = 0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e -SIZE (rust/crates/thiserror-1.0.22.tar.gz) = 16603 -SHA256 (rust/crates/thiserror-impl-1.0.22.tar.gz) = 9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56 -SIZE (rust/crates/thiserror-impl-1.0.22.tar.gz) = 13289 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/time-0.1.44.tar.gz) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 -SIZE (rust/crates/time-0.1.44.tar.gz) = 28885 -SHA256 (rust/crates/toml-0.5.7.tar.gz) = 75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645 -SIZE (rust/crates/toml-0.5.7.tar.gz) = 54372 +SHA256 (rust/crates/thiserror-1.0.24.tar.gz) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e +SIZE (rust/crates/thiserror-1.0.24.tar.gz) = 16580 +SHA256 (rust/crates/thiserror-impl-1.0.24.tar.gz) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 +SIZE (rust/crates/thiserror-impl-1.0.24.tar.gz) = 13361 +SHA256 (rust/crates/thread_local-1.1.3.tar.gz) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.tar.gz) = 13111 +SHA256 (rust/crates/time-0.1.43.tar.gz) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 +SIZE (rust/crates/time-0.1.43.tar.gz) = 28653 +SHA256 (rust/crates/toml-0.5.8.tar.gz) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa +SIZE (rust/crates/toml-0.5.8.tar.gz) = 54219 SHA256 (rust/crates/tree_magic-0.2.3.tar.gz) = b1d99367ce3e553a84738f73bd626ccca541ef90ae757fdcdc4cbe728e6cb629 SIZE (rust/crates/tree_magic-0.2.3.tar.gz) = 38389 SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 @@ -219,8 +237,8 @@ SHA256 (rust/crates/wana_kana-2.0.1.tar.gz) = 737522ce SIZE (rust/crates/wana_kana-2.0.1.tar.gz) = 57706 SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f -SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 26964 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.tar.gz) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.tar.gz) = 27505 SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -229,13 +247,15 @@ SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315 SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/xattr-0.2.2.tar.gz) = 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c SIZE (rust/crates/xattr-0.2.2.tar.gz) = 11750 SHA256 (rust/crates/xdg-2.2.0.tar.gz) = d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57 SIZE (rust/crates/xdg-2.2.0.tar.gz) = 13387 -SHA256 (rust/crates/zip-0.5.8.tar.gz) = 543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124 -SIZE (rust/crates/zip-0.5.8.tar.gz) = 41175 -SHA256 (jhspetersson-fselect-0.7.2_GH0.tar.gz) = 8b2cbf8aff709ffcab49ed59330655669ab185a524e89a101141d80cc025063b -SIZE (jhspetersson-fselect-0.7.2_GH0.tar.gz) = 60958 +SHA256 (rust/crates/zip-0.5.11.tar.gz) = 8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6 +SIZE (rust/crates/zip-0.5.11.tar.gz) = 43958 +SHA256 (jhspetersson-fselect-0.7.3_GH0.tar.gz) = 87cb934e644a30e4b53fdab322bac64b3e544090f62cd2a779db16a3e68469bc +SIZE (jhspetersson-fselect-0.7.3_GH0.tar.gz) = 62598 From owner-svn-ports-all@freebsd.org Mon Mar 8 20:54:30 2021 Return-Path: Delivered-To: svn-ports-all@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 6597C557F33; Mon, 8 Mar 2021 20:54:30 +0000 (UTC) (envelope-from lcook@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 4DvVvV2SM6z3kMJ; Mon, 8 Mar 2021 20:54:30 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 461557CA9; Mon, 8 Mar 2021 20:54:30 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128KsUlY089479; Mon, 8 Mar 2021 20:54:30 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128KsTBV089477; Mon, 8 Mar 2021 20:54:29 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103082054.128KsTBV089477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Mon, 8 Mar 2021 20:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567870 - head/textproc/dasel X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/textproc/dasel X-SVN-Commit-Revision: 567870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 20:54:30 -0000 Author: lcook Date: Mon Mar 8 20:54:29 2021 New Revision: 567870 URL: https://svnweb.freebsd.org/changeset/ports/567870 Log: textproc/dasel: Update to 1.13.3 Changes: https://github.com/TomWright/dasel/releases/tag/v1.13.3 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29119 Modified: head/textproc/dasel/Makefile head/textproc/dasel/distinfo Modified: head/textproc/dasel/Makefile ============================================================================== --- head/textproc/dasel/Makefile Mon Mar 8 20:53:41 2021 (r567869) +++ head/textproc/dasel/Makefile Mon Mar 8 20:54:29 2021 (r567870) @@ -2,7 +2,7 @@ PORTNAME= dasel DISTVERSIONPREFIX= v -DISTVERSION= 1.13.2 +DISTVERSION= 1.13.3 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org Modified: head/textproc/dasel/distinfo ============================================================================== --- head/textproc/dasel/distinfo Mon Mar 8 20:53:41 2021 (r567869) +++ head/textproc/dasel/distinfo Mon Mar 8 20:54:29 2021 (r567870) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614958084 -SHA256 (tomwright-dasel-v1.13.2_GH0.tar.gz) = d708ef6868e5896949d06f6519684d3c6793010768e9eaef291e15baefbc7744 -SIZE (tomwright-dasel-v1.13.2_GH0.tar.gz) = 2923782 +TIMESTAMP = 1615147054 +SHA256 (tomwright-dasel-v1.13.3_GH0.tar.gz) = 0e57c8ef0bf8a2be05a2a84c5c46d1e349f2b22d7909149a93ecc27a9eb4b52b +SIZE (tomwright-dasel-v1.13.3_GH0.tar.gz) = 2913374 SHA256 (clbanning-mxj-e937bdee5a3e_GH0.tar.gz) = dbf6c8c7110b9bffc4dec175aac439b1d25120f1002e656d0d030d3ddf57abdd SIZE (clbanning-mxj-e937bdee5a3e_GH0.tar.gz) = 1096313 SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff From owner-svn-ports-all@freebsd.org Mon Mar 8 20:55:26 2021 Return-Path: Delivered-To: svn-ports-all@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 418B1557AED; Mon, 8 Mar 2021 20:55:26 +0000 (UTC) (envelope-from lcook@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 4DvVwZ1QMBz3kkB; Mon, 8 Mar 2021 20:55:26 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 236B17CAB; Mon, 8 Mar 2021 20:55:26 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128KtQTW089640; Mon, 8 Mar 2021 20:55:26 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128KtP74089638; Mon, 8 Mar 2021 20:55:25 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103082055.128KtP74089638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Mon, 8 Mar 2021 20:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567871 - head/devel/sentry-cli X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/devel/sentry-cli X-SVN-Commit-Revision: 567871 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 20:55:26 -0000 Author: lcook Date: Mon Mar 8 20:55:25 2021 New Revision: 567871 URL: https://svnweb.freebsd.org/changeset/ports/567871 Log: devel/sentry-cli: Update to 1.63.1 Changes: https://github.com/getsentry/sentry-cli/releases/tag/1.63.1 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29118 Modified: head/devel/sentry-cli/Makefile head/devel/sentry-cli/distinfo Modified: head/devel/sentry-cli/Makefile ============================================================================== --- head/devel/sentry-cli/Makefile Mon Mar 8 20:54:29 2021 (r567870) +++ head/devel/sentry-cli/Makefile Mon Mar 8 20:55:25 2021 (r567871) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sentry-cli -DISTVERSION= 1.62.0 +DISTVERSION= 1.63.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -236,7 +236,9 @@ CARGO_CRATES= addr2line-0.14.0 \ scroll_derive-0.9.5 \ scroll_derive-0.10.4 \ semver-0.9.0 \ + semver-0.11.0 \ semver-parser-0.7.0 \ + semver-parser-0.10.2 \ sentry-0.18.1 \ sentry-types-0.14.1 \ serde-1.0.118 \ @@ -257,9 +259,9 @@ CARGO_CRATES= addr2line-0.14.0 \ stable_deref_trait-1.2.0 \ string_cache-0.8.1 \ strsim-0.8.0 \ - symbolic-8.0.3 \ - symbolic-common-8.0.3 \ - symbolic-debuginfo-8.0.3 \ + symbolic-8.0.5 \ + symbolic-common-8.0.5 \ + symbolic-debuginfo-8.0.5 \ syn-0.15.44 \ syn-1.0.54 \ synstructure-0.12.4 \ Modified: head/devel/sentry-cli/distinfo ============================================================================== --- head/devel/sentry-cli/distinfo Mon Mar 8 20:54:29 2021 (r567870) +++ head/devel/sentry-cli/distinfo Mon Mar 8 20:55:25 2021 (r567871) @@ -1,4 +1,4 @@ -TIMESTAMP = 1613339456 +TIMESTAMP = 1615137046 SHA256 (rust/crates/addr2line-0.14.0.tar.gz) = 7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423 SIZE (rust/crates/addr2line-0.14.0.tar.gz) = 30065 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e @@ -437,8 +437,12 @@ SHA256 (rust/crates/scroll_derive-0.10.4.tar.gz) = b12 SIZE (rust/crates/scroll_derive-0.10.4.tar.gz) = 5685 SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 +SHA256 (rust/crates/semver-0.11.0.tar.gz) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 +SIZE (rust/crates/semver-0.11.0.tar.gz) = 20826 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 +SHA256 (rust/crates/semver-parser-0.10.2.tar.gz) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.tar.gz) = 23176 SHA256 (rust/crates/sentry-0.18.1.tar.gz) = 8b01b723fc1b0a0f9394ca1a8451daec6e20206d47f96c3dceea7fd11ec9eec0 SIZE (rust/crates/sentry-0.18.1.tar.gz) = 64725 SHA256 (rust/crates/sentry-types-0.14.1.tar.gz) = 12ec406c11c060c8a7d5d67fc6f4beb2888338dcb12b9af409451995f124749d @@ -479,12 +483,12 @@ SHA256 (rust/crates/string_cache-0.8.1.tar.gz) = 8ddb1 SIZE (rust/crates/string_cache-0.8.1.tar.gz) = 14423 SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/symbolic-8.0.3.tar.gz) = 85aebf804f94f296b3324ccd89c96d68ba8d51451138cf12a47efd3c222470fb -SIZE (rust/crates/symbolic-8.0.3.tar.gz) = 2871 -SHA256 (rust/crates/symbolic-common-8.0.3.tar.gz) = 51f0207497ae35f612cda9567980b25460286fb942575f0af3cbcef69f519c64 -SIZE (rust/crates/symbolic-common-8.0.3.tar.gz) = 23327 -SHA256 (rust/crates/symbolic-debuginfo-8.0.3.tar.gz) = 6012a2fc6ed150ce4805ec9e23731482aa56232eef082cdb4a94b23962c43484 -SIZE (rust/crates/symbolic-debuginfo-8.0.3.tar.gz) = 66988 +SHA256 (rust/crates/symbolic-8.0.5.tar.gz) = dfab5df108a9a21a1a34b44da7480d0caf0ec00fb8b0a1bf988aa4cf1fa9566b +SIZE (rust/crates/symbolic-8.0.5.tar.gz) = 2853 +SHA256 (rust/crates/symbolic-common-8.0.5.tar.gz) = 7bf72c81c56cf2b1cba4c43f0ccf74da2354b503efa9fdf38119e955af38a17c +SIZE (rust/crates/symbolic-common-8.0.5.tar.gz) = 23362 +SHA256 (rust/crates/symbolic-debuginfo-8.0.5.tar.gz) = cbd9fc3ce8411bae7a1f9a7ebc8dcc1cda87c0dabe8760214704a1b0d36d7330 +SIZE (rust/crates/symbolic-debuginfo-8.0.5.tar.gz) = 67327 SHA256 (rust/crates/syn-0.15.44.tar.gz) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5 SIZE (rust/crates/syn-0.15.44.tar.gz) = 184212 SHA256 (rust/crates/syn-1.0.54.tar.gz) = 9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44 @@ -585,5 +589,5 @@ SHA256 (rust/crates/yaml-rust-0.4.4.tar.gz) = 39f0c922 SIZE (rust/crates/yaml-rust-0.4.4.tar.gz) = 48359 SHA256 (rust/crates/zip-0.5.6.tar.gz) = 58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d SIZE (rust/crates/zip-0.5.6.tar.gz) = 33064 -SHA256 (getsentry-sentry-cli-1.62.0_GH0.tar.gz) = 52369dbd096563083b3d855d0750796d8935933ef169f83b03c0bb1e0f30eedd -SIZE (getsentry-sentry-cli-1.62.0_GH0.tar.gz) = 237356 +SHA256 (getsentry-sentry-cli-1.63.1_GH0.tar.gz) = 26e3d95810e5b9dfe22848e960e8d1938501b91ca90b18d869a2954eccda80d3 +SIZE (getsentry-sentry-cli-1.63.1_GH0.tar.gz) = 237903 From owner-svn-ports-all@freebsd.org Mon Mar 8 21:01:44 2021 Return-Path: Delivered-To: svn-ports-all@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 5E5A4558507; Mon, 8 Mar 2021 21:01:44 +0000 (UTC) (envelope-from brooks@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 4DvW3r0rnjz3lY4; Mon, 8 Mar 2021 21:01:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04A687CC4; Mon, 8 Mar 2021 21:01:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128L1hJH095020; Mon, 8 Mar 2021 21:01:43 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128L1g3x095012; Mon, 8 Mar 2021 21:01:42 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202103082101.128L1g3x095012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 8 Mar 2021 21:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567872 - in head/devel/llvm-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel/llvm-devel: . files X-SVN-Commit-Revision: 567872 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 21:01:44 -0000 Author: brooks Date: Mon Mar 8 21:01:41 2021 New Revision: 567872 URL: https://svnweb.freebsd.org/changeset/ports/567872 Log: Update to a new snapshot (now on the 13.0.0 line). Disable LLDB docs due to build issues. Reduce dependencies in core LLVM and Clang bits. Sponsored by: DARPA Added: head/devel/llvm-devel/files/patch-lldb_CMakeLists.txt (contents, props changed) head/devel/llvm-devel/files/patch-lldb_docs_conf.py - copied, changed from r567871, head/devel/llvm-devel/files/patch-tools_lldb_docs_conf.py Deleted: head/devel/llvm-devel/files/patch-flang_tools_f18_flang.sh.in head/devel/llvm-devel/files/patch-llvm-build_llvmbuild_main.py head/devel/llvm-devel/files/patch-tools_lldb_docs_conf.py Modified: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.COMMANDS head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/gen-Makefile.snapshot.sh head/devel/llvm-devel/files/patch-cmake_modules_AddSphinxTarget.cmake head/devel/llvm-devel/pkg-plist Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/Makefile Mon Mar 8 21:01:41 2021 (r567872) @@ -25,12 +25,12 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} BUILD_DEPENDS= -USES= cmake compiler:c++11-lib libedit perl5 \ - shebangfix +USES= cmake compiler:c++11-lib shebangfix USE_LDCONFIG= ${LLVM_PREFIX}/lib _USES_PYTHON?= python:build,3.6+ USES+= ${_USES_PYTHON} -SHEBANG_FILES= llvm/utils/lit/lit.py \ +SHEBANG_FILES= flang/tools/f18/flang \ + llvm/utils/lit/lit.py \ llvm/utils/llvm-lit/llvm-lit.in \ llvm/tools/opt-viewer/optrecord.py \ llvm/tools/opt-viewer/opt-diff.py \ @@ -53,6 +53,8 @@ CMAKE_ARGS+= -DLLVM_HOST_TRIPLE=${CONFIGURE_TARGET} CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH="share/man" CMAKE_ARGS+= -DLLVM_PARALLEL_LINK_JOBS=1 CMAKE_ARGS+= -DLLVM_ENABLE_Z3_SOLVER=OFF +CMAKE_ARGS+= -DLLVM_ENABLE_LIBXML2=OFF +CMAKE_ARGS+= -DLLVM_ENABLE_LIBEDIT=OFF CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD} \ -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDEDIR} \ -DPYTHON_LIBRARY=${LOCALBASE}/lib/lib${PYTHON_VERSION}m.so @@ -85,6 +87,7 @@ OPTIONS_SUB= yes LIB_DEPENDS= PLIST_DIRS= PLIST_FILES= +PLIST_SUB_SED_EXCLUDE_VAL= lib "3.0.0" CLANG_DESC= Build clang CLANG_CONFLICTS_INSTALL= clang-devel-3.[1234567]* @@ -98,8 +101,12 @@ CLANG_SUB_LIST= XCC=clang${LLVM_SUFFIX} \ XCPP=clang-cpp${LLVM_SUFFIX} \ XLD=ld.lld${LLVM_SUFFIX} \ X_COMPILER_TYPE=clang -CLANG_USE= GNOME=libxml2 +CLANG_USES= perl5 +CLANG_USE= PERL5=run COMPILER_RT_DESC= Sanitizer libraries +# An unwind.h is require to build. I think an in-tree one should be used +# but this seems to work as a workaround... +COMPILER_RT_BUILD_DEPENDS= libunwind>0:devel/libunwind COMPILER_RT_IMPLIES= CLANG COMPILER_RT_PLIST_FILES=${_COMPILER_RT_LIBS:S|^|${_CRTLIBDIR}/|} \ ${_COMPILER_RT_BLACKLISTS:S|^|${_CRTBLDIR}/|} @@ -127,13 +134,15 @@ LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG -LLDB_PORTDOCS= lldb -LLDB_USES= lua +LLDB_USES= lua:53 libedit +LLDB_USE= GNOME=libxml2 LLDB_VARS= _USES_PYTHON=python:3.6+ MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_PORTDOCS= openmp OPENMP_CONFLICTS_INSTALL= libiomp5-devel-* +OPENMP_USES= perl5 +OPENMP_USE= PERL5=build GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils @@ -152,7 +161,6 @@ MAN1SRCS+= bugpoint.1 \ llvm-ar.1 \ llvm-as.1 \ llvm-bcanalyzer.1 \ - llvm-build.1 \ llvm-config.1 \ llvm-cov.1 \ llvm-cxxfilt.1 \ @@ -174,6 +182,7 @@ MAN1SRCS+= bugpoint.1 \ llvm-objdump.1 \ llvm-pdbutil.1 \ llvm-profdata.1 \ + llvm-profgen.1 \ llvm-ranlib.1 \ llvm-readelf.1 \ llvm-readobj.1 \ @@ -183,7 +192,7 @@ MAN1SRCS+= bugpoint.1 \ llvm-strip.1 \ llvm-symbolizer.1 \ opt.1 \ - tblgen.1 + xxx-tblgen.1 STRIP_LIBS= BugpointPasses.so \ LLVMHello.so \ @@ -280,7 +289,6 @@ PORTDOCS+= lld .if ${PORT_OPTIONS:MLLDB} LLVM_ENABLE_PROJECTS+= lldb COMMANDS+= ${LLDB_COMMANDS} -MAN1SRCS+= lldb.1 .endif .if ${PORT_OPTIONS:MMLIR} Modified: head/devel/llvm-devel/Makefile.COMMANDS ============================================================================== --- head/devel/llvm-devel/Makefile.COMMANDS Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/Makefile.COMMANDS Mon Mar 8 21:01:41 2021 (r567872) @@ -41,6 +41,7 @@ LLVM_COMMANDS= \ llvm-opt-report \ llvm-pdbutil \ llvm-profdata \ + llvm-profgen \ llvm-ranlib \ llvm-rc \ llvm-readelf \ @@ -94,6 +95,7 @@ EXTRAS_COMMANDS= \ FLANG_COMMANDS= \ f18 \ f18-parse-demo \ + fir-opt \ flang \ tco @@ -105,6 +107,8 @@ LIT_COMMANDS= \ LLD_COMMANDS= \ ld.lld \ ld64.lld \ + ld64.lld.darwinnew \ + ld64.lld.darwinold \ lld \ lld-link \ wasm-ld Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/Makefile.snapshot Mon Mar 8 21:01:41 2021 (r567872) @@ -4,8 +4,8 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 12 +LLVM_MAJOR= 13 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20201027 +SNAPDATE= 20210308 -LLVM_PROJECT_COMMIT= 64d3ed304fe7aa7c4d753da70beaff9f23c4896b +LLVM_PROJECT_COMMIT= 7cdcb4a3b98004e5003ef0cfc748aaf30e8a7cfa Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/distinfo Mon Mar 8 21:01:41 2021 (r567872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603822598 -SHA256 (llvm-llvm-project-12.0.d20201027-64d3ed304fe7aa7c4d753da70beaff9f23c4896b_GH0.tar.gz) = 95ab66dc6373730a59d25ad5f213952aa9edb76c3e0367d24d2e70debc2b6d5c -SIZE (llvm-llvm-project-12.0.d20201027-64d3ed304fe7aa7c4d753da70beaff9f23c4896b_GH0.tar.gz) = 128155206 +TIMESTAMP = 1615229684 +SHA256 (llvm-llvm-project-13.0.d20210308-7cdcb4a3b98004e5003ef0cfc748aaf30e8a7cfa_GH0.tar.gz) = 092d4968061e17c15a8944635045846cd84bb4b80fa2b8edbd786859c6d266db +SIZE (llvm-llvm-project-13.0.d20210308-7cdcb4a3b98004e5003ef0cfc748aaf30e8a7cfa_GH0.tar.gz) = 134985877 Modified: head/devel/llvm-devel/files/gen-Makefile.snapshot.sh ============================================================================== --- head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/files/gen-Makefile.snapshot.sh Mon Mar 8 21:01:41 2021 (r567872) @@ -6,7 +6,7 @@ get_repo_sha() { - curl https://api.github.com/repos/llvm/$1/branches/master | \ + curl https://api.github.com/repos/llvm/$1/branches/main | \ jq -r '.commit.sha' } @@ -17,7 +17,7 @@ cat < Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 12 +LLVM_MAJOR= 13 LLVM_RELEASE= \${LLVM_MAJOR}.0.0 SNAPDATE= $(date +%Y%m%d) Modified: head/devel/llvm-devel/files/patch-cmake_modules_AddSphinxTarget.cmake ============================================================================== --- head/devel/llvm-devel/files/patch-cmake_modules_AddSphinxTarget.cmake Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/files/patch-cmake_modules_AddSphinxTarget.cmake Mon Mar 8 21:01:41 2021 (r567872) @@ -1,11 +1,11 @@ --- llvm/cmake/modules/AddSphinxTarget.cmake.orig +++ llvm/cmake/modules/AddSphinxTarget.cmake -@@ -29,6 +29,8 @@ +@@ -39,6 +39,8 @@ endif() add_custom_target(${SPHINX_TARGET_NAME} -+ COMMAND ${CMAKE_COMMAND} ++ COMMAND ${CMAKE_COMMAND} + -E make_directory ${SPHINX_BUILD_DIR} - COMMAND ${SPHINX_EXECUTABLE} + COMMAND ${CMAKE_COMMAND} -E env ${ARG_ENV_VARS} + ${SPHINX_EXECUTABLE} -b ${builder} - -d "${SPHINX_DOC_TREE_DIR}" Added: head/devel/llvm-devel/files/patch-lldb_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm-devel/files/patch-lldb_CMakeLists.txt Mon Mar 8 21:01:41 2021 (r567872) @@ -0,0 +1,10 @@ +--- lldb/CMakeLists.txt.orig ++++ lldb/CMakeLists.txt +@@ -73,7 +73,6 @@ + + add_subdirectory(source) + add_subdirectory(tools) +-add_subdirectory(docs) + + if (LLDB_ENABLE_PYTHON) + if(LLDB_BUILD_FRAMEWORK) Copied and modified: head/devel/llvm-devel/files/patch-lldb_docs_conf.py (from r567871, head/devel/llvm-devel/files/patch-tools_lldb_docs_conf.py) ============================================================================== --- head/devel/llvm-devel/files/patch-tools_lldb_docs_conf.py Mon Mar 8 20:55:25 2021 (r567871, copy source) +++ head/devel/llvm-devel/files/patch-lldb_docs_conf.py Mon Mar 8 21:01:41 2021 (r567872) @@ -1,15 +1,10 @@ --- lldb/docs/conf.py.orig +++ lldb/docs/conf.py -@@ -97,9 +97,9 @@ - # Theme options are theme-specific and customize the look and feel of a theme +@@ -130,7 +130,6 @@ # further. For a list of options available for each theme, see the # documentation. --html_theme_options = { -- 'font_size': '11pt' --} -+#html_theme_options = { -+# 'font_size': '11pt' -+#} - - # Add any paths that contain custom themes here, relative to this directory. - #html_theme_path = [] + html_theme_options = { +- 'font_size': '11pt', + # Don't generate any links to GitHub. + 'github_button' : 'false', + } Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Mon Mar 8 20:55:25 2021 (r567871) +++ head/devel/llvm-devel/pkg-plist Mon Mar 8 21:01:41 2021 (r567872) @@ -40,6 +40,7 @@ bin/llvm-objdump-devel bin/llvm-opt-report-devel bin/llvm-pdbutil-devel bin/llvm-profdata-devel +bin/llvm-profgen-devel bin/llvm-ranlib-devel bin/llvm-rc-devel bin/llvm-readelf-devel @@ -87,10 +88,13 @@ bin/split-file-devel %%EXTRAS%%bin/pp-trace-devel %%FLANG%%bin/f18-devel %%FLANG%%bin/f18-parse-demo-devel +%%FLANG%%bin/fir-opt-devel %%FLANG%%bin/flang-devel %%FLANG%%bin/tco-devel %%LLD%%bin/ld.lld-devel %%LLD%%bin/ld64.lld-devel +%%LLD%%bin/ld64.lld.darwinnew-devel +%%LLD%%bin/ld64.lld.darwinold-devel %%LLD%%bin/lld-devel %%LLD%%bin/lld-link-devel %%LLD%%bin/wasm-ld-devel @@ -157,12 +161,15 @@ llvm-devel/bin/dsymutil %%FLANG%%llvm-devel/bin/f18 %%FLANG%%llvm-devel/bin/f18-parse-demo %%EXTRAS%%llvm-devel/bin/find-all-symbols +%%FLANG%%llvm-devel/bin/fir-opt %%FLANG%%llvm-devel/bin/flang %%CLANG%%llvm-devel/bin/git-clang-format %%CLANG%%llvm-devel/bin/hmaptool %%LLD%%llvm-devel/bin/ld %%LLD%%llvm-devel/bin/ld.lld %%LLD%%llvm-devel/bin/ld64.lld +%%LLD%%llvm-devel/bin/ld64.lld.darwinnew +%%LLD%%llvm-devel/bin/ld64.lld.darwinold llvm-devel/bin/llc %%LLD%%llvm-devel/bin/lld %%LLD%%llvm-devel/bin/lld-link @@ -215,6 +222,7 @@ llvm-devel/bin/llvm-objdump llvm-devel/bin/llvm-opt-report llvm-devel/bin/llvm-pdbutil llvm-devel/bin/llvm-profdata +llvm-devel/bin/llvm-profgen llvm-devel/bin/llvm-ranlib llvm-devel/bin/llvm-rc llvm-devel/bin/llvm-readelf @@ -232,6 +240,7 @@ llvm-devel/bin/llvm-undname llvm-devel/bin/llvm-xray %%MLIR%%llvm-devel/bin/mlir-cpu-runner %%MLIR%%llvm-devel/bin/mlir-linalg-ods-gen +%%MLIR%%llvm-devel/bin/mlir-linalg-ods-yaml-gen %%MLIR%%llvm-devel/bin/mlir-opt %%MLIR%%llvm-devel/bin/mlir-reduce %%MLIR%%llvm-devel/bin/mlir-tblgen @@ -239,6 +248,7 @@ llvm-devel/bin/llvm-xray %%EXTRAS%%llvm-devel/bin/modularize llvm-devel/bin/opt %%EXTRAS%%llvm-devel/bin/pp-trace +%%EXTRAS%%llvm-devel/bin/run-clang-tidy llvm-devel/bin/sancov llvm-devel/bin/sanstats %%CLANG%%llvm-devel/bin/scan-build @@ -287,6 +297,8 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/abseil/TimeComparisonCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/abseil/TimeSubtractionCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/abseil/UpgradeDurationConversionsCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/altera/KernelNameRestrictionCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/altera/SingleWorkItemBarrierCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/altera/StructPackAlignCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/android/CloexecAccept4Check.h %%EXTRAS%%llvm-devel/include/clang-tidy/android/CloexecAcceptCheck.h @@ -335,6 +347,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/PosixReturnCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/RedundantBranchConditionCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/ReservedIdentifierCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/SignalHandlerCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/SignedCharMisuseCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/SizeofContainerCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/SizeofExpressionCheck.h @@ -373,6 +386,8 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/cert/StrToNumCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/ThrownExceptionTypeCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cert/VariadicFunctionDefCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/concurrency/MtUnsafeCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/AvoidGotoCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/InitVariablesCheck.h @@ -499,6 +514,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/performance/MoveConstArgCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/MoveConstructorInitCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/NoAutomaticMoveCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/performance/NoIntToPtrCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/NoexceptMoveConstructorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/TriviallyDestructibleCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/TypePromotionInMathFnCheck.h @@ -565,6 +581,8 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/utils/TypeTraits.h %%EXTRAS%%llvm-devel/include/clang-tidy/utils/UsingInserter.h %%EXTRAS%%llvm-devel/include/clang-tidy/zircon/TemporaryObjectsCheck.h +%%CLANG%%llvm-devel/include/clang/APINotes/APINotesYAMLCompiler.h +%%CLANG%%llvm-devel/include/clang/APINotes/Types.h %%CLANG%%llvm-devel/include/clang/ARCMigrate/ARCMT.h %%CLANG%%llvm-devel/include/clang/ARCMigrate/ARCMTActions.h %%CLANG%%llvm-devel/include/clang/ARCMigrate/FileRemapper.h @@ -715,6 +733,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/VariantValue.h %%CLANG%%llvm-devel/include/clang/ASTMatchers/GtestMatchers.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h +%%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CalledOnceCheck.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Consumed.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Dominators.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h @@ -743,6 +762,8 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h %%CLANG%%llvm-devel/include/clang/Analysis/FlowSensitive/DataflowValues.h %%CLANG%%llvm-devel/include/clang/Analysis/FlowSensitive/DataflowWorklist.h +%%CLANG%%llvm-devel/include/clang/Analysis/IssueHash.h +%%CLANG%%llvm-devel/include/clang/Analysis/MacroExpansionContext.h %%CLANG%%llvm-devel/include/clang/Analysis/PathDiagnostic.h %%CLANG%%llvm-devel/include/clang/Analysis/ProgramPoint.h %%CLANG%%llvm-devel/include/clang/Analysis/RetainSummaryManager.h @@ -775,6 +796,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNEON.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNVPTX.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsPPC.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsRISCV.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSVE.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSystemZ.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsWebAssembly.def @@ -819,10 +841,12 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerialization.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationKinds.inc +%%CLANG%%llvm-devel/include/clang/Basic/DirectoryEntry.h %%CLANG%%llvm-devel/include/clang/Basic/ExceptionSpecificationType.h %%CLANG%%llvm-devel/include/clang/Basic/ExpressionTraits.h %%CLANG%%llvm-devel/include/clang/Basic/FPOptions.def %%CLANG%%llvm-devel/include/clang/Basic/Features.def +%%CLANG%%llvm-devel/include/clang/Basic/FileEntry.h %%CLANG%%llvm-devel/include/clang/Basic/FileManager.h %%CLANG%%llvm-devel/include/clang/Basic/FileSystemOptions.h %%CLANG%%llvm-devel/include/clang/Basic/FileSystemStatCache.h @@ -838,6 +862,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/MSP430Target.def %%CLANG%%llvm-devel/include/clang/Basic/MacroBuilder.h %%CLANG%%llvm-devel/include/clang/Basic/Module.h +%%CLANG%%llvm-devel/include/clang/Basic/NoSanitizeList.h %%CLANG%%llvm-devel/include/clang/Basic/ObjCRuntime.h %%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensionTypes.def %%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensions.def @@ -848,11 +873,13 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/OperatorKinds.def %%CLANG%%llvm-devel/include/clang/Basic/OperatorKinds.h %%CLANG%%llvm-devel/include/clang/Basic/OperatorPrecedence.h +%%CLANG%%llvm-devel/include/clang/Basic/PPCTypes.def %%CLANG%%llvm-devel/include/clang/Basic/PartialDiagnostic.h %%CLANG%%llvm-devel/include/clang/Basic/PlistSupport.h %%CLANG%%llvm-devel/include/clang/Basic/PragmaKinds.h %%CLANG%%llvm-devel/include/clang/Basic/PrettyStackTrace.h -%%CLANG%%llvm-devel/include/clang/Basic/SanitizerBlacklist.h +%%CLANG%%llvm-devel/include/clang/Basic/ProfileList.h +%%CLANG%%llvm-devel/include/clang/Basic/RISCVVTypes.def %%CLANG%%llvm-devel/include/clang/Basic/SanitizerSpecialCaseList.h %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.def %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.h @@ -1081,7 +1108,6 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/Checker.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/CheckerManager.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h -%%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/IssueHash.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h %%CLANG%%llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h @@ -1179,7 +1205,9 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Tooling/StandaloneExecution.h %%CLANG%%llvm-devel/include/clang/Tooling/Syntax/BuildTree.h %%CLANG%%llvm-devel/include/clang/Tooling/Syntax/Mutations.h +%%CLANG%%llvm-devel/include/clang/Tooling/Syntax/NodeClasses.inc %%CLANG%%llvm-devel/include/clang/Tooling/Syntax/Nodes.h +%%CLANG%%llvm-devel/include/clang/Tooling/Syntax/Nodes.inc %%CLANG%%llvm-devel/include/clang/Tooling/Syntax/Tokens.h %%CLANG%%llvm-devel/include/clang/Tooling/Syntax/Tree.h %%CLANG%%llvm-devel/include/clang/Tooling/ToolExecutorPluginRegistry.h @@ -1241,6 +1269,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Frontend/FrontendAction.h %%FLANG%%llvm-devel/include/flang/Frontend/FrontendActions.h %%FLANG%%llvm-devel/include/flang/Frontend/FrontendOptions.h +%%FLANG%%llvm-devel/include/flang/Frontend/PreprocessorOptions.h %%FLANG%%llvm-devel/include/flang/Frontend/TextDiagnostic.h %%FLANG%%llvm-devel/include/flang/Frontend/TextDiagnosticBuffer.h %%FLANG%%llvm-devel/include/flang/Frontend/TextDiagnosticPrinter.h @@ -1269,10 +1298,15 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CodeGen.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIROps.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIROps.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIROpsSupport.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRType.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRTypes.td +%%FLANG%%llvm-devel/include/flang/Optimizer/Support/FIRContext.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Support/FatalError.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Support/InitFIR.h %%FLANG%%llvm-devel/include/flang/Optimizer/Support/InternalNames.h %%FLANG%%llvm-devel/include/flang/Optimizer/Support/KindMapping.h %%FLANG%%llvm-devel/include/flang/Optimizer/Transforms/Passes.h @@ -1296,6 +1330,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Parser/user-state.h %%FLANG%%llvm-devel/include/flang/Semantics/attr.h %%FLANG%%llvm-devel/include/flang/Semantics/expression.h +%%FLANG%%llvm-devel/include/flang/Semantics/runtime-type-info.h %%FLANG%%llvm-devel/include/flang/Semantics/scope.h %%FLANG%%llvm-devel/include/flang/Semantics/semantics.h %%FLANG%%llvm-devel/include/flang/Semantics/symbol.h @@ -1304,6 +1339,8 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Semantics/unparse-with-symbols.h %%FLANG%%llvm-devel/include/flang/__fortran_builtins.f18.mod %%FLANG%%llvm-devel/include/flang/__fortran_builtins.mod +%%FLANG%%llvm-devel/include/flang/__fortran_type_info.f18.mod +%%FLANG%%llvm-devel/include/flang/__fortran_type_info.mod %%FLANG%%llvm-devel/include/flang/ieee_arithmetic.f18.mod %%FLANG%%llvm-devel/include/flang/ieee_arithmetic.mod %%FLANG%%llvm-devel/include/flang/ieee_exceptions.f18.mod @@ -1450,7 +1487,6 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/AddressRange.h %%LLDB%%llvm-devel/include/lldb/Core/AddressResolver.h %%LLDB%%llvm-devel/include/lldb/Core/AddressResolverFileLine.h -%%LLDB%%llvm-devel/include/lldb/Core/AddressResolverName.h %%LLDB%%llvm-devel/include/lldb/Core/Architecture.h %%LLDB%%llvm-devel/include/lldb/Core/Communication.h %%LLDB%%llvm-devel/include/lldb/Core/Debugger.h @@ -1501,6 +1537,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/ValueObjectMemory.h %%LLDB%%llvm-devel/include/lldb/Core/ValueObjectRegister.h %%LLDB%%llvm-devel/include/lldb/Core/ValueObjectSyntheticFilter.h +%%LLDB%%llvm-devel/include/lldb/Core/ValueObjectUpdater.h %%LLDB%%llvm-devel/include/lldb/Core/ValueObjectVariable.h %%LLDB%%llvm-devel/include/lldb/Core/dwarf.h %%LLDB%%llvm-devel/include/lldb/DataFormatters/CXXFunctionPointer.h @@ -1722,6 +1759,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Target/OperatingSystem.h %%LLDB%%llvm-devel/include/lldb/Target/PathMappingList.h %%LLDB%%llvm-devel/include/lldb/Target/Platform.h +%%LLDB%%llvm-devel/include/lldb/Target/PostMortemProcess.h %%LLDB%%llvm-devel/include/lldb/Target/Process.h %%LLDB%%llvm-devel/include/lldb/Target/ProcessStructReader.h %%LLDB%%llvm-devel/include/lldb/Target/ProcessTrace.h @@ -1780,6 +1818,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Utility/Args.h %%LLDB%%llvm-devel/include/lldb/Utility/Baton.h %%LLDB%%llvm-devel/include/lldb/Utility/Broadcaster.h +%%LLDB%%llvm-devel/include/lldb/Utility/Cloneable.h %%LLDB%%llvm-devel/include/lldb/Utility/CompletionRequest.h %%LLDB%%llvm-devel/include/lldb/Utility/Connection.h %%LLDB%%llvm-devel/include/lldb/Utility/ConstString.h @@ -1801,6 +1840,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Utility/Log.h %%LLDB%%llvm-devel/include/lldb/Utility/Logging.h %%LLDB%%llvm-devel/include/lldb/Utility/NameMatches.h +%%LLDB%%llvm-devel/include/lldb/Utility/OptionDefinition.h %%LLDB%%llvm-devel/include/lldb/Utility/Predicate.h %%LLDB%%llvm-devel/include/lldb/Utility/ProcessInfo.h %%LLDB%%llvm-devel/include/lldb/Utility/RangeMap.h @@ -1863,7 +1903,6 @@ llvm-devel/include/llvm-c/ExternC.h llvm-devel/include/llvm-c/IRReader.h llvm-devel/include/llvm-c/Initialization.h llvm-devel/include/llvm-c/LLJIT.h -llvm-devel/include/llvm-c/LinkTimeOptimizer.h llvm-devel/include/llvm-c/Linker.h llvm-devel/include/llvm-c/Object.h llvm-devel/include/llvm-c/Orc.h @@ -1992,6 +2031,7 @@ llvm-devel/include/llvm/Analysis/CodeMetrics.h llvm-devel/include/llvm/Analysis/ConstantFolding.h llvm-devel/include/llvm/Analysis/ConstraintSystem.h llvm-devel/include/llvm/Analysis/DDG.h +llvm-devel/include/llvm/Analysis/DDGPrinter.h llvm-devel/include/llvm/Analysis/DOTGraphTraitsPass.h llvm-devel/include/llvm/Analysis/Delinearization.h llvm-devel/include/llvm/Analysis/DemandedBits.h @@ -2041,6 +2081,7 @@ llvm-devel/include/llvm/Analysis/LoopPass.h llvm-devel/include/llvm/Analysis/LoopUnrollAnalyzer.h llvm-devel/include/llvm/Analysis/MLInlineAdvisor.h llvm-devel/include/llvm/Analysis/MLModelRunner.h +llvm-devel/include/llvm/Analysis/MemDerefPrinter.h llvm-devel/include/llvm/Analysis/MemoryBuiltins.h llvm-devel/include/llvm/Analysis/MemoryDependenceAnalysis.h llvm-devel/include/llvm/Analysis/MemoryLocation.h @@ -2084,6 +2125,7 @@ llvm-devel/include/llvm/Analysis/TargetTransformInfoIm llvm-devel/include/llvm/Analysis/Trace.h llvm-devel/include/llvm/Analysis/TypeBasedAliasAnalysis.h llvm-devel/include/llvm/Analysis/TypeMetadataUtils.h +llvm-devel/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h llvm-devel/include/llvm/Analysis/Utils/Local.h llvm-devel/include/llvm/Analysis/Utils/TFUtils.h llvm-devel/include/llvm/Analysis/ValueLattice.h @@ -2134,6 +2176,7 @@ llvm-devel/include/llvm/BinaryFormat/WasmTraits.h llvm-devel/include/llvm/BinaryFormat/XCOFF.h llvm-devel/include/llvm/Bitcode/BitcodeAnalyzer.h llvm-devel/include/llvm/Bitcode/BitcodeCommon.h +llvm-devel/include/llvm/Bitcode/BitcodeConvenience.h llvm-devel/include/llvm/Bitcode/BitcodeReader.h llvm-devel/include/llvm/Bitcode/BitcodeWriter.h llvm-devel/include/llvm/Bitcode/BitcodeWriterPass.h @@ -2153,6 +2196,7 @@ llvm-devel/include/llvm/CodeGen/BuiltinGCs.h llvm-devel/include/llvm/CodeGen/CSEConfigBase.h llvm-devel/include/llvm/CodeGen/CalcSpillWeights.h llvm-devel/include/llvm/CodeGen/CallingConvLower.h +llvm-devel/include/llvm/CodeGen/CodeGenPassBuilder.h llvm-devel/include/llvm/CodeGen/CommandFlags.h llvm-devel/include/llvm/CodeGen/CostTable.h llvm-devel/include/llvm/CodeGen/DAGCombine.h @@ -2229,7 +2273,6 @@ llvm-devel/include/llvm/CodeGen/MachORelocation.h llvm-devel/include/llvm/CodeGen/MachineBasicBlock.h llvm-devel/include/llvm/CodeGen/MachineBlockFrequencyInfo.h llvm-devel/include/llvm/CodeGen/MachineBranchProbabilityInfo.h -llvm-devel/include/llvm/CodeGen/MachineCfgTraits.h llvm-devel/include/llvm/CodeGen/MachineCombinerPattern.h llvm-devel/include/llvm/CodeGen/MachineConstantPool.h llvm-devel/include/llvm/CodeGen/MachineDominanceFrontier.h @@ -2251,6 +2294,7 @@ llvm-devel/include/llvm/CodeGen/MachineOperand.h llvm-devel/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h llvm-devel/include/llvm/CodeGen/MachineOutliner.h llvm-devel/include/llvm/CodeGen/MachinePassManager.h +llvm-devel/include/llvm/CodeGen/MachinePassRegistry.def llvm-devel/include/llvm/CodeGen/MachinePassRegistry.h llvm-devel/include/llvm/CodeGen/MachinePipeliner.h llvm-devel/include/llvm/CodeGen/MachinePostDominators.h @@ -2286,6 +2330,7 @@ llvm-devel/include/llvm/CodeGen/RegisterClassInfo.h llvm-devel/include/llvm/CodeGen/RegisterPressure.h llvm-devel/include/llvm/CodeGen/RegisterScavenging.h llvm-devel/include/llvm/CodeGen/RegisterUsageInfo.h +llvm-devel/include/llvm/CodeGen/ReplaceWithVeclib.h llvm-devel/include/llvm/CodeGen/ResourcePriorityQueue.h llvm-devel/include/llvm/CodeGen/RuntimeLibcalls.h llvm-devel/include/llvm/CodeGen/SDNodeProperties.td @@ -2319,6 +2364,7 @@ llvm-devel/include/llvm/CodeGen/TargetPassConfig.h llvm-devel/include/llvm/CodeGen/TargetRegisterInfo.h llvm-devel/include/llvm/CodeGen/TargetSchedule.h llvm-devel/include/llvm/CodeGen/TargetSubtargetInfo.h +llvm-devel/include/llvm/CodeGen/TileShapeInfo.h llvm-devel/include/llvm/CodeGen/UnreachableBlockElim.h llvm-devel/include/llvm/CodeGen/ValueTypes.h llvm-devel/include/llvm/CodeGen/ValueTypes.td @@ -2501,9 +2547,11 @@ llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnu llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h llvm-devel/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h @@ -2587,6 +2635,7 @@ llvm-devel/include/llvm/ExecutionEngine/JITLink/EHFram llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLink.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h @@ -2598,6 +2647,7 @@ llvm-devel/include/llvm/ExecutionEngine/ObjectCache.h llvm-devel/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/CompileUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/Core.h +llvm-devel/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h llvm-devel/include/llvm/ExecutionEngine/Orc/DebugUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h @@ -2612,20 +2662,28 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/Mangling.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcABISupport.h -llvm-devel/include/llvm/ExecutionEngine/Orc/OrcError.h +llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRPCTargetProcessControl.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h llvm-devel/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h -llvm-devel/include/llvm/ExecutionEngine/Orc/RPC/FDRawByteChannel.h -llvm-devel/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h -llvm-devel/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h -llvm-devel/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h llvm-devel/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/FDRawByteChannel.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/RPCUtils.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/Serialization.h +llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h llvm-devel/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h llvm-devel/include/llvm/ExecutionEngine/Orc/Speculation.h llvm-devel/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TPCDebugObjectRegistrar.h llvm-devel/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TPCEHFrameRegistrar.h llvm-devel/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/OrcRPCTPCServer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h llvm-devel/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h llvm-devel/include/llvm/ExecutionEngine/OrcMCJITReplacement.h @@ -2636,11 +2694,11 @@ llvm-devel/include/llvm/ExecutionEngine/RuntimeDyldChe llvm-devel/include/llvm/ExecutionEngine/SectionMemoryManager.h llvm-devel/include/llvm/FileCheck/FileCheck.h llvm-devel/include/llvm/Frontend/Directive/DirectiveBase.td -llvm-devel/include/llvm/Frontend/OpenACC/ACC.cpp.inc llvm-devel/include/llvm/Frontend/OpenACC/ACC.h.inc +llvm-devel/include/llvm/Frontend/OpenACC/ACC.inc llvm-devel/include/llvm/Frontend/OpenACC/ACC.td -llvm-devel/include/llvm/Frontend/OpenMP/OMP.cpp.inc llvm-devel/include/llvm/Frontend/OpenMP/OMP.h.inc +llvm-devel/include/llvm/Frontend/OpenMP/OMP.inc llvm-devel/include/llvm/Frontend/OpenMP/OMP.td llvm-devel/include/llvm/Frontend/OpenMP/OMPConstants.h llvm-devel/include/llvm/Frontend/OpenMP/OMPContext.h @@ -2656,6 +2714,7 @@ llvm-devel/include/llvm/FuzzMutate/RandomIRBuilder.h llvm-devel/include/llvm/IR/AbstractCallSite.h llvm-devel/include/llvm/IR/Argument.h llvm-devel/include/llvm/IR/AssemblyAnnotationWriter.h +llvm-devel/include/llvm/IR/Assumptions.h llvm-devel/include/llvm/IR/Attributes.h llvm-devel/include/llvm/IR/Attributes.inc llvm-devel/include/llvm/IR/Attributes.td @@ -2730,6 +2789,9 @@ llvm-devel/include/llvm/IR/IntrinsicsRISCV.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.td llvm-devel/include/llvm/IR/IntrinsicsS390.h llvm-devel/include/llvm/IR/IntrinsicsSystemZ.td +llvm-devel/include/llvm/IR/IntrinsicsVE.h +llvm-devel/include/llvm/IR/IntrinsicsVE.td +llvm-devel/include/llvm/IR/IntrinsicsVEVL.gen.td llvm-devel/include/llvm/IR/IntrinsicsWebAssembly.h llvm-devel/include/llvm/IR/IntrinsicsWebAssembly.td llvm-devel/include/llvm/IR/IntrinsicsX86.h @@ -2751,6 +2813,7 @@ llvm-devel/include/llvm/IR/ModuleSlotTracker.h llvm-devel/include/llvm/IR/ModuleSummaryIndex.h llvm-devel/include/llvm/IR/ModuleSummaryIndexYAML.h llvm-devel/include/llvm/IR/NoFolder.h +llvm-devel/include/llvm/IR/ObjCARCUtil.h llvm-devel/include/llvm/IR/OperandTraits.h llvm-devel/include/llvm/IR/Operator.h llvm-devel/include/llvm/IR/OptBisect.h @@ -2761,7 +2824,10 @@ llvm-devel/include/llvm/IR/PassManagerInternal.h llvm-devel/include/llvm/IR/PassTimingInfo.h llvm-devel/include/llvm/IR/PatternMatch.h llvm-devel/include/llvm/IR/PredIteratorCache.h +llvm-devel/include/llvm/IR/PrintPasses.h llvm-devel/include/llvm/IR/ProfileSummary.h +llvm-devel/include/llvm/IR/PseudoProbe.h +llvm-devel/include/llvm/IR/ReplaceConstant.h llvm-devel/include/llvm/IR/RuntimeLibcalls.def llvm-devel/include/llvm/IR/SafepointIRVerifier.h llvm-devel/include/llvm/IR/Statepoint.h @@ -2848,6 +2914,7 @@ llvm-devel/include/llvm/MC/MCParser/MCAsmParserExtensi llvm-devel/include/llvm/MC/MCParser/MCAsmParserUtils.h llvm-devel/include/llvm/MC/MCParser/MCParsedAsmOperand.h llvm-devel/include/llvm/MC/MCParser/MCTargetAsmParser.h +llvm-devel/include/llvm/MC/MCPseudoProbe.h llvm-devel/include/llvm/MC/MCRegister.h llvm-devel/include/llvm/MC/MCRegisterInfo.h llvm-devel/include/llvm/MC/MCSchedule.h @@ -2896,6 +2963,7 @@ llvm-devel/include/llvm/MCA/SourceMgr.h llvm-devel/include/llvm/MCA/Stages/DispatchStage.h llvm-devel/include/llvm/MCA/Stages/EntryStage.h llvm-devel/include/llvm/MCA/Stages/ExecuteStage.h +llvm-devel/include/llvm/MCA/Stages/InOrderIssueStage.h llvm-devel/include/llvm/MCA/Stages/InstructionTables.h llvm-devel/include/llvm/MCA/Stages/MicroOpQueueStage.h llvm-devel/include/llvm/MCA/Stages/RetireStage.h @@ -2913,6 +2981,7 @@ llvm-devel/include/llvm/Object/ELF.h llvm-devel/include/llvm/Object/ELFObjectFile.h llvm-devel/include/llvm/Object/ELFTypes.h llvm-devel/include/llvm/Object/Error.h +llvm-devel/include/llvm/Object/FaultMapParser.h llvm-devel/include/llvm/Object/IRObjectFile.h llvm-devel/include/llvm/Object/IRSymtab.h llvm-devel/include/llvm/Object/MachO.h @@ -2931,6 +3000,7 @@ llvm-devel/include/llvm/Object/Wasm.h llvm-devel/include/llvm/Object/WindowsMachineFlag.h llvm-devel/include/llvm/Object/WindowsResource.h llvm-devel/include/llvm/Object/XCOFFObjectFile.h +llvm-devel/include/llvm/ObjectYAML/ArchiveYAML.h llvm-devel/include/llvm/ObjectYAML/COFFYAML.h llvm-devel/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h llvm-devel/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h @@ -2975,6 +3045,7 @@ llvm-devel/include/llvm/ProfileData/SampleProfWriter.h llvm-devel/include/llvm/Remarks/BitstreamRemarkContainer.h llvm-devel/include/llvm/Remarks/BitstreamRemarkParser.h llvm-devel/include/llvm/Remarks/BitstreamRemarkSerializer.h +llvm-devel/include/llvm/Remarks/HotnessThresholdParser.h llvm-devel/include/llvm/Remarks/Remark.h llvm-devel/include/llvm/Remarks/RemarkFormat.h llvm-devel/include/llvm/Remarks/RemarkLinker.h @@ -3021,7 +3092,6 @@ llvm-devel/include/llvm/Support/CRC.h llvm-devel/include/llvm/Support/CachePruning.h llvm-devel/include/llvm/Support/Capacity.h llvm-devel/include/llvm/Support/Casting.h -llvm-devel/include/llvm/Support/CfgTraits.h llvm-devel/include/llvm/Support/CheckedArithmetic.h llvm-devel/include/llvm/Support/Chrono.h llvm-devel/include/llvm/Support/CodeGen.h @@ -3053,6 +3123,7 @@ llvm-devel/include/llvm/Support/Extension.def llvm-devel/include/llvm/Support/FileCollector.h llvm-devel/include/llvm/Support/FileOutputBuffer.h llvm-devel/include/llvm/Support/FileSystem.h +llvm-devel/include/llvm/Support/FileSystem/UniqueID.h llvm-devel/include/llvm/Support/FileUtilities.h llvm-devel/include/llvm/Support/Format.h llvm-devel/include/llvm/Support/FormatAdapters.h @@ -3068,6 +3139,7 @@ llvm-devel/include/llvm/Support/GlobPattern.h llvm-devel/include/llvm/Support/GraphWriter.h llvm-devel/include/llvm/Support/Host.h llvm-devel/include/llvm/Support/InitLLVM.h +llvm-devel/include/llvm/Support/InstructionCost.h llvm-devel/include/llvm/Support/ItaniumManglingCanonicalizer.h llvm-devel/include/llvm/Support/JSON.h llvm-devel/include/llvm/Support/KnownBits.h @@ -3110,6 +3182,7 @@ llvm-devel/include/llvm/Support/Regex.h llvm-devel/include/llvm/Support/Registry.h llvm-devel/include/llvm/Support/ReverseIteration.h llvm-devel/include/llvm/Support/SHA1.h +llvm-devel/include/llvm/Support/SHA256.h llvm-devel/include/llvm/Support/SMLoc.h llvm-devel/include/llvm/Support/SMTAPI.h llvm-devel/include/llvm/Support/SaveAndRestore.h @@ -3175,6 +3248,7 @@ llvm-devel/include/llvm/TableGen/SetTheory.h llvm-devel/include/llvm/TableGen/StringMatcher.h llvm-devel/include/llvm/TableGen/StringToOffsetTable.h llvm-devel/include/llvm/TableGen/TableGenBackend.h +llvm-devel/include/llvm/Target/CGPassBuilderOption.h llvm-devel/include/llvm/Target/CodeGenCWrappers.h llvm-devel/include/llvm/Target/GenericOpcodes.td llvm-devel/include/llvm/Target/GlobalISel/Combine.td @@ -3214,9 +3288,9 @@ llvm-devel/include/llvm/Transforms/Coroutines/CoroClea llvm-devel/include/llvm/Transforms/Coroutines/CoroEarly.h llvm-devel/include/llvm/Transforms/Coroutines/CoroElide.h llvm-devel/include/llvm/Transforms/Coroutines/CoroSplit.h -llvm-devel/include/llvm/Transforms/HelloNew/HelloWorld.h llvm-devel/include/llvm/Transforms/IPO.h llvm-devel/include/llvm/Transforms/IPO/AlwaysInliner.h +llvm-devel/include/llvm/Transforms/IPO/Annotation2Metadata.h llvm-devel/include/llvm/Transforms/IPO/ArgumentPromotion.h llvm-devel/include/llvm/Transforms/IPO/Attributor.h llvm-devel/include/llvm/Transforms/IPO/BlockExtractor.h @@ -3232,6 +3306,7 @@ llvm-devel/include/llvm/Transforms/IPO/GlobalDCE.h llvm-devel/include/llvm/Transforms/IPO/GlobalOpt.h llvm-devel/include/llvm/Transforms/IPO/GlobalSplit.h llvm-devel/include/llvm/Transforms/IPO/HotColdSplitting.h +llvm-devel/include/llvm/Transforms/IPO/IROutliner.h llvm-devel/include/llvm/Transforms/IPO/InferFunctionAttrs.h llvm-devel/include/llvm/Transforms/IPO/Inliner.h llvm-devel/include/llvm/Transforms/IPO/Internalize.h @@ -3242,7 +3317,9 @@ llvm-devel/include/llvm/Transforms/IPO/OpenMPOpt.h llvm-devel/include/llvm/Transforms/IPO/PartialInlining.h llvm-devel/include/llvm/Transforms/IPO/PassManagerBuilder.h llvm-devel/include/llvm/Transforms/IPO/SCCP.h +llvm-devel/include/llvm/Transforms/IPO/SampleContextTracker.h llvm-devel/include/llvm/Transforms/IPO/SampleProfile.h +llvm-devel/include/llvm/Transforms/IPO/SampleProfileProbe.h llvm-devel/include/llvm/Transforms/IPO/StripDeadPrototypes.h llvm-devel/include/llvm/Transforms/IPO/StripSymbols.h llvm-devel/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h @@ -3254,6 +3331,7 @@ llvm-devel/include/llvm/Transforms/InstCombine/InstCom llvm-devel/include/llvm/Transforms/Instrumentation.h llvm-devel/include/llvm/Transforms/Instrumentation/AddressSanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +llvm-devel/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h llvm-devel/include/llvm/Transforms/Instrumentation/BoundsChecking.h llvm-devel/include/llvm/Transforms/Instrumentation/CGProfile.h llvm-devel/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h @@ -3272,6 +3350,7 @@ llvm-devel/include/llvm/Transforms/ObjCARC.h llvm-devel/include/llvm/Transforms/Scalar.h llvm-devel/include/llvm/Transforms/Scalar/ADCE.h llvm-devel/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +llvm-devel/include/llvm/Transforms/Scalar/AnnotationRemarks.h llvm-devel/include/llvm/Transforms/Scalar/BDCE.h llvm-devel/include/llvm/Transforms/Scalar/CallSiteSplitting.h llvm-devel/include/llvm/Transforms/Scalar/ConstantHoisting.h @@ -3288,6 +3367,7 @@ llvm-devel/include/llvm/Transforms/Scalar/GuardWidenin llvm-devel/include/llvm/Transforms/Scalar/IVUsersPrinter.h llvm-devel/include/llvm/Transforms/Scalar/IndVarSimplify.h llvm-devel/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +llvm-devel/include/llvm/Transforms/Scalar/InferAddressSpaces.h llvm-devel/include/llvm/Transforms/Scalar/InstSimplifyPass.h llvm-devel/include/llvm/Transforms/Scalar/JumpThreading.h llvm-devel/include/llvm/Transforms/Scalar/LICM.h @@ -3325,10 +3405,13 @@ llvm-devel/include/llvm/Transforms/Scalar/NaryReassoci llvm-devel/include/llvm/Transforms/Scalar/NewGVN.h llvm-devel/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h llvm-devel/include/llvm/Transforms/Scalar/Reassociate.h +llvm-devel/include/llvm/Transforms/Scalar/Reg2Mem.h llvm-devel/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h llvm-devel/include/llvm/Transforms/Scalar/SCCP.h llvm-devel/include/llvm/Transforms/Scalar/SROA.h +llvm-devel/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h llvm-devel/include/llvm/Transforms/Scalar/Scalarizer.h +llvm-devel/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h llvm-devel/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h llvm-devel/include/llvm/Transforms/Scalar/SimplifyCFG.h llvm-devel/include/llvm/Transforms/Scalar/Sink.h @@ -3343,6 +3426,7 @@ llvm-devel/include/llvm/Transforms/Utils/AMDGPUEmitPri llvm-devel/include/llvm/Transforms/Utils/ASanStackFrameLayout.h llvm-devel/include/llvm/Transforms/Utils/AddDiscriminators.h llvm-devel/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +llvm-devel/include/llvm/Transforms/Utils/AutoInitRemark.h llvm-devel/include/llvm/Transforms/Utils/BasicBlockUtils.h llvm-devel/include/llvm/Transforms/Utils/BreakCriticalEdges.h llvm-devel/include/llvm/Transforms/Utils/BuildLibCalls.h @@ -3364,7 +3448,7 @@ llvm-devel/include/llvm/Transforms/Utils/FunctionCompa llvm-devel/include/llvm/Transforms/Utils/FunctionImportUtils.h llvm-devel/include/llvm/Transforms/Utils/GlobalStatus.h llvm-devel/include/llvm/Transforms/Utils/GuardUtils.h -llvm-devel/include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h +llvm-devel/include/llvm/Transforms/Utils/HelloWorld.h llvm-devel/include/llvm/Transforms/Utils/InjectTLIMappings.h llvm-devel/include/llvm/Transforms/Utils/InstructionNamer.h llvm-devel/include/llvm/Transforms/Utils/IntegerDivision.h @@ -3382,7 +3466,6 @@ llvm-devel/include/llvm/Transforms/Utils/LowerSwitch.h llvm-devel/include/llvm/Transforms/Utils/MatrixUtils.h llvm-devel/include/llvm/Transforms/Utils/Mem2Reg.h llvm-devel/include/llvm/Transforms/Utils/MetaRenamer.h -llvm-devel/include/llvm/Transforms/Utils/MisExpect.h llvm-devel/include/llvm/Transforms/Utils/ModuleUtils.h llvm-devel/include/llvm/Transforms/Utils/NameAnonGlobals.h llvm-devel/include/llvm/Transforms/Utils/PredicateInfo.h @@ -3390,6 +3473,8 @@ llvm-devel/include/llvm/Transforms/Utils/PromoteMemToR llvm-devel/include/llvm/Transforms/Utils/SSAUpdater.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdaterBulk.h llvm-devel/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +llvm-devel/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +llvm-devel/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h llvm-devel/include/llvm/Transforms/Utils/SanitizerStats.h llvm-devel/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h llvm-devel/include/llvm/Transforms/Utils/SimplifyCFGOptions.h @@ -3436,42 +3521,61 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir-c/AffineExpr.h %%MLIR%%llvm-devel/include/mlir-c/AffineMap.h %%MLIR%%llvm-devel/include/mlir-c/Bindings/Python/Interop.h -%%MLIR%%llvm-devel/include/mlir-c/Core.h +%%MLIR%%llvm-devel/include/mlir-c/BuiltinAttributes.h +%%MLIR%%llvm-devel/include/mlir-c/BuiltinTypes.h +%%MLIR%%llvm-devel/include/mlir-c/Conversion.h %%MLIR%%llvm-devel/include/mlir-c/Diagnostics.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/Linalg.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/SCF.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/Shape.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/Standard.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/Tensor.h +%%MLIR%%llvm-devel/include/mlir-c/ExecutionEngine.h %%MLIR%%llvm-devel/include/mlir-c/IR.h +%%MLIR%%llvm-devel/include/mlir-c/IntegerSet.h +%%MLIR%%llvm-devel/include/mlir-c/Pass.h %%MLIR%%llvm-devel/include/mlir-c/Registration.h -%%MLIR%%llvm-devel/include/mlir-c/StandardAttributes.h -%%MLIR%%llvm-devel/include/mlir-c/StandardDialect.h -%%MLIR%%llvm-devel/include/mlir-c/StandardTypes.h %%MLIR%%llvm-devel/include/mlir-c/Support.h +%%MLIR%%llvm-devel/include/mlir-c/Transforms.h %%MLIR%%llvm-devel/include/mlir/Analysis/AffineAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/AffineStructures.h +%%MLIR%%llvm-devel/include/mlir/Analysis/AliasAnalysis.h +%%MLIR%%llvm-devel/include/mlir/Analysis/AliasAnalysis/LocalAliasAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/BufferAliasAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/CallGraph.h +%%MLIR%%llvm-devel/include/mlir/Analysis/LinearTransform.h %%MLIR%%llvm-devel/include/mlir/Analysis/Liveness.h %%MLIR%%llvm-devel/include/mlir/Analysis/LoopAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/NestedMatcher.h +%%MLIR%%llvm-devel/include/mlir/Analysis/NumberOfExecutions.h %%MLIR%%llvm-devel/include/mlir/Analysis/Presburger/Fraction.h %%MLIR%%llvm-devel/include/mlir/Analysis/Presburger/Matrix.h %%MLIR%%llvm-devel/include/mlir/Analysis/Presburger/Simplex.h %%MLIR%%llvm-devel/include/mlir/Analysis/PresburgerSet.h %%MLIR%%llvm-devel/include/mlir/Analysis/SliceAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/Utils.h +%%MLIR%%llvm-devel/include/mlir/Bindings/Python/Attributes.td %%MLIR%%llvm-devel/include/mlir/CAPI/AffineExpr.h %%MLIR%%llvm-devel/include/mlir/CAPI/AffineMap.h %%MLIR%%llvm-devel/include/mlir/CAPI/Diagnostics.h +%%MLIR%%llvm-devel/include/mlir/CAPI/ExecutionEngine.h %%MLIR%%llvm-devel/include/mlir/CAPI/IR.h +%%MLIR%%llvm-devel/include/mlir/CAPI/IntegerSet.h +%%MLIR%%llvm-devel/include/mlir/CAPI/Pass.h +%%MLIR%%llvm-devel/include/mlir/CAPI/Registration.h %%MLIR%%llvm-devel/include/mlir/CAPI/Support.h %%MLIR%%llvm-devel/include/mlir/CAPI/Utils.h %%MLIR%%llvm-devel/include/mlir/CAPI/Wrap.h %%MLIR%%llvm-devel/include/mlir/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/AffineToStandard/AffineToStandard.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ArmSVEToLLVM/ArmSVEToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/GPUCommon/GPUCommonPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/GPUToNVVM/GPUToNVVMPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/GPUToROCDL/GPUToROCDLPass.h -%%MLIR%%llvm-devel/include/mlir/Conversion/GPUToSPIRV/ConvertGPUToSPIRV.h -%%MLIR%%llvm-devel/include/mlir/Conversion/GPUToSPIRV/ConvertGPUToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h +%%MLIR%%llvm-devel/include/mlir/Conversion/GPUToSPIRV/GPUToSPIRVPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/GPUToVulkan/ConvertGPUToVulkanPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/LinalgToLLVM/LinalgToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/LinalgToSPIRV/LinalgToSPIRV.h @@ -3479,25 +3583,32 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h %%MLIR%%llvm-devel/include/mlir/Conversion/OpenMPToLLVM/ConvertOpenMPToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/PDLToPDLInterp/PDLToPDLInterp.h +%%MLIR%%llvm-devel/include/mlir/Conversion/Passes.capi.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Conversion/Passes.capi.h.inc %%MLIR%%llvm-devel/include/mlir/Conversion/Passes.h %%MLIR%%llvm-devel/include/mlir/Conversion/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Conversion/Passes.td %%MLIR%%llvm-devel/include/mlir/Conversion/SCFToGPU/SCFToGPU.h %%MLIR%%llvm-devel/include/mlir/Conversion/SCFToGPU/SCFToGPUPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/SCFToOpenMP/SCFToOpenMP.h %%MLIR%%llvm-devel/include/mlir/Conversion/SCFToSPIRV/SCFToSPIRV.h +%%MLIR%%llvm-devel/include/mlir/Conversion/SCFToSPIRV/SCFToSPIRVPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/SCFToStandard/SCFToStandard.h -%%MLIR%%llvm-devel/include/mlir/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.h -%%MLIR%%llvm-devel/include/mlir/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVMPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/SPIRVToLLVM/SPIRVToLLVM.h +%%MLIR%%llvm-devel/include/mlir/Conversion/SPIRVToLLVM/SPIRVToLLVMPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/ShapeToStandard/ShapeToStandard.h %%MLIR%%llvm-devel/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h -%%MLIR%%llvm-devel/include/mlir/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.h -%%MLIR%%llvm-devel/include/mlir/Conversion/StandardToSPIRV/ConvertStandardToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/StandardToSPIRV/StandardToSPIRV.h +%%MLIR%%llvm-devel/include/mlir/Conversion/StandardToSPIRV/StandardToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h +%%MLIR%%llvm-devel/include/mlir/Conversion/TosaToSCF/TosaToSCF.h +%%MLIR%%llvm-devel/include/mlir/Conversion/TosaToStandard/TosaToStandard.h %%MLIR%%llvm-devel/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/VectorToROCDL/VectorToROCDL.h %%MLIR%%llvm-devel/include/mlir/Conversion/VectorToSCF/VectorToSCF.h -%%MLIR%%llvm-devel/include/mlir/Conversion/VectorToSPIRV/ConvertVectorToSPIRV.h -%%MLIR%%llvm-devel/include/mlir/Conversion/VectorToSPIRV/ConvertVectorToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/VectorToSPIRV/VectorToSPIRV.h +%%MLIR%%llvm-devel/include/mlir/Conversion/VectorToSPIRV/VectorToSPIRVPass.h %%MLIR%%llvm-devel/include/mlir/Dialect/AVX512/AVX512.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AVX512/AVX512.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AVX512/AVX512.td @@ -3523,15 +3634,43 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Affine/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Affine/Passes.td %%MLIR%%llvm-devel/include/mlir/Dialect/Affine/Utils.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeon.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeon.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeon.td +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonConversions.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonDialect.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVE.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVE.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVE.td +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVEDialect.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVEDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVETypes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/ArmSVETypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/Async.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncBase.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncDialect.td %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncOps.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncOpsDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Async/IR/AsyncOpsTypes.cpp.inc *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon Mar 8 21:21:15 2021 Return-Path: Delivered-To: svn-ports-all@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 6943A558DC4; Mon, 8 Mar 2021 21:21:15 +0000 (UTC) (envelope-from jhb@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 4DvWVM2Yszz3mSZ; Mon, 8 Mar 2021 21:21:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B58E10412; Mon, 8 Mar 2021 21:21:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128LLFDq003239; Mon, 8 Mar 2021 21:21:15 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128LLExm003235; Mon, 8 Mar 2021 21:21:14 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <202103082121.128LLExm003235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Mon, 8 Mar 2021 21:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567873 - in head/devel: freebsd-gcc6 freebsd-gcc9 X-SVN-Group: ports-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: in head/devel: freebsd-gcc6 freebsd-gcc9 X-SVN-Commit-Revision: 567873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 21:21:15 -0000 Author: jhb (src,doc committer) Date: Mon Mar 8 21:21:14 2021 New Revision: 567873 URL: https://svnweb.freebsd.org/changeset/ports/567873 Log: Tidy the Makefiles for devel/freebsd-gcc*. No functional change. - Sort BUILD_DEPENDS before LIB_DEPENDS and RUN_DEPENDS. - Quiet other warnings noted by portlint. - Sort USES. Requested by: mat (1), lwhsu (3) Reviewed by: lwhsu Differential Revision: https://reviews.freebsd.org/D29072 Modified: head/devel/freebsd-gcc6/Makefile head/devel/freebsd-gcc6/pkg-descr head/devel/freebsd-gcc9/Makefile head/devel/freebsd-gcc9/pkg-descr Modified: head/devel/freebsd-gcc6/Makefile ============================================================================== --- head/devel/freebsd-gcc6/Makefile Mon Mar 8 21:01:41 2021 (r567872) +++ head/devel/freebsd-gcc6/Makefile Mon Mar 8 21:21:14 2021 (r567873) @@ -4,7 +4,7 @@ PORTNAME= gcc PORTVERSION= 6.5.0 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +MASTER_SITES= GCC PKGNAMEPREFIX= ${TARGETARCH}- PKGNAMESUFFIX= ${SUFFIX} @@ -14,19 +14,20 @@ COMMENT= Cross GNU Compiler Collection for ${TARGETARC LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \ + objdump:devel/binutils LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc -BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \ - objdump:devel/binutils RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} FLAVORS= aarch64 amd64 i386 mips mips64 powerpc64 sparc64 TARGETARCH= ${FLAVOR} +USES= compiler:c++11-lang gmake iconv libtool makeinfo tar:xz + CONFLICTS= ${TARGETARCH}-gcc -USES= gmake iconv libtool tar:xz makeinfo compiler:c++11-lang PLIST_SUB= OPSYS=${OPSYS:tl} \ SUFFIX=${SUFFIX} \ TARGETARCH=${TARGETARCH} \ @@ -124,8 +125,8 @@ post-install: # Conflicts with sys/x86/include/float.h ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include/float.h .endif - @${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ - @${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ + ${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ ${STAGEDIR}${PREFIX}/share/toolchains/${TARGETARCH}-gcc${SUFFIX}.mk .include Modified: head/devel/freebsd-gcc6/pkg-descr ============================================================================== --- head/devel/freebsd-gcc6/pkg-descr Mon Mar 8 21:01:41 2021 (r567872) +++ head/devel/freebsd-gcc6/pkg-descr Mon Mar 8 21:21:14 2021 (r567873) @@ -1,3 +1,4 @@ -GCC, the GNU Compiler Collection supporting C and C++ for targetting crossbuilding. +GCC, the GNU Compiler Collection, supporting C and C++ for building the +FreeBSD base system. WWW: http://gcc.gnu.org/ Modified: head/devel/freebsd-gcc9/Makefile ============================================================================== --- head/devel/freebsd-gcc9/Makefile Mon Mar 8 21:01:41 2021 (r567872) +++ head/devel/freebsd-gcc9/Makefile Mon Mar 8 21:21:14 2021 (r567873) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 9.3.0 CATEGORIES= devel -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +MASTER_SITES= GCC PKGNAMEPREFIX= ${TARGETARCH}- PKGNAMESUFFIX= ${SUFFIX} @@ -13,17 +13,18 @@ COMMENT= Cross GNU Compiler Collection for ${TARGETARC LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \ + objdump:devel/binutils LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc -BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} \ - objdump:devel/binutils RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${TARGETARCH} FLAVORS= aarch64 amd64 i386 mips mips64 powerpc powerpc64 riscv64 sparc64 TARGETARCH= ${FLAVOR} -USES= gmake iconv libtool tar:xz makeinfo compiler:c++11-lang +USES= compiler:c++11-lang gmake iconv libtool makeinfo tar:xz + PLIST_SUB= OPSYS=${OPSYS:tl} \ SUFFIX=${SUFFIX} \ TARGETARCH=${TARGETARCH} \ @@ -131,8 +132,8 @@ post-install: # Conflicts with sys/x86/include/float.h ${RM} ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include/float.h .endif - @${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ - @${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ + ${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ ${STAGEDIR}${PREFIX}/share/toolchains/${TARGETARCH}-gcc${SUFFIX}.mk .include Modified: head/devel/freebsd-gcc9/pkg-descr ============================================================================== --- head/devel/freebsd-gcc9/pkg-descr Mon Mar 8 21:01:41 2021 (r567872) +++ head/devel/freebsd-gcc9/pkg-descr Mon Mar 8 21:21:14 2021 (r567873) @@ -1,3 +1,4 @@ -GCC, the GNU Compiler Collection supporting C and C++ for targetting crossbuilding. +GCC, the GNU Compiler Collection, supporting C and C++ for building the +FreeBSD base system. WWW: http://gcc.gnu.org/ From owner-svn-ports-all@freebsd.org Mon Mar 8 21:56:22 2021 Return-Path: Delivered-To: svn-ports-all@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 6BB8755A0AC; Mon, 8 Mar 2021 21:56:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvXGt2g6pz3pgY; Mon, 8 Mar 2021 21:56:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A3E710ABC; Mon, 8 Mar 2021 21:56:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128LuMU1026251; Mon, 8 Mar 2021 21:56:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128LuMiC026250; Mon, 8 Mar 2021 21:56:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103082156.128LuMiC026250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 8 Mar 2021 21:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567874 - head/graphics/mesa-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/mesa-devel X-SVN-Commit-Revision: 567874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 21:56:22 -0000 Author: jbeich Date: Mon Mar 8 21:56:21 2021 New Revision: 567874 URL: https://svnweb.freebsd.org/changeset/ports/567874 Log: graphics/mesa-devel: chase r567872 Modified: head/graphics/mesa-devel/Makefile (contents, props changed) Modified: head/graphics/mesa-devel/Makefile ============================================================================== --- head/graphics/mesa-devel/Makefile Mon Mar 8 21:21:14 2021 (r567873) +++ head/graphics/mesa-devel/Makefile Mon Mar 8 21:56:21 2021 (r567874) @@ -111,7 +111,7 @@ LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind LIBUNWIND_MESON_ENABLED= libunwind LLVM_DESC= Build with LLVM support (see implies) -LLVM_LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/^([6-9])0/\1/:S/-devel/12/}.so:devel/llvm${LLVM_DEFAULT} +LLVM_LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/^([6-9])0/\1/:S/-devel/13git/}.so:devel/llvm${LLVM_DEFAULT} LLVM_MESON_ENABLED= llvm LLVM_BINARY_ALIAS= llvm-config=llvm-config${LLVM_DEFAULT} .for i in r600 radeonsi radv From owner-svn-ports-all@freebsd.org Mon Mar 8 22:13:36 2021 Return-Path: Delivered-To: svn-ports-all@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 A734855AEA7; Mon, 8 Mar 2021 22:13:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvXfm4NkMz3r3w; Mon, 8 Mar 2021 22:13:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8999E10E4F; Mon, 8 Mar 2021 22:13:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128MDaLM038326; Mon, 8 Mar 2021 22:13:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128MDa1e038324; Mon, 8 Mar 2021 22:13:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103082213.128MDa1e038324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 8 Mar 2021 22:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567875 - head/graphics/vulkan-validation-layers X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vulkan-validation-layers X-SVN-Commit-Revision: 567875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 22:13:36 -0000 Author: jbeich Date: Mon Mar 8 22:13:35 2021 New Revision: 567875 URL: https://svnweb.freebsd.org/changeset/ports/567875 Log: graphics/vulkan-validation-layers: update to 1.2.171 Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.2.170.0...v1.2.171 Reported by: portscout Modified: head/graphics/vulkan-validation-layers/Makefile (contents, props changed) head/graphics/vulkan-validation-layers/distinfo (contents, props changed) Modified: head/graphics/vulkan-validation-layers/Makefile ============================================================================== --- head/graphics/vulkan-validation-layers/Makefile Mon Mar 8 21:56:21 2021 (r567874) +++ head/graphics/vulkan-validation-layers/Makefile Mon Mar 8 22:13:35 2021 (r567875) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= vulkan-validation-layers -DISTVERSIONPREFIX= sdk- -DISTVERSION= 1.2.170.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.171 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-validation-layers/distinfo ============================================================================== --- head/graphics/vulkan-validation-layers/distinfo Mon Mar 8 21:56:21 2021 (r567874) +++ head/graphics/vulkan-validation-layers/distinfo Mon Mar 8 22:13:35 2021 (r567875) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614279394 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-sdk-1.2.170.0_GH0.tar.gz) = 7c4f18b9d381505687e61e5cbc86aaeee590c290e60afb5bf451ebcd56e41283 -SIZE (KhronosGroup-Vulkan-ValidationLayers-sdk-1.2.170.0_GH0.tar.gz) = 2608380 +TIMESTAMP = 1614994415 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.171_GH0.tar.gz) = 85a99cddc3ec727f57250bc7fc6ed2df6a19d7eb369ed16be54ba290887ab499 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.171_GH0.tar.gz) = 2614841 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 03075fc9f52833849bb34210029d029669f96bfc9dcf937b910a8ba7f5f361db SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 403781 From owner-svn-ports-all@freebsd.org Mon Mar 8 22:55:32 2021 Return-Path: Delivered-To: svn-ports-all@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 4E0B455C577; Mon, 8 Mar 2021 22:55:32 +0000 (UTC) (envelope-from ericbsd@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 4DvYb81jF9z3vgq; Mon, 8 Mar 2021 22:55:32 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D5DB114DF; Mon, 8 Mar 2021 22:55:32 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 128MtWxB062415; Mon, 8 Mar 2021 22:55:32 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 128MtVhb062412; Mon, 8 Mar 2021 22:55:31 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <202103082255.128MtVhb062412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Mon, 8 Mar 2021 22:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567876 - head/net-mgmt/networkmgr X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/net-mgmt/networkmgr X-SVN-Commit-Revision: 567876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 22:55:32 -0000 Author: ericbsd Date: Mon Mar 8 22:55:31 2021 New Revision: 567876 URL: https://svnweb.freebsd.org/changeset/ports/567876 Log: update net-mgmt/networkmgr to 4.5 Modified: head/net-mgmt/networkmgr/Makefile head/net-mgmt/networkmgr/distinfo head/net-mgmt/networkmgr/pkg-plist Modified: head/net-mgmt/networkmgr/Makefile ============================================================================== --- head/net-mgmt/networkmgr/Makefile Mon Mar 8 22:13:35 2021 (r567875) +++ head/net-mgmt/networkmgr/Makefile Mon Mar 8 22:55:31 2021 (r567876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= networkmgr -DISTVERSION= 4.2 +DISTVERSION= 4.5 CATEGORIES= net-mgmt MAINTAINER= ericbsd@FreeBSD.org Modified: head/net-mgmt/networkmgr/distinfo ============================================================================== --- head/net-mgmt/networkmgr/distinfo Mon Mar 8 22:13:35 2021 (r567875) +++ head/net-mgmt/networkmgr/distinfo Mon Mar 8 22:55:31 2021 (r567876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599933341 -SHA256 (GhostBSD-networkmgr-4.2_GH0.tar.gz) = 74dc194d66fb7dff963e287e2e344f6c1d4bcd6673d837b59b9064ea099fa3f3 -SIZE (GhostBSD-networkmgr-4.2_GH0.tar.gz) = 1273293 +TIMESTAMP = 1615243884 +SHA256 (GhostBSD-networkmgr-4.5_GH0.tar.gz) = 26e6cd4899aa1dd0b1066d10b678120edf99a9373eb910ee120beb113dc85a88 +SIZE (GhostBSD-networkmgr-4.5_GH0.tar.gz) = 1296341 Modified: head/net-mgmt/networkmgr/pkg-plist ============================================================================== --- head/net-mgmt/networkmgr/pkg-plist Mon Mar 8 22:13:35 2021 (r567875) +++ head/net-mgmt/networkmgr/pkg-plist Mon Mar 8 22:55:31 2021 (r567876) @@ -4,6 +4,7 @@ etc/sudoers.d/networkmgr etc/xdg/autostart/networkmgr.desktop share/icons/hicolor/128x128/apps/nm-adhoc.png share/icons/hicolor/128x128/apps/nm-device-wired-secure.png +share/icons/hicolor/128x128/apps/nm-device-wired.png share/icons/hicolor/128x128/apps/nm-no-connection.png share/icons/hicolor/128x128/apps/nm-signal-00-secure.png share/icons/hicolor/128x128/apps/nm-signal-00.png @@ -17,6 +18,7 @@ share/icons/hicolor/128x128/apps/nm-signal-75-secure.p share/icons/hicolor/128x128/apps/nm-signal-75.png share/icons/hicolor/16x16/apps/nm-adhoc.png share/icons/hicolor/16x16/apps/nm-device-wired-secure.png +share/icons/hicolor/16x16/apps/nm-device-wired.png share/icons/hicolor/16x16/apps/nm-no-connection.png share/icons/hicolor/16x16/apps/nm-signal-00-secure.png share/icons/hicolor/16x16/apps/nm-signal-00.png @@ -30,6 +32,7 @@ share/icons/hicolor/16x16/apps/nm-signal-75-secure.png share/icons/hicolor/16x16/apps/nm-signal-75.png share/icons/hicolor/192x192/apps/nm-adhoc.png share/icons/hicolor/192x192/apps/nm-device-wired-secure.png +share/icons/hicolor/192x192/apps/nm-device-wired.png share/icons/hicolor/192x192/apps/nm-no-connection.png share/icons/hicolor/192x192/apps/nm-signal-00-secure.png share/icons/hicolor/192x192/apps/nm-signal-00.png @@ -43,6 +46,7 @@ share/icons/hicolor/192x192/apps/nm-signal-75-secure.p share/icons/hicolor/192x192/apps/nm-signal-75.png share/icons/hicolor/20x20/apps/nm-adhoc.png share/icons/hicolor/20x20/apps/nm-device-wired-secure.png +share/icons/hicolor/20x20/apps/nm-device-wired.png share/icons/hicolor/20x20/apps/nm-no-connection.png share/icons/hicolor/20x20/apps/nm-signal-00-secure.png share/icons/hicolor/20x20/apps/nm-signal-00.png @@ -56,6 +60,7 @@ share/icons/hicolor/20x20/apps/nm-signal-75-secure.png share/icons/hicolor/20x20/apps/nm-signal-75.png share/icons/hicolor/24x24/apps/nm-adhoc.png share/icons/hicolor/24x24/apps/nm-device-wired-secure.png +share/icons/hicolor/24x24/apps/nm-device-wired.png share/icons/hicolor/24x24/apps/nm-no-connection.png share/icons/hicolor/24x24/apps/nm-signal-00-secure.png share/icons/hicolor/24x24/apps/nm-signal-00.png @@ -69,6 +74,7 @@ share/icons/hicolor/24x24/apps/nm-signal-75-secure.png share/icons/hicolor/24x24/apps/nm-signal-75.png share/icons/hicolor/256x256/apps/nm-adhoc.png share/icons/hicolor/256x256/apps/nm-device-wired-secure.png +share/icons/hicolor/256x256/apps/nm-device-wired.png share/icons/hicolor/256x256/apps/nm-no-connection.png share/icons/hicolor/256x256/apps/nm-signal-00-secure.png share/icons/hicolor/256x256/apps/nm-signal-00.png @@ -82,6 +88,7 @@ share/icons/hicolor/256x256/apps/nm-signal-75-secure.p share/icons/hicolor/256x256/apps/nm-signal-75.png share/icons/hicolor/32x32/apps/nm-adhoc.png share/icons/hicolor/32x32/apps/nm-device-wired-secure.png +share/icons/hicolor/32x32/apps/nm-device-wired.png share/icons/hicolor/32x32/apps/nm-no-connection.png share/icons/hicolor/32x32/apps/nm-signal-00-secure.png share/icons/hicolor/32x32/apps/nm-signal-00.png @@ -95,6 +102,7 @@ share/icons/hicolor/32x32/apps/nm-signal-75-secure.png share/icons/hicolor/32x32/apps/nm-signal-75.png share/icons/hicolor/36x36/apps/nm-adhoc.png share/icons/hicolor/36x36/apps/nm-device-wired-secure.png +share/icons/hicolor/36x36/apps/nm-device-wired.png share/icons/hicolor/36x36/apps/nm-no-connection.png share/icons/hicolor/36x36/apps/nm-signal-00-secure.png share/icons/hicolor/36x36/apps/nm-signal-00.png @@ -108,6 +116,7 @@ share/icons/hicolor/36x36/apps/nm-signal-75-secure.png share/icons/hicolor/36x36/apps/nm-signal-75.png share/icons/hicolor/48x48/apps/nm-adhoc.png share/icons/hicolor/48x48/apps/nm-device-wired-secure.png +share/icons/hicolor/48x48/apps/nm-device-wired.png share/icons/hicolor/48x48/apps/nm-no-connection.png share/icons/hicolor/48x48/apps/nm-signal-00-secure.png share/icons/hicolor/48x48/apps/nm-signal-00.png @@ -121,6 +130,7 @@ share/icons/hicolor/48x48/apps/nm-signal-75-secure.png share/icons/hicolor/48x48/apps/nm-signal-75.png share/icons/hicolor/512x512/apps/nm-adhoc.png share/icons/hicolor/512x512/apps/nm-device-wired-secure.png +share/icons/hicolor/512x512/apps/nm-device-wired.png share/icons/hicolor/512x512/apps/nm-no-connection.png share/icons/hicolor/512x512/apps/nm-signal-00-secure.png share/icons/hicolor/512x512/apps/nm-signal-00.png @@ -134,6 +144,7 @@ share/icons/hicolor/512x512/apps/nm-signal-75-secure.p share/icons/hicolor/512x512/apps/nm-signal-75.png share/icons/hicolor/64x64/apps/nm-adhoc.png share/icons/hicolor/64x64/apps/nm-device-wired-secure.png +share/icons/hicolor/64x64/apps/nm-device-wired.png share/icons/hicolor/64x64/apps/nm-no-connection.png share/icons/hicolor/64x64/apps/nm-signal-00-secure.png share/icons/hicolor/64x64/apps/nm-signal-00.png @@ -147,6 +158,7 @@ share/icons/hicolor/64x64/apps/nm-signal-75-secure.png share/icons/hicolor/64x64/apps/nm-signal-75.png share/icons/hicolor/72x72/apps/nm-adhoc.png share/icons/hicolor/72x72/apps/nm-device-wired-secure.png +share/icons/hicolor/72x72/apps/nm-device-wired.png share/icons/hicolor/72x72/apps/nm-no-connection.png share/icons/hicolor/72x72/apps/nm-signal-00-secure.png share/icons/hicolor/72x72/apps/nm-signal-00.png @@ -160,6 +172,7 @@ share/icons/hicolor/72x72/apps/nm-signal-75-secure.png share/icons/hicolor/72x72/apps/nm-signal-75.png share/icons/hicolor/96x96/apps/nm-adhoc.png share/icons/hicolor/96x96/apps/nm-device-wired-secure.png +share/icons/hicolor/96x96/apps/nm-device-wired.png share/icons/hicolor/96x96/apps/nm-no-connection.png share/icons/hicolor/96x96/apps/nm-signal-00-secure.png share/icons/hicolor/96x96/apps/nm-signal-00.png @@ -173,6 +186,7 @@ share/icons/hicolor/96x96/apps/nm-signal-75-secure.png share/icons/hicolor/96x96/apps/nm-signal-75.png share/icons/hicolor/scalable/apps/nm-adhoc.svg share/icons/hicolor/scalable/apps/nm-device-wired-secure.svg +share/icons/hicolor/scalable/apps/nm-device-wired.png share/icons/hicolor/scalable/apps/nm-no-connection.svg share/icons/hicolor/scalable/apps/nm-signal-00-secure.svg share/icons/hicolor/scalable/apps/nm-signal-00.svg From owner-svn-ports-all@freebsd.org Tue Mar 9 00:13:58 2021 Return-Path: Delivered-To: svn-ports-all@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 BD85955F31F; Tue, 9 Mar 2021 00:13:58 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvbKf4wzHz4VGr; Tue, 9 Mar 2021 00:13:58 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B73B12723; Tue, 9 Mar 2021 00:13:58 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1290Dwtv010106; Tue, 9 Mar 2021 00:13:58 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1290DvF5010098; Tue, 9 Mar 2021 00:13:57 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103090013.1290DvF5010098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 00:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567877 - in head/java/eclipse: files scripts X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/java/eclipse: files scripts X-SVN-Commit-Revision: 567877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 00:13:58 -0000 Author: pkubaj Date: Tue Mar 9 00:13:57 2021 New Revision: 567877 URL: https://svnweb.freebsd.org/changeset/ports/567877 Log: java/eclipse: port to powerpc64le PR: 254149 Approved by: jonc@chen.org.nz (maintainer) Modified: head/java/eclipse/files/patch-eclipse-platform-parent head/java/eclipse/files/patch-eclipse.pde.ui head/java/eclipse/files/patch-eclipse.platform.releng head/java/eclipse/files/patch-eclipse.platform.releng.tychoeclipsebuilder head/java/eclipse/files/patch-eclipse.platform.resources head/java/eclipse/files/patch-eclipse.platform.swt head/java/eclipse/files/patch-eclipse.platform.swt.binaries head/java/eclipse/files/patch-eclipse.platform.ui head/java/eclipse/files/patch-rt.equinox.framework head/java/eclipse/scripts/pre-build head/java/eclipse/scripts/pre-patch Modified: head/java/eclipse/files/patch-eclipse-platform-parent ============================================================================== --- head/java/eclipse/files/patch-eclipse-platform-parent Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse-platform-parent Tue Mar 9 00:13:57 2021 (r567877) @@ -1,6 +1,5 @@ -diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml ---- eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse-platform-parent/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse-platform-parent/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse-platform-parent/pom.xml 2021-03-08 19:09:17.636105000 +0100 @@ -80,9 +80,9 @@ 'eclipiserun-repo' repository, such as for computing .api-descriptions and generating API Tools reports. @@ -13,7 +12,7 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platf Modified: head/java/eclipse/files/patch-eclipse.pde.ui ============================================================================== --- head/java/eclipse/files/patch-eclipse.pde.ui Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse.pde.ui Tue Mar 9 00:13:57 2021 (r567877) @@ -1,13 +1,13 @@ -diff -ru eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product ---- eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product 0000-00-00 00:00:00.000000000 +0000 -@@ -80,8 +80,8 @@ +--- eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product.orig 2020-05-14 19:49:48.000000000 +0200 ++++ eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.5/E4Application/$pluginId$.product 2021-03-08 19:10:46.275610000 +0100 +@@ -80,8 +80,9 @@ - - + ++ + Modified: head/java/eclipse/files/patch-eclipse.platform.releng ============================================================================== --- head/java/eclipse/files/patch-eclipse.platform.releng Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse.platform.releng Tue Mar 9 00:13:57 2021 (r567877) @@ -1,6 +1,5 @@ -diff -ru eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml ---- eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml.orig 2020-05-28 13:29:36.000000000 +0200 ++++ eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml 2021-03-08 19:12:31.612581000 +0100 @@ -96,9 +96,9 @@ unpack="false"/> @@ -40,10 +39,27 @@ diff -ru eclipse.platform.releng/features/org.eclipse. download-size="0" install-size="0" version="0.0.0" -@@ -465,9 +465,9 @@ +@@ -411,6 +411,16 @@ unpack="false"/> ++ ++ + + @@ -66,12 +81,12 @@ diff -ru eclipse.platform.releng/features/org.eclipse. - + ++ -diff -ru eclipse.platform.releng/pom.xml eclipse.platform.releng/pom.xml ---- eclipse.platform.releng/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng/pom.xml.orig 2020-05-28 13:29:36.000000000 +0200 ++++ eclipse.platform.releng/pom.xml 2021-03-08 19:05:06.938707000 +0100 @@ -66,7 +66,9 @@ features/org.eclipse.releng.tools features/org.eclipse.sdk Modified: head/java/eclipse/files/patch-eclipse.platform.releng.tychoeclipsebuilder ============================================================================== --- head/java/eclipse/files/patch-eclipse.platform.releng.tychoeclipsebuilder Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse.platform.releng.tychoeclipsebuilder Tue Mar 9 00:13:57 2021 (r567877) @@ -1,7 +1,6 @@ -diff -ru eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml ---- eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -8,12 +8,12 @@ +--- eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml 2021-03-08 19:15:45.372727000 +0100 +@@ -8,12 +8,16 @@ fileName="eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"> ++ -+ name="FreeBSD (64 bit version for Power PC)" -+ fileName="eclipse-SDK-${BUILD_ID}-freebsd-gtk-powerpc64.tar.gz"> ++ name="FreeBSD (64 bit little-endian version for Power PC)" ++ fileName="eclipse-SDK-${BUILD_ID}-freebsd-gtk-powerpc64le.tar.gz"> ++ -+ name="FreeBSD (64 bit version for Power PC)" -+ fileName="eclipse-platform-${BUILD_ID}-freebsd-gtk-powerpc64.tar.gz"> ++ name="FreeBSD (64 bit little-endian version for Power PC)" ++ fileName="eclipse-platform-${BUILD_ID}-freebsd-gtk-powerpc64le.tar.gz"> ++ -+ name="FreeBSD (64 bit version for Power PC)" -+ fileName="swt-${BUILD_ID}-gtk-freebsd-powerpc64.zip"> ++ name="FreeBSD (64 bit little-endian version for Power PC)" ++ fileName="swt-${BUILD_ID}-gtk-freebsd-powerpc64le.zip"> p2 @@ -67,10 +77,9 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/e win32 -diff -ru eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml ---- eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -14,8 +14,8 @@ +--- eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml 2021-03-08 19:16:10.708519000 +0100 +@@ -14,8 +14,9 @@ @@ -78,12 +87,12 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/e - + + ++ -diff -ru eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product ---- eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product 2021-03-08 19:05:06.949169000 +0100 @@ -18,7 +18,7 @@ @@ -93,9 +102,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/e -diff -ru eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml ---- eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml 2021-03-08 19:05:06.949519000 +0100 @@ -43,9 +43,9 @@ p2 @@ -117,9 +125,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/e tar.gz -diff -ru eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product ---- eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product 2021-03-08 19:05:06.949844000 +0100 @@ -18,7 +18,7 @@ @@ -129,9 +136,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/p -diff -ru eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml ---- eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml 2021-03-08 19:05:06.950147000 +0100 @@ -79,7 +79,7 @@ @@ -141,9 +147,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/p tar.gz -diff -ru eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product ---- eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/platform.sdk.product 2021-03-08 19:05:06.950497000 +0100 @@ -18,7 +18,7 @@ @@ -153,9 +158,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/p -diff -ru eclipse.platform.releng.tychoeclipsebuilder/pom.xml eclipse.platform.releng.tychoeclipsebuilder/pom.xml ---- eclipse.platform.releng.tychoeclipsebuilder/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/pom.xml 2021-03-08 19:05:06.950798000 +0100 @@ -36,7 +36,9 @@ platform platform.sdk @@ -166,9 +170,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/p + --> -diff -ru eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product ---- eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product 2021-03-08 19:05:06.951141000 +0100 @@ -16,7 +16,7 @@ @@ -178,10 +181,9 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/r -diff -ru eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties ---- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties 0000-00-00 00:00:00.000000000 +0000 -@@ -29,11 +29,11 @@ +--- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties 2021-03-08 19:16:52.873764000 +0100 +@@ -29,11 +29,14 @@ #root.win32.win32.x86=file:executables/win32.win32.x86/eclipsec.exe #root.win32.win32.x86_64=file:executables/win32.win32.x86_64/eclipsec.exe @@ -192,14 +194,16 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/r -root.linux.gtk.x86_64=rootfiles/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 -root.linux.gtk.x86_64.permissions.755=eclipse ++root.freebsd.gtk.powerpc64le=rootfiles/freebsd.gtk.powerpc64le,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/freebsd/powerpc64le ++root.freebsd.gtk.powerpc64le.permissions.755=eclipse ++ +root.freebsd.gtk.amd64=rootfiles/freebsd.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64 +root.freebsd.gtk.amd64.permissions.755=eclipse bin.includes = feature.properties -diff -ru eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product ---- eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product 2021-03-08 19:05:06.951767000 +0100 @@ -18,7 +18,7 @@ @@ -209,9 +213,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/r -diff -ru eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml ---- eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml 2021-03-08 19:05:06.952089000 +0100 @@ -77,7 +77,7 @@ @@ -221,9 +224,8 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/s tar.gz -diff -ru eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product ---- eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product.orig 2020-06-04 12:00:14.000000000 +0200 ++++ eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product 2021-03-08 19:05:06.952429000 +0100 @@ -18,7 +18,7 @@ Modified: head/java/eclipse/files/patch-eclipse.platform.resources ============================================================================== --- head/java/eclipse/files/patch-eclipse.platform.resources Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse.platform.resources Tue Mar 9 00:13:57 2021 (r567877) @@ -1,6 +1,5 @@ -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile 2021-03-08 20:18:47.266872000 +0100 @@ -20,7 +20,7 @@ LIB_NAME_FULL = libunixfile_1_0_0.so @@ -29,9 +28,8 @@ diff -ru eclipse.platform.resources/bundles/org.eclips -install: core - rm -f ../../../../org.eclipse.core.filesystem.linux.x86/os/linux/x86/libunixfile_1_0_0.so - mv libunixfile_1_0_0.so ../../../../org.eclipse.core.filesystem.linux.x86/os/linux/x86/ -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/.project 2021-03-08 20:18:47.267280000 +0100 @@ -1,6 +1,6 @@ @@ -40,9 +38,8 @@ diff -ru eclipse.platform.resources/bundles/org.eclips -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/META-INF/MANIFEST.MF 2021-03-08 20:18:47.267678000 +0100 @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 @@ -55,9 +52,8 @@ diff -ru eclipse.platform.resources/bundles/org.eclips Bundle-Localization: fragment -Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) +Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=amd64)) -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.amd64/pom.xml 2021-03-08 20:18:47.268150000 +0100 @@ -18,7 +18,7 @@ ../../ @@ -103,9 +99,8 @@ diff -ru eclipse.platform.resources/bundles/org.eclips -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/META-INF/MANIFEST.MF 2021-03-08 20:18:47.268509000 +0100 @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 @@ -118,9 +113,8 @@ diff -ru eclipse.platform.resources/bundles/org.eclips Bundle-Localization: fragment -Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=ppc64le)) +Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=powerpc64)) -diff -ru eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml ---- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64/pom.xml 2021-03-08 20:18:47.268870000 +0100 @@ -18,7 +18,7 @@ ../../ @@ -142,23 +136,59 @@ diff -ru eclipse.platform.resources/bundles/org.eclips -diff -ru eclipse.platform.resources/pom.xml eclipse.platform.resources/pom.xml ---- eclipse.platform.resources/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/pom.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -52,8 +52,8 @@ +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64le/META-INF/MANIFEST.MF.orig 2021-03-08 20:20:31.138482000 +0100 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64le/META-INF/MANIFEST.MF 2021-03-08 20:20:57.684056000 +0100 +@@ -1,9 +1,9 @@ + Manifest-Version: 1.0 + Bundle-ManifestVersion: 2 + Bundle-Name: %fragmentName +-Bundle-SymbolicName: org.eclipse.core.filesystem.linux.ppc64le;singleton:=true ++Bundle-SymbolicName: org.eclipse.core.filesystem.freebsd.powerpc64le;singleton:=true + Bundle-Version: 1.4.100.qualifier + Bundle-Vendor: %providerName + Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)" + Bundle-Localization: fragment +-Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=ppc64le)) ++Eclipse-PlatformFilter: (& (osgi.os=freebsd) (osgi.arch=powerpc64le)) +--- eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64le/pom.xml.orig 2021-03-08 20:27:07.595490000 +0100 ++++ eclipse.platform.resources/bundles/org.eclipse.core.filesystem.freebsd.powerpc64le/pom.xml 2021-03-08 20:27:29.452487000 +0100 +@@ -18,7 +18,7 @@ + ../../ + + org.eclipse.core +- org.eclipse.core.filesystem.linux.ppc64le ++ org.eclipse.core.filesystem.freebsd.powerpc64le + 1.4.100-SNAPSHOT + eclipse-plugin +@@ -37,9 +37,9 @@ + p2 + + +- linux ++ freebsd + gtk +- ppc64le ++ powerpc64le + + + +--- eclipse.platform.resources/pom.xml.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/pom.xml 2021-03-08 20:22:22.387766000 +0100 +@@ -52,8 +52,9 @@ + bundles/org.eclipse.core.filesystem - bundles/org.eclipse.core.filesystem.linux.ppc64le - bundles/org.eclipse.core.filesystem.linux.x86_64 + bundles/org.eclipse.core.filesystem.freebsd.powerpc64 ++ bundles/org.eclipse.core.filesystem.freebsd.powerpc64le + bundles/org.eclipse.core.filesystem.freebsd.amd64 bundles/org.eclipse.core.filesystem.macosx bundles/org.eclipse.core.filesystem.win32.x86_64 -diff -ru eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml ---- eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml.orig 2020-05-14 17:23:06.000000000 +0200 ++++ eclipse.platform.resources/tests/org.eclipse.core.tests.filesystem.feature/feature.xml 2021-03-08 20:18:47.269488000 +0100 @@ -28,9 +28,9 @@ unpack="false"/--> Modified: head/java/eclipse/files/patch-eclipse.platform.swt ============================================================================== --- head/java/eclipse/files/patch-eclipse.platform.swt Mon Mar 8 22:55:31 2021 (r567876) +++ head/java/eclipse/files/patch-eclipse.platform.swt Tue Mar 9 00:13:57 2021 (r567877) @@ -1,6 +1,5 @@ -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk ---- eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk 2021-03-08 20:18:47.290005000 +0100 @@ -10,7 +10,7 @@ @@ -10,9 +9,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java 2021-03-08 20:18:47.291226000 +0100 @@ -10,7 +10,7 @@ * * Contributors: @@ -22,9 +20,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ *******************************************************************************/ package org.eclipse.swt.widgets; -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java 2021-03-08 20:18:47.291879000 +0100 @@ -69,12 +69,12 @@ static String arch() { String osArch = System.getProperty("os.arch"); //$NON-NLS-1$ @@ -39,9 +36,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ if (osName.equals ("Linux")) return "linux"; //$NON-NLS-1$ $NON-NLS-2$ if (osName.equals ("Mac OS X")) return "macosx"; //$NON-NLS-1$ $NON-NLS-2$ if (osName.startsWith ("Win")) return "win32"; //$NON-NLS-1$ $NON-NLS-2$ -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh 2021-03-08 20:31:19.761093000 +0100 @@ -72,7 +72,7 @@ cd `dirname $0` @@ -74,7 +70,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ fi case $MODEL in "x86_64") -@@ -111,6 +104,11 @@ +@@ -111,6 +104,16 @@ SWT_ARCH=x86 AWT_ARCH=i386 ;; @@ -83,10 +79,15 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ + AWT_ARCH=ppc64 + MODEL=`uname -p` + ;; ++ "powerpc64le") ++ SWT_ARCH=ppc64le ++ AWT_ARCH=ppc64le ++ MODEL=`uname -p` ++ ;; *) SWT_ARCH=$MODEL AWT_ARCH=$MODEL -@@ -118,6 +116,13 @@ +@@ -118,6 +121,20 @@ esac case $SWT_OS.$SWT_ARCH in @@ -97,19 +98,26 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ + export JAVA_HOME + fi + ;; ++ "freebsd.ppc64le") ++ if [ "${JAVA_HOME}" = "" ]; then ++ DYNAMIC_JAVA_HOME=`readlink -f /usr/local/bin/java | sed "s:jre/::" | sed "s:bin/java::"` ++ JAVA_HOME = $DYNAMIC_JAVA_HOME ++ export JAVA_HOME ++ fi ++ ;; "linux.x86") if [ "${CC}" = "" ]; then export CC=gcc -@@ -194,7 +199,7 @@ +@@ -194,7 +211,7 @@ # For 64-bit CPUs, we have a switch -if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' -o ${MODEL} = 'ppc64le' -o ${MODEL} = 'aarch64' ]; then -+if [ ${MODEL} = 'amd64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' -o ${MODEL} = 'ppc64le' -o ${MODEL} = 'aarch64' -o ${MODEL} = 'powerpc64' ]; then ++if [ ${MODEL} = 'amd64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' -o ${MODEL} = 'ppc64le' -o ${MODEL} = 'aarch64' -o ${MODEL} = 'powerpc64' -o ${MODEL} = 'powerpc64le' ]; then SWT_PTR_CFLAGS=-DJNI64 if [ -d /lib64 ]; then XLIB64=-L/usr/X11R6/lib64 -@@ -205,6 +210,11 @@ +@@ -205,6 +222,11 @@ XLIB64="${XLIB64} -L/usr/lib64" SWT_LFLAGS=-m64 export SWT_LFLAGS @@ -121,9 +129,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ fi export SWT_PTR_CFLAGS fi -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak 2021-03-08 20:18:47.292979000 +0100 @@ -103,16 +103,18 @@ WEBKIT_OBJECTS = swt.o webkitgtk.o webkitgtk_structs.o webkitgtk_stats.o webkitgtk_custom.o GLX_OBJECTS = swt.o glx.o glx_structs.o glx_stats.o @@ -157,9 +164,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ @# Copying webextension is not critical for build to succeed, thus we use '-'. SWT can still function without a webextension. @-[ -d $(OUTPUT_DIR)/$(WEBEXTENSION_DIR) ] || mkdir -v $(OUTPUT_DIR)/$(WEBEXTENSION_DIR) # If folder does not exist, make it. -cp $(WEBKIT_EXTENSION_LIB) $(OUTPUT_DIR)/$(WEBEXTENSION_DIR)/ -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java 2021-03-08 20:18:47.294228000 +0100 @@ -60,8 +60,8 @@ /* Initialize the OS flags and locale constants */ @@ -171,9 +177,8 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ if (osName.startsWith("Windows")) isWin32 = true; IsLinux = isLinux; IsWin32 = isWin32; -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java ---- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java 2021-03-08 20:18:47.295739000 +0100 @@ -120,7 +120,7 @@ * https://www.nczonline.net/blog/2009/01/05/what-determines-that-a-script-is-long-running/ * https://stackoverflow.com/questions/3030024/maximum-execution-time-for-javascript @@ -183,10 +188,9 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ /** Workaround for bug 522733 */ static boolean bug522733FirstInstanceCreated = false; -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf ---- eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf 0000-00-00 00:00:00.000000000 +0000 -@@ -16,11 +16,11 @@ +--- eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf 2021-03-08 20:32:15.547465000 +0100 +@@ -16,11 +16,16 @@ requires.3.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=x86_64)(!(org.eclipse.swt.buildtime=true))) requires.4.namespace = org.eclipse.equinox.p2.iu @@ -202,10 +206,14 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ requires.5.range = [$version$,$version$] -requires.5.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=ppc64le)(!(org.eclipse.swt.buildtime=true))) +requires.5.filter = (&(osgi.os=freebsd)(osgi.ws=gtk)(osgi.arch=powerpc64)(!(org.eclipse.swt.buildtime=true))) -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml ---- eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -63,11 +63,11 @@ ++ ++requires.6.namespace = org.eclipse.equinox.p2.iu ++requires.6.name = org.eclipse.swt.gtk.freebsd.powerpc64le ++requires.6.range = [$version$,$version$] ++requires.6.filter = (&(osgi.os=freebsd)(osgi.ws=gtk)(osgi.arch=powerpc64le)(!(org.eclipse.swt.buildtime=true))) +--- eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml 2021-03-08 20:36:54.906169000 +0100 +@@ -63,13 +63,17 @@ @@ -215,26 +223,32 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ - -+ ++ ++ ++ ++ ++ -@@ -80,12 +80,12 @@ + + +@@ -80,12 +84,12 @@ - -+ ++ - -+ ++ -@@ -115,13 +115,13 @@ +@@ -115,14 +119,22 @@ trust="true" outputproperty="m_linux_x86_64_output" command="hostname"/> @@ -248,9 +262,18 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ - outputproperty="m_linux_ppc64le_output" + outputproperty="m_linux_powerpc64_output" command="hostname"/> ++ @@ -261,25 +284,29 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/ - + + ++ ++ ++ ++ ++ ++ -diff -ru eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup ---- eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup 2021-03-08 20:37:08.379254000 +0100 @@ -103,7 +103,7 @@ xsi:type="predicates:NotPredicate"> -+ pattern=".*(cocoa|gtk|win32)(\.(freebsd|macosx|aix|hpux|linux|solaris|win32)(\.(amd64|x86_64|powerpc64|ia64|aarch64|arm|ppc64|ppc64le|s390|s390x|x86|sparcv9))?)?"/> ++ pattern=".*(cocoa|gtk|win32)(\.(freebsd|macosx|aix|hpux|linux|solaris|win32)(\.(amd64|x86_64|powerpc64|powerpc64le|ia64|aarch64|arm|ppc64|ppc64le|s390|s390x|x86|sparcv9))?)?"/> @@ -322,9 +353,8 @@ diff -ru eclipse.platform.swt/pom.xml eclipse.platform features/org.eclipse.swt.tools.feature -diff -ru eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml ---- eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt/tests/org.eclipse.swt.tests.fragments.feature/feature.xml 2021-03-08 20:38:27.083939000 +0100 @@ -20,10 +20,10 @@ @@ -339,7 +369,7 @@ diff -ru eclipse.platform.swt/tests/org.eclipse.swt.te download-size="0" install-size="0" version="0.0.0" -@@ -31,10 +31,10 @@ +@@ -31,10 +31,21 @@ unpack="false"/> ++ ++ - @@ -36,9 +34,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.aarch64/pom.xml 2021-03-08 20:18:47.308240000 +0100 @@ -20,12 +20,12 @@ ../binaries-parent/ @@ -63,9 +60,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/.project 2021-03-08 20:18:47.308571000 +0100 @@ -1,6 +1,6 @@ @@ -74,9 +70,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/META-INF/MANIFEST.MF 2021-03-08 20:18:47.308897000 +0100 @@ -2,7 +2,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName @@ -99,9 +94,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl +SWT-OS: freebsd +SWT-Arch: amd64 +Automatic-Module-Name: org.eclipse.swt.gtk.freebsd.amd64 -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/build.xml 2021-03-08 20:18:47.309197000 +0100 @@ -1,9 +1,9 @@ - @@ -115,9 +109,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/mvnBuildSwtJar.sh 2021-03-08 20:18:47.309511000 +0100 @@ -36,10 +36,10 @@ if [ "${DEV_ECLIPSE}" != "" ]; then @@ -132,9 +125,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl else echo "Note:" echo " Set DEV_ECLIPSE to your development eclipse folder to have the *.jar files copied into it automatically." -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.amd64/pom.xml 2021-03-08 20:18:47.309862000 +0100 @@ -20,14 +20,14 @@ ../binaries-parent/ @@ -162,9 +154,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/META-INF/MANIFEST.MF 2021-03-08 20:18:47.310191000 +0100 @@ -2,7 +2,7 @@ Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" Bundle-Name: %fragmentName @@ -187,9 +178,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl +SWT-OS: freebsd +SWT-Arch: powerpc64 +Automatic-Module-Name: org.eclipse.swt.gtk.freebsd.powerpc64 -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/build.xml 2021-03-08 20:18:47.310494000 +0100 @@ -1,9 +1,9 @@ - @@ -203,9 +193,8 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml ---- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml 0000-00-00 00:00:00.000000000 +0000 +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml.orig 2020-06-04 11:51:28.000000000 +0200 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64/pom.xml 2021-03-08 20:18:47.310862000 +0100 @@ -20,14 +20,14 @@ ../binaries-parent/ @@ -233,16 +222,84 @@ diff -ru eclipse.platform.swt.binaries/bundles/org.ecl -diff -ru eclipse.platform.swt.binaries/pom.xml eclipse.platform.swt.binaries/pom.xml ---- eclipse.platform.swt.binaries/pom.xml 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.swt.binaries/pom.xml 0000-00-00 00:00:00.000000000 +0000 -@@ -54,8 +54,8 @@ +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64le/META-INF/MANIFEST.MF.orig 2021-03-08 20:45:12.925805000 +0100 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64le/META-INF/MANIFEST.MF 2021-03-08 20:45:58.878270000 +0100 +@@ -2,7 +2,7 @@ + Fragment-Host: org.eclipse.swt; bundle-version="[3.0.0,4.0.0)" + Bundle-Name: %fragmentName + Bundle-Vendor: %providerName +-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.ppc64le;singleton:=true ++Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.powerpc64le;singleton:=true + Bundle-Version: 3.114.100.qualifier + Bundle-ManifestVersion: 2 + Bundle-Localization: fragment +@@ -26,8 +26,8 @@ + org.eclipse.swt.internal.cairo; x-internal:=true, + org.eclipse.swt.internal.gtk; x-internal:=true, + org.eclipse.swt.internal.opengl.glx; x-internal:=true +-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64le)) ++Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=freebsd) (osgi.arch=powerpc64le)) + SWT-WS: gtk +-SWT-OS: linux +-SWT-Arch: ppc64le +-Automatic-Module-Name: org.eclipse.swt.gtk.linux.ppc64le ++SWT-OS: freebsd ++SWT-Arch: powerpc64le ++Automatic-Module-Name: org.eclipse.swt.gtk.freebsd.powerpc64le +--- eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64le/build.xml.orig 2021-03-08 20:46:24.538852000 +0100 ++++ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.freebsd.powerpc64le/build.xml 2021-03-08 20:46:47.697856000 +0100 +@@ -1,9 +1,9 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Mar 9 00:44:52 2021 Return-Path: Delivered-To: svn-ports-all@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 3F48955F8C8; Tue, 9 Mar 2021 00:44:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvc1J1HHYz4WSZ; Tue, 9 Mar 2021 00:44:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AA0C12A4A; Tue, 9 Mar 2021 00:44:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1290ipND027800; Tue, 9 Mar 2021 00:44:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1290ip0V027798; Tue, 9 Mar 2021 00:44:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103090044.1290ip0V027798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 00:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567878 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 567878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 00:44:52 -0000 Author: jbeich Date: Tue Mar 9 00:44:51 2021 New Revision: 567878 URL: https://svnweb.freebsd.org/changeset/ports/567878 Log: emulators/rpcs3: update to 0.0.15.11907 Changes: https://github.com/RPCS3/rpcs3/compare/3ae7debc1...a4fdbf0a8 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Tue Mar 9 00:13:57 2021 (r567877) +++ head/emulators/rpcs3/Makefile Tue Mar 9 00:44:51 2021 (r567878) @@ -2,9 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.15-11892 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g3ae7debc1 -PORTREVISION= 1 +DISTVERSION= 0.0.15-11907 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -ga4fdbf0a8 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Tue Mar 9 00:13:57 2021 (r567877) +++ head/emulators/rpcs3/distinfo Tue Mar 9 00:44:51 2021 (r567878) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615071385 -SHA256 (RPCS3-rpcs3-v0.0.15-11892-g3ae7debc1_GH0.tar.gz) = d9a6f78a3e01a0a4acf60d6c9e0d73581ac57192b2318847d413082ad67de7a0 -SIZE (RPCS3-rpcs3-v0.0.15-11892-g3ae7debc1_GH0.tar.gz) = 7964245 +TIMESTAMP = 1615248615 +SHA256 (RPCS3-rpcs3-v0.0.15-11907-ga4fdbf0a8_GH0.tar.gz) = 596beaf6e4b5fa76fe77661747024a5c38ed1d4f4d41355a768274f05c33d51e +SIZE (RPCS3-rpcs3-v0.0.15-11907-ga4fdbf0a8_GH0.tar.gz) = 7966091 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-716bb292ba3_GH0.tar.gz) = a99c661e3220e9cdc5c47323cf553586414008c3fca711724789b6f9040bc577 From owner-svn-ports-all@freebsd.org Tue Mar 9 00:45:00 2021 Return-Path: Delivered-To: svn-ports-all@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 0731E55F767; Tue, 9 Mar 2021 00:45:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvc1R69r2z4WN3; Tue, 9 Mar 2021 00:44:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C26812F32; Tue, 9 Mar 2021 00:44:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1290ivRY027907; Tue, 9 Mar 2021 00:44:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1290ivjG027905; Tue, 9 Mar 2021 00:44:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103090044.1290ivjG027905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 00:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567879 - head/emulators/yuzu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/yuzu X-SVN-Commit-Revision: 567879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 00:45:00 -0000 Author: jbeich Date: Tue Mar 9 00:44:57 2021 New Revision: 567879 URL: https://svnweb.freebsd.org/changeset/ports/567879 Log: emulators/yuzu: update to s20210308 Changes: https://github.com/yuzu-emu/yuzu/compare/4cf5b860b...9c4c9f1e7 Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Tue Mar 9 00:44:51 2021 (r567878) +++ head/emulators/yuzu/Makefile Tue Mar 9 00:44:57 2021 (r567879) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20210306 +PORTVERSION= s20210308 PORTREVISION?= 0 CATEGORIES= emulators @@ -45,11 +45,11 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 4cf5b860b +GH_TAGNAME= 9c4c9f1e7 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ - MerryMage:dynarmic:r4-106-gcafa6876:dynarmic/externals/dynarmic \ + MerryMage:dynarmic:r4-176-g646fd059:dynarmic/externals/dynarmic \ ReinUsesLisp:sirit:eefca56:sirit/externals/sirit \ arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Tue Mar 9 00:44:51 2021 (r567878) +++ head/emulators/yuzu/distinfo Tue Mar 9 00:44:57 2021 (r567879) @@ -1,14 +1,14 @@ -TIMESTAMP = 1614993335 -SHA256 (yuzu-emu-yuzu-s20210306-4cf5b860b_GH0.tar.gz) = 177218fd9ed0fca956fbddce053a8d97071b4c74561ecd048a2249eedb4aa68b -SIZE (yuzu-emu-yuzu-s20210306-4cf5b860b_GH0.tar.gz) = 3581914 +TIMESTAMP = 1615243858 +SHA256 (yuzu-emu-yuzu-s20210308-9c4c9f1e7_GH0.tar.gz) = df4157239f756123e06e7928710c9d749f91f8b76104aa8af1434f62bd02f033 +SIZE (yuzu-emu-yuzu-s20210308-9c4c9f1e7_GH0.tar.gz) = 3582308 SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff SIZE (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 280829 SHA256 (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517 SIZE (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = 766896 -SHA256 (MerryMage-dynarmic-r4-106-gcafa6876_GH0.tar.gz) = 80ac3c503a56e4b66f5482ee579114e3b859c2d57dd6cf16c78bd25635571f82 -SIZE (MerryMage-dynarmic-r4-106-gcafa6876_GH0.tar.gz) = 1677235 +SHA256 (MerryMage-dynarmic-r4-176-g646fd059_GH0.tar.gz) = c2b738d3332c3d18d117a288554abb778004ca4645c786e28bedc7171e3392da +SIZE (MerryMage-dynarmic-r4-176-g646fd059_GH0.tar.gz) = 27445120 SHA256 (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = cc95e8155e14e596526c378d0a3cc2bb4bfe7da68773a79f224d48f89b20685a SIZE (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = 22035 SHA256 (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = d9009e17948aff769a6f6e16b52d4d8752c5cc2cab1e9c381d3a31fd1a680b58 From owner-svn-ports-all@freebsd.org Tue Mar 9 00:45:03 2021 Return-Path: Delivered-To: svn-ports-all@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 7465055F848; Tue, 9 Mar 2021 00:45:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvc1W2qsXz4WVm; Tue, 9 Mar 2021 00:45:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5411212C4E; Tue, 9 Mar 2021 00:45:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1290j3UD028028; Tue, 9 Mar 2021 00:45:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1290j36x028027; Tue, 9 Mar 2021 00:45:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103090045.1290j36x028027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 00:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567880 - head/graphics/mesa-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/mesa-devel X-SVN-Commit-Revision: 567880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 00:45:03 -0000 Author: jbeich Date: Tue Mar 9 00:45:02 2021 New Revision: 567880 URL: https://svnweb.freebsd.org/changeset/ports/567880 Log: graphics/mesa-devel: update to 21.0.b.2712 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/24ce0862fe0...25020c125a9 Modified: head/graphics/mesa-devel/Makefile (contents, props changed) head/graphics/mesa-devel/distinfo (contents, props changed) Modified: head/graphics/mesa-devel/Makefile ============================================================================== --- head/graphics/mesa-devel/Makefile Tue Mar 9 00:44:57 2021 (r567879) +++ head/graphics/mesa-devel/Makefile Tue Mar 9 00:45:02 2021 (r567880) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-2670 -DISTVERSIONSUFFIX= -g24ce0862fe0 +DISTVERSION= 21.0-branchpoint-2712 +DISTVERSIONSUFFIX= -g25020c125a9 CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: head/graphics/mesa-devel/distinfo ============================================================================== --- head/graphics/mesa-devel/distinfo Tue Mar 9 00:44:57 2021 (r567879) +++ head/graphics/mesa-devel/distinfo Tue Mar 9 00:45:02 2021 (r567880) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614980639 -SHA256 (mesa3d-mesa-21.0-branchpoint-2670-g24ce0862fe0_GH0.tar.gz) = 9cdcf8af39fd054c12651892ff450677112d76880015b3edf2f6cc9afa18df34 -SIZE (mesa3d-mesa-21.0-branchpoint-2670-g24ce0862fe0_GH0.tar.gz) = 23061157 +TIMESTAMP = 1615241653 +SHA256 (mesa3d-mesa-21.0-branchpoint-2712-g25020c125a9_GH0.tar.gz) = fe5133f473bdc893e656039f528a6dd5040fbb3e258b3e15dac6e4c2e16fce82 +SIZE (mesa3d-mesa-21.0-branchpoint-2712-g25020c125a9_GH0.tar.gz) = 23075911 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 From owner-svn-ports-all@freebsd.org Tue Mar 9 00:59:29 2021 Return-Path: Delivered-To: svn-ports-all@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 4E4A256028B; Tue, 9 Mar 2021 00:59:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvcL91nrdz4XjM; Tue, 9 Mar 2021 00:59:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3065012C73; Tue, 9 Mar 2021 00:59:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1290xTRJ034516; Tue, 9 Mar 2021 00:59:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1290xS13034515; Tue, 9 Mar 2021 00:59:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103090059.1290xS13034515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 00:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567881 - head/x11-servers/xwayland-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-servers/xwayland-devel X-SVN-Commit-Revision: 567881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 00:59:29 -0000 Author: jbeich Date: Tue Mar 9 00:59:28 2021 New Revision: 567881 URL: https://svnweb.freebsd.org/changeset/ports/567881 Log: x11-servers/xwayland-devel: update to 1.20.0.873 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/69e087caa...b2d96b5cd Modified: head/x11-servers/xwayland-devel/Makefile (contents, props changed) head/x11-servers/xwayland-devel/distinfo (contents, props changed) Modified: head/x11-servers/xwayland-devel/Makefile ============================================================================== --- head/x11-servers/xwayland-devel/Makefile Tue Mar 9 00:45:02 2021 (r567880) +++ head/x11-servers/xwayland-devel/Makefile Tue Mar 9 00:59:28 2021 (r567881) @@ -2,8 +2,8 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-870 -DISTVERSIONSUFFIX= -g69e087caa +DISTVERSION= 1.20.0-873 +DISTVERSIONSUFFIX= -gb2d96b5cd CATEGORIES= x11-servers PKGNAMESUFFIX= -devel Modified: head/x11-servers/xwayland-devel/distinfo ============================================================================== --- head/x11-servers/xwayland-devel/distinfo Tue Mar 9 00:45:02 2021 (r567880) +++ head/x11-servers/xwayland-devel/distinfo Tue Mar 9 00:59:28 2021 (r567881) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614939114 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-870-g69e087caa_GH0.tar.gz) = 8f2c363f17a7aab329b17ba5720b00ea96bc7995aa49218c1df726cd37d07201 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-870-g69e087caa_GH0.tar.gz) = 5847088 +TIMESTAMP = 1615235574 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-873-gb2d96b5cd_GH0.tar.gz) = 27bebd6017f5ba58e204569e1ba116dca529e2de9e60aa1ef6a9a837d6f06631 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-873-gb2d96b5cd_GH0.tar.gz) = 5846327 SHA256 (69cc4cd21708.patch) = c57dfa7f698a32e01365f680e955108538f0530dac991b61dc23d8214f415811 SIZE (69cc4cd21708.patch) = 7735 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 From owner-svn-ports-all@freebsd.org Tue Mar 9 01:21:22 2021 Return-Path: Delivered-To: svn-ports-all@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 C06545618A8; Tue, 9 Mar 2021 01:21:22 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvcqQ58MRz4ZWh; Tue, 9 Mar 2021 01:21:22 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3AA71317A; Tue, 9 Mar 2021 01:21:22 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291LMpr050171; Tue, 9 Mar 2021 01:21:22 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291LMPA050170; Tue, 9 Mar 2021 01:21:22 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103090121.1291LMPA050170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 01:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567882 - head/biology/py-scikit-bio X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/biology/py-scikit-bio X-SVN-Commit-Revision: 567882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:21:22 -0000 Author: pkubaj Date: Tue Mar 9 01:21:22 2021 New Revision: 567882 URL: https://svnweb.freebsd.org/changeset/ports/567882 Log: biology/py-scikit-bio: fix build on powerpc64le Use GCC: In file included from skbio/alignment/_ssw_wrapper.c:626: In file included from skbio/alignment/_lib/ssw.h:17: In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); Modified: head/biology/py-scikit-bio/Makefile Modified: head/biology/py-scikit-bio/Makefile ============================================================================== --- head/biology/py-scikit-bio/Makefile Tue Mar 9 00:59:28 2021 (r567881) +++ head/biology/py-scikit-bio/Makefile Tue Mar 9 01:21:22 2021 (r567882) @@ -28,11 +28,14 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.7+ USE_PYTHON= autoplist distutils -.include +.include .if ${ARCH} == i386 CFLAGS+= -msse2 # workaround for https://github.com/biocore/scikit-bio/issues/1727 CXXFLAGS+= -msse2 +.elif ${ARCH} == powerpc64le +CFLAGS+= -DNO_WARN_X86_INTRINSICS +USE_GCC= yes .endif -.include +.include From owner-svn-ports-all@freebsd.org Tue Mar 9 01:23:52 2021 Return-Path: Delivered-To: svn-ports-all@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 62730561877; Tue, 9 Mar 2021 01:23:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvctJ2QSJz4bGb; Tue, 9 Mar 2021 01:23:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45C1F134D6; Tue, 9 Mar 2021 01:23:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291NqOb051997; Tue, 9 Mar 2021 01:23:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291NpfN051994; Tue, 9 Mar 2021 01:23:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090123.1291NpfN051994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:23:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567883 - head/devel/folly X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/folly X-SVN-Commit-Revision: 567883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:23:52 -0000 Author: yuri Date: Tue Mar 9 01:23:51 2021 New Revision: 567883 URL: https://svnweb.freebsd.org/changeset/ports/567883 Log: devel/folly: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/devel/folly/Makefile head/devel/folly/distinfo head/devel/folly/pkg-plist Modified: head/devel/folly/Makefile ============================================================================== --- head/devel/folly/Makefile Tue Mar 9 01:21:22 2021 (r567882) +++ head/devel/folly/Makefile Tue Mar 9 01:23:51 2021 (r567883) @@ -2,7 +2,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/folly/distinfo ============================================================================== --- head/devel/folly/distinfo Tue Mar 9 01:21:22 2021 (r567882) +++ head/devel/folly/distinfo Tue Mar 9 01:23:51 2021 (r567883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621484 -SHA256 (facebook-folly-v2021.03.01.00_GH0.tar.gz) = 07e89cfd2522e033481afe9961e638023387ac0ef24533e92a2164fa888400d6 -SIZE (facebook-folly-v2021.03.01.00_GH0.tar.gz) = 3306980 +TIMESTAMP = 1615246289 +SHA256 (facebook-folly-v2021.03.08.00_GH0.tar.gz) = 0abc95efe80c9852162018dfad084b89da5f5fa30c98dda373e7ae33c35a5221 +SIZE (facebook-folly-v2021.03.08.00_GH0.tar.gz) = 3347785 Modified: head/devel/folly/pkg-plist ============================================================================== --- head/devel/folly/pkg-plist Tue Mar 9 01:21:22 2021 (r567882) +++ head/devel/folly/pkg-plist Tue Mar 9 01:23:51 2021 (r567883) @@ -141,6 +141,7 @@ include/folly/container/HeterogeneousAccess.h include/folly/container/Iterator.h include/folly/container/Merge.h include/folly/container/SparseByteSet.h +include/folly/container/View.h include/folly/container/detail/BitIteratorDetail.h include/folly/container/detail/F14Defaults.h include/folly/container/detail/F14IntrinsicsAvailability.h @@ -156,7 +157,6 @@ include/folly/detail/AsyncTrace.h include/folly/detail/AtFork.h include/folly/detail/AtomicHashUtils.h include/folly/detail/AtomicUnorderedMapUtils.h -include/folly/detail/Demangle.h include/folly/detail/DiscriminatedPtrDetail.h include/folly/detail/FileUtilDetail.h include/folly/detail/FingerprintPolynomial.h @@ -309,7 +309,6 @@ include/folly/experimental/coro/Traits.h include/folly/experimental/coro/Transform-inl.h include/folly/experimental/coro/Transform.h include/folly/experimental/coro/UnboundedQueue.h -include/folly/experimental/coro/Utils.h include/folly/experimental/coro/ViaIfAsync.h include/folly/experimental/coro/Wait.h include/folly/experimental/coro/WithAsyncStack.h @@ -522,6 +521,8 @@ include/folly/io/async/test/TestSSLServer.h include/folly/io/async/test/TimeUtil.h include/folly/io/async/test/UndelayedDestruction.h include/folly/io/async/test/Util.h +include/folly/io/coro/ServerSocket.h +include/folly/io/coro/Socket.h include/folly/json.h include/folly/json_patch.h include/folly/json_pointer.h @@ -545,6 +546,7 @@ include/folly/lang/PropagateConst.h include/folly/lang/RValueReferenceWrapper.h include/folly/lang/SafeAssert.h include/folly/lang/StaticConst.h +include/folly/lang/ToAscii.h include/folly/lang/TypeInfo.h include/folly/lang/UncaughtExceptions.h include/folly/logging/AsyncFileWriter.h @@ -593,6 +595,7 @@ include/folly/memory/detail/MallocImpl.h include/folly/memory/not_null-inl.h include/folly/memory/not_null.h include/folly/net/NetOps.h +include/folly/net/NetOpsDispatcher.h include/folly/net/NetworkSocket.h include/folly/net/detail/SocketFileDescriptorMap.h include/folly/poly/Nullable.h From owner-svn-ports-all@freebsd.org Tue Mar 9 01:23:55 2021 Return-Path: Delivered-To: svn-ports-all@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 770255618EB; Tue, 9 Mar 2021 01:23:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvctM1bjTz4b1P; Tue, 9 Mar 2021 01:23:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A55B13254; Tue, 9 Mar 2021 01:23:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291Nt1E052105; Tue, 9 Mar 2021 01:23:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291Nsum052103; Tue, 9 Mar 2021 01:23:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090123.1291Nsum052103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567884 - head/security/fizz X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/fizz X-SVN-Commit-Revision: 567884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:23:55 -0000 Author: yuri Date: Tue Mar 9 01:23:54 2021 New Revision: 567884 URL: https://svnweb.freebsd.org/changeset/ports/567884 Log: security/fizz: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/security/fizz/Makefile head/security/fizz/distinfo Modified: head/security/fizz/Makefile ============================================================================== --- head/security/fizz/Makefile Tue Mar 9 01:23:51 2021 (r567883) +++ head/security/fizz/Makefile Tue Mar 9 01:23:54 2021 (r567884) @@ -2,7 +2,7 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org Modified: head/security/fizz/distinfo ============================================================================== --- head/security/fizz/distinfo Tue Mar 9 01:23:51 2021 (r567883) +++ head/security/fizz/distinfo Tue Mar 9 01:23:54 2021 (r567884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621487 -SHA256 (facebookincubator-fizz-v2021.03.01.00_GH0.tar.gz) = 754b4206fe957c848a926dfcc3f801309337c56f2562fd543f3b89b293b743c3 -SIZE (facebookincubator-fizz-v2021.03.01.00_GH0.tar.gz) = 531308 +TIMESTAMP = 1615246291 +SHA256 (facebookincubator-fizz-v2021.03.08.00_GH0.tar.gz) = 26fd074209c0bad8ead73ab068bd7384500754a6a745a21669f5aba76425f3ef +SIZE (facebookincubator-fizz-v2021.03.08.00_GH0.tar.gz) = 531274 From owner-svn-ports-all@freebsd.org Tue Mar 9 01:24:02 2021 Return-Path: Delivered-To: svn-ports-all@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 83D2E561B33; Tue, 9 Mar 2021 01:24:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvctT6D3rz4bMw; Tue, 9 Mar 2021 01:24:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2EB41379A; Tue, 9 Mar 2021 01:24:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291O1jx052344; Tue, 9 Mar 2021 01:24:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291O1uh052341; Tue, 9 Mar 2021 01:24:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090124.1291O1uh052341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567886 - head/devel/fbthrift X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/fbthrift X-SVN-Commit-Revision: 567886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:24:02 -0000 Author: yuri Date: Tue Mar 9 01:24:00 2021 New Revision: 567886 URL: https://svnweb.freebsd.org/changeset/ports/567886 Log: devel/fbthrift: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/devel/fbthrift/Makefile head/devel/fbthrift/distinfo head/devel/fbthrift/pkg-plist Modified: head/devel/fbthrift/Makefile ============================================================================== --- head/devel/fbthrift/Makefile Tue Mar 9 01:23:57 2021 (r567885) +++ head/devel/fbthrift/Makefile Tue Mar 9 01:24:00 2021 (r567886) @@ -2,7 +2,7 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -13,12 +13,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ + libevent.so:devel/libevent \ libfizz.so:security/fizz \ libfmt.so:devel/libfmt \ libfolly.so:devel/folly \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ + liblz4.so:archivers/liblz4 \ + libsnappy.so:archivers/snappy \ libsodium.so:security/libsodium \ + libunwind.so:devel/libunwind \ libwangle.so:net/wangle \ libzstd.so:archivers/zstd Modified: head/devel/fbthrift/distinfo ============================================================================== --- head/devel/fbthrift/distinfo Tue Mar 9 01:23:57 2021 (r567885) +++ head/devel/fbthrift/distinfo Tue Mar 9 01:24:00 2021 (r567886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621503 -SHA256 (facebook-fbthrift-v2021.03.01.00_GH0.tar.gz) = 65ecbcc98616cf2c44c3ef1bf70fad289d4098e90dc205408db18f814a8cbac3 -SIZE (facebook-fbthrift-v2021.03.01.00_GH0.tar.gz) = 5330064 +TIMESTAMP = 1615246294 +SHA256 (facebook-fbthrift-v2021.03.08.00_GH0.tar.gz) = d559dfd79a52fbe57886a91d8b39d5d46b53f686a8e8aa8038f515def6ba4fee +SIZE (facebook-fbthrift-v2021.03.08.00_GH0.tar.gz) = 5337964 Modified: head/devel/fbthrift/pkg-plist ============================================================================== --- head/devel/fbthrift/pkg-plist Tue Mar 9 01:23:57 2021 (r567885) +++ head/devel/fbthrift/pkg-plist Tue Mar 9 01:24:00 2021 (r567886) @@ -106,7 +106,6 @@ include/thrift/lib/cpp2/Flags.h include/thrift/lib/cpp2/GeneratedCodeHelper.h include/thrift/lib/cpp2/GeneratedHeaderHelper.h include/thrift/lib/cpp2/IndirectionWrapper.h -include/thrift/lib/cpp2/OptionalField.h include/thrift/lib/cpp2/PluggableFunction.h include/thrift/lib/cpp2/SerializationSwitch.h include/thrift/lib/cpp2/Thrift.h @@ -292,7 +291,6 @@ include/thrift/lib/cpp2/server/admission_strategy/Prio include/thrift/lib/cpp2/server/admission_strategy/WhitelistAdmissionStrategy.h include/thrift/lib/cpp2/server/peeking/PeekingManager.h include/thrift/lib/cpp2/server/peeking/TLSHelper.h -include/thrift/lib/cpp2/server/proxygen/ProxygenThriftServer.h include/thrift/lib/cpp2/test/IndirectionWrapperTest.h include/thrift/lib/cpp2/test/ProtoBufStructs-inl.h include/thrift/lib/cpp2/test/Structs.h @@ -302,7 +300,6 @@ include/thrift/lib/cpp2/test/util/TestClientChannelFac include/thrift/lib/cpp2/test/util/TestHTTPClientChannelFactory.h include/thrift/lib/cpp2/test/util/TestHeaderClientChannelFactory.h include/thrift/lib/cpp2/test/util/TestInterface.h -include/thrift/lib/cpp2/test/util/TestProxygenThriftServerFactory.h include/thrift/lib/cpp2/test/util/TestServerFactory.h include/thrift/lib/cpp2/test/util/TestThriftServerFactory.h include/thrift/lib/cpp2/transport/core/ClientConnectionIf.h @@ -332,8 +329,6 @@ include/thrift/lib/cpp2/transport/http2/common/testuti include/thrift/lib/cpp2/transport/http2/common/testutil/FakeProcessors.h include/thrift/lib/cpp2/transport/http2/common/testutil/FakeResponseHandler.h include/thrift/lib/cpp2/transport/http2/server/ThriftRequestHandler.h -include/thrift/lib/cpp2/transport/inmemory/InMemoryChannel.h -include/thrift/lib/cpp2/transport/inmemory/InMemoryConnection.h include/thrift/lib/cpp2/transport/rocket/PayloadUtils.h include/thrift/lib/cpp2/transport/rocket/RocketException.h include/thrift/lib/cpp2/transport/rocket/Types.h From owner-svn-ports-all@freebsd.org Tue Mar 9 01:24:01 2021 Return-Path: Delivered-To: svn-ports-all@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 D93F6561B31; Tue, 9 Mar 2021 01:24:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvctS2PnRz4b1m; Tue, 9 Mar 2021 01:24:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E82213723; Tue, 9 Mar 2021 01:23:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291NvrP052214; Tue, 9 Mar 2021 01:23:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291NvcM052213; Tue, 9 Mar 2021 01:23:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090123.1291NvcM052213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567885 - head/net/wangle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/wangle X-SVN-Commit-Revision: 567885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:24:02 -0000 Author: yuri Date: Tue Mar 9 01:23:57 2021 New Revision: 567885 URL: https://svnweb.freebsd.org/changeset/ports/567885 Log: net/wangle: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/net/wangle/Makefile head/net/wangle/distinfo Modified: head/net/wangle/Makefile ============================================================================== --- head/net/wangle/Makefile Tue Mar 9 01:23:54 2021 (r567884) +++ head/net/wangle/Makefile Tue Mar 9 01:23:57 2021 (r567885) @@ -2,7 +2,7 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org Modified: head/net/wangle/distinfo ============================================================================== --- head/net/wangle/distinfo Tue Mar 9 01:23:54 2021 (r567884) +++ head/net/wangle/distinfo Tue Mar 9 01:23:57 2021 (r567885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621490 -SHA256 (facebook-wangle-v2021.03.01.00_GH0.tar.gz) = bdf348580c2d4bdfbadd2bea19fd202537557535c2a52da9b8803503b757c7e5 -SIZE (facebook-wangle-v2021.03.01.00_GH0.tar.gz) = 335687 +TIMESTAMP = 1615246292 +SHA256 (facebook-wangle-v2021.03.08.00_GH0.tar.gz) = c0e1ee3997867193cf4afadb59e937c913add51fe0fc675928b3db8d17cca5a6 +SIZE (facebook-wangle-v2021.03.08.00_GH0.tar.gz) = 335527 From owner-svn-ports-all@freebsd.org Tue Mar 9 01:24:15 2021 Return-Path: Delivered-To: svn-ports-all@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 F35FA561C18; Tue, 9 Mar 2021 01:24:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvctk5j4Lz4bC1; Tue, 9 Mar 2021 01:24:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A0DE13812; Tue, 9 Mar 2021 01:24:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291OBIF052670; Tue, 9 Mar 2021 01:24:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291OARX052668; Tue, 9 Mar 2021 01:24:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090124.1291OARX052668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567889 - head/devel/fatal X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/fatal X-SVN-Commit-Revision: 567889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:24:15 -0000 Author: yuri Date: Tue Mar 9 01:24:10 2021 New Revision: 567889 URL: https://svnweb.freebsd.org/changeset/ports/567889 Log: devel/fatal: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/devel/fatal/Makefile head/devel/fatal/distinfo Modified: head/devel/fatal/Makefile ============================================================================== --- head/devel/fatal/Makefile Tue Mar 9 01:24:07 2021 (r567888) +++ head/devel/fatal/Makefile Tue Mar 9 01:24:10 2021 (r567889) @@ -2,7 +2,7 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/fatal/distinfo ============================================================================== --- head/devel/fatal/distinfo Tue Mar 9 01:24:07 2021 (r567888) +++ head/devel/fatal/distinfo Tue Mar 9 01:24:10 2021 (r567889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621516 -SHA256 (facebook-fatal-v2021.03.01.00_GH0.tar.gz) = 1014ba8b1d57c483fc5ce7a7cd7cab9ee27c10a5259385d0964d15279df52377 -SIZE (facebook-fatal-v2021.03.01.00_GH0.tar.gz) = 655043 +TIMESTAMP = 1615246299 +SHA256 (facebook-fatal-v2021.03.08.00_GH0.tar.gz) = 25c1d1dd28fea5081bc76df4eb899098ff67da8e965cf20e930313658d6a9ae2 +SIZE (facebook-fatal-v2021.03.08.00_GH0.tar.gz) = 655070 From owner-svn-ports-all@freebsd.org Tue Mar 9 01:24:11 2021 Return-Path: Delivered-To: svn-ports-all@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 5BC99561B37; Tue, 9 Mar 2021 01:24:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvctd513sz4bNR; Tue, 9 Mar 2021 01:24:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBD8713811; Tue, 9 Mar 2021 01:24:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291O7FG052562; Tue, 9 Mar 2021 01:24:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291O7Ux052559; Tue, 9 Mar 2021 01:24:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090124.1291O7Ux052559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567888 - head/net/rsocket-cpp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/rsocket-cpp X-SVN-Commit-Revision: 567888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:24:11 -0000 Author: yuri Date: Tue Mar 9 01:24:07 2021 New Revision: 567888 URL: https://svnweb.freebsd.org/changeset/ports/567888 Log: net/rsocket-cpp: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/net/rsocket-cpp/Makefile head/net/rsocket-cpp/distinfo Modified: head/net/rsocket-cpp/Makefile ============================================================================== --- head/net/rsocket-cpp/Makefile Tue Mar 9 01:24:04 2021 (r567887) +++ head/net/rsocket-cpp/Makefile Tue Mar 9 01:24:07 2021 (r567888) @@ -2,7 +2,7 @@ PORTNAME= rsocket-cpp DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org Modified: head/net/rsocket-cpp/distinfo ============================================================================== --- head/net/rsocket-cpp/distinfo Tue Mar 9 01:24:04 2021 (r567887) +++ head/net/rsocket-cpp/distinfo Tue Mar 9 01:24:07 2021 (r567888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621510 -SHA256 (rsocket-rsocket-cpp-v2021.03.01.00_GH0.tar.gz) = d223c6e92d531c4da36e6b447e4d5bbecf083a323b208fc1537eef1895db376e -SIZE (rsocket-rsocket-cpp-v2021.03.01.00_GH0.tar.gz) = 1870819 +TIMESTAMP = 1615246297 +SHA256 (rsocket-rsocket-cpp-v2021.03.08.00_GH0.tar.gz) = d9326520cd0a8c5e5d9c0b73fe12262ab63da5108e14186d42e10612d050f24a +SIZE (rsocket-rsocket-cpp-v2021.03.08.00_GH0.tar.gz) = 1870732 From owner-svn-ports-all@freebsd.org Tue Mar 9 01:24:09 2021 Return-Path: Delivered-To: svn-ports-all@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 3AF0B561D00; Tue, 9 Mar 2021 01:24:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvctZ0vFFz4bNH; Tue, 9 Mar 2021 01:24:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E833D13724; Tue, 9 Mar 2021 01:24:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1291O4Ph052453; Tue, 9 Mar 2021 01:24:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1291O4Ih052451; Tue, 9 Mar 2021 01:24:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090124.1291O4Ih052451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 01:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567887 - head/net/fbzmq X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/fbzmq X-SVN-Commit-Revision: 567887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 01:24:10 -0000 Author: yuri Date: Tue Mar 9 01:24:04 2021 New Revision: 567887 URL: https://svnweb.freebsd.org/changeset/ports/567887 Log: net/fbzmq: Update 2021.03.01.00 -> 2021.03.08.00 Modified: head/net/fbzmq/Makefile head/net/fbzmq/distinfo Modified: head/net/fbzmq/Makefile ============================================================================== --- head/net/fbzmq/Makefile Tue Mar 9 01:24:00 2021 (r567886) +++ head/net/fbzmq/Makefile Tue Mar 9 01:24:04 2021 (r567887) @@ -2,7 +2,7 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v -DISTVERSION= 2021.03.01.00 +DISTVERSION= 2021.03.08.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org Modified: head/net/fbzmq/distinfo ============================================================================== --- head/net/fbzmq/distinfo Tue Mar 9 01:24:00 2021 (r567886) +++ head/net/fbzmq/distinfo Tue Mar 9 01:24:04 2021 (r567887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614621505 -SHA256 (facebook-fbzmq-v2021.03.01.00_GH0.tar.gz) = 51dc7be38ffe1edcb9e7feb361770adb5b809353274b6cb558587ba2ecbe7964 -SIZE (facebook-fbzmq-v2021.03.01.00_GH0.tar.gz) = 198482 +TIMESTAMP = 1615246295 +SHA256 (facebook-fbzmq-v2021.03.08.00_GH0.tar.gz) = d760aa3c4cfd0e31daf02d41fa24de5b7c4969f5f0f69cb3992b61644f35b9a9 +SIZE (facebook-fbzmq-v2021.03.08.00_GH0.tar.gz) = 198397 From owner-svn-ports-all@freebsd.org Tue Mar 9 05:11:29 2021 Return-Path: Delivered-To: svn-ports-all@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 B8289569575; Tue, 9 Mar 2021 05:11:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvjwx4wZHz4q59; Tue, 9 Mar 2021 05:11:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C0171617A; Tue, 9 Mar 2021 05:11:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1295BTPf087126; Tue, 9 Mar 2021 05:11:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1295BT4T087124; Tue, 9 Mar 2021 05:11:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090511.1295BT4T087124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 05:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567890 - head/science/gromacs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/gromacs X-SVN-Commit-Revision: 567890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 05:11:29 -0000 Author: yuri Date: Tue Mar 9 05:11:28 2021 New Revision: 567890 URL: https://svnweb.freebsd.org/changeset/ports/567890 Log: science/gromacs: Update 2021 -> 2021.1 Modified: head/science/gromacs/Makefile head/science/gromacs/distinfo Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Tue Mar 9 01:24:10 2021 (r567889) +++ head/science/gromacs/Makefile Tue Mar 9 05:11:28 2021 (r567890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gromacs -DISTVERSION= 2021 +DISTVERSION= 2021.1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ Modified: head/science/gromacs/distinfo ============================================================================== --- head/science/gromacs/distinfo Tue Mar 9 01:24:10 2021 (r567889) +++ head/science/gromacs/distinfo Tue Mar 9 05:11:28 2021 (r567890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613676352 -SHA256 (gromacs-2021.tar.gz) = efa78ab8409b0f5bf0fbca174fb8fbcf012815326b5c71a9d7c385cde9a8f87b -SIZE (gromacs-2021.tar.gz) = 35061679 +TIMESTAMP = 1615261255 +SHA256 (gromacs-2021.1.tar.gz) = bc1d0a75c134e1fb003202262fe10d3d32c59bbb40d714bc3e5015c71effe1e5 +SIZE (gromacs-2021.1.tar.gz) = 37971732 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:07:51 2021 Return-Path: Delivered-To: svn-ports-all@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 C943156A55A; Tue, 9 Mar 2021 06:07:51 +0000 (UTC) (envelope-from rhurlin@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 4Dvl9z4zscz4sHZ; Tue, 9 Mar 2021 06:07:51 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97D6317318; Tue, 9 Mar 2021 06:07:51 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12967pZB021015; Tue, 9 Mar 2021 06:07:51 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12967oSM021012; Tue, 9 Mar 2021 06:07:50 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103090607.12967oSM021012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 9 Mar 2021 06:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567891 - in head/textproc/ibus: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/textproc/ibus: . files X-SVN-Commit-Revision: 567891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:07:51 -0000 Author: rhurlin Date: Tue Mar 9 06:07:50 2021 New Revision: 567891 URL: https://svnweb.freebsd.org/changeset/ports/567891 Log: textproc/ibus: Update to 1.5.24 Changelog: https://github.com/ibus/ibus/releases/tag/1.5.24 PR: 254072 Submitted by: Henry Hu (maintainer) Deleted: head/textproc/ibus/files/patch-ui_gtk3_application.vala Modified: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/pkg-message head/textproc/ibus/pkg-plist Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Tue Mar 9 05:11:28 2021 (r567890) +++ head/textproc/ibus/Makefile Tue Mar 9 06:07:50 2021 (r567891) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ibus -PORTVERSION= 1.5.23 -PORTREVISION= 2 +PORTVERSION= 1.5.24 CATEGORIES= textproc MAINTAINER= henry.hu.sh@gmail.com @@ -21,87 +20,87 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ setxkbmap:x11/setxkbmap -USES= autoreconf compiler cpe gmake gnome libtool localbase pathfix pkgconfig python:3.5+ shebangfix +USES= autoreconf compiler cpe gmake gnome libtool localbase \ + pathfix pkgconfig python:3.5+ shebangfix +CPE_VENDOR= ibus_project +USE_GITHUB= yes USE_GNOME= glib20 intltool librsvg2 pygobject3 +INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_PYTHON= py3kplist -MAKE_JOBS_UNSAFE=yes SHEBANG_GLOB= *.sh -USE_GITHUB= yes GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -OPTIONS_SUB= yes -INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --with-ucd-dir=${LOCALBASE}/share/unicode/ucd \ - --disable-python2 --disable-python-library + --disable-python2 --disable-python-library \ + --disable-gtk4 -OPTIONS_DEFINE= NLS GTK2 GTK3 VALA GINTRO DOCS XIM ENGINE EMOJI +MAKE_JOBS_UNSAFE=yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= ENGINE VALA GTK2 GTK3 GINTRO XIM EMOJI DOCS NLS WAYLAND +OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO DCONF XIM ENGINE EMOJI OPTIONS_RADIO= CONFIG OPTIONS_RADIO_CONFIG= GCONF DCONF -OPTIONS_DEFAULT= GTK2 GTK3 VALA GINTRO DCONF XIM ENGINE EMOJI +NO_OPTIONS_SORT= yes +OPTIONS_SUB= yes +DCONF_DESC= Use dconf for configuration +EMOJI_DESC= Install emoji dictionary +ENGINE_DESC= Install ibus simple engine +GCONF_DESC= Use GConf for configuration +GINTRO_DESC= Install GObject Introspection data GTK2_DESC= Install GTK2 client GTK3_DESC= Install GTK3 client and panel VALA_DESC= Install vala binding -GINTRO_DESC= Install GObject Introspection data -GCONF_DESC= Use GConf for configuration -DCONF_DESC= Use dconf for configuration +WAYLAND_DESC= Enable Wayland support XIM_DESC= Install XIM server -ENGINE_DESC= Install ibus simple engine -EMOJI_DESC= Install emoji dictionary -CPE_VENDOR= ibus_project -NLS_USES= gettext -NLS_USES_OFF= gettext-tools -NLS_CONFIGURE_ENABLE= nls - -GTK2_USE= GNOME=cairo,gtk20 -GTK2_CONFIGURE_ENABLE= gtk2 +DCONF_USE= GNOME=dconf +DCONF_CONFIGURE_ENABLE= dconf +DCONF_VARS= GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml +DOCS_CONFIGURE_ENABLE= gtk-doc-html +EMOJI_BUILD_DEPENDS= json-glib>=0:devel/json-glib \ + unicode-emoji>0:misc/unicode-emoji \ + cldr-emoji-annotation>0:misc/cldr-emoji-annotation +EMOJI_CONFIGURE_ON= --with-unicode-emoji-dir=${LOCALBASE}/share/unicode/emoji \ + --with-emoji-annotation-dir=${LOCALBASE}/share/unicode/cldr/common/annotations +EMOJI_CONFIGURE_ENABLE= emoji-dict +ENGINE_CONFIGURE_ENABLE= engine +GCONF_USE= GNOME=gconf2 +GCONF_CONFIGURE_ENABLE= gconf +GCONF_VARS= GCONF_SCHEMAS=ibus.schemas +GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection +GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection +GINTRO_CONFIGURE_ENABLE= introspection GTK2_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 - +GTK2_USE= GNOME=cairo,gtk20 +GTK2_CONFIGURE_ENABLE= gtk2 +GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libnotify.so:devel/libnotify GTK3_USES= xorg GTK3_USE= GNOME=cairo,gtk30 XORG=x11,xi GTK3_CONFIGURE_ENABLE= gtk3 libnotify -GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libnotify.so:devel/libnotify GTK3_LIBS= -lX11 - +NLS_USES= gettext +NLS_USES_OFF= gettext-tools +NLS_CONFIGURE_ENABLE= nls +VALA_IMPLIES= GINTRO VALA_BUILD_DEPENDS= vala>=0.20:lang/vala VALA_CONFIGURE_ENABLE= vala -VALA_IMPLIES= GINTRO - -GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection -GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection -GINTRO_CONFIGURE_ENABLE= introspection - -GCONF_USE= GNOME=gconf2 -GCONF_CONFIGURE_ENABLE= gconf -GCONF_VARS= GCONF_SCHEMAS=ibus.schemas - -DCONF_USE= GNOME=dconf -DCONF_CONFIGURE_ENABLE= dconf -DCONF_VARS= GLIB_SCHEMAS=org.freedesktop.ibus.gschema.xml - -DOCS_CONFIGURE_ENABLE= gtk-doc-html - +WAYLAND_BUILD_DEPENDS= wayland>1.14:graphics/wayland +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon +WAYLAND_CONFIGURE_ENABLE= wayland XIM_CONFIGURE_ENABLE= xim -ENGINE_CONFIGURE_ENABLE= engine - EMOJIONE_TAG= ba845a7e24aac26cf3cf22abc19bea215d94fbf3 # 2.2.7 -EMOJI_CONFIGURE_ON= --with-unicode-emoji-dir=${LOCALBASE}/share/unicode/emoji \ - --with-emoji-annotation-dir=${LOCALBASE}/share/unicode/cldr/common/annotations -EMOJI_CONFIGURE_ENABLE= emoji-dict -EMOJI_BUILD_DEPENDS= json-glib>=0:devel/json-glib \ - unicode-emoji>0:misc/unicode-emoji \ - cldr-emoji-annotation>0:misc/cldr-emoji-annotation .include Modified: head/textproc/ibus/distinfo ============================================================================== --- head/textproc/ibus/distinfo Tue Mar 9 05:11:28 2021 (r567890) +++ head/textproc/ibus/distinfo Tue Mar 9 06:07:50 2021 (r567891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603214464 -SHA256 (ibus-ibus-1.5.23_GH0.tar.gz) = e8978b491ec56f78552c23cf4e7fe6279aede270e6efadf43c0395f08cb40906 -SIZE (ibus-ibus-1.5.23_GH0.tar.gz) = 1371387 +TIMESTAMP = 1615052071 +SHA256 (ibus-ibus-1.5.24_GH0.tar.gz) = 003a84a30a8c6ca902d449b782c82ec2ae34d576fcbd0b6036f46fe195d587a9 +SIZE (ibus-ibus-1.5.24_GH0.tar.gz) = 1390778 Modified: head/textproc/ibus/pkg-message ============================================================================== --- head/textproc/ibus/pkg-message Tue Mar 9 05:11:28 2021 (r567890) +++ head/textproc/ibus/pkg-message Tue Mar 9 06:07:50 2021 (r567891) @@ -21,8 +21,8 @@ setenv XMODIFIERS @im=ibus setenv XIM_PROGRAM ibus-daemon setenv XIM_ARGS "--daemonize --xim" -If you are using KDE4, you may create a shell script in $HOME/.kde4/env, -and add following lines: +If you are using KDE4, you may create a shell script in $HOME/.kde4/env +($HOME/.config/plasma-workspace/env for Plasma) and add following lines: #!/bin/sh export XIM=ibus @@ -45,8 +45,6 @@ textproc/ibus-kmfl KMFL IMEngine for IBus framework textproc/ibus-m17n m17n IM engine for IBus framework textproc/ibus-table Table based IM framework for IBus textproc/ibus-typing-booster Faster typing by context sensitive completion - -and QT4 input method module, textproc/ibus-qt. If ibus cannot start or the panel does not appear, please ensure that you are using up-to-date python. Modified: head/textproc/ibus/pkg-plist ============================================================================== --- head/textproc/ibus/pkg-plist Tue Mar 9 05:11:28 2021 (r567890) +++ head/textproc/ibus/pkg-plist Tue Mar 9 06:07:50 2021 (r567891) @@ -56,7 +56,7 @@ include/ibus-1.0/ibusxml.h %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so lib/libibus-1.0.so lib/libibus-1.0.so.5 -lib/libibus-1.0.so.5.0.523 +lib/libibus-1.0.so.5.0.524 libdata/pkgconfig/ibus-1.0.pc %%GTK3%%libexec/ibus-extension-gtk3 %%GTK3%%libexec/ibus-ui-gtk3 @@ -66,6 +66,7 @@ libdata/pkgconfig/ibus-1.0.pc %%ENGINE%%libexec/ibus-engine-simple libexec/ibus-portal %%EMOJI%%libexec/ibus-ui-emojier +%%WAYLAND%%libexec/ibus-wayland man/man1/ibus-daemon.1.gz man/man1/ibus-setup.1.gz man/man1/ibus.1.gz From owner-svn-ports-all@freebsd.org Tue Mar 9 06:26:49 2021 Return-Path: Delivered-To: svn-ports-all@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 37C3D56BA8A; Tue, 9 Mar 2021 06:26:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvlbs16qhz4tKD; Tue, 9 Mar 2021 06:26:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1538617784; Tue, 9 Mar 2021 06:26:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296Qmed033229; Tue, 9 Mar 2021 06:26:48 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296Qmjb033228; Tue, 9 Mar 2021 06:26:48 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090626.1296Qmjb033228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567892 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 567892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:26:49 -0000 Author: bhughes Date: Tue Mar 9 06:26:48 2021 New Revision: 567892 URL: https://svnweb.freebsd.org/changeset/ports/567892 Log: security/vuxml: document Node.js February 2021 Security Releases https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ Sponsored by: Miles AS Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 9 06:07:50 2021 (r567891) +++ head/security/vuxml/vuln.xml Tue Mar 9 06:26:48 2021 (r567892) @@ -78,6 +78,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Node.js -- February 2021 Security Releases + + + node10 + 10.24.0 + + + node12 + 12.21.0 + + + node14 + 14.16.0 + + + node + 15.10.0 + + + + +

Node.js reports:

+
+

HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883)

+

Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.

+

DNS rebinding in --inspect (CVE-2021-22884)

+

Affected Node.js versions are vulnerable to a DNS rebinding attack when the whitelist includes "localhost6". When "localhost6" is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the "localhost6" domain. As long as the attacker uses the "localhost6" domain, they can still apply the attack described in CVE-2018-7160.

+

OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840)

+

This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt

+
+ +
+ + https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ + CVE-2021-22883 + CVE-2021-22884 + CVE-2021-23840 + + + 2021-02-23 + 2021-03-09 + +
+ Gitlab -- Multiple vulnerabilities From owner-svn-ports-all@freebsd.org Tue Mar 9 06:41:34 2021 Return-Path: Delivered-To: svn-ports-all@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 79AC256BD3F; Tue, 9 Mar 2021 06:41:34 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvlwt34c2z4vCB; Tue, 9 Mar 2021 06:41:34 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C9B417738; Tue, 9 Mar 2021 06:41:34 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296fY58042364; Tue, 9 Mar 2021 06:41:34 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296fYSF042362; Tue, 9 Mar 2021 06:41:34 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090641.1296fYSF042362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567893 - head/www/node10 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node10 X-SVN-Commit-Revision: 567893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:41:34 -0000 Author: bhughes Date: Tue Mar 9 06:41:33 2021 New Revision: 567893 URL: https://svnweb.freebsd.org/changeset/ports/567893 Log: www/node10: Update 10.23.3 -> 10.24.0 https://nodejs.org/en/blog/release/v10.24.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254042 Submitted by: jlduran@gmail.com MFH: 2021Q1 Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: head/www/node10/Makefile head/www/node10/distinfo Modified: head/www/node10/Makefile ============================================================================== --- head/www/node10/Makefile Tue Mar 9 06:26:48 2021 (r567892) +++ head/www/node10/Makefile Tue Mar 9 06:41:33 2021 (r567893) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.23.3 +PORTVERSION= 10.24.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 10.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=64.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: head/www/node10/distinfo ============================================================================== --- head/www/node10/distinfo Tue Mar 9 06:26:48 2021 (r567892) +++ head/www/node10/distinfo Tue Mar 9 06:41:33 2021 (r567893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612936484 -SHA256 (node-v10.23.3.tar.gz) = 517db39eefccb03cb9ec1de67ddc917be943a755b290bff309b2e4b1bd78ffaf -SIZE (node-v10.23.3.tar.gz) = 46304281 +TIMESTAMP = 1614196774 +SHA256 (node-v10.24.0.tar.gz) = c8d0a56279be77a9033b5f89603c6c491060a661c607fbf82bbe931ca662996e +SIZE (node-v10.24.0.tar.gz) = 46321470 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:44:14 2021 Return-Path: Delivered-To: svn-ports-all@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 18B5C56C034; Tue, 9 Mar 2021 06:44:14 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvlzy0CXPz4vgF; Tue, 9 Mar 2021 06:44:14 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E364D17BA5; Tue, 9 Mar 2021 06:44:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296iDBj044967; Tue, 9 Mar 2021 06:44:13 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296iD7V044965; Tue, 9 Mar 2021 06:44:13 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090644.1296iD7V044965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567894 - head/www/node12 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node12 X-SVN-Commit-Revision: 567894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:44:14 -0000 Author: bhughes Date: Tue Mar 9 06:44:13 2021 New Revision: 567894 URL: https://svnweb.freebsd.org/changeset/ports/567894 Log: www/node12: Update 12.20.2 -> 12.21.0 https://nodejs.org/en/blog/release/v12.21.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254043 Submitted by: jlduran@gmail.com MFH: 2021Q1 Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: head/www/node12/Makefile head/www/node12/distinfo Modified: head/www/node12/Makefile ============================================================================== --- head/www/node12/Makefile Tue Mar 9 06:41:33 2021 (r567893) +++ head/www/node12/Makefile Tue Mar 9 06:44:13 2021 (r567894) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.20.2 +PORTVERSION= 12.21.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=67.1:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: head/www/node12/distinfo ============================================================================== --- head/www/node12/distinfo Tue Mar 9 06:41:33 2021 (r567893) +++ head/www/node12/distinfo Tue Mar 9 06:44:13 2021 (r567894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613340388 -SHA256 (node-v12.20.2.tar.gz) = 47869f9857d40f2ecb42be6c776a8794f4664fb3fb2fdbeb3caad00dc0a36a1f -SIZE (node-v12.20.2.tar.gz) = 53249033 +TIMESTAMP = 1614197582 +SHA256 (node-v12.21.0.tar.gz) = 36e862555bebc04b13f7afebf4472c4dd7ebf4c891f9d6746ec545a4f099d05e +SIZE (node-v12.21.0.tar.gz) = 53255514 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:45:56 2021 Return-Path: Delivered-To: svn-ports-all@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 41D8D56BD52; Tue, 9 Mar 2021 06:45:56 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm1v5jfhz4vk0; Tue, 9 Mar 2021 06:45:55 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B69AB17BA6; Tue, 9 Mar 2021 06:45:55 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296jtid045143; Tue, 9 Mar 2021 06:45:55 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296jtQq045140; Tue, 9 Mar 2021 06:45:55 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103090645.1296jtQq045140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Mar 2021 06:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567895 - head/security/strongswan X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/strongswan X-SVN-Commit-Revision: 567895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:45:56 -0000 Author: fernape Date: Tue Mar 9 06:45:54 2021 New Revision: 567895 URL: https://svnweb.freebsd.org/changeset/ports/567895 Log: security/strongswan: Update to 5.9.2 ChangeLog: https://wiki.strongswan.org/versions/80 While here, pet linters PR: 254047 Submitted by: jlduran@gmail.com Approved by: strongswan@Nanoteq.com (maintainer) Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Tue Mar 9 06:44:13 2021 (r567894) +++ head/security/strongswan/Makefile Tue Mar 9 06:45:54 2021 (r567895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -DISTVERSION= 5.9.1 +DISTVERSION= 5.9.2 CATEGORIES= security net-vpn MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -14,13 +14,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe libtool:keepla pkgconfig tar:bzip2 ssl -USE_RC_SUBR= strongswan USE_LDCONFIG= ${PREFIX}/lib/ipsec +USE_RC_SUBR= strongswan GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -TEST_TARGET= check - CONFIGURE_ARGS= --enable-kernel-pfkey \ --enable-kernel-pfroute \ --disable-kernel-netlink \ @@ -41,9 +38,12 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ --with-group=wheel \ --with-lib-prefix=${PREFIX} -OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEV1 \ - IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL PKI \ - PKCS11 PYTHON SCEP SMP SQLITE SWANCTL TESTVECTOR TPM TSS2 \ +INSTALL_TARGET= install-strip +TEST_TARGET= check + +OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE FARP GCM \ + IKEV1 IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL \ + PKI PKCS11 PYTHON SCEP SMP SQLITE SWANCTL TESTVECTOR TPM TSS2 \ UNBOUND UNITY VICI XAUTH OPTIONS_DEFINE_i386= VIA OPTIONS_DEFAULT= BUILTIN CURL IKEV1 PKI SWANCTL VICI @@ -58,6 +58,7 @@ EAPAKA3GPP2_DESC= Enable EAP AKA with 3gpp2 backend EAPDYNAMIC_DESC= Enable EAP dynamic proxy module EAPRADIUS_DESC= Enable EAP Radius proxy authentication EAPSIMFILE_DESC= Enable EAP SIM with file backend +FARP_DESC= Enable farp plugin GCM_DESC= Enable GCM AEAD wrapper crypto plugin IKEV1_DESC= Enable IKEv1 support IPSECKEY_DESC= Enable authentication with IPSECKEY resource records with DNSSEC @@ -83,48 +84,49 @@ XAUTH_DESC= Enable XAuth password verification # Extra options BUILTIN_CONFIGURE_ON= --with-printf-hooks=builtin -CURL_CONFIGURE_ON= --enable-curl CURL_LIB_DEPENDS= libcurl.so:ftp/curl -EAPAKA3GPP2_CONFIGURE_ON= --enable-eap-aka --enable-eap-aka-3gpp2 +CURL_CONFIGURE_ON= --enable-curl EAPAKA3GPP2_LIB_DEPENDS=libgmp.so:math/gmp +EAPAKA3GPP2_CONFIGURE_ON= --enable-eap-aka --enable-eap-aka-3gpp2 EAPDYNAMIC_CONFIGURE_ON=--enable-eap-dynamic EAPRADIUS_CONFIGURE_ON= --enable-eap-radius EAPSIMFILE_CONFIGURE_ON=--enable-eap-sim --enable-eap-sim-file +FARP_CONFIGURE_ON= --enable-farp GCM_CONFIGURE_ON= --enable-gcm IKEV1_CONFIGURE_OFF= --disable-ikev1 IPSECKEY_CONFIGURE_ON= --enable-ipseckey KERNELLIBIPSEC_CONFIGURE_ON= --enable-kernel-libipsec -LDAP_CONFIGURE_ON= --enable-ldap LDAP_USE= OPENLDAP=yes +LDAP_CONFIGURE_ON= --enable-ldap LIBC_CONFIGURE_ON= --with-printf-hooks=glibc LOADTESTER_CONFIGURE_ON=--enable-load-tester MEDIATION_CONFIGURE_ON= --enable-mediation -MYSQL_CONFIGURE_ON= --enable-mysql MYSQL_USES= mysql +MYSQL_CONFIGURE_ON= --enable-mysql PKCS11_CONFIGURE_ON= --enable-pkcs11 PKI_CONFIGURE_OFF= --disable-pki PYTHON_IMPLIES= VICI PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vici>0:security/py-vici@${PY_FLAVOR} PYTHON_USES= python SCEP_CONFIGURE_OFF= --disable-scepclient -SMP_CONFIGURE_ON= --enable-smp SMP_LIB_DEPENDS= libxml2.so:textproc/libxml2 -SQLITE_CONFIGURE_ON= --enable-sqlite +SMP_CONFIGURE_ON= --enable-smp SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -SWANCTL_CONFIGURE_ON= --enable-swanctl +SQLITE_CONFIGURE_ON= --enable-sqlite SWANCTL_IMPLIES= VICI +SWANCTL_CONFIGURE_ON= --enable-swanctl TESTVECTOR_CONFIGURE_ON=--enable-test-vectors TPM_CONFIGURE_ON= --enable-tpm -TSS2_CONFIGURE_ON= --enable-tss-tss2 TSS2_LIB_DEPENDS= libtss2-sys.so:security/tpm2-tss -UNBOUND_CONFIGURE_ON= --enable-unbound +TSS2_CONFIGURE_ON= --enable-tss-tss2 UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound \ libldns.so:dns/ldns +UNBOUND_CONFIGURE_ON= --enable-unbound UNITY_CONFIGURE_ON= --enable-unity VIA_CONFIGURE_ON= --enable-padlock VICI_CONFIGURE_ON= --enable-vici -VSTR_CONFIGURE_ON= --with-printf-hooks=vstr VSTR_LIB_DEPENDS= libvstr.so:devel/vstr +VSTR_CONFIGURE_ON= --with-printf-hooks=vstr XAUTH_CONFIGURE_ON= --enable-xauth-eap \ --enable-xauth-generic \ --enable-xauth-pam Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Tue Mar 9 06:44:13 2021 (r567894) +++ head/security/strongswan/distinfo Tue Mar 9 06:45:54 2021 (r567895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609095054 -SHA256 (strongswan-5.9.1.tar.bz2) = a337c9fb63d973b8440827755c784031648bf423b7114a04918b0b00fd42cafb -SIZE (strongswan-5.9.1.tar.bz2) = 4590867 +TIMESTAMP = 1614953840 +SHA256 (strongswan-5.9.2.tar.bz2) = 61c72f741edb2c1295a7b7ccce0317a104b3f9d39efd04c52cd05b01b55ab063 +SIZE (strongswan-5.9.2.tar.bz2) = 4607281 Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Tue Mar 9 06:44:13 2021 (r567894) +++ head/security/strongswan/pkg-plist Tue Mar 9 06:45:54 2021 (r567895) @@ -30,6 +30,7 @@ %%EAPSIMFILE%%@sample %%ETCDIR%%.d/charon/eap-sim.conf.sample @sample %%ETCDIR%%.d/charon/eap-tls.conf.sample @sample %%ETCDIR%%.d/charon/eap-ttls.conf.sample +%%FARP%%@sample %%ETCDIR%%.d/charon/farp.conf.sample @sample %%ETCDIR%%.d/charon/fips-prf.conf.sample %%GCM%%@sample %%ETCDIR%%.d/charon/gcm.conf.sample %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/gmp.conf.sample @@ -167,6 +168,8 @@ lib/ipsec/plugins/libstrongswan-eap-tls.la lib/ipsec/plugins/libstrongswan-eap-tls.so lib/ipsec/plugins/libstrongswan-eap-ttls.la lib/ipsec/plugins/libstrongswan-eap-ttls.so +%%FARP%%lib/ipsec/plugins/libstrongswan-farp.la +%%FARP%%lib/ipsec/plugins/libstrongswan-farp.so lib/ipsec/plugins/libstrongswan-fips-prf.la lib/ipsec/plugins/libstrongswan-fips-prf.so %%GCM%%lib/ipsec/plugins/libstrongswan-gcm.la @@ -321,6 +324,7 @@ sbin/ipsec %%EAPSIMFILE%%%%DATADIR%%/templates/config/plugins/eap-sim.conf %%DATADIR%%/templates/config/plugins/eap-tls.conf %%DATADIR%%/templates/config/plugins/eap-ttls.conf +%%FARP%%%%DATADIR%%/templates/config/plugins/farp.conf %%DATADIR%%/templates/config/plugins/fips-prf.conf %%GCM%%%%DATADIR%%/templates/config/plugins/gcm.conf %%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/gmp.conf From owner-svn-ports-all@freebsd.org Tue Mar 9 06:46:35 2021 Return-Path: Delivered-To: svn-ports-all@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 8791956BDE4; Tue, 9 Mar 2021 06:46:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm2g3R58z3BpM; Tue, 9 Mar 2021 06:46:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68E3B17755; Tue, 9 Mar 2021 06:46:35 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296kZQS045275; Tue, 9 Mar 2021 06:46:35 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296kZvv045273; Tue, 9 Mar 2021 06:46:35 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090646.1296kZvv045273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567896 - head/www/node14 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node14 X-SVN-Commit-Revision: 567896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:46:35 -0000 Author: bhughes Date: Tue Mar 9 06:46:34 2021 New Revision: 567896 URL: https://svnweb.freebsd.org/changeset/ports/567896 Log: www/node14: Update 14.15.5 -> 14.16.0 https://nodejs.org/en/blog/release/v14.16.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254044 Submitted by: jlduran@gmail.com MFH: 2021Q1 Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: head/www/node14/Makefile head/www/node14/distinfo Modified: head/www/node14/Makefile ============================================================================== --- head/www/node14/Makefile Tue Mar 9 06:45:54 2021 (r567895) +++ head/www/node14/Makefile Tue Mar 9 06:46:34 2021 (r567896) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.15.5 +DISTVERSION= 14.16.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 14.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=67.1:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: head/www/node14/distinfo ============================================================================== --- head/www/node14/distinfo Tue Mar 9 06:45:54 2021 (r567895) +++ head/www/node14/distinfo Tue Mar 9 06:46:34 2021 (r567896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612936222 -SHA256 (node-v14.15.5.tar.gz) = 043f39bb43ecaca699a21a8bd65d064ef53b48bf2cc6acaddb5ee0f4227e4d2a -SIZE (node-v14.15.5.tar.gz) = 63140856 +TIMESTAMP = 1614197636 +SHA256 (node-v14.16.0.tar.gz) = f6b904b06951de4c52089dd4456155d853e835b0dc4640f75458c6eb49f9e8ce +SIZE (node-v14.16.0.tar.gz) = 63145525 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:46:45 2021 Return-Path: Delivered-To: svn-ports-all@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 9B7EA56BF7A; Tue, 9 Mar 2021 06:46:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm2s44Rqz4vmk; Tue, 9 Mar 2021 06:46:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F03517757; Tue, 9 Mar 2021 06:46:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296kjDq045399; Tue, 9 Mar 2021 06:46:45 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296kjq7045398; Tue, 9 Mar 2021 06:46:45 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103090646.1296kjq7045398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Mar 2021 06:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567897 - head/misc/wmforecast X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/misc/wmforecast X-SVN-Commit-Revision: 567897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:46:45 -0000 Author: fernape Date: Tue Mar 9 06:46:44 2021 New Revision: 567897 URL: https://svnweb.freebsd.org/changeset/ports/567897 Log: misc/wmforecast update to 1.5 ChangeLog: https://github.com/d-torrance/wmforecast/releases/tag/v1.5 PR: 254128 Submitted by: ip@unixway.org (maintainer) Modified: head/misc/wmforecast/Makefile head/misc/wmforecast/distinfo Modified: head/misc/wmforecast/Makefile ============================================================================== --- head/misc/wmforecast/Makefile Tue Mar 9 06:46:34 2021 (r567896) +++ head/misc/wmforecast/Makefile Tue Mar 9 06:46:44 2021 (r567897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wmforecast -DISTVERSION= 1.4 +DISTVERSION= 1.5 CATEGORIES= misc windowmaker geography MASTER_SITES= https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/ Modified: head/misc/wmforecast/distinfo ============================================================================== --- head/misc/wmforecast/distinfo Tue Mar 9 06:46:34 2021 (r567896) +++ head/misc/wmforecast/distinfo Tue Mar 9 06:46:44 2021 (r567897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610988645 -SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee -SIZE (wmforecast-1.4.tar.gz) = 155962 +TIMESTAMP = 1615191663 +SHA256 (wmforecast-1.5.tar.gz) = ea4e2eab84115ae45a288b18ed1de58b0f48a383f7ca29e66ca348e2a9251f24 +SIZE (wmforecast-1.5.tar.gz) = 153367 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:48:03 2021 Return-Path: Delivered-To: svn-ports-all@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 4955156BD61; Tue, 9 Mar 2021 06:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm4M1fFKz3Bn9; Tue, 9 Mar 2021 06:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B809179C8; Tue, 9 Mar 2021 06:48:03 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296m3xx045537; Tue, 9 Mar 2021 06:48:03 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296m2xf045535; Tue, 9 Mar 2021 06:48:02 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103090648.1296m2xf045535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Mar 2021 06:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567898 - head/net/vde2/files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/net/vde2/files X-SVN-Commit-Revision: 567898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:48:03 -0000 Author: fernape Date: Tue Mar 9 06:48:02 2021 New Revision: 567898 URL: https://svnweb.freebsd.org/changeset/ports/567898 Log: net/vde2: fix build with "WITH_DEBUG" PR: 253791 Submitted by: mizhka@gmail.com Added: head/net/vde2/files/patch-src_vde__l3_vde__l3.c (contents, props changed) head/net/vde2/files/patch-src_vde__switch_fstp.c (contents, props changed) Added: head/net/vde2/files/patch-src_vde__l3_vde__l3.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/vde2/files/patch-src_vde__l3_vde__l3.c Tue Mar 9 06:48:02 2021 (r567898) @@ -0,0 +1,23 @@ +--- src/vde_l3/vde_l3.c.orig 2021-02-23 10:35:14 UTC ++++ src/vde_l3/vde_l3.c +@@ -99,17 +99,19 @@ struct routing_policy unlimited_fifo_routing_policy ={ + .policy_init = ufifo_init + }; + +- ++static + inline struct vde_ethernet_header *ethhead(struct vde_buff *vdb) + { + return (struct vde_ethernet_header*)(vdb->data); + } + ++static + inline struct iphdr *iphead(struct vde_buff *vdb) + { + return (struct iphdr*)(vdb->data + 14); + } + ++static + inline void *payload(struct vde_buff *vdb) + { + return (uint8_t*)(vdb->data + 14 + sizeof(struct iphdr)); Added: head/net/vde2/files/patch-src_vde__switch_fstp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/vde2/files/patch-src_vde__switch_fstp.c Tue Mar 9 06:48:02 2021 (r567898) @@ -0,0 +1,18 @@ +--- src/vde_switch/fstp.c.orig 2021-02-23 10:19:12 UTC ++++ src/vde_switch/fstp.c +@@ -30,6 +30,7 @@ static int numports; + #ifdef FSTP + #include + /*********************** sending macro used by FSTP & Core ******************/ ++static + void inline ltonstring(unsigned long l,unsigned char *s) { + s[3]=l; l>>=8; + s[2]=l; l>>=8; +@@ -37,6 +38,7 @@ void inline ltonstring(unsigned long l,unsigned char * + s[0]=l; + } + ++static + unsigned long inline nstringtol(unsigned char *s) { + return (s[0]<<24)+(s[1]<<16)+(s[2]<<8)+s[3]; + } From owner-svn-ports-all@freebsd.org Tue Mar 9 06:49:14 2021 Return-Path: Delivered-To: svn-ports-all@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 5A0EB56C05F; Tue, 9 Mar 2021 06:49:14 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm5k214Hz3Bt9; Tue, 9 Mar 2021 06:49:14 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3798F179CA; Tue, 9 Mar 2021 06:49:14 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296nEN3045675; Tue, 9 Mar 2021 06:49:14 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296nDWG045673; Tue, 9 Mar 2021 06:49:13 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090649.1296nDWG045673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567899 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 567899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:49:14 -0000 Author: bhughes Date: Tue Mar 9 06:49:13 2021 New Revision: 567899 URL: https://svnweb.freebsd.org/changeset/ports/567899 Log: www/node: Update 15.9.0 -> 15.10.0 https://nodejs.org/en/blog/release/v15.10.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254045 Submitted by: jlduran@gmail.com MFH: 2021Q1 Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Mar 9 06:48:02 2021 (r567898) +++ head/www/node/Makefile Tue Mar 9 06:49:13 2021 (r567899) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 15.9.0 +DISTVERSION= 15.10.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ @@ -16,6 +16,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -43,9 +46,6 @@ NLS_BUILD_DEPENDS= icu>=68.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Mar 9 06:48:02 2021 (r567898) +++ head/www/node/distinfo Tue Mar 9 06:49:13 2021 (r567899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614078953 -SHA256 (node-v15.9.0.tar.gz) = 5f41f4d15d7d592b170145cd994c9d7986536bb28ec151046da0632bd30e33bc -SIZE (node-v15.9.0.tar.gz) = 62146311 +TIMESTAMP = 1614197688 +SHA256 (node-v15.10.0.tar.gz) = 643f9bbd6ae4c424224c946cad52d11b9379aaab927673b2e3c6c4df9a1a7b0e +SIZE (node-v15.10.0.tar.gz) = 62153962 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:50:51 2021 Return-Path: Delivered-To: svn-ports-all@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 E746A56C4A5; Tue, 9 Mar 2021 06:50:51 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm7b6H33z3C51; Tue, 9 Mar 2021 06:50:51 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA70A17A1B; Tue, 9 Mar 2021 06:50:51 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296opsQ047478; Tue, 9 Mar 2021 06:50:51 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296op1V047477; Tue, 9 Mar 2021 06:50:51 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090650.1296op1V047477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567900 - branches/2021Q1/www/node10 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2021Q1/www/node10 X-SVN-Commit-Revision: 567900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:50:52 -0000 Author: bhughes Date: Tue Mar 9 06:50:51 2021 New Revision: 567900 URL: https://svnweb.freebsd.org/changeset/ports/567900 Log: MFH: r567893 www/node10: Update 10.23.3 -> 10.24.0 https://nodejs.org/en/blog/release/v10.24.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254042 Submitted by: jlduran@gmail.com Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: branches/2021Q1/www/node10/Makefile branches/2021Q1/www/node10/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node10/Makefile ============================================================================== --- branches/2021Q1/www/node10/Makefile Tue Mar 9 06:49:13 2021 (r567899) +++ branches/2021Q1/www/node10/Makefile Tue Mar 9 06:50:51 2021 (r567900) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.23.3 +PORTVERSION= 10.24.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 10.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=64.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: branches/2021Q1/www/node10/distinfo ============================================================================== --- branches/2021Q1/www/node10/distinfo Tue Mar 9 06:49:13 2021 (r567899) +++ branches/2021Q1/www/node10/distinfo Tue Mar 9 06:50:51 2021 (r567900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612936484 -SHA256 (node-v10.23.3.tar.gz) = 517db39eefccb03cb9ec1de67ddc917be943a755b290bff309b2e4b1bd78ffaf -SIZE (node-v10.23.3.tar.gz) = 46304281 +TIMESTAMP = 1614196774 +SHA256 (node-v10.24.0.tar.gz) = c8d0a56279be77a9033b5f89603c6c491060a661c607fbf82bbe931ca662996e +SIZE (node-v10.24.0.tar.gz) = 46321470 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:51:31 2021 Return-Path: Delivered-To: svn-ports-all@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 826B456C274; Tue, 9 Mar 2021 06:51:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm8M3BbGz3C5m; Tue, 9 Mar 2021 06:51:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6064F172F7; Tue, 9 Mar 2021 06:51:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296pVK7051968; Tue, 9 Mar 2021 06:51:31 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296pVPc051966; Tue, 9 Mar 2021 06:51:31 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090651.1296pVPc051966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:51:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567901 - branches/2021Q1/www/node12 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2021Q1/www/node12 X-SVN-Commit-Revision: 567901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:51:31 -0000 Author: bhughes Date: Tue Mar 9 06:51:30 2021 New Revision: 567901 URL: https://svnweb.freebsd.org/changeset/ports/567901 Log: MFH: r567894 www/node12: Update 12.20.2 -> 12.21.0 https://nodejs.org/en/blog/release/v12.21.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254043 Submitted by: jlduran@gmail.com Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: branches/2021Q1/www/node12/Makefile branches/2021Q1/www/node12/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node12/Makefile ============================================================================== --- branches/2021Q1/www/node12/Makefile Tue Mar 9 06:50:51 2021 (r567900) +++ branches/2021Q1/www/node12/Makefile Tue Mar 9 06:51:30 2021 (r567901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.20.2 +PORTVERSION= 12.21.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=67.1:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: branches/2021Q1/www/node12/distinfo ============================================================================== --- branches/2021Q1/www/node12/distinfo Tue Mar 9 06:50:51 2021 (r567900) +++ branches/2021Q1/www/node12/distinfo Tue Mar 9 06:51:30 2021 (r567901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613340388 -SHA256 (node-v12.20.2.tar.gz) = 47869f9857d40f2ecb42be6c776a8794f4664fb3fb2fdbeb3caad00dc0a36a1f -SIZE (node-v12.20.2.tar.gz) = 53249033 +TIMESTAMP = 1614197582 +SHA256 (node-v12.21.0.tar.gz) = 36e862555bebc04b13f7afebf4472c4dd7ebf4c891f9d6746ec545a4f099d05e +SIZE (node-v12.21.0.tar.gz) = 53255514 From owner-svn-ports-all@freebsd.org Tue Mar 9 06:52:13 2021 Return-Path: Delivered-To: svn-ports-all@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 262F256C7AD; Tue, 9 Mar 2021 06:52:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvm990f4Cz3CfJ; Tue, 9 Mar 2021 06:52:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 090C217C00; Tue, 9 Mar 2021 06:52:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1296qCfj052152; Tue, 9 Mar 2021 06:52:12 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1296qCSR052150; Tue, 9 Mar 2021 06:52:12 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103090652.1296qCSR052150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 06:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567902 - branches/2021Q1/www/node14 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2021Q1/www/node14 X-SVN-Commit-Revision: 567902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 06:52:13 -0000 Author: bhughes Date: Tue Mar 9 06:52:12 2021 New Revision: 567902 URL: https://svnweb.freebsd.org/changeset/ports/567902 Log: MFH: r567896 www/node14: Update 14.15.5 -> 14.16.0 https://nodejs.org/en/blog/release/v14.16.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254044 Submitted by: jlduran@gmail.com Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: branches/2021Q1/www/node14/Makefile branches/2021Q1/www/node14/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node14/Makefile ============================================================================== --- branches/2021Q1/www/node14/Makefile Tue Mar 9 06:51:30 2021 (r567901) +++ branches/2021Q1/www/node14/Makefile Tue Mar 9 06:52:12 2021 (r567902) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 14.15.5 +DISTVERSION= 14.16.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 @@ -17,6 +17,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 14.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -44,9 +47,6 @@ NLS_BUILD_DEPENDS= icu>=67.1:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: branches/2021Q1/www/node14/distinfo ============================================================================== --- branches/2021Q1/www/node14/distinfo Tue Mar 9 06:51:30 2021 (r567901) +++ branches/2021Q1/www/node14/distinfo Tue Mar 9 06:52:12 2021 (r567902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612936222 -SHA256 (node-v14.15.5.tar.gz) = 043f39bb43ecaca699a21a8bd65d064ef53b48bf2cc6acaddb5ee0f4227e4d2a -SIZE (node-v14.15.5.tar.gz) = 63140856 +TIMESTAMP = 1614197636 +SHA256 (node-v14.16.0.tar.gz) = f6b904b06951de4c52089dd4456155d853e835b0dc4640f75458c6eb49f9e8ce +SIZE (node-v14.16.0.tar.gz) = 63145525 From owner-svn-ports-all@freebsd.org Tue Mar 9 07:09:17 2021 Return-Path: Delivered-To: svn-ports-all@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 8FD8B56CD2E; Tue, 9 Mar 2021 07:09:17 +0000 (UTC) (envelope-from matthew@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 4DvmXs3fVbz3DY1; Tue, 9 Mar 2021 07:09:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 700F917F0B; Tue, 9 Mar 2021 07:09:17 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12979HDO058557; Tue, 9 Mar 2021 07:09:17 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12979HrA058556; Tue, 9 Mar 2021 07:09:17 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202103090709.12979HrA058556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 9 Mar 2021 07:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567903 - head/www/p5-RT-Extension-MandatoryOnTransition X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/www/p5-RT-Extension-MandatoryOnTransition X-SVN-Commit-Revision: 567903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 07:09:17 -0000 Author: matthew Date: Tue Mar 9 07:09:16 2021 New Revision: 567903 URL: https://svnweb.freebsd.org/changeset/ports/567903 Log: Add support for rt-5.0.x PR: 254034 Submitted by: marko.cupac mimar.rs Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile ============================================================================== --- head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Tue Mar 9 06:52:12 2021 (r567902) +++ head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Tue Mar 9 07:09:16 2021 (r567903) @@ -3,10 +3,9 @@ PORTNAME= RT-Extension-MandatoryOnTransition DISTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Extension to require core and ticket custom fields on status changes @@ -16,16 +15,28 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} +FLAVOR?= ${FLAVORS:[1]} +FLAVORS= rt44 rt50 +rt44_PKGNAMEPREFIX= p5-RT44- +rt44_CONFLICTS_INSTALL= rt50 +rt50_PKGNAMEPREFIX= p5-RT50- +rt50_CONFLICTS_INSTALL= rt44 + +.if ${FLAVOR} == rt44 +RT_VER= 44 +.elif ${FLAVOR} == rt50 +RT_VER= 50 +.endif + USES= perl5 USE_PERL5= configure NO_ARCH= yes -RT_VER= 44 PLIST_SUB+= RT_VER=${RT_VER} # Note: You can install using an arbitrary $PREFIX but only if it -# matches the $PREFIX used to install www/rt44. Hence ignore +# matches the $PREFIX used to install www/rt{44,50}. Hence ignore # $PREFIX in the environment and inherit settings from RT.pm do-configure: @cd ${CONFIGURE_WRKSRC} && \ From owner-svn-ports-all@freebsd.org Tue Mar 9 07:19:45 2021 Return-Path: Delivered-To: svn-ports-all@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 9E5E356CE7F; Tue, 9 Mar 2021 07:19:45 +0000 (UTC) (envelope-from matthew@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 4Dvmmx43sVz3Dm7; Tue, 9 Mar 2021 07:19:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A1E917F94; Tue, 9 Mar 2021 07:19:45 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1297JjCX064356; Tue, 9 Mar 2021 07:19:45 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1297Jjq7064354; Tue, 9 Mar 2021 07:19:45 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202103090719.1297Jjq7064354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 9 Mar 2021 07:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567904 - head/textproc/py-rich X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/textproc/py-rich X-SVN-Commit-Revision: 567904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 07:19:45 -0000 Author: matthew Date: Tue Mar 9 07:19:44 2021 New Revision: 567904 URL: https://svnweb.freebsd.org/changeset/ports/567904 Log: Update to 9.13.0 ChangeLog: https://github.com/willmcgugan/rich/blob/v9.13.0/CHANGELOG.md Modified: head/textproc/py-rich/Makefile head/textproc/py-rich/distinfo Modified: head/textproc/py-rich/Makefile ============================================================================== --- head/textproc/py-rich/Makefile Tue Mar 9 07:09:16 2021 (r567903) +++ head/textproc/py-rich/Makefile Tue Mar 9 07:19:44 2021 (r567904) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rich -PORTVERSION= 9.12.3 +PORTVERSION= 9.13.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-rich/distinfo ============================================================================== --- head/textproc/py-rich/distinfo Tue Mar 9 07:09:16 2021 (r567903) +++ head/textproc/py-rich/distinfo Tue Mar 9 07:19:44 2021 (r567904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614532275 -SHA256 (rich-9.12.3.tar.gz) = 77bd13c72350c4907540be33910c0ec13bebb68fba4986e055fb564338f9e94a -SIZE (rich-9.12.3.tar.gz) = 180793 +TIMESTAMP = 1615233590 +SHA256 (rich-9.13.0.tar.gz) = d59e94a0e3e686f0d268fe5c7060baa1bd6744abca71b45351f5850a3aaa6764 +SIZE (rich-9.13.0.tar.gz) = 181536 From owner-svn-ports-all@freebsd.org Tue Mar 9 07:47:58 2021 Return-Path: Delivered-To: svn-ports-all@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 55B1456D2D1; Tue, 9 Mar 2021 07:47:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvnPV23Dfz3FbR; Tue, 9 Mar 2021 07:47:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 393A51868C; Tue, 9 Mar 2021 07:47:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1297lwc3082413; Tue, 9 Mar 2021 07:47:58 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1297lwWm082412; Tue, 9 Mar 2021 07:47:58 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103090747.1297lwWm082412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Mar 2021 07:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567905 - head/sysutils/u-boot-orangepi-zero X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/sysutils/u-boot-orangepi-zero X-SVN-Commit-Revision: 567905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 07:47:58 -0000 Author: lwhsu Date: Tue Mar 9 07:47:57 2021 New Revision: 567905 URL: https://svnweb.freebsd.org/changeset/ports/567905 Log: No need to specify the same MAINTAINER which is already in master port again Modified: head/sysutils/u-boot-orangepi-zero/Makefile Modified: head/sysutils/u-boot-orangepi-zero/Makefile ============================================================================== --- head/sysutils/u-boot-orangepi-zero/Makefile Tue Mar 9 07:19:44 2021 (r567904) +++ head/sysutils/u-boot-orangepi-zero/Makefile Tue Mar 9 07:47:57 2021 (r567905) @@ -1,6 +1,5 @@ # $FreeBSD$ -MAINTAINER= uboot@FreeBSD.org MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-zero From owner-svn-ports-all@freebsd.org Tue Mar 9 07:54:08 2021 Return-Path: Delivered-To: svn-ports-all@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 46E9656D7C4; Tue, 9 Mar 2021 07:54:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvnXc1RlJz3GP9; Tue, 9 Mar 2021 07:54:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 248A6189E3; Tue, 9 Mar 2021 07:54:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1297s8iD088131; Tue, 9 Mar 2021 07:54:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1297s7UF088129; Tue, 9 Mar 2021 07:54:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103090754.1297s7UF088129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 07:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567906 - head/databases/sqlitestudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/sqlitestudio X-SVN-Commit-Revision: 567906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 07:54:08 -0000 Author: yuri Date: Tue Mar 9 07:54:07 2021 New Revision: 567906 URL: https://svnweb.freebsd.org/changeset/ports/567906 Log: databases/sqlitestudio: Update 3.3.1 -> 3.3.2 Reported by: portscout Modified: head/databases/sqlitestudio/Makefile head/databases/sqlitestudio/distinfo Modified: head/databases/sqlitestudio/Makefile ============================================================================== --- head/databases/sqlitestudio/Makefile Tue Mar 9 07:47:57 2021 (r567905) +++ head/databases/sqlitestudio/Makefile Tue Mar 9 07:54:07 2021 (r567906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlitestudio -DISTVERSION= 3.3.1 +DISTVERSION= 3.3.2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org Modified: head/databases/sqlitestudio/distinfo ============================================================================== --- head/databases/sqlitestudio/distinfo Tue Mar 9 07:47:57 2021 (r567905) +++ head/databases/sqlitestudio/distinfo Tue Mar 9 07:54:07 2021 (r567906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615092767 -SHA256 (pawelsalawa-sqlitestudio-3.3.1_GH0.tar.gz) = 00f6c929543f966e11164451d438d235bafab63ebde12894c5ec66fe024b67c9 -SIZE (pawelsalawa-sqlitestudio-3.3.1_GH0.tar.gz) = 10935598 +TIMESTAMP = 1615271990 +SHA256 (pawelsalawa-sqlitestudio-3.3.2_GH0.tar.gz) = cf73969235b4e061122c9788d4d71bdb72c921a458cb2955760737b357d443cb +SIZE (pawelsalawa-sqlitestudio-3.3.2_GH0.tar.gz) = 10935178 From owner-svn-ports-all@freebsd.org Tue Mar 9 08:50:51 2021 Return-Path: Delivered-To: svn-ports-all@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 EFAB856F929; Tue, 9 Mar 2021 08:50:51 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvpp36X8Zz3L6D; Tue, 9 Mar 2021 08:50:51 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D316D19235; Tue, 9 Mar 2021 08:50:51 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1298opFV018246; Tue, 9 Mar 2021 08:50:51 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1298opae018244; Tue, 9 Mar 2021 08:50:51 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103090850.1298opae018244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Mar 2021 08:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567907 - head/science/afni X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/science/afni X-SVN-Commit-Revision: 567907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 08:50:52 -0000 Author: fernape Date: Tue Mar 9 08:50:51 2021 New Revision: 567907 URL: https://svnweb.freebsd.org/changeset/ports/567907 Log: science/afni: update to 21.0.14 Reported by: portscout Modified: head/science/afni/Makefile head/science/afni/distinfo Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Tue Mar 9 07:54:07 2021 (r567906) +++ head/science/afni/Makefile Tue Mar 9 08:50:51 2021 (r567907) @@ -2,7 +2,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.0.13 +DISTVERSION= 21.0.14 CATEGORIES= science biology graphics perl5 python MAINTAINER= ports@FreeBSD.org Modified: head/science/afni/distinfo ============================================================================== --- head/science/afni/distinfo Tue Mar 9 07:54:07 2021 (r567906) +++ head/science/afni/distinfo Tue Mar 9 08:50:51 2021 (r567907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614922211 -SHA256 (afni-afni-AFNI_21.0.13_GH0.tar.gz) = 6ee44525aed02444bf0afb8dccd285c25d396f21f16dca43095e2167369c0732 -SIZE (afni-afni-AFNI_21.0.13_GH0.tar.gz) = 43321206 +TIMESTAMP = 1615191326 +SHA256 (afni-afni-AFNI_21.0.14_GH0.tar.gz) = 77572927d2b01c816b96f1e4f46001f9699ad8abb836c0f09bf8f17b3640b49a +SIZE (afni-afni-AFNI_21.0.14_GH0.tar.gz) = 43323656 From owner-svn-ports-all@freebsd.org Tue Mar 9 08:51:15 2021 Return-Path: Delivered-To: svn-ports-all@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 5EC9656F878; Tue, 9 Mar 2021 08:51:15 +0000 (UTC) (envelope-from olgeni@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 4DvppW2Hjzz3LLG; Tue, 9 Mar 2021 08:51:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4189B192B7; Tue, 9 Mar 2021 08:51:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1298pFfe018363; Tue, 9 Mar 2021 08:51:15 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1298pEsj018360; Tue, 9 Mar 2021 08:51:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <202103090851.1298pEsj018360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 9 Mar 2021 08:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567908 - head/net/croc X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net/croc X-SVN-Commit-Revision: 567908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 08:51:15 -0000 Author: olgeni Date: Tue Mar 9 08:51:14 2021 New Revision: 567908 URL: https://svnweb.freebsd.org/changeset/ports/567908 Log: Update net/croc to version 8.6.10. Modified: head/net/croc/Makefile head/net/croc/distinfo Modified: head/net/croc/Makefile ============================================================================== --- head/net/croc/Makefile Tue Mar 9 08:50:51 2021 (r567907) +++ head/net/croc/Makefile Tue Mar 9 08:51:14 2021 (r567908) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= croc -PORTVERSION= 8.6.8 +PORTVERSION= 8.6.10 DISTVERSIONPREFIX= v CATEGORIES= net @@ -21,8 +21,8 @@ GH_TUPLE= cespare:xxhash:v1.1.0:cespare_xxhash/vendor/ denisbrodbeck:machineid:v1.0.1:denisbrodbeck_machineid/vendor/github.com/denisbrodbeck/machineid \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:crypto:5ea612d1eb83:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:9060382bd457:golang_net/vendor/golang.org/x/net \ - golang:sys:7937bea0104d:golang_sys/vendor/golang.org/x/sys \ + golang:net:e18ecbb05110:golang_net/vendor/golang.org/x/net \ + golang:sys:8fe3ee5dd75b:golang_sys/vendor/golang.org/x/sys \ golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ kalafut:imohash:v1.0.0:kalafut_imohash/vendor/github.com/kalafut/imohash \ Modified: head/net/croc/distinfo ============================================================================== --- head/net/croc/distinfo Tue Mar 9 08:50:51 2021 (r567907) +++ head/net/croc/distinfo Tue Mar 9 08:51:14 2021 (r567908) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614158907 -SHA256 (schollz-croc-v8.6.8_GH0.tar.gz) = 71dc45ab9511bc2a8807562632a6393e264ac59c500d6a17e2e1b01269d4d8e3 -SIZE (schollz-croc-v8.6.8_GH0.tar.gz) = 499734 +TIMESTAMP = 1615279391 +SHA256 (schollz-croc-v8.6.10_GH0.tar.gz) = 3d3ecb85e985013b4494225eefffbec0eecdda236ecaccb287e2cc7bc32d2cf7 +SIZE (schollz-croc-v8.6.10_GH0.tar.gz) = 499936 SHA256 (cespare-xxhash-v1.1.0_GH0.tar.gz) = 9418be390574092f0ca989b9ae2f5450270ead8125a635a100850b28c8c9c495 SIZE (cespare-xxhash-v1.1.0_GH0.tar.gz) = 8200 SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 @@ -13,10 +13,10 @@ SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9 SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 SHA256 (golang-crypto-5ea612d1eb83_GH0.tar.gz) = ab4d88d6121195632d006705a950adebaf4fa99dd15ea0c508297a17c5d3277e SIZE (golang-crypto-5ea612d1eb83_GH0.tar.gz) = 1726242 -SHA256 (golang-net-9060382bd457_GH0.tar.gz) = 4b88afa4b745b1364dcc084fa891a447a80bb68522db102465c912914d5bf6aa -SIZE (golang-net-9060382bd457_GH0.tar.gz) = 1252368 -SHA256 (golang-sys-7937bea0104d_GH0.tar.gz) = 152acd26457674c5228a778733042bb5197221599f3100aa632b2d952e7669e6 -SIZE (golang-sys-7937bea0104d_GH0.tar.gz) = 1117401 +SHA256 (golang-net-e18ecbb05110_GH0.tar.gz) = c30374f6fd34c6b77d53224aa3ba7458e3773d7e6e4fa16d88fb05c7d05e0e89 +SIZE (golang-net-e18ecbb05110_GH0.tar.gz) = 1253124 +SHA256 (golang-sys-8fe3ee5dd75b_GH0.tar.gz) = 88091001fc7f8d89561f7ce6c28b9eafef82ddecebf8ab9cdaf27d76c18accdd +SIZE (golang-sys-8fe3ee5dd75b_GH0.tar.gz) = 1216988 SHA256 (golang-term-6a3ed077a48d_GH0.tar.gz) = 6760076add528b90a5e07ad357eef6f11ec03e19eebe66d1b1ef383fd9214e9a SIZE (golang-term-6a3ed077a48d_GH0.tar.gz) = 15333 SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 From owner-svn-ports-all@freebsd.org Tue Mar 9 09:03:55 2021 Return-Path: Delivered-To: svn-ports-all@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 AA49257014F; Tue, 9 Mar 2021 09:03:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvq574TGdz3LsP; Tue, 9 Mar 2021 09:03:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C5771964F; Tue, 9 Mar 2021 09:03:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12993tfd030435; Tue, 9 Mar 2021 09:03:55 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12993scn030432; Tue, 9 Mar 2021 09:03:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103090903.12993scn030432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Mar 2021 09:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567909 - in head/sysutils: . u-boot-orangepi-zero-plus X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/sysutils: . u-boot-orangepi-zero-plus X-SVN-Commit-Revision: 567909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:03:55 -0000 Author: lwhsu Date: Tue Mar 9 09:03:54 2021 New Revision: 567909 URL: https://svnweb.freebsd.org/changeset/ports/567909 Log: Add sysutils/u-boot-orangepi-zero-plus: Das U-Boot build for orangepi-zero-plus PR: 253052 Submitted by: balazs@wee.hu Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D28325 Added: head/sysutils/u-boot-orangepi-zero-plus/ head/sysutils/u-boot-orangepi-zero-plus/Makefile (contents, props changed) head/sysutils/u-boot-orangepi-zero-plus/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 9 08:51:14 2021 (r567908) +++ head/sysutils/Makefile Tue Mar 9 09:03:54 2021 (r567909) @@ -1385,6 +1385,7 @@ SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-orangepi-r1 SUBDIR += u-boot-orangepi-zero + SUBDIR += u-boot-orangepi-zero-plus SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 SUBDIR += u-boot-pine-h64 Added: head/sysutils/u-boot-orangepi-zero-plus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-zero-plus/Makefile Tue Mar 9 09:03:54 2021 (r567909) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-zero-plus +BOARD_CONFIG= orangepi_zero_plus_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-orangepi-zero-plus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-zero-plus/pkg-descr Tue Mar 9 09:03:54 2021 (r567909) @@ -0,0 +1,13 @@ +U-Boot loader for OrangePi Zero Plus. + +To install this bootloader on an sdcard just do : +dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero-plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync + +This version is patched so that: + * API features are enabled. + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + +For information about running FreeBSD on Allwinner boards, see +https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: https://www.denx.de/wiki/U-Boot From owner-svn-ports-all@freebsd.org Tue Mar 9 09:13:26 2021 Return-Path: Delivered-To: svn-ports-all@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 4642B5704FB; Tue, 9 Mar 2021 09:13:26 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvqJ61YwZz3Myf; Tue, 9 Mar 2021 09:13:26 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28A221972C; Tue, 9 Mar 2021 09:13:26 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299DPGG036371; Tue, 9 Mar 2021 09:13:25 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299DP6G036369; Tue, 9 Mar 2021 09:13:25 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103090913.1299DP6G036369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 9 Mar 2021 09:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567910 - in head/net-im/telegram-desktop: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/net-im/telegram-desktop: . files X-SVN-Commit-Revision: 567910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:13:26 -0000 Author: fernape Date: Tue Mar 9 09:13:25 2021 New Revision: 567910 URL: https://svnweb.freebsd.org/changeset/ports/567910 Log: net-im/telegram-desktop: update to 2.6.1 ChangeLog: https://github.com/telegramdesktop/tdesktop/releases/tag/v2.6.1 While here, pet linters PR: 254123 Submitted by: henry.hu.sh@gmail.com (maintainer) Deleted: head/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__file__utilities__linux.cpp Modified: head/net-im/telegram-desktop/Makefile head/net-im/telegram-desktop/distinfo Modified: head/net-im/telegram-desktop/Makefile ============================================================================== --- head/net-im/telegram-desktop/Makefile Tue Mar 9 09:03:54 2021 (r567909) +++ head/net-im/telegram-desktop/Makefile Tue Mar 9 09:13:25 2021 (r567910) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= telegram-desktop -DISTVERSION= 2.5.8 +DISTVERSION= 2.6.1 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full @@ -13,9 +13,9 @@ COMMENT= Telegram Desktop messaging app LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= Does not build, webrtc related. NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe NOT_FOR_ARCHS_REASON= Only little endian is supported -BROKEN_i386= Does not build, webrtc related. BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \ dee>0:devel/dee \ @@ -44,52 +44,50 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ USES= cmake compiler:c++17-lang desktop-file-utils gl \ gnome pkgconfig python:3.7,build qt:5 ssl xorg -# see Bugzilla #245452 for details -NO_CCACHE= yes - USE_GITHUB= nodefault GH_ACCOUNT= telegramdesktop GH_PROJECT= tdesktop +USE_GL= gl USE_GNOME= glib20 +INSTALLS_ICONS= yes USE_QT= core dbus gui imageformats network widgets buildtools_build \ qmake_build wayland USE_XORG= x11 xcb -USE_GL= gl +CMAKE_ARGS= -DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \ + -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \ + -Ddisable_autoupdate=1 CMAKE_ON= DESKTOP_APP_USE_PACKAGED DESKTOP_APP_DISABLE_CRASH_REPORTS \ TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION \ DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_RLOTTIE DESKTOP_APP_USE_PACKAGED_VARIANT \ DESKTOP_APP_USE_GLIBC_WRAPS TDESKTOP_USE_PACKAGED_TGVOIP \ DESKTOP_APP_USE_PACKAGED_FONTS -CMAKE_ARGS= -DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \ - -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \ - -Ddisable_autoupdate=1 # Disable DCHECKs, otherwise video calls will crash. CXXFLAGS+= -DNDEBUG -# Telegram asks each custom build to have its own API ID and hash. -TELEGRAM_API_ID= 601761 -TELEGRAM_API_HASH= 20a3432aab43f24bb4460fceac5ba38d +# see Bugzilla #245452 for details +NO_CCACHE= yes # Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA. # It dynamically loads PulseAudio, and if this fails, it loads ALSA. # If both of them are not installed, then voice calls do not work, but other functionalities still work. -OPTIONS_MULTI= AUDIO -OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO OPTIONS_DEFINE= GTK OPTIONS_DEFAULT= ALSA +OPTIONS_MULTI= AUDIO +OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO AUDIO_DESC= Audio backend for voice calls GTK_DESC= Gtk integration (Use Gtk dialogs, etc.) ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +GTK_CMAKE_BOOL_OFF= DESKTOP_APP_DISABLE_GTK_INTEGRATION PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -GTK_CMAKE_BOOL_OFF= TDESKTOP_DISABLE_GTK_INTEGRATION - -INSTALLS_ICONS= yes +# Telegram asks each custom build to have its own API ID and hash. +TELEGRAM_API_HASH= 20a3432aab43f24bb4460fceac5ba38d +TELEGRAM_API_ID= 601761 .include Modified: head/net-im/telegram-desktop/distinfo ============================================================================== --- head/net-im/telegram-desktop/distinfo Tue Mar 9 09:03:54 2021 (r567909) +++ head/net-im/telegram-desktop/distinfo Tue Mar 9 09:13:25 2021 (r567910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612728578 -SHA256 (tdesktop-2.5.8-full.tar.gz) = 9c89cb31f8ba8a26821fe3c2769b04162e8d7629d327f9cd25a892e88878417e -SIZE (tdesktop-2.5.8-full.tar.gz) = 36685925 +TIMESTAMP = 1615175171 +SHA256 (tdesktop-2.6.1-full.tar.gz) = c7878c4d7c621a175b3b27895b3fb8c20a56319214d5030d734b2768390a8b73 +SIZE (tdesktop-2.6.1-full.tar.gz) = 36726422 From owner-svn-ports-all@freebsd.org Tue Mar 9 09:15:24 2021 Return-Path: Delivered-To: svn-ports-all@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 EE3065703E9; Tue, 9 Mar 2021 09:15:24 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvqLN6PXDz3N0L; Tue, 9 Mar 2021 09:15:24 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE75819A0D; Tue, 9 Mar 2021 09:15:24 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299FOp1036556; Tue, 9 Mar 2021 09:15:24 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299FOuJ036553; Tue, 9 Mar 2021 09:15:24 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202103090915.1299FOuJ036553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 9 Mar 2021 09:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567911 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 567911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:15:25 -0000 Author: krion Date: Tue Mar 9 09:15:23 2021 New Revision: 567911 URL: https://svnweb.freebsd.org/changeset/ports/567911 Log: Update to 3.26 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Tue Mar 9 09:13:25 2021 (r567910) +++ head/benchmarks/fio/Makefile Tue Mar 9 09:15:23 2021 (r567911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Tue Mar 9 09:13:25 2021 (r567910) +++ head/benchmarks/fio/distinfo Tue Mar 9 09:15:23 2021 (r567911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607510307 -SHA256 (fio-3.25.tar.bz2) = 6693e14bbd5d618ec25e98503adbf77ac46404ebd0cbd155f82c15621519279b -SIZE (fio-3.25.tar.bz2) = 919389 +TIMESTAMP = 1615281142 +SHA256 (fio-3.26.tar.bz2) = 06dcebbeec81700fe6ee49f29698362b3ab96f1fc32a71508d6b18be81812484 +SIZE (fio-3.26.tar.bz2) = 932814 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Tue Mar 9 09:13:25 2021 (r567910) +++ head/benchmarks/fio/pkg-plist Tue Mar 9 09:15:23 2021 (r567911) @@ -39,6 +39,8 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jesd219.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/latency-profile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libcufile-cufile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libcufile-posix.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio From owner-svn-ports-all@freebsd.org Tue Mar 9 09:15:46 2021 Return-Path: Delivered-To: svn-ports-all@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 E13F55705D9; Tue, 9 Mar 2021 09:15:46 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvqLp5pVNz3Mr6; Tue, 9 Mar 2021 09:15:46 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA019199E7; Tue, 9 Mar 2021 09:15:46 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299Fk9g036699; Tue, 9 Mar 2021 09:15:46 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299Fk4L036696; Tue, 9 Mar 2021 09:15:46 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202103090915.1299Fk4L036696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 9 Mar 2021 09:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567912 - branches/2021Q1/benchmarks/fio X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: branches/2021Q1/benchmarks/fio X-SVN-Commit-Revision: 567912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:15:46 -0000 Author: krion Date: Tue Mar 9 09:15:45 2021 New Revision: 567912 URL: https://svnweb.freebsd.org/changeset/ports/567912 Log: MFH: r567911 Update to 3.26 Modified: branches/2021Q1/benchmarks/fio/Makefile branches/2021Q1/benchmarks/fio/distinfo branches/2021Q1/benchmarks/fio/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/benchmarks/fio/Makefile ============================================================================== --- branches/2021Q1/benchmarks/fio/Makefile Tue Mar 9 09:15:23 2021 (r567911) +++ branches/2021Q1/benchmarks/fio/Makefile Tue Mar 9 09:15:45 2021 (r567912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: branches/2021Q1/benchmarks/fio/distinfo ============================================================================== --- branches/2021Q1/benchmarks/fio/distinfo Tue Mar 9 09:15:23 2021 (r567911) +++ branches/2021Q1/benchmarks/fio/distinfo Tue Mar 9 09:15:45 2021 (r567912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607510307 -SHA256 (fio-3.25.tar.bz2) = 6693e14bbd5d618ec25e98503adbf77ac46404ebd0cbd155f82c15621519279b -SIZE (fio-3.25.tar.bz2) = 919389 +TIMESTAMP = 1615281142 +SHA256 (fio-3.26.tar.bz2) = 06dcebbeec81700fe6ee49f29698362b3ab96f1fc32a71508d6b18be81812484 +SIZE (fio-3.26.tar.bz2) = 932814 Modified: branches/2021Q1/benchmarks/fio/pkg-plist ============================================================================== --- branches/2021Q1/benchmarks/fio/pkg-plist Tue Mar 9 09:15:23 2021 (r567911) +++ branches/2021Q1/benchmarks/fio/pkg-plist Tue Mar 9 09:15:45 2021 (r567912) @@ -39,6 +39,8 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jesd219.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/latency-profile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libcufile-cufile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libcufile-posix.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio From owner-svn-ports-all@freebsd.org Tue Mar 9 09:16:29 2021 Return-Path: Delivered-To: svn-ports-all@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 EED7B5705F1; Tue, 9 Mar 2021 09:16:29 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvqMd6VsTz3ND4; Tue, 9 Mar 2021 09:16:29 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2A5219677; Tue, 9 Mar 2021 09:16:29 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299GTqQ036847; Tue, 9 Mar 2021 09:16:29 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299GTtB036845; Tue, 9 Mar 2021 09:16:29 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103090916.1299GTtB036845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Mar 2021 09:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567913 - in head/devel/jna: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel/jna: . files X-SVN-Commit-Revision: 567913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:16:30 -0000 Author: lwhsu Date: Tue Mar 9 09:16:28 2021 New Revision: 567913 URL: https://svnweb.freebsd.org/changeset/ports/567913 Log: devel/jna: Update to 5.7.0 Submitted by: Mark Dixon (maintainer) Differential Revision: https://reviews.freebsd.org/D29110 Deleted: head/devel/jna/files/patch-native_libffi_configure.ac Modified: head/devel/jna/Makefile head/devel/jna/distinfo head/devel/jna/files/patch-native_Makefile Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Tue Mar 9 09:15:45 2021 (r567912) +++ head/devel/jna/Makefile Tue Mar 9 09:16:28 2021 (r567913) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jna -PORTVERSION= 5.6.0 +PORTVERSION= 5.7.0 CATEGORIES= devel java MAINTAINER= ports@markdixon.name @@ -15,6 +15,8 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/AL2.0 BROKEN_armv6= fails to compile: build.xml: compilation failed BROKEN_armv7= fails to compile: build.xml: compilation failed + +BUILD_DEPENDS= makeinfo:print/texinfo USES= autoreconf:build gmake libtool xorg USE_ANT= yes Modified: head/devel/jna/distinfo ============================================================================== --- head/devel/jna/distinfo Tue Mar 9 09:15:45 2021 (r567912) +++ head/devel/jna/distinfo Tue Mar 9 09:16:28 2021 (r567913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612544485 -SHA256 (java-native-access-jna-5.6.0_GH0.tar.gz) = 904190498c73f3a96f090bce6021938abba9a3bf7cec30d610464408363d68dd -SIZE (java-native-access-jna-5.6.0_GH0.tar.gz) = 96371165 +TIMESTAMP = 1615036692 +SHA256 (java-native-access-jna-5.7.0_GH0.tar.gz) = cebdbb0894f011dbb5dd4288ea9cd0553aac3e0f7e8a617a59548432f1161254 +SIZE (java-native-access-jna-5.7.0_GH0.tar.gz) = 104929411 Modified: head/devel/jna/files/patch-native_Makefile ============================================================================== --- head/devel/jna/files/patch-native_Makefile Tue Mar 9 09:15:45 2021 (r567912) +++ head/devel/jna/files/patch-native_Makefile Tue Mar 9 09:16:28 2021 (r567913) @@ -1,5 +1,5 @@ ---- native/Makefile.orig 2018-10-07 21:48:55 UTC -+++ native/Makefile +--- native/Makefile.orig 2021-02-08 18:49:25.000000000 +0000 ++++ native/Makefile 2021-03-06 13:25:34.083392000 +0000 @@ -39,6 +39,8 @@ # protection simply by defining HAVE_PROTECTION. This option has been only # been enabled for those platforms on which it has been tested successfully. @@ -9,7 +9,7 @@ OS=$(shell uname | sed -e 's/CYGWIN.*/win32/g' \ -e 's/MINGW32.*/win32/g' \ -e 's/SunOS.*/solaris/g' \ -@@ -278,8 +280,11 @@ endif +@@ -291,8 +293,11 @@ ifneq (,$(findstring bsd,$(OS))) ARCH=$(shell uname -m | sed 's/i.86/i386/g') PCFLAGS+=-fPIC @@ -22,12 +22,12 @@ CDEFINES+=-DHAVE_PROTECTION -DFFI_MMAP_EXEC_WRIT -DUSE_DEAFULT_LIBNAME_ENCODING endif -@@ -337,11 +342,11 @@ ifeq ($(CC),gcc) +@@ -356,11 +361,11 @@ GCC_MAJOR_VERSION = $(shell gcc -dumpversion | cut -f 1 -d '.') ifneq ($(GCC_MAJOR_VERSION),4) ifneq ($(GCC_MAJOR_VERSION),3) -- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable -+ LOC_CC_OPTS=-Wno-unused-variable +- LOC_CC_OPTS=-Wno-unknown-warning-option -Werror -Wno-clobbered -Wno-unused-variable -Wno-alloca-larger-than ++ LOC_CC_OPTS=-Wno-unused-variable endif endif else From owner-svn-ports-all@freebsd.org Tue Mar 9 09:38:34 2021 Return-Path: Delivered-To: svn-ports-all@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 0C8A957146A; Tue, 9 Mar 2021 09:38:34 +0000 (UTC) (envelope-from olgeni@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 4Dvqs56zZfz3PKg; Tue, 9 Mar 2021 09:38:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2FA61975E; Tue, 9 Mar 2021 09:38:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299cX3N048991; Tue, 9 Mar 2021 09:38:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299cX2P048989; Tue, 9 Mar 2021 09:38:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <202103090938.1299cX2P048989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 9 Mar 2021 09:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567914 - head/net/nats-streaming-server X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net/nats-streaming-server X-SVN-Commit-Revision: 567914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:38:34 -0000 Author: olgeni Date: Tue Mar 9 09:38:33 2021 New Revision: 567914 URL: https://svnweb.freebsd.org/changeset/ports/567914 Log: Update net/nats-streaming-server to version 0.21.1. Modified: head/net/nats-streaming-server/Makefile head/net/nats-streaming-server/distinfo Modified: head/net/nats-streaming-server/Makefile ============================================================================== --- head/net/nats-streaming-server/Makefile Tue Mar 9 09:16:28 2021 (r567913) +++ head/net/nats-streaming-server/Makefile Tue Mar 9 09:38:33 2021 (r567914) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nats-streaming-server -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.1 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/nats-streaming-server/distinfo ============================================================================== --- head/net/nats-streaming-server/distinfo Tue Mar 9 09:16:28 2021 (r567913) +++ head/net/nats-streaming-server/distinfo Tue Mar 9 09:38:33 2021 (r567914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611326485 -SHA256 (nats-io-nats-streaming-server-v0.20.0_GH0.tar.gz) = 5329c66f6e13d80e915faa4804a2fb6ba112f371aa9c4e9a8bc65734a7a3ca49 -SIZE (nats-io-nats-streaming-server-v0.20.0_GH0.tar.gz) = 2535600 +TIMESTAMP = 1615280129 +SHA256 (nats-io-nats-streaming-server-v0.21.1_GH0.tar.gz) = 69dc0d80d4e494f63b8110cfbd779c3c58f4e4af2c27eb87b8cc8599e43859c9 +SIZE (nats-io-nats-streaming-server-v0.21.1_GH0.tar.gz) = 2621281 From owner-svn-ports-all@freebsd.org Tue Mar 9 09:48:24 2021 Return-Path: Delivered-To: svn-ports-all@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 D72095722B9 for ; Tue, 9 Mar 2021 09:48:24 +0000 (UTC) (envelope-from bounces+17430347-17e4-svn-ports-all=freebsd.org@em4842.fdc-k.africa) Received: from wrqvxsnb.outbound-mail.sendgrid.net (wrqvxsnb.outbound-mail.sendgrid.net [149.72.166.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvr4S2ps5z3Qcj for ; Tue, 9 Mar 2021 09:48:24 +0000 (UTC) (envelope-from bounces+17430347-17e4-svn-ports-all=freebsd.org@em4842.fdc-k.africa) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fdc-k.africa; h=content-transfer-encoding:content-type:from:mime-version:to:subject:list-unsubscribe; s=s1; bh=P+8I+j/jFcaDtwvImN0MAu3x7sRouU0VWBQOWWAutFI=; b=sg3p2Ve bRP5zAexaPu19trY72uEiNwzc2V7h5B6Y5BqtUAJUIX29Qu86E7rGd+cP85M3bq6 o+zZBGJHxxoYBXQBw6U6oteNqtz2wXqMhoGD0QpqpE+6vmBsI3szfhMHmPy9mQmW Ou9hlYWzrm/4RYv53gGBru19m3Trp6rdOmWY= Received: by filter2371p1las1.sendgrid.net with SMTP id filter2371p1las1-6512-60473C65-C 2021-03-09 09:14:13.442170838 +0000 UTC m=+773036.929254433 Received: from MTc0MzAzNDc (unknown) by ismtpd0034p1las1.sendgrid.net (SG) with HTTP id _wigtHatQLK_FYmMNuCpOA Tue, 09 Mar 2021 09:14:12.876 +0000 (UTC) Date: Tue, 09 Mar 2021 09:15:47 +0000 (UTC) From: "FDC Training" To: svn-ports-all@freebsd.org Message-ID: <_wigtHatQLK_FYmMNuCpOA@ismtpd0034p1las1.sendgrid.net> Subject: Invitation to FDC training Programme May 2021 X-SG-EID: RYW4HVJU6vENNcqut+BAw9zj0ZuNvjyPPN906UzwjC8xj2lu1lS9q1su63d5xKtSN8RTBmiA+9YErk aielhTuzPc5K+fi+aNDKUIojxEd4gFBr+ii5oooFRFFTQhgwCpUdxN5aAXhkPwhHmR6bW5dVPU/rjC t9akIsWTL7d0Rc1fp0gNfU1pInuR3tMcQcY9dWxM1tXnJF81jS3NTjJLf1aJZORcquV59q0SlfMe+/ I= X-Entity-ID: lgZohGoWIjvYsKzlUpYsxA== X-Rspamd-Queue-Id: 4Dvr4S2ps5z3Qcj X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=fdc-k.africa header.s=s1 header.b=sg3p2Ve ; dmarc=pass (policy=none) header.from=fdc-k.africa; spf=pass (mx1.freebsd.org: domain of bounces@em4842.fdc-k.africa designates 149.72.166.43 as permitted sender) smtp.mailfrom=bounces@em4842.fdc-k.africa X-Spamd-Result: default: False [-2.91 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:149.72.0.0/16:c]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[fdc-k.africa:+]; DMARC_POLICY_ALLOW(-0.50)[fdc-k.africa,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[training@fdc-k.africa,bounces@em4842.fdc-k.africa]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[149.72.166.43:from]; ASN(0.00)[asn:11377, ipnet:149.72.128.0/17, country:US]; MIME_TRACE(0.00)[0:~]; TAGGED_FROM(0.00)[17430347-17e4-svn-ports-all=freebsd.org]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[fdc-k.africa:s=s1]; FROM_NEQ_ENVFROM(0.00)[training@fdc-k.africa,bounces@em4842.fdc-k.africa]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[149.72.166.43:from:127.0.2.255]; MIME_HTML_ONLY(0.20)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[149.72.166.43:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-all] MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:48:24 -0000 From owner-svn-ports-all@freebsd.org Tue Mar 9 09:58:01 2021 Return-Path: Delivered-To: svn-ports-all@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 3A2AA5729A5; Tue, 9 Mar 2021 09:58:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvrHY1G1Qz3R6K; Tue, 9 Mar 2021 09:58:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A74A1A209; Tue, 9 Mar 2021 09:58:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299w0YY061557; Tue, 9 Mar 2021 09:58:00 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299w0JB061548; Tue, 9 Mar 2021 09:58:00 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103090958.1299w0JB061548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Mar 2021 09:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567915 - in head/x11-fonts: . otf2bdf otf2bdf/files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/x11-fonts: . otf2bdf otf2bdf/files X-SVN-Commit-Revision: 567915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:58:01 -0000 Author: lwhsu Date: Tue Mar 9 09:57:59 2021 New Revision: 567915 URL: https://svnweb.freebsd.org/changeset/ports/567915 Log: Add x11-fonts/otf2bdf, OpenType to BDF converter PR: 254109 Submitted by: Yasuhiro Kimura Added: head/x11-fonts/otf2bdf/ head/x11-fonts/otf2bdf/Makefile (contents, props changed) head/x11-fonts/otf2bdf/distinfo (contents, props changed) head/x11-fonts/otf2bdf/files/ head/x11-fonts/otf2bdf/files/patch-Makefile.in (contents, props changed) head/x11-fonts/otf2bdf/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Mar 9 09:38:33 2021 (r567914) +++ head/x11-fonts/Makefile Tue Mar 9 09:57:59 2021 (r567915) @@ -189,6 +189,7 @@ SUBDIR += oldschool-pc-fonts SUBDIR += open-sans SUBDIR += orbitron + SUBDIR += otf2bdf SUBDIR += ots SUBDIR += oxygen-fonts SUBDIR += p5-Font-AFM Added: head/x11-fonts/otf2bdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/otf2bdf/Makefile Tue Mar 9 09:57:59 2021 (r567915) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= otf2bdf +DISTVERSION= 3.1 +CATEGORIES= x11-fonts +MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + mkinstalldirs +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= yasu@utahime.org +COMMENT= OpenType to BDF converter + +LICENSE= MIT + +LIB_DEPENDS= libfreetype.so:print/freetype2 + +USES= autoreconf tar:tgz + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/otf2bdf \ + man/man1/otf2bdf.1.gz + +post-extract: + ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/mkinstalldirs ${WRKSRC} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/otf2bdf + +.include Added: head/x11-fonts/otf2bdf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/otf2bdf/distinfo Tue Mar 9 09:57:59 2021 (r567915) @@ -0,0 +1,5 @@ +TIMESTAMP = 1615137831 +SHA256 (otf2bdf/otf2bdf-3.1.tgz) = 61370b8613867386ad5b7b331a403a674e684020830b0eb83bb004a452abfada +SIZE (otf2bdf/otf2bdf-3.1.tgz) = 57769 +SHA256 (otf2bdf/mkinstalldirs) = e7b13759bd5caac0976facbd1672312fe624dd172bbfd989ffcc5918ab21bfc1 +SIZE (otf2bdf/mkinstalldirs) = 735 Added: head/x11-fonts/otf2bdf/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/otf2bdf/files/patch-Makefile.in Tue Mar 9 09:57:59 2021 (r567915) @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2008-05-21 22:18:18 UTC ++++ Makefile.in +@@ -60,9 +60,9 @@ distclean: clean + $(CC) $(CFLAGS) $(INCS) -c $< -o $@ + + install: otf2bdf +- $(MKINSTALLDIRS) $(bindir) $(mandir)/man1 +- $(CP) otf2bdf $(bindir)/otf2bdf +- $(CP) otf2bdf.man $(mandir)/man1/otf2bdf.1 ++ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 ++ $(CP) otf2bdf $(DESTDIR)$(bindir)/otf2bdf ++ $(CP) otf2bdf.man $(DESTDIR)$(mandir)/man1/otf2bdf.1 + + uninstall: + $(RM) -f $(bindir)/otf2bdf Added: head/x11-fonts/otf2bdf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/otf2bdf/pkg-descr Tue Mar 9 09:57:59 2021 (r567915) @@ -0,0 +1,5 @@ +otf2bdf is a command line utility that uses the FreeType 2 font +rendering library to generate BDF bitmap fonts from OpenType outline +fonts at different sizes and resolutions. + +WWW: http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/ From owner-svn-ports-all@freebsd.org Tue Mar 9 09:58:24 2021 Return-Path: Delivered-To: svn-ports-all@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 3A5D95729C2; Tue, 9 Mar 2021 09:58:24 +0000 (UTC) (envelope-from cmt@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 4DvrJ014Wjz3hCQ; Tue, 9 Mar 2021 09:58:24 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 025FD1A0C0; Tue, 9 Mar 2021 09:58:24 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1299wN3H061705; Tue, 9 Mar 2021 09:58:23 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299wNjo061701; Tue, 9 Mar 2021 09:58:23 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103090958.1299wNjo061701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 9 Mar 2021 09:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567916 - in head/www/firefox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/www/firefox: . files X-SVN-Commit-Revision: 567916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 09:58:24 -0000 Author: cmt Date: Tue Mar 9 09:58:23 2021 New Revision: 567916 URL: https://svnweb.freebsd.org/changeset/ports/567916 Log: firefox: import upstream bugfixes 1 https://bugzilla.mozilla.org/show_bug.cgi?id=1694670 "Linux startup crash in [@ qcms_data_create_rgb_with_gamma]" crash on startup when loading certain ICC profiles 2 https://bugzilla.mozilla.org/show_bug.cgi?id=1694699 "Investigate tabs API regression in Firefox 86" regression causing loss of tabs from tab groups PR: 253886 ([2]) Reported by: Hans Petter Selasky [1], Graham Perrin [2] MFH: 2021Q1 Added: head/www/firefox/files/patch-bug1694670 (contents, props changed) head/www/firefox/files/patch-bug1694699 (contents, props changed) Modified: head/www/firefox/Makefile Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Mar 9 09:57:59 2021 (r567915) +++ head/www/firefox/Makefile Tue Mar 9 09:58:23 2021 (r567916) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 86.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Added: head/www/firefox/files/patch-bug1694670 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1694670 Tue Mar 9 09:58:23 2021 (r567916) @@ -0,0 +1,22 @@ +diff --git gfx/qcms/src/iccread.rs gfx/qcms/src/iccread.rs +--- gfx/qcms/src/iccread.rs ++++ gfx/qcms/src/iccread.rs +@@ -229,7 +229,7 @@ + read_u16(mem, offset) + } + pub fn write_u32(mem: &mut [u8], offset: usize, value: u32) { +- if offset <= mem.len() - std::mem::size_of_val(&value) { ++ if offset > mem.len() - std::mem::size_of_val(&value) { + panic!("OOB"); + } + let mem = mem.as_mut_ptr(); +@@ -238,7 +238,7 @@ + } + } + pub fn write_u16(mem: &mut [u8], offset: usize, value: u16) { +- if offset <= mem.len() - std::mem::size_of_val(&value) { ++ if offset > mem.len() - std::mem::size_of_val(&value) { + panic!("OOB"); + } + let mem = mem.as_mut_ptr(); + Added: head/www/firefox/files/patch-bug1694699 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1694699 Tue Mar 9 09:58:23 2021 (r567916) @@ -0,0 +1,115 @@ +diff --git browser/components/extensions/parent/ext-tabs.js browser/components/extensions/parent/ext-tabs.js +--- browser/components/extensions/parent/ext-tabs.js ++++ browser/components/extensions/parent/ext-tabs.js +@@ -217,9 +217,13 @@ + function sanitize(tab, changeInfo) { + let result = {}; + let nonempty = false; +- const hasTabs = tab.hasTabPermission; + for (let prop in changeInfo) { +- if (hasTabs || !restricted.has(prop)) { ++ // In practice, changeInfo contains at most one property from ++ // restricted. Therefore it is not necessary to cache the value ++ // of tab.hasTabPermission outside the loop. ++ // Unnecessarily accessing tab.hasTabPermission can cause bugs, see ++ // https://bugzilla.mozilla.org/show_bug.cgi?id=1694699#c21 ++ if (!restricted.has(prop) || tab.hasTabPermission) { + nonempty = true; + result[prop] = changeInfo[prop]; + } +diff --git browser/components/extensions/test/browser/browser_ext_tabs_hide.js browser/components/extensions/test/browser/browser_ext_tabs_hide.js +--- browser/components/extensions/test/browser/browser_ext_tabs_hide.js ++++ browser/components/extensions/test/browser/browser_ext_tabs_hide.js +@@ -349,6 +349,7 @@ + if ("hidden" in changeInfo) { + browser.test.assertEq(tabId, testTab.id, "correct tab was hidden"); + browser.test.assertTrue(changeInfo.hidden, "tab is hidden"); ++ browser.test.assertEq(tab.url, testTab.url, "tab has correct URL"); + browser.test.sendMessage("changeInfo"); + } + }); +diff --git browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js +--- browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js ++++ browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js +@@ -2,7 +2,7 @@ + /* vim: set sts=2 sw=2 et tw=80: */ + "use strict"; + +-add_task(async function() { ++add_task(async function move_discarded_to_window() { + let extension = ExtensionTestUtils.loadExtension({ + manifest: { permissions: ["tabs"] }, + background: async function() { +@@ -29,3 +29,54 @@ + await extension.awaitFinish("tabs.move"); + await extension.unload(); + }); ++ ++add_task(async function move_hidden_discarded_to_window() { ++ let extensionWithoutTabsPermission = ExtensionTestUtils.loadExtension({ ++ manifest: { ++ permissions: ["http://example.com/"], ++ }, ++ background() { ++ browser.tabs.onUpdated.addListener((tabId, changeInfo, tab) => { ++ if (changeInfo.hidden) { ++ browser.test.assertEq( ++ tab.url, ++ "http://example.com/?hideme", ++ "tab.url is correctly observed without tabs permission" ++ ); ++ browser.test.sendMessage("onUpdated_checked"); ++ } ++ }); ++ }, ++ }); ++ await extensionWithoutTabsPermission.startup(); ++ ++ let extension = ExtensionTestUtils.loadExtension({ ++ manifest: { permissions: ["tabs", "tabHide"] }, ++ // ExtensionControlledPopup's populateDescription method requires an addon: ++ useAddonManager: "temporary", ++ async background() { ++ let url = "http://example.com/?hideme"; ++ let tab = await browser.tabs.create({ url, discarded: true }); ++ await browser.tabs.hide(tab.id); ++ ++ let { id: windowId } = await browser.windows.create(); ++ ++ // Move the tab into that window ++ [tab] = await browser.tabs.move(tab.id, { windowId, index: -1 }); ++ browser.test.assertTrue(tab.discarded, "Tab should still be discarded"); ++ browser.test.assertTrue(tab.hidden, "Tab should still be hidden"); ++ browser.test.assertEq(url, tab.url, "Tab URL should still be correct"); ++ ++ await browser.windows.remove(windowId); ++ browser.test.notifyPass("move_hidden_discarded_to_window"); ++ }, ++ }); ++ ++ await extension.startup(); ++ await extension.awaitFinish("move_hidden_discarded_to_window"); ++ await extension.unload(); ++ ++ await extensionWithoutTabsPermission.awaitMessage("onUpdated_checked"); ++ await extensionWithoutTabsPermission.awaitMessage("onUpdated_checked"); ++ await extensionWithoutTabsPermission.unload(); ++}); +diff --git mobile/android/components/extensions/ext-tabs.js mobile/android/components/extensions/ext-tabs.js +--- mobile/android/components/extensions/ext-tabs.js ++++ mobile/android/components/extensions/ext-tabs.js +@@ -233,9 +233,11 @@ + function sanitize(tab, changeInfo) { + const result = {}; + let nonempty = false; +- const hasTabs = tab.hasTabPermission; + for (const prop in changeInfo) { +- if (hasTabs || !restricted.includes(prop)) { ++ // In practice, changeInfo contains at most one property from ++ // restricted. Therefore it is not necessary to cache the value ++ // of tab.hasTabPermission outside the loop. ++ if (!restricted.includes(prop) || tab.hasTabPermission) { + nonempty = true; + result[prop] = changeInfo[prop]; + } + From owner-svn-ports-all@freebsd.org Tue Mar 9 10:00:00 2021 Return-Path: Delivered-To: svn-ports-all@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 C514B572BCF; Tue, 9 Mar 2021 10:00:00 +0000 (UTC) (envelope-from cmt@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 4DvrKr4Zvcz3hLw; Tue, 9 Mar 2021 10:00:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7046B1A041; Tue, 9 Mar 2021 10:00:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129A00GO061982; Tue, 9 Mar 2021 10:00:00 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1299xxN9061906; Tue, 9 Mar 2021 09:59:59 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103090959.1299xxN9061906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 9 Mar 2021 09:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567917 - in branches/2021Q1/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in branches/2021Q1/www/firefox: . files X-SVN-Commit-Revision: 567917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 10:00:00 -0000 Author: cmt Date: Tue Mar 9 09:59:59 2021 New Revision: 567917 URL: https://svnweb.freebsd.org/changeset/ports/567917 Log: MFH: r567916 firefox: import upstream bugfixes 1 https://bugzilla.mozilla.org/show_bug.cgi?id=1694670 "Linux startup crash in [@ qcms_data_create_rgb_with_gamma]" crash on startup when loading certain ICC profiles 2 https://bugzilla.mozilla.org/show_bug.cgi?id=1694699 "Investigate tabs API regression in Firefox 86" regression causing loss of tabs from tab groups PR: 253886 ([2]) Reported by: Hans Petter Selasky [1], Graham Perrin [2] Added: branches/2021Q1/www/firefox/files/patch-bug1694670 - copied unchanged from r567916, head/www/firefox/files/patch-bug1694670 branches/2021Q1/www/firefox/files/patch-bug1694699 - copied unchanged from r567916, head/www/firefox/files/patch-bug1694699 Modified: branches/2021Q1/www/firefox/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/firefox/Makefile ============================================================================== --- branches/2021Q1/www/firefox/Makefile Tue Mar 9 09:58:23 2021 (r567916) +++ branches/2021Q1/www/firefox/Makefile Tue Mar 9 09:59:59 2021 (r567917) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 86.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Copied: branches/2021Q1/www/firefox/files/patch-bug1694670 (from r567916, head/www/firefox/files/patch-bug1694670) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/www/firefox/files/patch-bug1694670 Tue Mar 9 09:59:59 2021 (r567917, copy of r567916, head/www/firefox/files/patch-bug1694670) @@ -0,0 +1,22 @@ +diff --git gfx/qcms/src/iccread.rs gfx/qcms/src/iccread.rs +--- gfx/qcms/src/iccread.rs ++++ gfx/qcms/src/iccread.rs +@@ -229,7 +229,7 @@ + read_u16(mem, offset) + } + pub fn write_u32(mem: &mut [u8], offset: usize, value: u32) { +- if offset <= mem.len() - std::mem::size_of_val(&value) { ++ if offset > mem.len() - std::mem::size_of_val(&value) { + panic!("OOB"); + } + let mem = mem.as_mut_ptr(); +@@ -238,7 +238,7 @@ + } + } + pub fn write_u16(mem: &mut [u8], offset: usize, value: u16) { +- if offset <= mem.len() - std::mem::size_of_val(&value) { ++ if offset > mem.len() - std::mem::size_of_val(&value) { + panic!("OOB"); + } + let mem = mem.as_mut_ptr(); + Copied: branches/2021Q1/www/firefox/files/patch-bug1694699 (from r567916, head/www/firefox/files/patch-bug1694699) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/www/firefox/files/patch-bug1694699 Tue Mar 9 09:59:59 2021 (r567917, copy of r567916, head/www/firefox/files/patch-bug1694699) @@ -0,0 +1,115 @@ +diff --git browser/components/extensions/parent/ext-tabs.js browser/components/extensions/parent/ext-tabs.js +--- browser/components/extensions/parent/ext-tabs.js ++++ browser/components/extensions/parent/ext-tabs.js +@@ -217,9 +217,13 @@ + function sanitize(tab, changeInfo) { + let result = {}; + let nonempty = false; +- const hasTabs = tab.hasTabPermission; + for (let prop in changeInfo) { +- if (hasTabs || !restricted.has(prop)) { ++ // In practice, changeInfo contains at most one property from ++ // restricted. Therefore it is not necessary to cache the value ++ // of tab.hasTabPermission outside the loop. ++ // Unnecessarily accessing tab.hasTabPermission can cause bugs, see ++ // https://bugzilla.mozilla.org/show_bug.cgi?id=1694699#c21 ++ if (!restricted.has(prop) || tab.hasTabPermission) { + nonempty = true; + result[prop] = changeInfo[prop]; + } +diff --git browser/components/extensions/test/browser/browser_ext_tabs_hide.js browser/components/extensions/test/browser/browser_ext_tabs_hide.js +--- browser/components/extensions/test/browser/browser_ext_tabs_hide.js ++++ browser/components/extensions/test/browser/browser_ext_tabs_hide.js +@@ -349,6 +349,7 @@ + if ("hidden" in changeInfo) { + browser.test.assertEq(tabId, testTab.id, "correct tab was hidden"); + browser.test.assertTrue(changeInfo.hidden, "tab is hidden"); ++ browser.test.assertEq(tab.url, testTab.url, "tab has correct URL"); + browser.test.sendMessage("changeInfo"); + } + }); +diff --git browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js +--- browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js ++++ browser/components/extensions/test/browser/browser_ext_tabs_move_discarded.js +@@ -2,7 +2,7 @@ + /* vim: set sts=2 sw=2 et tw=80: */ + "use strict"; + +-add_task(async function() { ++add_task(async function move_discarded_to_window() { + let extension = ExtensionTestUtils.loadExtension({ + manifest: { permissions: ["tabs"] }, + background: async function() { +@@ -29,3 +29,54 @@ + await extension.awaitFinish("tabs.move"); + await extension.unload(); + }); ++ ++add_task(async function move_hidden_discarded_to_window() { ++ let extensionWithoutTabsPermission = ExtensionTestUtils.loadExtension({ ++ manifest: { ++ permissions: ["http://example.com/"], ++ }, ++ background() { ++ browser.tabs.onUpdated.addListener((tabId, changeInfo, tab) => { ++ if (changeInfo.hidden) { ++ browser.test.assertEq( ++ tab.url, ++ "http://example.com/?hideme", ++ "tab.url is correctly observed without tabs permission" ++ ); ++ browser.test.sendMessage("onUpdated_checked"); ++ } ++ }); ++ }, ++ }); ++ await extensionWithoutTabsPermission.startup(); ++ ++ let extension = ExtensionTestUtils.loadExtension({ ++ manifest: { permissions: ["tabs", "tabHide"] }, ++ // ExtensionControlledPopup's populateDescription method requires an addon: ++ useAddonManager: "temporary", ++ async background() { ++ let url = "http://example.com/?hideme"; ++ let tab = await browser.tabs.create({ url, discarded: true }); ++ await browser.tabs.hide(tab.id); ++ ++ let { id: windowId } = await browser.windows.create(); ++ ++ // Move the tab into that window ++ [tab] = await browser.tabs.move(tab.id, { windowId, index: -1 }); ++ browser.test.assertTrue(tab.discarded, "Tab should still be discarded"); ++ browser.test.assertTrue(tab.hidden, "Tab should still be hidden"); ++ browser.test.assertEq(url, tab.url, "Tab URL should still be correct"); ++ ++ await browser.windows.remove(windowId); ++ browser.test.notifyPass("move_hidden_discarded_to_window"); ++ }, ++ }); ++ ++ await extension.startup(); ++ await extension.awaitFinish("move_hidden_discarded_to_window"); ++ await extension.unload(); ++ ++ await extensionWithoutTabsPermission.awaitMessage("onUpdated_checked"); ++ await extensionWithoutTabsPermission.awaitMessage("onUpdated_checked"); ++ await extensionWithoutTabsPermission.unload(); ++}); +diff --git mobile/android/components/extensions/ext-tabs.js mobile/android/components/extensions/ext-tabs.js +--- mobile/android/components/extensions/ext-tabs.js ++++ mobile/android/components/extensions/ext-tabs.js +@@ -233,9 +233,11 @@ + function sanitize(tab, changeInfo) { + const result = {}; + let nonempty = false; +- const hasTabs = tab.hasTabPermission; + for (const prop in changeInfo) { +- if (hasTabs || !restricted.includes(prop)) { ++ // In practice, changeInfo contains at most one property from ++ // restricted. Therefore it is not necessary to cache the value ++ // of tab.hasTabPermission outside the loop. ++ if (!restricted.includes(prop) || tab.hasTabPermission) { + nonempty = true; + result[prop] = changeInfo[prop]; + } + From owner-svn-ports-all@freebsd.org Tue Mar 9 10:02:47 2021 Return-Path: Delivered-To: svn-ports-all@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 740CA57297B; Tue, 9 Mar 2021 10:02:47 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:510a::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvrP21h0bz3hR1; Tue, 9 Mar 2021 10:02:46 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 987D4C0030C; Tue, 9 Mar 2021 11:02:43 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 18B6813982F; Tue, 9 Mar 2021 11:02:43 +0100 (CET) Date: Tue, 9 Mar 2021 11:02:43 +0100 From: Christoph Moench-Tegeder To: Hans Petter Selasky Cc: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r566347 - head/www/firefox Message-ID: References: <202102222339.11MNdxmV022881@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.0.6 (2021-03-06) X-Rspamd-Queue-Id: 4DvrP21h0bz3hR1 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 2a01:4f8:140:510a::3 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[cmt]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:140:510a::3]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:4f8:140:510a::3:from]; RCPT_COUNT_FIVE(0.00)[5]; SPAMHAUS_ZRD(0.00)[2a01:4f8:140:510a::3:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[2a01:4f8:140:510a::3:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 10:02:47 -0000 ## Hans Petter Selasky (hps@selasky.org): > Recent firefox segfaults for me: Try https://svnweb.freebsd.org/changeset/ports/567916 Regards, Christoph -- Spare Space From owner-svn-ports-all@freebsd.org Tue Mar 9 10:38:33 2021 Return-Path: Delivered-To: svn-ports-all@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 9D79A5742FF; Tue, 9 Mar 2021 10:38:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvsBK43LPz3kpr; Tue, 9 Mar 2021 10:38:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E2181A7DE; Tue, 9 Mar 2021 10:38:33 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129AcXrF086333; Tue, 9 Mar 2021 10:38:33 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129AcX1B086332; Tue, 9 Mar 2021 10:38:33 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103091038.129AcX1B086332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 10:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567918 - head/biology/py-scikit-bio X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/biology/py-scikit-bio X-SVN-Commit-Revision: 567918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 10:38:33 -0000 Author: pkubaj Date: Tue Mar 9 10:38:33 2021 New Revision: 567918 URL: https://svnweb.freebsd.org/changeset/ports/567918 Log: biology/py-scikit-bio: fix build on powerpc64 GCC is also necessary on powerpc64: In file included from skbio/alignment/_ssw_wrapper.c:626: In file included from skbio/alignment/_lib/ssw.h:17: In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); Modified: head/biology/py-scikit-bio/Makefile Modified: head/biology/py-scikit-bio/Makefile ============================================================================== --- head/biology/py-scikit-bio/Makefile Tue Mar 9 09:59:59 2021 (r567917) +++ head/biology/py-scikit-bio/Makefile Tue Mar 9 10:38:33 2021 (r567918) @@ -33,7 +33,7 @@ USE_PYTHON= autoplist distutils .if ${ARCH} == i386 CFLAGS+= -msse2 # workaround for https://github.com/biocore/scikit-bio/issues/1727 CXXFLAGS+= -msse2 -.elif ${ARCH} == powerpc64le +.elif ${ARCH:Mpowerpc64*} CFLAGS+= -DNO_WARN_X86_INTRINSICS USE_GCC= yes .endif From owner-svn-ports-all@freebsd.org Tue Mar 9 10:52:55 2021 Return-Path: Delivered-To: svn-ports-all@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 49B28575273; Tue, 9 Mar 2021 10:52:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvsVv1dYbz3lyq; Tue, 9 Mar 2021 10:52:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B0571AE2E; Tue, 9 Mar 2021 10:52:55 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129AqsAk098230; Tue, 9 Mar 2021 10:52:54 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129Aqsxm098229; Tue, 9 Mar 2021 10:52:54 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103091052.129Aqsxm098229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 10:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567919 - head/lang/oo2c X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/lang/oo2c X-SVN-Commit-Revision: 567919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 10:52:55 -0000 Author: pkubaj Date: Tue Mar 9 10:52:54 2021 New Revision: 567919 URL: https://svnweb.freebsd.org/changeset/ports/567919 Log: lang/oo2c: fix build on powerpc64 elfv2 -fnested-functions is not available on GCC 10. Modified: head/lang/oo2c/Makefile Modified: head/lang/oo2c/Makefile ============================================================================== --- head/lang/oo2c/Makefile Tue Mar 9 10:38:33 2021 (r567918) +++ head/lang/oo2c/Makefile Tue Mar 9 10:52:54 2021 (r567919) @@ -45,10 +45,8 @@ BITS= 32 BITS= 64 .endif -.if ${ARCH} == "powerpc64" -# .if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 +.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 CFLAGS+= -fnested-functions -# .endif .endif .include From owner-svn-ports-all@freebsd.org Tue Mar 9 11:06:50 2021 Return-Path: Delivered-To: svn-ports-all@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 03C1857586B; Tue, 9 Mar 2021 11:06:50 +0000 (UTC) (envelope-from ume@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 4Dvspx6mHKz3mpC; Tue, 9 Mar 2021 11:06:49 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6B7D1B0A7; Tue, 9 Mar 2021 11:06:49 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129B6ndP004637; Tue, 9 Mar 2021 11:06:49 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129B6nHE004635; Tue, 9 Mar 2021 11:06:49 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202103091106.129B6nHE004635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 9 Mar 2021 11:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567920 - head/mail/cyrus-imapd32 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/mail/cyrus-imapd32 X-SVN-Commit-Revision: 567920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:06:50 -0000 Author: ume Date: Tue Mar 9 11:06:49 2021 New Revision: 567920 URL: https://svnweb.freebsd.org/changeset/ports/567920 Log: Update to 3.2.6. Modified: head/mail/cyrus-imapd32/Makefile head/mail/cyrus-imapd32/distinfo Modified: head/mail/cyrus-imapd32/Makefile ============================================================================== --- head/mail/cyrus-imapd32/Makefile Tue Mar 9 10:52:54 2021 (r567919) +++ head/mail/cyrus-imapd32/Makefile Tue Mar 9 11:06:49 2021 (r567920) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 #PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ Modified: head/mail/cyrus-imapd32/distinfo ============================================================================== --- head/mail/cyrus-imapd32/distinfo Tue Mar 9 10:52:54 2021 (r567919) +++ head/mail/cyrus-imapd32/distinfo Tue Mar 9 11:06:49 2021 (r567920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606737895 -SHA256 (cyrus-imapd-3.2.5.tar.gz) = cc386a754e24389b52af837376b3bb6055bea7057f53ec87abca06a8e8d69563 -SIZE (cyrus-imapd-3.2.5.tar.gz) = 12237158 +TIMESTAMP = 1615286134 +SHA256 (cyrus-imapd-3.2.6.tar.gz) = 453958dd8b639aaada9a83c8941af2b403f76b47e4f035a8f0078170e0bacedf +SIZE (cyrus-imapd-3.2.6.tar.gz) = 12282669 From owner-svn-ports-all@freebsd.org Tue Mar 9 11:07:43 2021 Return-Path: Delivered-To: svn-ports-all@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 99354575BCA; Tue, 9 Mar 2021 11:07:43 +0000 (UTC) (envelope-from ume@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 4Dvsqz41n3z3n19; Tue, 9 Mar 2021 11:07:43 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CCC81B043; Tue, 9 Mar 2021 11:07:43 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129B7hg9004771; Tue, 9 Mar 2021 11:07:43 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129B7hGP004770; Tue, 9 Mar 2021 11:07:43 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202103091107.129B7hGP004770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 9 Mar 2021 11:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567921 - head/mail/cyrus-imapd30 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/mail/cyrus-imapd30 X-SVN-Commit-Revision: 567921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:07:43 -0000 Author: ume Date: Tue Mar 9 11:07:42 2021 New Revision: 567921 URL: https://svnweb.freebsd.org/changeset/ports/567921 Log: Update to 3.0.15. Modified: head/mail/cyrus-imapd30/Makefile head/mail/cyrus-imapd30/distinfo Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Tue Mar 9 11:06:49 2021 (r567920) +++ head/mail/cyrus-imapd30/Makefile Tue Mar 9 11:07:42 2021 (r567921) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 3.0.14 -PORTREVISION= 1 +PORTVERSION= 3.0.15 #PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ Modified: head/mail/cyrus-imapd30/distinfo ============================================================================== --- head/mail/cyrus-imapd30/distinfo Tue Mar 9 11:06:49 2021 (r567920) +++ head/mail/cyrus-imapd30/distinfo Tue Mar 9 11:07:42 2021 (r567921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597840715 -SHA256 (cyrus-imapd-3.0.14.tar.gz) = fd8d79cacbda9d8d09ee211fad9abab81a0491f041e9a747931c5ac2ee161f66 -SIZE (cyrus-imapd-3.0.14.tar.gz) = 10865880 +TIMESTAMP = 1615287263 +SHA256 (cyrus-imapd-3.0.15.tar.gz) = 26f3949e1230f5d44251381b49f753b1e5a6c16e0183dbbe6c9395c4613be9c2 +SIZE (cyrus-imapd-3.0.15.tar.gz) = 10843341 From owner-svn-ports-all@freebsd.org Tue Mar 9 11:12:39 2021 Return-Path: Delivered-To: svn-ports-all@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 33234575C3D; Tue, 9 Mar 2021 11:12:39 +0000 (UTC) (envelope-from martymac@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 4Dvsxf6vjmz3nLj; Tue, 9 Mar 2021 11:12:38 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C48791B1FE; Tue, 9 Mar 2021 11:12:38 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129BCc6u010987; Tue, 9 Mar 2021 11:12:38 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129BCcIh010986; Tue, 9 Mar 2021 11:12:38 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <202103091112.129BCcIh010986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 9 Mar 2021 11:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567922 - head/emulators/pcsxr X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/emulators/pcsxr X-SVN-Commit-Revision: 567922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:12:39 -0000 Author: martymac Date: Tue Mar 9 11:12:38 2021 New Revision: 567922 URL: https://svnweb.freebsd.org/changeset/ports/567922 Log: Fix build with upcoming Pango update PR: 249879 Reported by: duchateau.olivier AT gmail.com Modified: head/emulators/pcsxr/Makefile Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Tue Mar 9 11:07:42 2021 (r567921) +++ head/emulators/pcsxr/Makefile Tue Mar 9 11:12:38 2021 (r567922) @@ -3,7 +3,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.95.20180604 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org @@ -33,6 +33,8 @@ USE_GL= gl INSTALLS_ICONS= yes WRKSRC_SUBDIR= ${PORTNAME} + +CFLAGS+= -I${LOCALBASE}/include/harfbuzz CMAKE_ARGS+= -DDL_LIB:STRING="" \ -DMANPREFIX:STRING="${MANPREFIX}" \ From owner-svn-ports-all@freebsd.org Tue Mar 9 11:16:35 2021 Return-Path: Delivered-To: svn-ports-all@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 3DF04575CCF; Tue, 9 Mar 2021 11:16:35 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvt240JH5z3nl1; Tue, 9 Mar 2021 11:16:27 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.2]) (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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id F33EBB8717; Tue, 9 Mar 2021 12:16:16 +0100 (CET) Date: Tue, 9 Mar 2021 12:16:19 +0100 From: Piotr Kubaj To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... Message-ID: References: <202103081932.128JWuGR041210@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="G5PLOp0cdloMe6K8" Content-Disposition: inline In-Reply-To: <202103081932.128JWuGR041210@repo.freebsd.org> X-Rspamd-Queue-Id: 4Dvt240JH5z3nl1 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:16:35 -0000 --G5PLOp0cdloMe6K8 Content-Type: multipart/mixed; boundary="CKcV4UwrlzXoMfoA" Content-Disposition: inline --CKcV4UwrlzXoMfoA Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline This breaks print/scribus-devel. Log attached. On 21-03-08 19:32:56, Tobias C. Berner wrote: >Author: tcberner >Date: Mon Mar 8 19:32:55 2021 >New Revision: 567866 >URL: https://svnweb.freebsd.org/changeset/ports/567866 > >Log: > graphics/poppler: update to 21.03.0 > > Release 21.03.0: > core: > * Fix parsing text in some broken pdf files. Issue #1040 > * Fix memory issue when using threads. Issue #1050 > * TextSelectionDumper: Fix getText() for space after word > * Change signature of OutputDev:tilingPatternFill > * Make PDFDocBuilder return a std::unique_ptr > * Improve well formed check for shading functions > * Fix leak in case of fread failing > * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap > * PSOutputDev: Fix stack overflow in broken files > > glib: > * poppler_annot_free_text_get_callout_line: Fix wrong static cast > * poppler-structure-element: fix memleak > * Improve documentation > * demo: keep same visual appearance between displayed and copied text > > utils: > * pdftotext: Add -cropbox option > * pdftoppm: Add -progress option > * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 > > qt6: > * Add missing poppler-qt6.pc.cmake > > PR: 253953 > Exp-run by: antoine > >Modified: > head/converters/pdf2djvu/Makefile > head/databases/kbibtex/Makefile > head/deskutils/calibre/Makefile > head/deskutils/cfiles/Makefile > head/deskutils/lumina-pdf/Makefile > head/deskutils/recoll/Makefile > head/deskutils/xfce4-tumbler/Makefile > head/devel/efl/Makefile > head/devel/kf5-kfilemetadata/Makefile > head/editors/calligra/Makefile > head/editors/kile/Makefile > head/editors/libreoffice/Makefile > head/editors/libreoffice6/Makefile > head/editors/setzer/Makefile > head/editors/texstudio/Makefile > head/editors/texworks/Makefile > head/graphics/atril/Makefile > head/graphics/diff-pdf/Makefile > head/graphics/diffpdf/Makefile > head/graphics/dspdfviewer/Makefile > head/graphics/engauge-digitizer/Makefile > head/graphics/epdfview/Makefile > head/graphics/evince/Makefile > head/graphics/gdal/Makefile > head/graphics/geeqie/Makefile > head/graphics/gegl/Makefile > head/graphics/gimp-app/Makefile > head/graphics/graphviz/Makefile > head/graphics/impressive/Makefile > head/graphics/inkscape/Makefile > head/graphics/katarakt/Makefile > head/graphics/krita/Makefile > head/graphics/okular/Makefile > head/graphics/openfx-arena/Makefile > head/graphics/osg/Makefile > head/graphics/osg34/Makefile > head/graphics/pdf2svg/Makefile > head/graphics/pdfpc/Makefile > head/graphics/poppler/Makefile > head/graphics/poppler/distinfo > head/graphics/pqiv/Makefile > head/graphics/qcomicbook/Makefile > head/graphics/sane-backends/Makefile > head/graphics/tikzit/Makefile > head/graphics/vips/Makefile > head/graphics/xournal/Makefile > head/graphics/xournalpp/Makefile > head/graphics/yacreader/Makefile > head/mail/claws-mail-pdf_viewer/Makefile > head/mail/textmail/Makefile > head/math/cantor/Makefile > head/math/labplot/Makefile > head/misc/tellico/Makefile > head/net/kitinerary/Makefile > head/print/cups-filters/Makefile > head/print/deforaos-pdfviewer/Makefile > head/print/ghostscript9-agpl-base/Makefile > head/print/pdf-tools/Makefile > head/print/qpdfview/Makefile > head/print/scribus-devel/Makefile > head/print/texlive-base/Makefile > head/print/xreader/Makefile > head/sysutils/tracker-miners/Makefile > head/textproc/pdfgrep/Makefile > head/textproc/pdfsandwich/Makefile > head/textproc/py-pdftotext/Makefile > head/www/hotcrp/Makefile > head/x11/eaglemode/Makefile > >Modified: head/converters/pdf2djvu/Makefile >============================================================================== >--- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= pdf2djvu > DISTVERSION= 0.9.17.1 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= converters > MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ > > >Modified: head/databases/kbibtex/Makefile >============================================================================== >--- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= kbibtex > DISTVERSION= 0.9.2 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= databases kde > MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} > > >Modified: head/deskutils/calibre/Makefile >============================================================================== >--- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= calibre > PORTVERSION= 5.12.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= deskutils python > MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ > > >Modified: head/deskutils/cfiles/Makefile >============================================================================== >--- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ PORTNAME= cfiles > DISTVERSIONPREFIX= v > DISTVERSION= 1.8-6 > DISTVERSIONSUFFIX= -g327d47f >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= deskutils > > MAINTAINER= yuri@FreeBSD.org > >Modified: head/deskutils/lumina-pdf/Makefile >============================================================================== >--- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= lumina-pdf > DISTVERSION= 1.6.0 >-PORTREVISION= 12 >+PORTREVISION= 13 > CATEGORIES= deskutils > > MAINTAINER= lbartoletti@FreeBSD.org > >Modified: head/deskutils/recoll/Makefile >============================================================================== >--- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= recoll > PORTVERSION= 1.27.3 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= deskutils > MASTER_SITES= https://www.lesbonscomptes.com/recoll/ > > >Modified: head/deskutils/xfce4-tumbler/Makefile >============================================================================== >--- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= tumbler > PORTVERSION= 4.16.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= deskutils xfce > MASTER_SITES= XFCE > PKGNAMEPREFIX= xfce4- > >Modified: head/devel/efl/Makefile >============================================================================== >--- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= efl > DISTVERSION= 1.25.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= devel enlightenment > MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ > DIST_SUBDIR= enlightenment > >Modified: head/devel/kf5-kfilemetadata/Makefile >============================================================================== >--- head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,6 +2,7 @@ > > PORTNAME= kfilemetadata > DISTVERSION= ${KDE_FRAMEWORKS_VERSION} >+PORTREVISION= 1 > CATEGORIES= devel kde kde-frameworks > > MAINTAINER= kde@FreeBSD.org > >Modified: head/editors/calligra/Makefile >============================================================================== >--- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= calligra > DISTVERSION= 3.2.1 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= editors kde > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > DIST_SUBDIR= KDE/${PORTNAME} > >Modified: head/editors/kile/Makefile >============================================================================== >--- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= kile > DISTVERSIONPREFIX= v > DISTVERSION= 3.0b3 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= editors kde > > MAINTAINER= kde@FreeBSD.org > >Modified: head/editors/libreoffice/Makefile >============================================================================== >--- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -1,5 +1,5 @@ > # $FreeBSD$ >-PORTREVISION= 2 >+PORTREVISION= 3 > > .include "${.CURDIR}/Makefile.common" > > >Modified: head/editors/libreoffice6/Makefile >============================================================================== >--- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -1,5 +1,5 @@ > # $FreeBSD$ >-PORTREVISION= 4 >+PORTREVISION= 5 > > .include "${.CURDIR}/Makefile.common" > > >Modified: head/editors/setzer/Makefile >============================================================================== >--- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= setzer > DISTVERSIONPREFIX=v > DISTVERSION= 0.3.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= editors > > MAINTAINER= greg@unrelenting.technology > >Modified: head/editors/texstudio/Makefile >============================================================================== >--- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,6 +2,7 @@ > > PORTNAME= texstudio > DISTVERSION= 3.1.1 >+PORTREVISION= 1 > CATEGORIES= editors > > MAINTAINER= rigoletto@FreeBSD.org > >Modified: head/editors/texworks/Makefile >============================================================================== >--- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ > PORTNAME= texworks > DISTVERSIONPREFIX= release- > DISTVERSION= 0.6.2 >-PORTREVISION= 26 >+PORTREVISION= 27 > CATEGORIES= editors > > MAINTAINER= hrs@FreeBSD.org > >Modified: head/graphics/atril/Makefile >============================================================================== >--- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -5,7 +5,7 @@ > > PORTNAME= atril > PORTVERSION= 1.22.3 >-PORTREVISION= 14 >+PORTREVISION= 15 > CATEGORIES= graphics print mate > MASTER_SITES= MATE > DIST_SUBDIR= mate > >Modified: head/graphics/diff-pdf/Makefile >============================================================================== >--- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,6 +3,7 @@ > PORTNAME= diff-pdf > DISTVERSIONPREFIX= v > DISTVERSION= 0.5 >+PORTREVISION= 1 > CATEGORIES= graphics > > MAINTAINER= uzsolt@uzsolt.hu > >Modified: head/graphics/diffpdf/Makefile >============================================================================== >--- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= diffpdf > PORTVERSION= 2.1.3 >-PORTREVISION= 27 >+PORTREVISION= 28 > CATEGORIES= graphics > MASTER_SITES= http://www.qtrac.eu/ > > >Modified: head/graphics/dspdfviewer/Makefile >============================================================================== >--- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= dspdfviewer > PORTVERSION= 1.15.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 38 >+PORTREVISION= 39 > CATEGORIES= graphics > > MAINTAINER= fox@FreeBSD.org > >Modified: head/graphics/engauge-digitizer/Makefile >============================================================================== >--- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= engauge-digitizer > DISTVERSIONPREFIX= v > DISTVERSION= 12.2.2 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= graphics math science > > MAINTAINER= yuri@FreeBSD.org > >Modified: head/graphics/epdfview/Makefile >============================================================================== >--- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= epdfview > PORTVERSION= 0.1.8 >-PORTREVISION= 39 >+PORTREVISION= 40 > CATEGORIES= graphics print gnome > MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ > ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ > >Modified: head/graphics/evince/Makefile >============================================================================== >--- head/graphics/evince/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,6 +3,7 @@ > > PORTNAME= evince > DISTVERSION= 3.38.2 >+PORTREVISION= 1 > CATEGORIES= graphics print gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome > >Modified: head/graphics/gdal/Makefile >============================================================================== >--- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= gdal > PORTVERSION= 3.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics geography > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet > >Modified: head/graphics/geeqie/Makefile >============================================================================== >--- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= geeqie > PORTVERSION= 1.6 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics > MASTER_SITES= http://www.geeqie.org/ > > >Modified: head/graphics/gegl/Makefile >============================================================================== >--- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= gegl > PORTVERSION= 0.4.28 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= graphics > MASTER_SITES= GIMP > > >Modified: head/graphics/gimp-app/Makefile >============================================================================== >--- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME?= gimp-app > PORTVERSION= 2.10.22 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH?= 1 > CATEGORIES?= graphics gnome > MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} > >Modified: head/graphics/graphviz/Makefile >============================================================================== >--- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= graphviz > PORTVERSION= 2.44.1 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= graphics tk > MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ > > >Modified: head/graphics/impressive/Makefile >============================================================================== >--- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= impressive > DISTVERSION= 0.13.0-beta2 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics python > MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ > DISTNAME= Impressive-${DISTVERSION} > >Modified: head/graphics/inkscape/Makefile >============================================================================== >--- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= inkscape > PORTVERSION= 1.0.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics gnome > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > > >Modified: head/graphics/katarakt/Makefile >============================================================================== >--- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= katarakt > PORTVERSION= 0.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics > > MAINTAINER= kurt@kmk-computers.de > >Modified: head/graphics/krita/Makefile >============================================================================== >--- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= krita > DISTVERSION= 4.4.1 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= graphics kde > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} > DIST_SUBDIR= KDE/${PORTNAME} > >Modified: head/graphics/okular/Makefile >============================================================================== >--- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,6 +2,7 @@ > > PORTNAME= okular > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= graphics kde kde-applications > > MAINTAINER= kde@FreeBSD.org > >Modified: head/graphics/openfx-arena/Makefile >============================================================================== >--- head/graphics/openfx-arena/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= openfx-arena > PORTVERSION= 2.3.14 > DISTVERSIONPREFIX= Natron- >-PORTREVISION= 34 >+PORTREVISION= 35 > CATEGORIES= graphics > > MAINTAINER= olivier@FreeBSD.org > >Modified: head/graphics/osg/Makefile >============================================================================== >--- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ > PORTNAME= osg > PORTVERSION= 3.6.5 > DISTVERSIONPREFIX= OpenSceneGraph- >-PORTREVISION= 17 >+PORTREVISION= 18 > CATEGORIES= graphics > > MAINTAINER= amdmi3@FreeBSD.org > >Modified: head/graphics/osg34/Makefile >============================================================================== >--- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ > PORTNAME= osg > PORTVERSION= 3.4.1 > DISTVERSIONPREFIX= OpenSceneGraph- >-PORTREVISION= 19 >+PORTREVISION= 20 > CATEGORIES= graphics > PKGNAMESUFFIX= 34 > > >Modified: head/graphics/pdf2svg/Makefile >============================================================================== >--- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= pdf2svg > PORTVERSION= 0.2.3 >-PORTREVISION= 26 >+PORTREVISION= 27 > DISTVERSIONPREFIX= v > CATEGORIES= graphics > > >Modified: head/graphics/pdfpc/Makefile >============================================================================== >--- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ PORTNAME= pdfpc > DISTVERSION= 4.5.0 > CATEGORIES= graphics > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > > MAINTAINER= bapt@FreeBSD.org > COMMENT= Keynote-like multi-monitor presentation viewer > >Modified: head/graphics/poppler/Makefile >============================================================================== >--- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= poppler >-DISTVERSION= 21.02.0 >+DISTVERSION= 21.03.0 > CATEGORIES= graphics print > MASTER_SITES= https://poppler.freedesktop.org/ > >@@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E > PORTSCOUT= limitw:1,even > USES+= iconv > CMAKE_ON+= ENABLE_CPP >-PLIST_SUB+= SHLIB_VER=107 >+PLIST_SUB+= SHLIB_VER=108 > > OPTIONS_DEFINE= CURL OPENJPEG > OPTIONS_DEFAULT= OPENJPEG > >Modified: head/graphics/poppler/distinfo >============================================================================== >--- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 (r567866) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1612288566 >-SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c >-SIZE (poppler-21.02.0.tar.xz) = 1684496 >+TIMESTAMP = 1614683481 >+SHA256 (poppler-21.03.0.tar.xz) = fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27 >+SIZE (poppler-21.03.0.tar.xz) = 1690848 > >Modified: head/graphics/pqiv/Makefile >============================================================================== >--- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= pqiv > PORTVERSION= 2.11 >-PORTREVISION= 18 >+PORTREVISION= 19 > CATEGORIES= graphics > > MAINTAINER= danilo@FreeBSD.org > >Modified: head/graphics/qcomicbook/Makefile >============================================================================== >--- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= QComicBook > PORTVERSION= 0.9.1 >-PORTREVISION= 24 >+PORTREVISION= 25 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org > >Modified: head/graphics/sane-backends/Makefile >============================================================================== >--- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,6 +3,7 @@ > > PORTNAME= sane-backends > DISTVERSION= 1.0.32 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ > > >Modified: head/graphics/tikzit/Makefile >============================================================================== >--- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > PORTNAME= tikzit > DISTVERSIONPREFIX= v > DISTVERSION= 2.1.6 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics > > MAINTAINER= lwhsu@FreeBSD.org > >Modified: head/graphics/vips/Makefile >============================================================================== >--- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= vips > PORTVERSION= 8.10.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics > MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ > > >Modified: head/graphics/xournal/Makefile >============================================================================== >--- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= xournal > PORTVERSION= 0.4.8.2016 >-PORTREVISION= 22 >+PORTREVISION= 23 > CATEGORIES= graphics > MASTER_SITES= SF > > >Modified: head/graphics/xournalpp/Makefile >============================================================================== >--- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= xournalpp > DISTVERSION= 1.0.20 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > > MAINTAINER= yuri@FreeBSD.org > >Modified: head/graphics/yacreader/Makefile >============================================================================== >--- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= yacreader > DISTVERSION= 9.7.1 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= graphics > > MAINTAINER= jbeich@FreeBSD.org > >Modified: head/mail/claws-mail-pdf_viewer/Makefile >============================================================================== >--- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= pdf_viewer >-PORTREVISION= 3 >+PORTREVISION= 4 > > COMMENT= PDF and PostScript viewer plugin for Claws Mail > > >Modified: head/mail/textmail/Makefile >============================================================================== >--- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= textmail > PORTVERSION= 20070803 >-PORTREVISION= 23 >+PORTREVISION= 24 > CATEGORIES= mail > MASTER_SITES= http://raf.org/textmail/ > > >Modified: head/math/cantor/Makefile >============================================================================== >--- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,6 +4,7 @@ > > PORTNAME= cantor > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= math kde kde-applications > > MAINTAINER= kde@FreeBSD.org > >Modified: head/math/labplot/Makefile >============================================================================== >--- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= labplot > DISTVERSION= 2.8.1 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= math kde > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > >Modified: head/misc/tellico/Makefile >============================================================================== >--- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,6 +3,7 @@ > > PORTNAME= tellico > DISTVERSION= 3.3.5 >+PORTREVISION= 1 > CATEGORIES= misc kde > MASTER_SITES= http://tellico-project.org/files/ > > >Modified: head/net/kitinerary/Makefile >============================================================================== >--- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,6 +2,7 @@ > > PORTNAME= kitinerary > DISTVERSION= ${KDE_APPLICATIONS_VERSION} >+PORTREVISION= 1 > CATEGORIES= net kde kde-applications > > MAINTAINER= kde@FreeBSD.org > >Modified: head/print/cups-filters/Makefile >============================================================================== >--- head/print/cups-filters/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= cups-filters > PORTVERSION= 1.28.6 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= print > MASTER_SITES= https://www.openprinting.org/download/cups-filters/ > > >Modified: head/print/deforaos-pdfviewer/Makefile >============================================================================== >--- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= pdfviewer > PORTVERSION= 0.0.2 >-PORTREVISION= 22 >+PORTREVISION= 23 > CATEGORIES= print > MASTER_SITES= http://www.defora.org/os/download/download/4431/ > PKGNAMEPREFIX= deforaos- > >Modified: head/print/ghostscript9-agpl-base/Makefile >============================================================================== >--- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= ghostscript > PORTVERSION= 9.52 >-PORTREVISION= 14 >+PORTREVISION= 15 > CATEGORIES= print > MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ > PKGNAMESUFFIX= 9-agpl-base > >Modified: head/print/pdf-tools/Makefile >============================================================================== >--- head/print/pdf-tools/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -4,7 +4,7 @@ PORTNAME= pdf-tools > DISTVERSIONPREFIX= v > DISTVERSION= 0.90-41 > DISTVERSIONSUFFIX= -g2ece508 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= print elisp > PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > > >Modified: head/print/qpdfview/Makefile >============================================================================== >--- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= qpdfview > DISTVERSION= 0.4.18 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= print > MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ > https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ > >Modified: head/print/scribus-devel/Makefile >============================================================================== >--- head/print/scribus-devel/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= scribus > PORTVERSION= 1.5.6.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= print editors > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ > http://www.scribus.net/downloads/${PORTVERSION}/ > >Modified: head/print/texlive-base/Makefile >============================================================================== >--- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= texlive > PORTVERSION= 20150521 >-PORTREVISION= 62 >+PORTREVISION= 63 > CATEGORIES= print > MASTER_SITES= TEX_CTAN/systems/texlive/Source/ > PKGNAMESUFFIX= -base > >Modified: head/print/xreader/Makefile >============================================================================== >--- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= xreader > PORTVERSION= 2.8.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= print gnome > > MAINTAINER= danfe@FreeBSD.org > >Modified: head/sysutils/tracker-miners/Makefile >============================================================================== >--- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= tracker-miners > PORTVERSION= 2.3.5 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= sysutils gnome > MASTER_SITES= GNOME > > >Modified: head/textproc/pdfgrep/Makefile >============================================================================== >--- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= pdfgrep > PORTVERSION= 2.1.1 >-PORTREVISION= 25 >+PORTREVISION= 26 > CATEGORIES= textproc > MASTER_SITES= https://pdfgrep.org/download/ > > >Modified: head/textproc/pdfsandwich/Makefile >============================================================================== >--- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= pdfsandwich > DISTVERSION= 0.1.7 >-PORTREVISION= 19 >+PORTREVISION= 20 > CATEGORIES= textproc > MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ > > >Modified: head/textproc/py-pdftotext/Makefile >============================================================================== >--- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= pdftotext > PORTVERSION= 2.1.5 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Modified: head/www/hotcrp/Makefile >============================================================================== >--- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -2,7 +2,7 @@ > > PORTNAME= hotcrp > PORTVERSION= 2.94 >-PORTREVISION= 22 >+PORTREVISION= 23 > CATEGORIES= www > MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ > > >Modified: head/x11/eaglemode/Makefile >============================================================================== >--- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 (r567865) >+++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 (r567866) >@@ -3,7 +3,7 @@ > > PORTNAME= eaglemode > PORTVERSION= 0.95.0 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= x11 > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > --CKcV4UwrlzXoMfoA Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="powerpc64-130-default.log" Content-Transfer-Encoding: quoted-printable build started at Tue Mar 9 12:06:21 CET 2021 port directory: /usr/ports/print/scribus-devel package name: scribus-devel-1.5.6.1_2 building for: FreeBSD powerpc64-130-default 13.0-RC1 FreeBSD 13.0-RC1 13001= 39 powerpc maintained by: pkubaj@FreeBSD.org Makefile ident: $FreeBSD: head/print/scribus-devel/Makefile 567866 202= 1-03-08 19:32:55Z tcberner $ Poudriere version: 3.3.6 Host OSVERSION: 1300139 Jail OSVERSION: 1300139 Job Id:=20 ---Begin Environment--- SHELL=3D/bin/csh OSVERSION=3D1300139 UNAME_v=3DFreeBSD 13.0-RC1 1300139 UNAME_r=3D13.0-RC1 BLOCKSIZE=3DK MAIL=3D/var/mail/root MM_CHARSET=3DUTF-8 LANG=3DC.UTF-8 STATUS=3D1 HOME=3D/root PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in LOCALBASE=3D/usr/local USER=3Droot TRYBROKEN=3Dyes LIBEXECPREFIX=3D/usr/local/libexec/poudriere POUDRIERE_VERSION=3D3.3.6 MASTERMNT=3D/usr/local/poudriere/data/.m/powerpc64-130-default/ref POUDRIERE_BUILD_TYPE=3Dbulk PACKAGE_BUILDING=3Dyes SAVED_TERM=3Dscreen PWD=3D/usr/local/poudriere/data/.m/powerpc64-130-default/ref/.p NO_WARNING_PKG_INSTALL_EOL=3Dyes P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS MASTERNAME=3Dpowerpc64-130-default SCRIPTPREFIX=3D/usr/local/share/poudriere OLDPWD=3D/usr/local/poudriere/data/.m/powerpc64-130-default/ref/.p/pool SCRIPTPATH=3D/usr/local/share/poudriere/testport.sh POUDRIEREPATH=3D/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS=3D PKGENV=3DPACKAGES=3D/tmp/pkgs PKGREPOSITORY=3D/tmp/pkgs PKGLATESTREPOSITORY= =3D/tmp/pkgs/Latest FLAVOR=3D DEPENDS_ARGS=3D MAKE_ARGS=3D ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- =3D=3D=3D> The following configuration options are available for scribus-de= vel-1.5.6.1_2: DOCS=3Don: Build and/or install documentation =3D=3D=3D> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- pkubaj@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=3Dpkgconf PYTHON=3D"/usr/local/bin/python3.7" QT_SELECT=3Dqt5 QM= AKEMODULES=3D"/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/m= kspecs/modules:/usr/local/lib/qt5/mkspecs/modules" XDG_DATA_HOME=3D/wrkdirs= /usr/ports/print/scribus-devel/work XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/p= rint/scribus-devel/work HOME=3D/wrkdirs/usr/ports/print/scribus-devel/work= TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/print/scribus-devel/work/.bin:/s= bin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL= =3D/bin/sh CONFIG_SHELL=3D/bin/sh LANG=3Den_US.UTF-8 LC_ALL=3Den_US.UTF-8 --End CONFIGURE_ENV-- --MAKE_ENV-- QT_SELECT=3Dqt5 QMAKEMODULES=3D"/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/mkspecs/modules:/usr/local/lib/qt5/mkspecs/modules" OPENSS= LBASE=3D/usr OPENSSLDIR=3D/etc/ssl OPENSSLINC=3D/usr/include OPENSSLLIB=3D/= usr/lib XDG_DATA_HOME=3D/wrkdirs/usr/ports/print/scribus-devel/work XDG_CO= NFIG_HOME=3D/wrkdirs/usr/ports/print/scribus-devel/work HOME=3D/wrkdirs/us= r/ports/print/scribus-devel/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/= print/scribus-devel/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin= :/usr/local/bin:/root/bin NO_PIE=3Dyes MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOL= S=3Dno SHELL=3D/bin/sh NO_LINT=3DYES ADDR2LINE=3D"/usr/local/bin/addr2line"= AR=3D"/usr/local/bin/ar" AS=3D"/usr/local/bin/as" CPPFILT=3D"/usr/local/bi= n/c++filt" GPROF=3D"/usr/local/bin/gprof" LD=3D"/usr/local/bin/ld" NM=3D"/u= sr/local/bin/nm" OBJCOPY=3D"/usr/local/bin/objcopy" OBJDUMP=3D"/usr/local/b= in/objdump" RANLIB=3D"/usr/local/bin/ranlib" READELF=3D"/usr/local/bin/read= elf" SIZE=3D"/usr/local/bin/size" STRINGS=3D"/usr/local/bin/strings" DESTDI= R=3D/wrkdirs/usr/ports/print/scribus-devel/work/stage LANG=3Den_US.UTF-8 LC= _ALL=3Den_US.UTF-8 PREFIX=3D/usr/local LOCALBASE=3D/usr/local CC=3D"gcc10= " CFLAGS=3D"-O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -fno-strict-aliasing " CPP=3D"cpp10" CPPFLAGS=3D"" LDFLAGS=3D" -L/= wrkdirs/usr/ports/print/scribus-devel/work -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 " LIBS=3D"" CXX=3D"g++1= 0" CXXFLAGS=3D"-O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 " MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"install -s -= m 555" BSD_INSTALL_LIB=3D"install -s -m 0644" BSD_INSTALL_SCRIPT=3D"inst= all -m 555" BSD_INSTALL_DATA=3D"install -m 0644" BSD_INSTALL_MAN=3D"ins= tall -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS=3D"" CMAKE_BUILD_TYPE=3D"release" GTK2_VERSION=3D"2.10.0" GTK3_VE= RSION=3D"3.0.0" PYTHON_INCLUDEDIR=3Dinclude/python3.7m PYTHON_LIBDIR=3Dlib= /python3.7 PYTHON_PLATFORM=3Dfreebsd13 PYTHON_SITELIBDIR=3Dlib/python3.7/= site-packages PYTHON_SUFFIX=3D37 PYTHON_EXT_SUFFIX=3D PYTHON_VER=3D3.7 = PYTHON_VERSION=3Dpython3.7 PYTHON2=3D"@comment " PYTHON3=3D"" QT_BINDIR=3D"= lib/qt5/bin" QT_INCDIR=3D"include/qt5" QT_LIBDIR=3D"lib/qt5" QT_ARCHDIR=3D"= lib/qt5" QT_PLUGINDIR=3D"lib/qt5/plugins" QT_LIBEXECDIR=3D"libexec/qt5" QT_= IMPORTDIR=3D"lib/qt5/imports" QT_QMLDIR=3D"lib/qt5/qml" QT_DATADIR=3D"share= /qt5" QT_DOCDIR=3D"share/doc/qt5" QT_L10NDIR=3D"share/qt5/translations" QT_= EXAMPLEDIR=3D"share/examples/qt5" QT_TESTDIR=3D"share/qt5/tests" QT_MKSPECD= IR=3D"lib/qt5/mkspecs" QT_QTCHOOSERDIR=3D"etc/xdg/qtchooser" OSREL=3D13.0 P= REFIX=3D%D LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/local LIB32DIR=3Dlib = DOCSDIR=3D"share/doc/scribus" EXAMPLESDIR=3D"share/examples/scribus" DATA= DIR=3D"share/scribus" WWWDIR=3D"www/scribus" ETCDIR=3D"etc/scribus" --End PLIST_SUB-- --SUB_LIST-- PREFIX=3D/usr/local LOCALBASE=3D/usr/local DATADIR=3D/usr/local/share/scr= ibus DOCSDIR=3D/usr/local/share/doc/scribus EXAMPLESDIR=3D/usr/local/share/= examples/scribus WWWDIR=3D/usr/local/www/scribus ETCDIR=3D/usr/local/etc/s= cribus --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=3Dyes BATCH=3Dyes WRKDIRPREFIX=3D/wrkdirs PORTSDIR=3D/usr/ports PACKAGES=3D/packages DISTDIR=3D/distfiles FORCE_PACKAGE=3Dyes PACKAGE_BUILDING=3Dyes PACKAGE_BUILDING_FLAVORS=3Dyes #### /usr/local/etc/poudriere.d/powerpc64-130-make.conf #### #CPUTYPE?=3Dpower9 DWM_CONF=3D/usr/ports/x11-wm/dwm/files/config.h ST_CONF=3D/usr/ports/x11/sterm/config.h #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=3DFreeBSD clang version 11.0.1 (git@github.com:llvm/llv= m-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: powerpc64-unknown-fre= ebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=3Dnone _CXXINTERNAL_acaad9ca=3DFreeBSD clang version 11.0.1 (git@github.com:llvm/l= lvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: powerpc64-unknown-f= reebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-f= rame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o= " "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr= /lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-ne= eded" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crte= nd.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=3Dyes CC_OUTPUT_921dbbb2_9bdba57c=3Dyes CC_OUTPUT_921dbbb2_6a4fe7f5=3Dyes CC_OUTPUT_921dbbb2_6bcac02b=3Dyes CC_OUTPUT_921dbbb2_67d20829=3Dyes CC_OUTPUT_921dbbb2_bfa62e83=3Dyes CC_OUTPUT_921dbbb2_f0b4d593=3Dyes CC_OUTPUT_921dbbb2_308abb44=3Dyes CC_OUTPUT_921dbbb2_f00456e5=3Dyes CC_OUTPUT_921dbbb2_65ad290d=3Dyes CC_OUTPUT_921dbbb2_f2776b26=3Dyes CC_OUTPUT_921dbbb2_b2657cc3=3Dyes CC_OUTPUT_921dbbb2_380987f7=3Dyes CC_OUTPUT_921dbbb2_160933ec=3Dyes CC_OUTPUT_921dbbb2_fb62803b=3Dyes _OBJC_CCVERSION_921dbbb2=3DFreeBSD clang version 11.0.1 (git@github.com:llv= m/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: powerpc64-unknow= n-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=3Dnone ARCH=3Dpowerpc64 PPC_ABI=3DELFv2 OPSYS=3DFreeBSD _OSRELEASE=3D13.0-RC1 OSREL=3D13.0 OSVERSION=3D1300139 PYTHONBASE=3D/usr/local _SMP_CPUS=3D32 CONFIGURE_MAX_CMD_LEN=3D524288 HAVE_PORTS_ENV=3D1 #### Misc Poudriere #### GID=3D0 UID=3D0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> License GPLv2+ accepted by the user =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/sbin/pkg -= not found =3D=3D=3D> Installing existing package /packages/All/pkg-1.16.3.txz [powerpc64-130-default] Installing pkg-1.16.3... [powerpc64-130-default] Extracting pkg-1.16.3: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/sbin/pkg -= found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> License GPLv2+ accepted by the user =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/sbin/pkg -= found =3D=3D=3D> Fetching all distfiles required by scribus-devel-1.5.6.1_2 for b= uilding =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> License GPLv2+ accepted by the user =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/sbin/pkg -= found =3D=3D=3D> Fetching all distfiles required by scribus-devel-1.5.6.1_2 for b= uilding =3D> SHA256 Checksum OK for scribus-1.5.6.1.tar.xz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> License GPLv2+ accepted by the user =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/sbin/pkg -= found =3D=3D=3D> Fetching all distfiles required by scribus-devel-1.5.6.1_2 for b= uilding =3D=3D=3D> Extracting for scribus-devel-1.5.6.1_2 =3D> SHA256 Checksum OK for scribus-1.5.6.1.tar.xz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Patching for scribus-devel-1.5.6.1_2 =3D=3D=3D> Converting DOS text files to UNIX text files =3D=3D=3D> Applying FreeBSD patches for scribus-devel-1.5.6.1_2 from /usr/= ports/print/scribus-devel/files =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/cmake = - not found =3D=3D=3D> Installing existing package /packages/All/cmake-3.19.6.txz [powerpc64-130-default] Installing cmake-3.19.6... [powerpc64-130-default] `-- Installing curl-7.75.0... [powerpc64-130-default] | `-- Installing ca_root_nss-3.61... [powerpc64-130-default] | `-- Extracting ca_root_nss-3.61: ........ done [powerpc64-130-default] | `-- Installing libidn2-2.3.0_1... [powerpc64-130-default] | | `-- Installing indexinfo-0.3.1... [powerpc64-130-default] | | `-- Extracting indexinfo-0.3.1: .... done [powerpc64-130-default] | | `-- Installing libunistring-0.9.10_1... [powerpc64-130-default] | | `-- Extracting libunistring-0.9.10_1: .......= =2E.. done [powerpc64-130-default] | `-- Extracting libidn2-2.3.0_1: .......... done [powerpc64-130-default] | `-- Installing libnghttp2-1.43.0... [powerpc64-130-default] | `-- Extracting libnghttp2-1.43.0: .......... do= ne [powerpc64-130-default] | `-- Installing libpsl-0.21.1_1... [powerpc64-130-default] | | `-- Installing gettext-runtime-0.21... [powerpc64-130-default] | | `-- Extracting gettext-runtime-0.21: ........= =2E. done [powerpc64-130-default] | `-- Extracting libpsl-0.21.1_1: .......... done [powerpc64-130-default] | `-- Installing zstd-1.4.8... [powerpc64-130-default] | | `-- Installing liblz4-1.9.3,1... [powerpc64-130-default] | | `-- Extracting liblz4-1.9.3,1: .......... done [powerpc64-130-default] | `-- Extracting zstd-1.4.8: .......... done [powerpc64-130-default] `-- Extracting curl-7.75.0: .......... done [powerpc64-130-default] `-- Installing expat-2.2.10... [powerpc64-130-default] `-- Extracting expat-2.2.10: .......... done [powerpc64-130-default] `-- Installing jsoncpp-1.9.4... [powerpc64-130-default] `-- Extracting jsoncpp-1.9.4: .......... done [powerpc64-130-default] `-- Installing libarchive-3.5.1,1... [powerpc64-130-default] | `-- Installing lzo2-2.10_1... [powerpc64-130-default] | `-- Extracting lzo2-2.10_1: .......... done [powerpc64-130-default] `-- Extracting libarchive-3.5.1,1: .......... done [powerpc64-130-default] `-- Installing libuv-1.41.0... [powerpc64-130-default] `-- Extracting libuv-1.41.0: .......... done [powerpc64-130-default] `-- Installing rhash-1.4.1... [powerpc64-130-default] `-- Extracting rhash-1.4.1: .......... done [powerpc64-130-default] Extracting cmake-3.19.6: .......... done =3D=3D=3D=3D=3D Message from ca_root_nss-3.61: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/cmake = - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: ninja - not fou= nd =3D=3D=3D> Installing existing package /packages/All/ninja-1.10.2,2.txz [powerpc64-130-default] Installing ninja-1.10.2,2... [powerpc64-130-default] `-- Installing python37-3.7.10... [powerpc64-130-default] | `-- Installing libffi-3.3_1... [powerpc64-130-default] | `-- Extracting libffi-3.3_1: .......... done [powerpc64-130-default] | `-- Installing readline-8.1.0... [powerpc64-130-default] | `-- Extracting readline-8.1.0: .......... done [powerpc64-130-default] `-- Extracting python37-3.7.10: .......... done [powerpc64-130-default] Extracting ninja-1.10.2,2: ...... done =3D=3D=3D=3D=3D Message from python37-3.7.10: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: ninja - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: update-desktop-= database - not found =3D=3D=3D> Installing existing package /packages/All/desktop-file-utils-0= =2E26.txz [powerpc64-130-default] Installing desktop-file-utils-0.26... [powerpc64-130-default] `-- Installing glib-2.66.7_1,1... [powerpc64-130-default] | `-- Installing libiconv-1.16... [powerpc64-130-default] | `-- Extracting libiconv-1.16: .......... done [powerpc64-130-default] | `-- Installing libxml2-2.9.10_3... [powerpc64-130-default] | `-- Extracting libxml2-2.9.10_3: .......... done [powerpc64-130-default] | `-- Installing pcre-8.44... [powerpc64-130-default] | `-- Extracting pcre-8.44: .......... done [powerpc64-130-default] `-- Extracting glib-2.66.7_1,1: .......... done No schema files found: doing nothing. [powerpc64-130-default] Extracting desktop-file-utils-0.26: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: update-desktop-= database - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gtk-update-icon= -cache - not found =3D=3D=3D> Installing existing package /packages/All/gtk-update-icon-cach= e-3.24.24.txz [powerpc64-130-default] Installing gtk-update-icon-cache-3.24.24... [powerpc64-130-default] `-- Installing gdk-pixbuf2-2.40.0... [powerpc64-130-default] | `-- Installing jpeg-turbo-2.0.6... [powerpc64-130-default] | `-- Extracting jpeg-turbo-2.0.6: .......... done [powerpc64-130-default] | `-- Installing libX11-1.6.12,1... [powerpc64-130-default] | | `-- Installing libxcb-1.14_1... [powerpc64-130-default] | | `-- Installing libXau-1.0.9... [powerpc64-130-default] | | `-- Extracting libXau-1.0.9: .......... done [powerpc64-130-default] | | `-- Installing libXdmcp-1.1.3... [powerpc64-130-default] | | | `-- Installing xorgproto-2020.1... [powerpc64-130-default] | | | `-- Extracting xorgproto-2020.1: ........= =2E. done [powerpc64-130-default] | | `-- Extracting libXdmcp-1.1.3: ......... do= ne [powerpc64-130-default] | | `-- Installing libpthread-stubs-0.4... [powerpc64-130-default] | | `-- Extracting libpthread-stubs-0.4: .... d= one [powerpc64-130-default] | | `-- Extracting libxcb-1.14_1: .......... done [powerpc64-130-default] | `-- Extracting libX11-1.6.12,1: .......... done [powerpc64-130-default] | `-- Installing png-1.6.37_1... [powerpc64-130-default] | `-- Extracting png-1.6.37_1: .......... done [powerpc64-130-default] | `-- Installing shared-mime-info-2.0... [powerpc64-130-default] | `-- Extracting shared-mime-info-2.0: ..........= done [powerpc64-130-default] | `-- Installing tiff-4.2.0... [powerpc64-130-default] | | `-- Installing jbigkit-2.1_1... [powerpc64-130-default] | | `-- Extracting jbigkit-2.1_1: .......... done [powerpc64-130-default] | `-- Extracting tiff-4.2.0: .......... done [powerpc64-130-default] `-- Extracting gdk-pixbuf2-2.40.0: .......... done [powerpc64-130-default] Extracting gtk-update-icon-cache-3.24.24: .........= =2E done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gtk-update-icon= -cache - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: pkgconf>=3D1.3.0_1= - not found =3D=3D=3D> Installing existing package /packages/All/pkgconf-1.7.3,1.txz [powerpc64-130-default] Installing pkgconf-1.7.3,1... [powerpc64-130-default] Extracting pkgconf-1.7.3,1: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: pkgconf>=3D1.3.0_1= - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/python= 3.7 - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: update-mime-dat= abase - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gcc10 - not fou= nd =3D=3D=3D> Installing existing package /packages/All/gcc10-10.2.0.txz [powerpc64-130-default] Installing gcc10-10.2.0... [powerpc64-130-default] `-- Installing binutils-2.33.1_4,1... [powerpc64-130-default] `-- Extracting binutils-2.33.1_4,1: .......... done [powerpc64-130-default] `-- Installing gmp-6.2.1... [powerpc64-130-default] `-- Extracting gmp-6.2.1: .......... done [powerpc64-130-default] `-- Installing mpc-1.1.0_2... [powerpc64-130-default] | `-- Installing mpfr-4.1.0... [powerpc64-130-default] | `-- Extracting mpfr-4.1.0: .......... done [powerpc64-130-default] `-- Extracting mpc-1.1.0_2: ......... done [powerpc64-130-default] Extracting gcc10-10.2.0: .......... done =3D=3D=3D=3D=3D Message from gcc10-10.2.0: -- To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=3D/usr/local/lib/gcc10 For ports leveraging USE_GCC, USES=3Dcompiler, or USES=3Dfortran this happe= ns transparently. =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gcc10 - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/as - f= ound =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-buildtools>=3D= 5.15.2 - not found =3D=3D=3D> Installing existing package /packages/All/qt5-buildtools-5.15.= 2_1.txz [powerpc64-130-default] Installing qt5-buildtools-5.15.2_1... [powerpc64-130-default] `-- Installing perl5-5.32.1_1... [powerpc64-130-default] `-- Extracting perl5-5.32.1_1: .......... done [powerpc64-130-default] `-- Installing qtchooser-66_4... [powerpc64-130-default] `-- Extracting qtchooser-66_4: .......... done [powerpc64-130-default] Extracting qt5-buildtools-5.15.2_1: ......... done touch: /usr/local/include/qt5/QtCore/qconfig-modules.h: No such file or dir= ectory sed: /usr/local/include/qt5/QtCore/qconfig-modules.h: No such file or direc= tory =3D=3D=3D=3D=3D Message from qtchooser-66_4: -- qtchooser is a wrapper that allows to specify Qt version of binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior= by setting the QT_SELECT environment variable to "qtX", where X is desired Qt version, provided that it is offered by the Ports Collection. See qtchooser= (1) for more information. =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-buildtools>=3D= 5.15.2 - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/lib/qt5/bi= n/lrelease - not found =3D=3D=3D> Installing existing package /packages/All/qt5-linguisttools-5.= 15.2.txz [powerpc64-130-default] Installing qt5-linguisttools-5.15.2... [powerpc64-130-default] `-- Installing qt5-core-5.15.2_2... [powerpc64-130-default] | `-- Installing double-conversion-3.1.5.19... [powerpc64-130-default] | `-- Extracting double-conversion-3.1.5.19: ....= =2E..... done [powerpc64-130-default] | `-- Installing icu-68.2,1... [powerpc64-130-default] | `-- Extracting icu-68.2,1: .......... done [powerpc64-130-default] | `-- Installing pcre2-10.36... [powerpc64-130-default] | `-- Extracting pcre2-10.36: .......... done [powerpc64-130-default] `-- Extracting qt5-core-5.15.2_2: .......... done [powerpc64-130-default] `-- Installing qt5-xml-5.15.2_1... [powerpc64-130-default] `-- Extracting qt5-xml-5.15.2_1: .......... done [powerpc64-130-default] Extracting qt5-linguisttools-5.15.2: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/lib/qt5/bi= n/lrelease - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-qmake>=3D5.15.= 2 - not found =3D=3D=3D> Installing existing package /packages/All/qt5-qmake-5.15.2.txz [powerpc64-130-default] Installing qt5-qmake-5.15.2... [powerpc64-130-default] Extracting qt5-qmake-5.15.2: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-qmake>=3D5.15.= 2 - found =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: liblcms2.so= - not found =3D=3D=3D> Installing existing package /packages/All/lcms2-2.12.txz [powerpc64-130-default] Installing lcms2-2.12... [powerpc64-130-default] Extracting lcms2-2.12: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: liblcms2.so= - found (/usr/local/lib/liblcms2.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libboost_th= read.so - not found =3D=3D=3D> Installing existing package /packages/All/boost-libs-1.72.0_3.= txz [powerpc64-130-default] Installing boost-libs-1.72.0_3... [powerpc64-130-default] Extracting boost-libs-1.72.0_3: .......... done =3D=3D=3D=3D=3D Message from boost-libs-1.72.0_3: -- You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libboost_th= read.so - found (/usr/local/lib/libboost_thread.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libhunspell= -1.7.so - not found =3D=3D=3D> Installing existing package /packages/All/hunspell-1.7.0_2.txz [powerpc64-130-default] Installing hunspell-1.7.0_2... [powerpc64-130-default] Extracting hunspell-1.7.0_2: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libhunspell= -1.7.so - found (/usr/local/lib/libhunspell-1.7.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcairo.so= - not found =3D=3D=3D> Installing existing package /packages/All/cairo-1.16.0_1,3.txz [powerpc64-130-default] Installing cairo-1.16.0_1,3... [powerpc64-130-default] `-- Installing fontconfig-2.13.93,1... [powerpc64-130-default] | `-- Installing freetype2-2.10.4... [powerpc64-130-default] | `-- Extracting freetype2-2.10.4: .......... done [powerpc64-130-default] `-- Extracting fontconfig-2.13.93,1: .......... done [powerpc64-130-default] `-- Installing libXext-1.3.4,1... [powerpc64-130-default] `-- Extracting libXext-1.3.4,1: .......... done [powerpc64-130-default] `-- Installing libXrender-0.9.10_2... [powerpc64-130-default] `-- Extracting libXrender-0.9.10_2: .......... done [powerpc64-130-default] `-- Installing mesa-libs-20.2.3... [powerpc64-130-default] | `-- Installing libXdamage-1.1.5... [powerpc64-130-default] | | `-- Installing libXfixes-5.0.3_2... [powerpc64-130-default] | | `-- Extracting libXfixes-5.0.3_2: .......... = done [powerpc64-130-default] | `-- Extracting libXdamage-1.1.5: ......... done [powerpc64-130-default] | `-- Installing libXrandr-1.5.2... [powerpc64-130-default] | `-- Extracting libXrandr-1.5.2: .......... done [powerpc64-130-default] | `-- Installing libXxf86vm-1.1.4_3... [powerpc64-130-default] | `-- Extracting libXxf86vm-1.1.4_3: .......... d= one [powerpc64-130-default] | `-- Installing libdrm-2.4.104,1... [powerpc64-130-default] | | `-- Installing libpciaccess-0.16... [powerpc64-130-default] | | `-- Installing pciids-20210223... [powerpc64-130-default] | | `-- Extracting pciids-20210223: ..... done [powerpc64-130-default] | | `-- Extracting libpciaccess-0.16: ......... d= one [powerpc64-130-default] | `-- Extracting libdrm-2.4.104,1: .......... done [powerpc64-130-default] | `-- Installing libunwind-20201110... [powerpc64-130-default] | `-- Extracting libunwind-20201110: .......... d= one [powerpc64-130-default] | `-- Installing libxshmfence-1.3... [powerpc64-130-default] | `-- Extracting libxshmfence-1.3: ......... done [powerpc64-130-default] | `-- Installing wayland-1.19.0... [powerpc64-130-default] | | `-- Installing libepoll-shim-0.0.20210213... [powerpc64-130-default] | | `-- Extracting libepoll-shim-0.0.20210213: ..= =2E....... done [powerpc64-130-default] | `-- Extracting wayland-1.19.0: .......... done [powerpc64-130-default] `-- Extracting mesa-libs-20.2.3: .......... done [powerpc64-130-default] `-- Installing pixman-0.40.0_1... [powerpc64-130-default] `-- Extracting pixman-0.40.0_1: .......... done [powerpc64-130-default] Extracting cairo-1.16.0_1,3: .......... done =3D=3D=3D=3D=3D Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option)= as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=3Dtruetype:interpreter-version=3D35 \ cff:no-stem-darkening=3D1 \ autofitter:warping=3D1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may inclu= de the foundry and information whether they contain wide characters. For examp= le, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled= at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation= was installed). =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcairo.so= - found (/usr/local/lib/libcairo.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: librevenge-= 0.0.so - not found =3D=3D=3D> Installing existing package /packages/All/librevenge-0.0.4_13.= txz [powerpc64-130-default] Installing librevenge-0.0.4_13... [powerpc64-130-default] Extracting librevenge-0.0.4_13: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: librevenge-= 0.0.so - found (/usr/local/lib/librevenge-0.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcups.so = - not found =3D=3D=3D> Installing existing package /packages/All/cups-2.3.3op2.txz [powerpc64-130-default] Installing cups-2.3.3op2... [powerpc64-130-default] `-- Installing avahi-app-0.8... [powerpc64-130-default] | `-- Installing dbus-1.12.20_3... [powerpc64-130-default] | | `-- Installing libICE-1.0.10,1... [powerpc64-130-default] | | `-- Extracting libICE-1.0.10,1: .......... do= ne [powerpc64-130-default] | | `-- Installing libSM-1.2.3,1... [powerpc64-130-default] | | `-- Extracting libSM-1.2.3,1: .......... done =3D=3D=3D> Creating groups. Creating group 'messagebus' with gid '556'. =3D=3D=3D> Creating users Creating user 'messagebus' with uid '556'. [powerpc64-130-default] | `-- Extracting dbus-1.12.20_3: ......... done [powerpc64-130-default] | `-- Installing dbus-glib-0.110... [powerpc64-130-default] | `-- Extracting dbus-glib-0.110: .......... done [powerpc64-130-default] | `-- Installing gdbm-1.19... [powerpc64-130-default] | `-- Extracting gdbm-1.19: .......... done [powerpc64-130-default] | `-- Installing gnome_subr-1.0... [powerpc64-130-default] | `-- Extracting gnome_subr-1.0: .... done [powerpc64-130-default] | `-- Installing libdaemon-0.14_1... [powerpc64-130-default] | `-- Extracting libdaemon-0.14_1: .......... done [powerpc64-130-default] | `-- Installing libevent-2.1.12... [powerpc64-130-default] | `-- Extracting libevent-2.1.12: .......... done =3D=3D=3D> Creating groups. Creating group 'avahi' with gid '558'. =3D=3D=3D> Creating users Creating user 'avahi' with uid '558'. [powerpc64-130-default] `-- Extracting avahi-app-0.8: .......... done [powerpc64-130-default] `-- Installing gnutls-3.6.15... [powerpc64-130-default] | `-- Installing libtasn1-4.16.0_1... [powerpc64-130-default] | `-- Extracting libtasn1-4.16.0_1: .......... do= ne [powerpc64-130-default] | `-- Installing nettle-3.6... [powerpc64-130-default] | `-- Extracting nettle-3.6: .......... done [powerpc64-130-default] | `-- Installing p11-kit-0.23.22_1... [powerpc64-130-default] | `-- Extracting p11-kit-0.23.22_1: .......... do= ne [powerpc64-130-default] | `-- Installing trousers-0.3.14_3... [powerpc64-130-default] | | `-- Installing tpm-emulator-0.7.4_2... =3D=3D=3D> Creating groups. Creating group '_tss' with gid '601'. =3D=3D=3D> Creating users Creating user '_tss' with uid '601'. [powerpc64-130-default] | | `-- Extracting tpm-emulator-0.7.4_2: ........= =2E done =3D=3D=3D> Creating groups. Using existing group '_tss'. =3D=3D=3D> Creating users Using existing user '_tss'. [powerpc64-130-default] | `-- Extracting trousers-0.3.14_3: .......... do= ne [powerpc64-130-default] `-- Extracting gnutls-3.6.15: .......... done [powerpc64-130-default] `-- Installing libpaper-1.1.24.4... [powerpc64-130-default] `-- Extracting libpaper-1.1.24.4: .......... done =3D=3D=3D> Creating groups. Creating group 'cups' with gid '193'. =3D=3D=3D> Creating users Creating user 'cups' with uid '193'. [powerpc64-130-default] Extracting cups-2.3.3op2: .......... done =3D=3D=3D=3D=3D Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable=3D"YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable=3D"YES" tcsd_mode=3D"emulator" tpmd_enable=3D"YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcups.so = - found (/usr/local/lib/libcups.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libwpg-0.3.= so - not found =3D=3D=3D> Installing existing package /packages/All/libwpg03-0.3.3_1.txz [powerpc64-130-default] Installing libwpg03-0.3.3_1... [powerpc64-130-default] `-- Installing libwpd010-0.10.3_4... [powerpc64-130-default] | `-- Installing libgsf-1.14.47_1... [powerpc64-130-default] | `-- Extracting libgsf-1.14.47_1: .......... done [powerpc64-130-default] `-- Extracting libwpd010-0.10.3_4: .......... done [powerpc64-130-default] Extracting libwpg03-0.3.3_1: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libwpg-0.3.= so - found (/usr/local/lib/libwpg-0.3.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcdr-0.1.= so - not found =3D=3D=3D> Installing existing package /packages/All/libcdr01-0.1.6_1.txz [powerpc64-130-default] Installing libcdr01-0.1.6_1... [powerpc64-130-default] Extracting libcdr01-0.1.6_1: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcdr-0.1.= so - found (/usr/local/lib/libcdr-0.1.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfreehand= -0.1.so - not found =3D=3D=3D> Installing existing package /packages/All/libfreehand-0.1.2_19= =2Etxz [powerpc64-130-default] Installing libfreehand-0.1.2_19... [powerpc64-130-default] Extracting libfreehand-0.1.2_19: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfreehand= -0.1.so - found (/usr/local/lib/libfreehand-0.1.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpagemake= r-0.0.so - not found =3D=3D=3D> Installing existing package /packages/All/libpagemaker-0.0.4_1= 0.txz [powerpc64-130-default] Installing libpagemaker-0.0.4_10... [powerpc64-130-default] Extracting libpagemaker-0.0.4_10: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpagemake= r-0.0.so - found (/usr/local/lib/libpagemaker-0.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libmspub-0.= 1.so - not found =3D=3D=3D> Installing existing package /packages/All/libmspub01-0.1.4_17.= txz [powerpc64-130-default] Installing libmspub01-0.1.4_17... [powerpc64-130-default] Extracting libmspub01-0.1.4_17: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libmspub-0.= 1.so - found (/usr/local/lib/libmspub-0.1.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libvisio-0.= 1.so - not found =3D=3D=3D> Installing existing package /packages/All/libvisio01-0.1.7_3.t= xz [powerpc64-130-default] Installing libvisio01-0.1.7_3... [powerpc64-130-default] Extracting libvisio01-0.1.7_3: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libvisio-0.= 1.so - found (/usr/local/lib/libvisio-0.1.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfreetype= =2Eso - found (/usr/local/lib/libfreetype.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libtiff.so = - found (/usr/local/lib/libtiff.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpoppler.= so - not found =3D=3D=3D> Installing existing package /packages/All/poppler-21.03.0.txz [powerpc64-130-default] Installing poppler-21.03.0... [powerpc64-130-default] `-- Installing nspr-4.29... [powerpc64-130-default] `-- Extracting nspr-4.29: .......... done [powerpc64-130-default] `-- Installing nss-3.62... [powerpc64-130-default] | `-- Installing sqlite3-3.34.1,1... [powerpc64-130-default] | `-- Extracting sqlite3-3.34.1,1: .......... done [powerpc64-130-default] `-- Extracting nss-3.62: .......... done [powerpc64-130-default] `-- Installing openjpeg-2.4.0... [powerpc64-130-default] `-- Extracting openjpeg-2.4.0: .......... done [powerpc64-130-default] `-- Installing poppler-data-0.4.10... [powerpc64-130-default] `-- Extracting poppler-data-0.4.10: .......... done [powerpc64-130-default] Extracting poppler-21.03.0: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpoppler.= so - found (/usr/local/lib/libpoppler.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libharfbuzz= -icu.so - not found =3D=3D=3D> Installing existing package /packages/All/harfbuzz-icu-2.7.4_1= =2Etxz [powerpc64-130-default] Installing harfbuzz-icu-2.7.4_1... [powerpc64-130-default] `-- Installing graphite2-1.3.14... [powerpc64-130-default] `-- Extracting graphite2-1.3.14: .......... done [powerpc64-130-default] `-- Installing harfbuzz-2.7.4... [powerpc64-130-default] `-- Extracting harfbuzz-2.7.4: .......... done [powerpc64-130-default] Extracting harfbuzz-icu-2.7.4_1: ........ done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libharfbuzz= -icu.so - found (/usr/local/lib/libharfbuzz-icu.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfontconf= ig.so - found (/usr/local/lib/libfontconfig.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpodofo.s= o - not found =3D=3D=3D> Installing existing package /packages/All/podofo-0.9.6_1.txz [powerpc64-130-default] Installing podofo-0.9.6_1... [powerpc64-130-default] `-- Installing libidn-1.35... [powerpc64-130-default] `-- Extracting libidn-1.35: .......... done [powerpc64-130-default] Extracting podofo-0.9.6_1: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpodofo.s= o - found (/usr/local/lib/libpodofo.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libharfbuzz= =2Eso - found (/usr/local/lib/libharfbuzz.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpng16.so= - found (/usr/local/lib/libpng16.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libicuuc.so= - found (/usr/local/lib/libicuuc.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libqxp-0.0.= so - not found =3D=3D=3D> Installing existing package /packages/All/libqxp-0.0.0_17.txz [powerpc64-130-default] Installing libqxp-0.0.0_17... [powerpc64-130-default] Extracting libqxp-0.0.0_17: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libqxp-0.0.= so - found (/usr/local/lib/libqxp-0.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libzmf-0.0.= so - not found =3D=3D=3D> Installing existing package /packages/All/libzmf-0.0.2_22.txz [powerpc64-130-default] Installing libzmf-0.0.2_22... [powerpc64-130-default] Extracting libzmf-0.0.2_22: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libzmf-0.0.= so - found (/usr/local/lib/libzmf-0.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libatk-1.0.= so - not found =3D=3D=3D> Installing existing package /packages/All/atk-2.36.0.txz [powerpc64-130-default] Installing atk-2.36.0... [powerpc64-130-default] Extracting atk-2.36.0: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libatk-1.0.= so - found (/usr/local/lib/libatk-1.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libgdk_pixb= uf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libglib-2.0= =2Eso - found (/usr/local/lib/libglib-2.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libintl.so = - found (/usr/local/lib/libintl.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libxml2.so = - found (/usr/local/lib/libxml2.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpango-1.= 0.so - not found =3D=3D=3D> Installing existing package /packages/All/pango-1.42.4_5.txz [powerpc64-130-default] Installing pango-1.42.4_5... [powerpc64-130-default] `-- Installing encodings-1.0.5,1... [powerpc64-130-default] `-- Extracting encodings-1.0.5,1: .......... done [powerpc64-130-default] `-- Installing fribidi-1.0.10... [powerpc64-130-default] `-- Extracting fribidi-1.0.10: .......... done [powerpc64-130-default] `-- Installing libXft-2.3.3... [powerpc64-130-default] `-- Extracting libXft-2.3.3: .......... done [powerpc64-130-default] `-- Installing xorg-fonts-truetype-7.7_1... [powerpc64-130-default] | `-- Installing dejavu-2.37_1... [powerpc64-130-default] | | `-- Installing mkfontscale-1.2.1... [powerpc64-130-default] | | `-- Installing libfontenc-1.1.4... [powerpc64-130-default] | | `-- Extracting libfontenc-1.1.4: ......... = done [powerpc64-130-default] | | `-- Extracting mkfontscale-1.2.1: ....... done [powerpc64-130-default] | `-- Extracting dejavu-2.37_1: .......... done [powerpc64-130-default] | `-- Installing font-bh-ttf-1.0.3_4... [powerpc64-130-default] | `-- Extracting font-bh-ttf-1.0.3_4: .......... = done [powerpc64-130-default] | `-- Installing font-misc-ethiopic-1.0.4... [powerpc64-130-default] | `-- Extracting font-misc-ethiopic-1.0.4: ......= done [powerpc64-130-default] | `-- Installing font-misc-meltho-1.0.3_4... [powerpc64-130-default] | `-- Extracting font-misc-meltho-1.0.3_4: ......= =2E... done [powerpc64-130-default] Extracting pango-1.42.4_5: .......... done =3D=3D=3D=3D=3D Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpango-1.= 0.so - found (/usr/local/lib/libpango-1.0.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libjpeg.so = - found (/usr/local/lib/libjpeg.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Core.= so - found (/usr/local/lib/qt5/libQt5Core.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Qml.s= o - not found =3D=3D=3D> Installing existing package /packages/All/qt5-declarative-5.15= =2E2.txz [powerpc64-130-default] Installing qt5-declarative-5.15.2... [powerpc64-130-default] `-- Installing qt5-gui-5.15.2_3... [powerpc64-130-default] | `-- Installing libXi-1.7.10,1... [powerpc64-130-default] | `-- Extracting libXi-1.7.10,1: .......... done [powerpc64-130-default] | `-- Installing libevdev-1.9.1.20200928... [powerpc64-130-default] | `-- Extracting libevdev-1.9.1.20200928: .......= =2E.. done [powerpc64-130-default] | `-- Installing libinput-1.16.4... [powerpc64-130-default] | | `-- Installing libmtdev-1.1.6... [powerpc64-130-default] | | `-- Installing evdev-proto-5.8... [powerpc64-130-default] | | `-- Extracting evdev-proto-5.8: ....... done [powerpc64-130-default] | | `-- Extracting libmtdev-1.1.6: .......... done [powerpc64-130-default] | | `-- Installing libudev-devd-0.4.2_1... [powerpc64-130-default] | | `-- Extracting libudev-devd-0.4.2_1: ........= done [powerpc64-130-default] | | `-- Installing libwacom-1.5... [powerpc64-130-default] | | `-- Installing libgudev-234... [powerpc64-130-default] | | `-- Extracting libgudev-234: .......... done [powerpc64-130-default] | | `-- Extracting libwacom-1.5: .......... done [powerpc64-130-default] | | `-- Installing py37-evdev-1.3.0... [powerpc64-130-default] | | `-- Installing py37-setuptools-44.0.0... [powerpc64-130-default] | | `-- Extracting py37-setuptools-44.0.0: ....= =2E..... done [powerpc64-130-default] | | `-- Extracting py37-evdev-1.3.0: .......... d= one [powerpc64-130-default] | | `-- Installing py37-pyudev-0.22.0... [powerpc64-130-default] | | `-- Installing py37-six-1.15.0... [powerpc64-130-default] | | `-- Extracting py37-six-1.15.0: .......... = done [powerpc64-130-default] | | `-- Extracting py37-pyudev-0.22.0: ..........= done [powerpc64-130-default] | `-- Extracting libinput-1.16.4: .......... done [powerpc64-130-default] | `-- Installing libxkbcommon-1.0.3... [powerpc64-130-default] | | `-- Installing xkeyboard-config-2.31... [powerpc64-130-default] | | `-- Extracting xkeyboard-config-2.31: .......= =2E.. done [powerpc64-130-default] | `-- Extracting libxkbcommon-1.0.3: .......... d= one [powerpc64-130-default] | `-- Installing mesa-dri-20.2.3_1... [powerpc64-130-default] | | `-- Installing libXv-1.0.11_2,1... [powerpc64-130-default] | | `-- Extracting libXv-1.0.11_2,1: .......... d= one [powerpc64-130-default] | | `-- Installing libXvMC-1.0.12... [powerpc64-130-default] | | `-- Extracting libXvMC-1.0.12: .......... done [powerpc64-130-default] | | `-- Installing llvm10-10.0.1_5... [powerpc64-130-default] | | `-- Installing libedit-3.1.20191231,1... [powerpc64-130-default] | | `-- Extracting libedit-3.1.20191231,1: ....= =2E..... done [powerpc64-130-default] | | `-- Installing lua52-5.2.4... [powerpc64-130-default] | | `-- Extracting lua52-5.2.4: ......... done [powerpc64-130-default] | | `-- Extracting llvm10-10.0.1_5: .......... do= ne [powerpc64-130-default] | `-- Extracting mesa-dri-20.2.3_1: .......... do= ne [powerpc64-130-default] | `-- Installing qt5-dbus-5.15.2_1... [powerpc64-130-default] | `-- Extracting qt5-dbus-5.15.2_1: .......... do= ne [powerpc64-130-default] | `-- Installing qt5-network-5.15.2_1... [powerpc64-130-default] | `-- Extracting qt5-network-5.15.2_1: ..........= done [powerpc64-130-default] | `-- Installing vulkan-headers-1.2.171... [powerpc64-130-default] | `-- Extracting vulkan-headers-1.2.171: ........= =2E. done [powerpc64-130-default] | `-- Installing xcb-util-image-0.4.0_1... [powerpc64-130-default] | | `-- Installing xcb-util-0.4.0_2,1... [powerpc64-130-default] | | `-- Extracting xcb-util-0.4.0_2,1: ..........= done [powerpc64-130-default] | `-- Extracting xcb-util-image-0.4.0_1: ........= =2E. done [powerpc64-130-default] | `-- Installing xcb-util-keysyms-0.4.0_1... [powerpc64-130-default] | `-- Extracting xcb-util-keysyms-0.4.0_1: ......= =2E.. done [powerpc64-130-default] | `-- Installing xcb-util-renderutil-0.3.9_1... [powerpc64-130-default] | `-- Extracting xcb-util-renderutil-0.3.9_1: ...= =2E..... done [powerpc64-130-default] | `-- Installing xcb-util-wm-0.4.1_3... [powerpc64-130-default] | `-- Extracting xcb-util-wm-0.4.1_3: .......... = done [powerpc64-130-default] | `-- Installing xdg-utils-1.1.3_1... [powerpc64-130-default] | | `-- Installing hicolor-icon-theme-0.17... [powerpc64-130-default] | | `-- Extracting hicolor-icon-theme-0.17: . done [powerpc64-130-default] | | `-- Installing xprop-1.2.5... [powerpc64-130-default] | | `-- Extracting xprop-1.2.5: ..... done [powerpc64-130-default] | | `-- Installing xset-1.2.4_3... [powerpc64-130-default] | | `-- Installing libXmu-1.1.3,1... [powerpc64-130-default] | | | `-- Installing libXt-1.2.1,1... [powerpc64-130-default] | | | `-- Extracting libXt-1.2.1,1: .......... = done [powerpc64-130-default] | | `-- Extracting libXmu-1.1.3,1: .......... d= one [powerpc64-130-default] | | `-- Extracting xset-1.2.4_3: ..... done [powerpc64-130-default] | `-- Extracting xdg-utils-1.1.3_1: .......... do= ne [powerpc64-130-default] `-- Extracting qt5-gui-5.15.2_3: .......... done [powerpc64-130-default] `-- Installing qt5-sql-5.15.2_1... [powerpc64-130-default] `-- Extracting qt5-sql-5.15.2_1: .......... done [powerpc64-130-default] `-- Installing qt5-testlib-5.15.2_1... [powerpc64-130-default] `-- Extracting qt5-testlib-5.15.2_1: .......... done [powerpc64-130-default] `-- Installing qt5-widgets-5.15.2_1... [powerpc64-130-default] `-- Extracting qt5-widgets-5.15.2_1: .......... done [powerpc64-130-default] Extracting qt5-declarative-5.15.2: .......... done =3D=3D=3D=3D=3D Message from libxkbcommon-1.0.3: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=3Dxorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg =3D=3D=3D=3D=3D Message from qt5-sql-5.15.2_1: -- To enable Qt database support, install the database plugin ports. The following plugin ports are available: - databases/qt5-sqldrivers-ibase InterBase/Firebird - databases/qt5-sqldrivers-mysql MySQL - databases/qt5-sqldrivers-odbc Open Database Connectivity - databases/qt5-sqldrivers-pgsql PostgreSQL - databases/qt5-sqldrivers-sqlite2 SQLite 2 - databases/qt5-sqldrivers-sqlite3 SQLite 3 - databases/qt5-sqldrivers-tds FreeTDS =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Qml.s= o - found (/usr/local/lib/qt5/libQt5Qml.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Gui.s= o - found (/usr/local/lib/qt5/libQt5Gui.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Netwo= rk.so - found (/usr/local/lib/qt5/libQt5Network.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5OpenG= L.so - not found =3D=3D=3D> Installing existing package /packages/All/qt5-opengl-5.15.2_1.= txz [powerpc64-130-default] Installing qt5-opengl-5.15.2_1... [powerpc64-130-default] Extracting qt5-opengl-5.15.2_1: .......... done =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5OpenG= L.so - found (/usr/local/lib/qt5/libQt5OpenGL.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Print= Support.so - not found =3D=3D=3D> Installing existing package /packages/All/qt5-printsupport-5.1= 5.2_1.txz [powerpc64-130-default] Installing qt5-printsupport-5.15.2_1... [powerpc64-130-default] Extracting qt5-printsupport-5.15.2_1: .......... do= ne =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Print= Support.so - found (/usr/local/lib/qt5/libQt5PrintSupport.so) =3D=3D=3D> Returning to build of scribus-devel-1.5.6.1_2 =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Widge= ts.so - found (/usr/local/lib/qt5/libQt5Widgets.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Xml.s= o - found (/usr/local/lib/qt5/libQt5Xml.so) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D>> Recording filesystem state for prebuild... done =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/cmake = - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: ninja - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: update-desktop-= database - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gtk-update-icon= -cache - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: pkgconf>=3D1.3.0_1= - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/python= 3.7 - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: update-mime-dat= abase - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on executable: gcc10 - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/bin/as - f= ound =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-buildtools>=3D= 5.15.2 - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on file: /usr/local/lib/qt5/bi= n/lrelease - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on package: qt5-qmake>=3D5.15.= 2 - found =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: liblcms2.so= - found (/usr/local/lib/liblcms2.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libboost_th= read.so - found (/usr/local/lib/libboost_thread.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libhunspell= -1.7.so - found (/usr/local/lib/libhunspell-1.7.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcairo.so= - found (/usr/local/lib/libcairo.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: librevenge-= 0.0.so - found (/usr/local/lib/librevenge-0.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcups.so = - found (/usr/local/lib/libcups.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libwpg-0.3.= so - found (/usr/local/lib/libwpg-0.3.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libcdr-0.1.= so - found (/usr/local/lib/libcdr-0.1.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfreehand= -0.1.so - found (/usr/local/lib/libfreehand-0.1.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpagemake= r-0.0.so - found (/usr/local/lib/libpagemaker-0.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libmspub-0.= 1.so - found (/usr/local/lib/libmspub-0.1.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libvisio-0.= 1.so - found (/usr/local/lib/libvisio-0.1.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfreetype= =2Eso - found (/usr/local/lib/libfreetype.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libtiff.so = - found (/usr/local/lib/libtiff.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpoppler.= so - found (/usr/local/lib/libpoppler.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libharfbuzz= -icu.so - found (/usr/local/lib/libharfbuzz-icu.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libfontconf= ig.so - found (/usr/local/lib/libfontconfig.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpodofo.s= o - found (/usr/local/lib/libpodofo.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libharfbuzz= =2Eso - found (/usr/local/lib/libharfbuzz.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpng16.so= - found (/usr/local/lib/libpng16.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libicuuc.so= - found (/usr/local/lib/libicuuc.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libqxp-0.0.= so - found (/usr/local/lib/libqxp-0.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libzmf-0.0.= so - found (/usr/local/lib/libzmf-0.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libatk-1.0.= so - found (/usr/local/lib/libatk-1.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libgdk_pixb= uf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libglib-2.0= =2Eso - found (/usr/local/lib/libglib-2.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libintl.so = - found (/usr/local/lib/libintl.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libxml2.so = - found (/usr/local/lib/libxml2.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libpango-1.= 0.so - found (/usr/local/lib/libpango-1.0.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libjpeg.so = - found (/usr/local/lib/libjpeg.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Core.= so - found (/usr/local/lib/qt5/libQt5Core.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Qml.s= o - found (/usr/local/lib/qt5/libQt5Qml.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Gui.s= o - found (/usr/local/lib/qt5/libQt5Gui.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Netwo= rk.so - found (/usr/local/lib/qt5/libQt5Network.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5OpenG= L.so - found (/usr/local/lib/qt5/libQt5OpenGL.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Print= Support.so - found (/usr/local/lib/qt5/libQt5PrintSupport.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Widge= ts.so - found (/usr/local/lib/qt5/libQt5Widgets.so) =3D=3D=3D> scribus-devel-1.5.6.1_2 depends on shared library: libQt5Xml.s= o - found (/usr/local/lib/qt5/libQt5Xml.so) =3D=3D=3D> Configuring for scribus-devel-1.5.6.1_2 =3D=3D=3D> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/print/scribus-devel/work/.build -- CMake Version: 3.19.6 CMake Warning (dev) at /usr/local/share/cmake/Modules/GNUInstallDirs.cmake:= 223 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:52 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Shared Library Flags:=20 -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/bin/gcc10 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/bin/g++10 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Scribus 1.5.6.1 will be built and installed into /usr/local -- Machine: powerpc64-portbld-freebsd13.0, void pointer size: 8 -- Found target PPC -- Found target PPC64 -- Building for target powerpc64-portbld-freebsd13.0 -- Using standard ApplicationDataDir. You can change it with -DAPPLICATION_= DATA_DIR -- Using standard ApplicationConfigDir. You can change it with -DAPPLICATIO= N_CONFIG_DIR -- Enabling C++11 compiler features -- ----- USE QT 5----- -- ----- USE QT Widgets----- -- ----- USE Qt5Gui ----- -- ----- USE QT 5 XML ----- -- ----- USE Qt5Network ----- -- ----- USE Qt5OpenGL ----- -- ----- USE Qt5LinguistTools ----- -- ----- USE Qt5PrintSupport ----- -- Qt VERSION: 5.15.2 -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")=20 ZLIB Library Found OK No OSG found, building without 3D Extension -- Found JPEG: /usr/local/lib/libjpeg.so (found version "80")=20 JPEG Library Found OK -- Found PNG: /usr/local/lib/libpng.so (found suitable version "1.6.37+apng= ", minimum required is "1.6")=20 PNG Library Found OK -- Found TIFF: /usr/local/lib/libtiff.so (found version "4.2.0") =20 TIFF Library Found OK Python 3.x Selected -- Found Python3: /usr/local/bin/python3.7 (found version "3.7.10") found c= omponents: Interpreter Development Development.Module Development.Embed=20 Python 3.x Library Found OK (Version 3.7.10) Interpreter: /usr/local/bin/python3.7 Include directories: /usr/local/include/python3.7m Library directories: /usr/local/lib Runtime library directories: /usr/local/lib -- Found Freetype: /usr/local/lib/libfreetype.so (found version "2.10.4")= =20 -- FreeType2 Library Found OK CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStan= dardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (CAIRO). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:67 (find_package_handl= e_standard_args) cmake/modules/CAIROConfig.cmake:21 (include) CMakeLists_Dependencies.cmake:192 (find_package) CMakeLists.txt:380 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: pkgconf (found version "1.7.3")=20 -- Checking for one of the modules 'libcairo>=3D1.14.0;cairo>=3D1.14.0' CAIRO Library Found OK -- Found Cups: /usr/local/lib/libcups.so (found version "2.3.3")=20 CUPS Library Found OK -- Found LibXml2: /usr/local/lib/libxml2.so (found version "2.9.10")=20 LIBXML2 Library Found OK LCMS 2 ReleaseLibrary: /usr/local/lib/liblcms2.so LCMS 2 Debug Library: LCMS2_LIBRARY_DEBUG-NOTFOUND LCMS 2 Library: /usr/local/lib/liblcms2.so LittleCMS-2 Library Found OK -- Found Fontconfig: /usr/local/lib/libfontconfig.so (found version "2.13.9= 3")=20 FontConfig Found OK CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStan= dardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (HUNSPELL). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:67 (find_package_handl= e_standard_args) cmake/modules/FindHUNSPELL.cmake:11 (include) CMakeLists_Dependencies.cmake:248 (find_package) CMakeLists.txt:380 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Checking for one of the modules 'hunspell' -- New HUNSPELL API found. Hunspell version 1.7.0 -- HUNSPELL INCLUDE /usr/local/include/hunspell -- HUNSPELL LIBRARIES hunspell-1.7 Hunspell Found OK -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1j") =20 OpenSSL found OK for installed version of PoDoFo (>=3D 0.9.5) - Enabling su= pport for PDF embedded in AI PoDoFo found OK -- Found Boost: /usr/local/include (found version "1.72.0") =20 Boost Library Found OK Building without GraphicsMagick (use -DWANT_GRAPHICSMAGICK=3D1 to enable) CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStan= dardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (POPPLER). This can lead = to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:67 (find_package_handl= e_standard_args) cmake/modules/FindPOPPLER.cmake:1 (include) CMakeLists_Dependencies.cmake:300 (find_package) CMakeLists.txt:380 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Checking for one of the modules 'libpoppler>=3D0.62.0;poppler>=3D0.62.0' -- Checking for one of the modules 'libpoppler-cpp>=3D0.62.0;poppler-cpp>= =3D0.62.0' -- Found poppler -- Found poppler libs: /usr/local/lib/libpoppler.so -- Found poppler includes: /usr/local/include/poppler -- Checking for module 'librevenge-0.0' -- Found librevenge-0.0, version 0.0.4 -- Checking for module 'librevenge-stream-0.0' -- Found librevenge-stream-0.0, version 0.0.4 -- Checking for module 'librevenge-generators-0.0' -- Found librevenge-generators-0.0, version 0.0.4 -- Checking for modules 'harfbuzz>=3D0.9.42;harfbuzz-icu' -- Found harfbuzz, version 2.7.4 -- Found harfbuzz-icu, version 2.7.4 -- Checking for module 'icu-uc' -- Found icu-uc, version 68.2 -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - big endian -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for include file endian.h -- Looking for include file endian.h - not found -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found -- Including OpenSSL files for PoDoFo >=3D 0.9.5 CMake Deprecation Warning at scribus/CMakeLists.txt:1228 (cmake_policy): The OLD behavior for policy CMP0003 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. RPATH: lib/scribus/plugins/; -- Qt5::CoreQt5::WidgetsQt5::GuiQt5::XmlQt5::NetworkQt5::OpenGL/usr/local/l= ib/libxml2.so/usr/lib/libz.so -- Checking for module 'libcdr-0.1>=3D0.1' -- Found libcdr-0.1, version 0.1.6 Building Corel Draw Importer with librevenge -- Checking for module 'libfreehand-0.1' -- Found libfreehand-0.1, version 0.1.2 Building Freehand Importer with librevenge -- Checking for module 'libpagemaker-0.0' -- Found libpagemaker-0.0, version 0.0.4 Building Pagemaker Importer with librevenge -- Checking for module 'libmspub-0.1>=3D0.1' -- Found libmspub-0.1, version 0.1.4 Building MS Publisher Importer with librevenge -- Checking for module 'libqxp-0.0' -- Found libqxp-0.0, version 0.0.0 Building QuarkXPress Importer -- Checking for module 'libvisio-0.1>=3D0.1' -- Found libvisio-0.1, version 0.1.7 Building MS-Visio Importer with librevenge -- Checking for module 'libzmf-0.0' -- Found libzmf-0.0, version 0.0.2 Building Zoner Draw Importer -- Qt based Markdown plugin: Qt version >=3D 5.14.0 Ok, Installed Qt versio= n: 5.15.2 -- Building with Scripter 1 -- No source header files will be installed -- /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/resources/tr= anslations -- The following GUI languages will be installed:=20 -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BOOST_PYTHON_SUFFIX CMAKE_SHARED_LINKER_FLAGS Python_ADDITIONAL_VERSIONS THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/print/scribus-devel= /work/.build =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building for scribus-devel-1.5.6.1_2 [1/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtstructs.cpp.o= -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtstru= cts.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccol= ormgmtstructs.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus/colormgmt/sccolormgmtstructs.cpp [2/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofiledata.cpp.o= -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofiled= ata.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccol= orprofiledata.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus/colormgmt/sccolorprofiledata.cpp [3/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortransform.cpp.o -= MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortransform.= cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortr= ansform.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/colormgmt/sccolortransform.cpp [4/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scciedata.cpp.o -MF scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scciedata.cpp.o.d -o scr= ibus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scciedata.cpp.o -c /wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt/s= cciedata.cpp [5/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofile.cpp.o -MF= scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofile.cpp.= o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofil= e.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/colormgmt/sccolorprofile.cpp [6/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/fontfeatures.cpp.o -MF scribus/fonts/CMa= keFiles/scribus_fonts_lib.dir/fontfeatures.cpp.o.d -o scribus/fonts/CMakeFi= les/scribus_fonts_lib.dir/fontfeatures.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/fonts/fontfeatures.cpp [7/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtimplelem.cpp.= o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtimp= lelem.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scc= olormgmtimplelem.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1/scribus/colormgmt/sccolormgmtimplelem.cpp [8/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtengine.cpp.o = -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtengin= e.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolor= mgmtengine.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/colormgmt/sccolormgmtengine.cpp [9/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\"= -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/= share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICOND= IR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scribu= s/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/lo= cal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_O= PENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtenginefactory= =2Ecpp.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolor= mgmtenginefactory.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt= _lib.dir/sccolormgmtenginefactory.cpp.o -c /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/colormgmt/sccolormgmtenginefactory.cpp [10/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorspace.cpp.o -MF s= cribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorspace.cpp.o.d = -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorspace.cpp.= o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/co= lormgmt/sccolorspace.cpp [11/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2colortransformimp= l.cpp.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2c= olortransformimpl.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt= _lib.dir/sclcms2colortransformimpl.cpp.o -c /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/colormgmt/sclcms2colortransformimpl.cpp [12/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/saxfilter.cpp.o -MF scribus/desaxe/C= MakeFiles/scribus_desaxe_lib.dir/saxfilter.cpp.o.d -o scribus/desaxe/CMakeF= iles/scribus_desaxe_lib.dir/saxfilter.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/desaxe/saxfilter.cpp [13/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2colorprofileimpl.= cpp.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2col= orprofileimpl.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib= =2Edir/sclcms2colorprofileimpl.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/colormgmt/sclcms2colorprofileimpl.cpp [14/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorspacedata.cpp.o -= MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorspacedata.= cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorsp= acedata.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/colormgmt/sccolorspacedata.cpp [15/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofilecache.cpp.= o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolorprofile= cache.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scc= olorprofilecache.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1/scribus/colormgmt/sccolorprofilecache.cpp [16/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scspectralvaluesconverto= r.cpp.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scspectr= alvaluesconvertor.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt= _lib.dir/scspectralvaluesconvertor.cpp.o -c /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/colormgmt/scspectralvaluesconvertor.cpp [17/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortransformpool.cpp= =2Eo -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortran= sformpool.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir= /sccolortransformpool.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/colormgmt/sccolortransformpool.cpp [18/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/uniqueid.cpp.o -MF scribus/desaxe/CM= akeFiles/scribus_desaxe_lib.dir/uniqueid.cpp.o.d -o scribus/desaxe/CMakeFil= es/scribus_desaxe_lib.dir/uniqueid.cpp.o -c /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/desaxe/uniqueid.cpp [19/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/digester_parse.cpp.o -MF scribus/des= axe/CMakeFiles/scribus_desaxe_lib.dir/digester_parse.cpp.o.d -o scribus/des= axe/CMakeFiles/scribus_desaxe_lib.dir/digester_parse.cpp.o -c /wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/digester_pars= e.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:50:48: warning: 'QXmlParseException' is deprecated [-Wde= precated-declarations] 50 | bool error(const QXmlParseException& exception) | ^ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:56:53: warning: 'QXmlParseException' is deprecated [-Wde= precated-declarations] 56 | bool fatalError(const QXmlParseException& exception) | ^ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:62:50: warning: 'QXmlParseException' is deprecated [-Wde= precated-declarations] 62 | bool warning(const QXmlParseException& exception) | ^ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp: In member function 'void desaxe::Digester::parseFile(co= nst Xml_string&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:76:24: warning: 'QXmlInputSource' is deprecated [-Wdepre= cated-declarations] 76 | QXmlInputSource source( &xmlFile ); | ^ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:77:19: warning: 'QXmlSimpleReader' is deprecated: Use QX= mlStreamReader [-Wdeprecated-declarations] 77 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp: In member function 'void desaxe::Digester::parseMemory(= const char*, unsigned int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:86:18: warning: 'QXmlInputSource' is deprecated [-Wdepre= cated-declarations] 86 | QXmlInputSource source; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:88:19: warning: 'QXmlSimpleReader' is deprecated: Use QX= mlStreamReader [-Wdeprecated-declarations] 88 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp: In member function 'void desaxe::Digester::parseMemory(= const Xml_string&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:97:18: warning: 'QXmlInputSource' is deprecated [-Wdepre= cated-declarations] 97 | QXmlInputSource source; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= digester_parse.cpp:99:19: warning: 'QXmlSimpleReader' is deprecated: Use QX= mlStreamReader [-Wdeprecated-declarations] 99 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/digester_parse.cpp:13: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ [20/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/scface_ttf.cpp.o -MF scribus/fonts/CMake= Files/scribus_fonts_lib.dir/scface_ttf.cpp.o.d -o scribus/fonts/CMakeFiles/= scribus_fonts_lib.dir/scface_ttf.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/fonts/scface_ttf.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp: In member function 'virtual bool ScFace_ttf::glyphNames(ScFa= ce::FaceEncoding&) const': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp:98:15: warning: comparison of integer expressions of differen= t signedness: 'FT_UInt' {aka 'unsigned int'} and 'int' [-Wsign-compare] 98 | if ((gindex =3D=3D spaceGlyphIndex) && (charcode !=3D ' ')) | ~~~~~~~^~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp: In member function 'virtual bool ScFace_ttf::embedFont(QByte= Array&) const': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp:200:34: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 200 | str +=3D "/FontName /" + psName + " def\n"; | ^~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/fonts/scface_ttf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp:203:37: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 203 | str +=3D "/FontBBox ["+m_pdfFontBBox+"] def\n"; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/fonts/scface_ttf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp:206:36: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 206 | str +=3D "/FamilyName (" + psName + ") def\n"; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/fonts/scface_ttf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts/s= cface_ttf.cpp:271:56: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 271 | str +=3D "/CharStrings " + tmp4 + " dict dup begin\n" + tmp2; | ^~~~ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/fonts/scface_ttf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ [21/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/saxiohelper.cpp.o -MF scribus/desaxe= /CMakeFiles/scribus_desaxe_lib.dir/saxiohelper.cpp.o.d -o scribus/desaxe/CM= akeFiles/scribus_desaxe_lib.dir/saxiohelper.cpp.o -c /wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/saxiohelper.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QList parseDoubleList(const Xml_strin= g&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:156:62: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 156 | QStringList strlist =3D str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QVector parseDoubleVector(const Xml_s= tring&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:181:62: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 181 | QStringList strlist =3D str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QList parseIntList(const Xml_string&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:200:62: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 200 | QStringList strlist =3D str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QVector parseIntVector(const Xml_string&= )': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:218:62: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 218 | QStringList strlist =3D str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QStack parseIntStack(const Xml_string&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:228:62: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 228 | QStringList strlist =3D str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp: In function 'QStringList parseStringList(const Xml_string&= )': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe/= saxiohelper.cpp:247:47: warning: 'QStringList QString::split(QChar, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 247 | return str.split(' ', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/desaxe_conf.h:24, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/desaxe/saxiohelper.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [22/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/saxXML.cpp.o -MF scribus/desaxe/CMak= eFiles/scribus_desaxe_lib.dir/saxXML.cpp.o.d -o scribus/desaxe/CMakeFiles/s= cribus_desaxe_lib.dir/saxXML.cpp.o -c /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/desaxe/saxXML.cpp [23/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmtenginedata.cp= p.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgmte= nginedata.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir= /sccolormgmtenginedata.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/colormgmt/sccolormgmtenginedata.cpp [24/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/scface_ps.cpp.o -MF scribus/fonts/CMakeF= iles/scribus_fonts_lib.dir/scface_ps.cpp.o.d -o scribus/fonts/CMakeFiles/sc= ribus_fonts_lib.dir/scface_ps.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/fonts/scface_ps.cpp [25/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/ftface.cpp.o -MF scribus/fonts/CMakeFile= s/scribus_fonts_lib.dir/ftface.cpp.o.d -o scribus/fonts/CMakeFiles/scribus_= fonts_lib.dir/ftface.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/fonts/ftface.cpp [26/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2colormgmtengineim= pl.cpp.o -MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2= colormgmtengineimpl.cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormg= mt_lib.dir/sclcms2colormgmtengineimpl.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/colormgmt/sclcms2colormgmtengineimp= l.cpp [27/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieobservers.cpp.o -MF= scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieobservers.cpp.= o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieobserver= s.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/colormgmt/sccieobservers.cpp [28/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieilluminants.cpp.o -= MF scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieilluminants.= cpp.o.d -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieillu= minants.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/colormgmt/sccieilluminants.cpp [29/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/quadtree.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2g= eom_lib.dir/quadtree.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scr= ibus_2geom_lib.dir/quadtree.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/third_party/lib2geom/quadtree.cpp [30/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/stylecontext.cpp.o -MF scribus/style= s/CMakeFiles/scribus_styles_lib.dir/stylecontext.cpp.o.d -o scribus/styles/= CMakeFiles/scribus_styles_lib.dir/stylecontext.cpp.o -c /wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/styles/stylecontext.cpp [31/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/scface.cpp.o -MF scribus/fonts/CMakeFile= s/scribus_fonts_lib.dir/scface.cpp.o.d -o scribus/fonts/CMakeFiles/scribus_= fonts_lib.dir/scface.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/fonts/scface.cpp [32/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/poly.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_= lib.dir/poly.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2ge= om_lib.dir/poly.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus/third_party/lib2geom/poly.cpp [33/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/poly-dk-solve.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scrib= us_2geom_lib.dir/poly-dk-solve.cpp.o.d -o scribus/third_party/lib2geom/CMak= eFiles/scribus_2geom_lib.dir/poly-dk-solve.cpp.o -c /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/poly-dk-s= olve.cpp [34/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/transforms.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_= 2geom_lib.dir/transforms.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles= /scribus_2geom_lib.dir/transforms.cpp.o -c /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/transforms.cpp [35/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/matrix.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geo= m_lib.dir/matrix.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus= _2geom_lib.dir/matrix.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/third_party/lib2geom/matrix.cpp [36/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/point.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom= _lib.dir/point.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/point.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/third_party/lib2geom/point.cpp [37/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/poly-laguerre-solve.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles= /scribus_2geom_lib.dir/poly-laguerre-solve.cpp.o.d -o scribus/third_party/l= ib2geom/CMakeFiles/scribus_2geom_lib.dir/poly-laguerre-solve.cpp.o -c /wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/= lib2geom/poly-laguerre-solve.cpp [38/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/style.cpp.o -MF scribus/styles/CMake= Files/scribus_styles_lib.dir/style.cpp.o.d -o scribus/styles/CMakeFiles/scr= ibus_styles_lib.dir/style.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/styles/style.cpp [39/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/stylecontextproxy.cpp.o -MF scribus/= styles/CMakeFiles/scribus_styles_lib.dir/stylecontextproxy.cpp.o.d -o scrib= us/styles/CMakeFiles/scribus_styles_lib.dir/stylecontextproxy.cpp.o -c /wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles/styl= econtextproxy.cpp [40/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/colormgmt -I/wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colormgmt -I/usr/= local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mksp= ecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork = -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -= I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include= /harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scri= bus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sce308tables.cpp.o -MF s= cribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sce308tables.cpp.o.d = -o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sce308tables.cpp.= o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/co= lormgmt/sce308tables.cpp [41/2089] : && /usr/local/bin/cmake -E rm -f scribus/colormgmt/libscribus_c= olormgmt_lib.a && /usr/local/bin/ar qc scribus/colormgmt/libscribus_colormg= mt_lib.a scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scciedata.= cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieilluminan= ts.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccieobserv= ers.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolormgm= tengine.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolo= rmgmtenginedata.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.di= r/sccolormgmtenginefactory.cpp.o scribus/colormgmt/CMakeFiles/scribus_color= mgmt_lib.dir/sccolormgmtimplelem.cpp.o scribus/colormgmt/CMakeFiles/scribus= _colormgmt_lib.dir/sccolormgmtstructs.cpp.o scribus/colormgmt/CMakeFiles/sc= ribus_colormgmt_lib.dir/sccolorprofile.cpp.o scribus/colormgmt/CMakeFiles/s= cribus_colormgmt_lib.dir/sccolorprofilecache.cpp.o scribus/colormgmt/CMakeF= iles/scribus_colormgmt_lib.dir/sccolorprofiledata.cpp.o scribus/colormgmt/C= MakeFiles/scribus_colormgmt_lib.dir/sccolorspace.cpp.o scribus/colormgmt/CM= akeFiles/scribus_colormgmt_lib.dir/sccolorspacedata.cpp.o scribus/colormgmt= /CMakeFiles/scribus_colormgmt_lib.dir/sccolortransform.cpp.o scribus/colorm= gmt/CMakeFiles/scribus_colormgmt_lib.dir/sccolortransformpool.cpp.o scribus= /colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sce308tables.cpp.o scribus/= colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scspectralvaluesconvertor.cp= p.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/sclcms2colormgmt= engineimpl.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir/scl= cms2colorprofileimpl.cpp.o scribus/colormgmt/CMakeFiles/scribus_colormgmt_l= ib.dir/sclcms2colortransformimpl.cpp.o && /usr/local/bin/ranlib scribus/col= ormgmt/libscribus_colormgmt_lib.a && : [42/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sweep.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom= _lib.dir/sweep.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/sweep.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/third_party/lib2geom/sweep.cpp [43/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/conjugate_gradient.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/= scribus_2geom_lib.dir/conjugate_gradient.cpp.o.d -o scribus/third_party/lib= 2geom/CMakeFiles/scribus_2geom_lib.dir/conjugate_gradient.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib= 2geom/conjugate_gradient.cpp [44/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/geom.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_= lib.dir/geom.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2ge= om_lib.dir/geom.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus/third_party/lib2geom/geom.cpp [45/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/tablestyle.cpp.o -MF scribus/styles/= CMakeFiles/scribus_styles_lib.dir/tablestyle.cpp.o.d -o scribus/styles/CMak= eFiles/scribus_styles_lib.dir/tablestyle.cpp.o -c /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/styles/tablestyle.cpp [46/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/cellstyle.cpp.o -MF scribus/styles/C= MakeFiles/scribus_styles_lib.dir/cellstyle.cpp.o.d -o scribus/styles/CMakeF= iles/scribus_styles_lib.dir/cellstyle.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/styles/cellstyle.cpp [47/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/bezier-utils.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribu= s_2geom_lib.dir/bezier-utils.cpp.o.d -o scribus/third_party/lib2geom/CMakeF= iles/scribus_2geom_lib.dir/bezier-utils.cpp.o -c /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/bezier-utils= =2Ecpp [48/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/cff.cpp.o -MF scribus/fonts/CMakeFiles/s= cribus_fonts_lib.dir/cff.cpp.o.d -o scribus/fonts/CMakeFiles/scribus_fonts_= lib.dir/cff.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/fonts/cff.cpp [49/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/sfnt.cpp.o -MF scribus/fonts/CMakeFiles/= scribus_fonts_lib.dir/sfnt.cpp.o.d -o scribus/fonts/CMakeFiles/scribus_font= s_lib.dir/sfnt.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/fonts/sfnt.cpp [50/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBrush.c= pp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBrush.cp= p.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBrush.cp= p.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/= third_party/wpg/WPGBrush.cpp [51/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-poly.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus= _2geom_lib.dir/sbasis-poly.cpp.o.d -o scribus/third_party/lib2geom/CMakeFil= es/scribus_2geom_lib.dir/sbasis-poly.cpp.o -c /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/sbasis-poly.cpp [52/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGColor.c= pp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGColor.cp= p.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGColor.cp= p.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/= third_party/wpg/WPGColor.cpp [53/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/crossing.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2g= eom_lib.dir/crossing.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scr= ibus_2geom_lib.dir/crossing.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/third_party/lib2geom/crossing.cpp [54/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGHeader.= cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGHeader.= cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGHeader= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/third_party/wpg/WPGHeader.cpp [55/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-2d.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/sbasis-2d.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/s= cribus_2geom_lib.dir/sbasis-2d.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/sbasis-2d.cpp [56/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGInterna= lStream.cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WP= GInternalStream.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_l= ib.dir/WPGInternalStream.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/third_party/wpg/WPGInternalStream.cpp [57/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/fonts -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/fonts -I/usr/local/in= clude/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/free= bsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui= -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr/l= ocal/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Iscr= ibus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuz= z -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -= fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isy= stem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC = -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/font= s/CMakeFiles/scribus_fonts_lib.dir/scfontmetrics.cpp.o -MF scribus/fonts/CM= akeFiles/scribus_fonts_lib.dir/scfontmetrics.cpp.o.d -o scribus/fonts/CMake= Files/scribus_fonts_lib.dir/scfontmetrics.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/fonts/scfontmetrics.cpp [58/2089] : && /usr/local/bin/cmake -E rm -f scribus/fonts/libscribus_fonts= _lib.a && /usr/local/bin/ar qc scribus/fonts/libscribus_fonts_lib.a scribu= s/fonts/CMakeFiles/scribus_fonts_lib.dir/cff.cpp.o scribus/fonts/CMakeFiles= /scribus_fonts_lib.dir/fontfeatures.cpp.o scribus/fonts/CMakeFiles/scribus_= fonts_lib.dir/ftface.cpp.o scribus/fonts/CMakeFiles/scribus_fonts_lib.dir/s= cface.cpp.o scribus/fonts/CMakeFiles/scribus_fonts_lib.dir/scface_ps.cpp.o = scribus/fonts/CMakeFiles/scribus_fonts_lib.dir/scface_ttf.cpp.o scribus/fon= ts/CMakeFiles/scribus_fonts_lib.dir/scfontmetrics.cpp.o scribus/fonts/CMake= Files/scribus_fonts_lib.dir/sfnt.cpp.o && /usr/local/bin/ranlib scribus/fon= ts/libscribus_fonts_lib.a && : [59/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBinaryD= ata.cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBin= aryData.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/W= PGBinaryData.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/wpg/WPGBinaryData.cpp [60/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGRect.cp= p.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGRect.cpp.= o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGRect.cpp.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thi= rd_party/wpg/WPGRect.cpp [61/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geo= m_lib.dir/sbasis.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus= _2geom_lib.dir/sbasis.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/third_party/lib2geom/sbasis.cpp [62/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/solve-bezier-one-d.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/= scribus_2geom_lib.dir/solve-bezier-one-d.cpp.o.d -o scribus/third_party/lib= 2geom/CMakeFiles/scribus_2geom_lib.dir/solve-bezier-one-d.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib= 2geom/solve-bezier-one-d.cpp [63/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/svg-path.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2g= eom_lib.dir/svg-path.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scr= ibus_2geom_lib.dir/svg-path.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/third_party/lib2geom/svg-path.cpp [64/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGGradien= t.cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGGradi= ent.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGGr= adient.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1= /scribus/third_party/wpg/WPGGradient.cpp [65/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/region.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geo= m_lib.dir/region.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus= _2geom_lib.dir/region.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/third_party/lib2geom/region.cpp [66/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/desaxe -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/desaxe -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/de= saxe/CMakeFiles/scribus_desaxe_lib.dir/digester.cpp.o -MF scribus/desaxe/CM= akeFiles/scribus_desaxe_lib.dir/digester.cpp.o.d -o scribus/desaxe/CMakeFil= es/scribus_desaxe_lib.dir/digester.cpp.o -c /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/desaxe/digester.cpp [67/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPen.cpp= =2Eo -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPen.cpp.= o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPen.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thir= d_party/wpg/WPGPen.cpp [68/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPath.cp= p.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPath.cpp.= o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPath.cpp.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thi= rd_party/wpg/WPGPath.cpp [69/2089] : && /usr/local/bin/cmake -E rm -f scribus/desaxe/libscribus_desa= xe_lib.a && /usr/local/bin/ar qc scribus/desaxe/libscribus_desaxe_lib.a sc= ribus/desaxe/CMakeFiles/scribus_desaxe_lib.dir/saxXML.cpp.o scribus/desaxe/= CMakeFiles/scribus_desaxe_lib.dir/saxiohelper.cpp.o scribus/desaxe/CMakeFil= es/scribus_desaxe_lib.dir/saxfilter.cpp.o scribus/desaxe/CMakeFiles/scribus= _desaxe_lib.dir/uniqueid.cpp.o scribus/desaxe/CMakeFiles/scribus_desaxe_lib= =2Edir/digester.cpp.o scribus/desaxe/CMakeFiles/scribus_desaxe_lib.dir/dige= ster_parse.cpp.o && /usr/local/bin/ranlib scribus/desaxe/libscribus_desaxe_= lib.a && : [70/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBitmap.= cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBitmap.= cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBitmap= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/third_party/wpg/WPGBitmap.cpp [71/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/solve-bezier-parametric.cpp.o -MF scribus/third_party/lib2geom/CMakeF= iles/scribus_2geom_lib.dir/solve-bezier-parametric.cpp.o.d -o scribus/third= _party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/solve-bezier-parametric.cp= p.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/= third_party/lib2geom/solve-bezier-parametric.cpp [72/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPoint.c= pp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPoint.cp= p.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPoint.cp= p.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/= third_party/wpg/WPGPoint.cpp [73/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/path.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_= lib.dir/path.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2ge= om_lib.dir/path.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus/third_party/lib2geom/path.cpp [74/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/zip && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribu= s-devel/work/.build/scribus/third_party/zip/moc_zip_p.cpp_parameters [75/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/zip && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribu= s-devel/work/.build/scribus/third_party/zip/moc_unzip_p.cpp_parameters [76/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/rtf-qt && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scr= ibus-devel/work/.build/scribus/third_party/rtf-qt/moc_rtfreader.cpp_paramet= ers [77/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG1Parser= =2Ecpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG1Par= ser.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG1P= arser.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/wpg/WPG1Parser.cpp [78/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFstream.= cpp.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFstream.= cpp.o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFstream= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/third_party/pgf/PGFstream.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ [79/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/plu= gins/import/wmf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scr= ibus-devel/work/.build/scribus/plugins/import/wmf/moc_wmfimport.cpp_paramet= ers [80/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGString.= cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGString.= cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGString= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/third_party/wpg/WPGString.cpp [81/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/plu= gins/import/oodraw && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/plugins/import/oodraw/moc_oodrawimp.cpp_p= arameters [82/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Subband.cp= p.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Subband.cpp.= o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Subband.cpp.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thi= rd_party/pgf/Subband.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Subband.cpp:30: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Encoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Subband.cpp:31: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Decoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Subband.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Subband.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Subband.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.h: In constructor 'CSubband::CSubband()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.h:172:9: warning: 'CSubband::m_data' will be initialized a= fter [-Wreorder] 172 | DataT* m_data; ///< buffer | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.h:171:9: warning: 'UINT32 CSubband::m_dataPos' [-Wreorde= r] 171 | UINT32 m_dataPos; ///< current position in m_data | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:35:1: warning: when initialized here [-Wreorder] 35 | CSubband::CSubband() | ^~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp: In member function 'void CSubband::ExtractTile(CEncod= er&, bool, UINT32, UINT32)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:189:3: warning: statement has no effect [-Wunused-valu= e] 189 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:189:10: warning: statement has no effect [-Wunused-val= ue] 189 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:189:17: warning: statement has no effect [-Wunused-val= ue] 189 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp: In member function 'void CSubband::PlaceTile(CDecoder= &, int, bool, UINT32, UINT32)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:229:3: warning: statement has no effect [-Wunused-valu= e] 229 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:229:10: warning: statement has no effect [-Wunused-val= ue] 229 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Subband.cpp:229:17: warning: statement has no effect [-Wunused-val= ue] 229 | tileX; tileY; tile; // prevents from unreferenced formal paramete= r warning | ^~~~ [83/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/plu= gins/import/wmf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scr= ibus-devel/work/.build/scribus/plugins/import/wmf/moc_wmfimportplugin.cpp_p= arameters [84/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-roots.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribu= s_2geom_lib.dir/sbasis-roots.cpp.o.d -o scribus/third_party/lib2geom/CMakeF= iles/scribus_2geom_lib.dir/sbasis-roots.cpp.o -c /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/sbasis-roots= =2Ecpp [85/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Encoder.cp= p.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Encoder.cpp.= o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Encoder.cpp.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thi= rd_party/pgf/Encoder.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Encoder.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Encoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Encoder.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Encoder.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ [86/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cp= p.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cpp.= o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cpp.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thi= rd_party/pgf/Decoder.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Decoder.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Decoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Decoder.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/Decoder.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ [87/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGraphics= =2Ecpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGraph= ics.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGra= phics.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/wpg/WPGraphics.cpp [88/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/WaveletTra= nsform.cpp.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Wav= eletTransform.cpp.o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib= =2Edir/WaveletTransform.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/third_party/pgf/WaveletTransform.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/WaveletTransform.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/WaveletTransform.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/WaveletTransform.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/WaveletTransform.h: In constructor 'CWaveletTransform::CWaveletTra= nsform(UINT32, UINT32, int, DataT*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/WaveletTransform.h:142:13: warning: 'CWaveletTransform::m_subband'= will be initialized after [-Wreorder] 142 | CSubband (*m_subband)[NSubbands]; ///< quadtree of subbands: LL H= L LH HH | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/WaveletTransform.h:138:11: warning: 'PGFRect* CWaveletTransform:= :m_indices' [-Wreorder] 138 | PGFRect *m_indices; ///< array of length m_nLevels of tile i= ndices | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/WaveletTransform.cpp:40:1: warning: when initialized here [-Wreo= rder] 40 | CWaveletTransform::CWaveletTransform(UINT32 width, UINT32 height, i= nt levels, DataT* data) | ^~~~~~~~~~~~~~~~~ [89/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGXParser= =2Ecpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGXPar= ser.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGXP= arser.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/wpg/WPGXParser.cpp [90/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/convex-cover.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribu= s_2geom_lib.dir/convex-cover.cpp.o.d -o scribus/third_party/lib2geom/CMakeF= iles/scribus_2geom_lib.dir/convex-cover.cpp.o -c /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/convex-cover= =2Ecpp [91/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/piecewise.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/piecewise.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/s= cribus_2geom_lib.dir/piecewise.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/piecewise.cpp [92/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local/= include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/fr= eebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtG= ui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/usr= /local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -Is= cribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribu= s-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfb= uzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -i= system /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPI= C -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/linestyle.cpp.o -MF scribus/styles/C= MakeFiles/scribus_styles_lib.dir/linestyle.cpp.o.d -o scribus/styles/CMakeF= iles/scribus_styles_lib.dir/linestyle.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/styles/linestyle.cpp [93/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/basic-intersection.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/= scribus_2geom_lib.dir/basic-intersection.cpp.o.d -o scribus/third_party/lib= 2geom/CMakeFiles/scribus_2geom_lib.dir/basic-intersection.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib= 2geom/basic-intersection.cpp [94/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/d2-sbasis.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/d2-sbasis.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/s= cribus_2geom_lib.dir/d2-sbasis.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/d2-sbasis.cpp [95/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I/= wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_pa= rty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/= local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/u= sr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/incl= ude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/third= _party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/controlword.cpp.o -MF scribus/= third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/controlword.cpp.o.d -o sc= ribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/controlword.cpp.o -= c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/rtf-qt/controlword.cpp [96/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGStreamI= mplementation.cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.= dir/WPGStreamImplementation.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/s= cribus_wpg_lib.dir/WPGStreamImplementation.cpp.o -c /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/wpg/WPGStreamImple= mentation.cpp [97/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/pgf -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party= /pgf -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/= lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/loc= al/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt= 5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPr= intSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/l= ocal/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2= =2E0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++1= 1 -MD -MT scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFimage.c= pp.o -MF scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFimage.cp= p.o.d -o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFimage.cp= p.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/= third_party/pgf/PGFimage.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFimage.cpp:30: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Decoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFimage.cpp:31: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/Encoder.h:57: warning: ignoring '#pragma warning ' [-Wunknown-prag= mas] 57 | #pragma warning( suppress : 4351 ) |=20 In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFimage.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFimage.cpp:29: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ [98/2089] : && /usr/local/bin/cmake -E rm -f scribus/third_party/pgf/libscr= ibus_pgf_lib.a && /usr/local/bin/ar qc scribus/third_party/pgf/libscribus_p= gf_lib.a scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Decoder.cp= p.o scribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Encoder.cpp.o sc= ribus/third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFimage.cpp.o scribus= /third_party/pgf/CMakeFiles/scribus_pgf_lib.dir/PGFstream.cpp.o scribus/thi= rd_party/pgf/CMakeFiles/scribus_pgf_lib.dir/Subband.cpp.o scribus/third_par= ty/pgf/CMakeFiles/scribus_pgf_lib.dir/WaveletTransform.cpp.o && /usr/local/= bin/ranlib scribus/third_party/pgf/libscribus_pgf_lib.a && : [99/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\= " -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local= /share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICON= DIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scrib= us/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/l= ocal/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_= OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR= =3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share/= scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDIR= =3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom -= I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_= party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/= usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets = -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/= include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr= /local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/path-intersection.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/s= cribus_2geom_lib.dir/path-intersection.cpp.o.d -o scribus/third_party/lib2g= eom/CMakeFiles/scribus_2geom_lib.dir/path-intersection.cpp.o -c /wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2ge= om/path-intersection.cpp [100/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGOLEStrea= m.cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGOLESt= ream.cpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGO= LEStream.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/third_party/wpg/WPGOLEStream.cpp [101/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local= /include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/f= reebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/Qt= Gui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/us= r/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -I= scribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harf= buzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -p= ipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc+= + -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/s= tyles/CMakeFiles/scribus_styles_lib.dir/paragraphstyle.cpp.o -MF scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/paragraphstyle.cpp.o.d -o scribus/st= yles/CMakeFiles/scribus_styles_lib.dir/paragraphstyle.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles/paragraphsty= le.cpp [102/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/AbstractRtfOutput.cpp.o -MF s= cribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/AbstractRtfOutput.= cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Abstra= ctRtfOutput.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/rtf-qt/AbstractRtfOutput.cpp [103/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/styles -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styles -I/usr/local= /include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local/lib/qt5/mkspecs/f= reebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/Qt= Gui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtNetwork -I/us= r/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtPrintSupport -I. -I= scribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/local/include/harf= buzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -p= ipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc+= + -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11 -MD -MT scribus/s= tyles/CMakeFiles/scribus_styles_lib.dir/charstyle.cpp.o -MF scribus/styles/= CMakeFiles/scribus_styles_lib.dir/charstyle.cpp.o.d -o scribus/styles/CMake= Files/scribus_styles_lib.dir/charstyle.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/styles/charstyle.cpp [104/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CategoryPcdataDestination.cpp= =2Eo -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Category= PcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/CategoryPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/CategoryPcdataDe= stination.cpp [105/2089] : && /usr/local/bin/cmake -E rm -f scribus/styles/libscribus_sty= les_lib.a && /usr/local/bin/ar qc scribus/styles/libscribus_styles_lib.a s= cribus/styles/CMakeFiles/scribus_styles_lib.dir/style.cpp.o scribus/styles/= CMakeFiles/scribus_styles_lib.dir/stylecontext.cpp.o scribus/styles/CMakeFi= les/scribus_styles_lib.dir/stylecontextproxy.cpp.o scribus/styles/CMakeFile= s/scribus_styles_lib.dir/linestyle.cpp.o scribus/styles/CMakeFiles/scribus_= styles_lib.dir/charstyle.cpp.o scribus/styles/CMakeFiles/scribus_styles_lib= =2Edir/paragraphstyle.cpp.o scribus/styles/CMakeFiles/scribus_styles_lib.di= r/tablestyle.cpp.o scribus/styles/CMakeFiles/scribus_styles_lib.dir/cellsty= le.cpp.o && /usr/local/bin/ranlib scribus/styles/libscribus_styles_lib.a &&= : [106/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/AuthorPcdataDestination.cpp.o= -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/AuthorPcdata= Destination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_li= b.dir/AuthorPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/AuthorPcdataDestination.= cpp [107/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Destination.cpp.o -MF scribus= /third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Destination.cpp.o.d -o s= cribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Destination.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/thir= d_party/rtf-qt/Destination.cpp [108/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CompanyPcdataDestination.cpp.= o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CompanyPcda= taDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_= lib.dir/CompanyPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/CompanyPcdataDestinat= ion.cpp [109/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/ColorTableDestination.cpp.o -= MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/ColorTableDest= ination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.di= r/ColorTableDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/third_party/rtf-qt/ColorTableDestination.cpp [110/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CommentPcdataDestination.cpp.= o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CommentPcda= taDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_= lib.dir/CommentPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/CommentPcdataDestinat= ion.cpp [111/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/DocumentCommentPcdataDestinat= ion.cpp.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Doc= umentCommentPcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFi= les/scribus_rtf_lib.dir/DocumentCommentPcdataDestination.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-= qt/DocumentCommentPcdataDestination.cpp [112/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom = -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I= /usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets= -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local= /include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-math.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus= _2geom_lib.dir/sbasis-math.cpp.o.d -o scribus/third_party/lib2geom/CMakeFil= es/scribus_2geom_lib.dir/sbasis-math.cpp.o -c /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/sbasis-math.cpp [113/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/wpg -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/wpg -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG2Parser.= cpp.o -MF scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG2Parser= =2Ecpp.o.d -o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG2Pa= rser.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/wpg/WPG2Parser.cpp [114/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom = -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I= /usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets= -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local= /include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/shape.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scribus_2geom= _lib.dir/shape.cpp.o.d -o scribus/third_party/lib2geom/CMakeFiles/scribus_2= geom_lib.dir/shape.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/third_party/lib2geom/shape.cpp [115/2089] : && /usr/local/bin/cmake -E rm -f scribus/third_party/wpg/libsc= ribus_wpg_lib.a && /usr/local/bin/ar qc scribus/third_party/wpg/libscribus_= wpg_lib.a scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG1Parse= r.cpp.o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPG2Parser.c= pp.o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBinaryData.c= pp.o scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBitmap.cpp.o= scribus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGBrush.cpp.o scri= bus/third_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGColor.cpp.o scribus/t= hird_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGGradient.cpp.o scribus/thi= rd_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGHeader.cpp.o scribus/third_p= arty/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGInternalStream.cpp.o scribus/thi= rd_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGOLEStream.cpp.o scribus/thir= d_party/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPath.cpp.o scribus/third_part= y/wpg/CMakeFiles/scribus_wpg_lib.dir/WPGPen.cpp.o scribus/third_party/wpg/C= MakeFiles/scribus_wpg_lib.dir/WPGPoint.cpp.o scribus/third_party/wpg/CMakeF= iles/scribus_wpg_lib.dir/WPGraphics.cpp.o scribus/third_party/wpg/CMakeFile= s/scribus_wpg_lib.dir/WPGRect.cpp.o scribus/third_party/wpg/CMakeFiles/scri= bus_wpg_lib.dir/WPGStreamImplementation.cpp.o scribus/third_party/wpg/CMake= Files/scribus_wpg_lib.dir/WPGString.cpp.o scribus/third_party/wpg/CMakeFile= s/scribus_wpg_lib.dir/WPGXParser.cpp.o && /usr/local/bin/ranlib scribus/thi= rd_party/wpg/libscribus_wpg_lib.a && : [116/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/HLinkBasePcdataDestination.cp= p.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/HLinkBase= PcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/HLinkBasePcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/HLinkBasePcdata= Destination.cpp [117/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/GeneratorPcdataDestination.cp= p.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Generator= PcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/GeneratorPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/GeneratorPcdata= Destination.cpp [118/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/FontTableDestination.cpp.o -M= F scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/FontTableDestin= ation.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/= FontTableDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/rtf-qt/FontTableDestination.cpp [119/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/IgnoredDestination.cpp.o -MF = scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/IgnoredDestinatio= n.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Igno= redDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/third_party/rtf-qt/IgnoredDestination.cpp [120/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoCreatedTimeDestination.cp= p.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoCreat= edTimeDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/InfoCreatedTimeDestination.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/InfoCreatedTime= Destination.cpp [121/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/DocumentDestination.cpp.o -MF= scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/DocumentDestinat= ion.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Do= cumentDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/rtf-qt/DocumentDestination.cpp [122/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoDestination.cpp.o -MF scr= ibus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoDestination.cpp.= o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoDestin= ation.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/rtf-qt/InfoDestination.cpp [123/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom = -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I= /usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets= -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local= /include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-geometric.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/sc= ribus_2geom_lib.dir/sbasis-geometric.cpp.o.d -o scribus/third_party/lib2geo= m/CMakeFiles/scribus_2geom_lib.dir/sbasis-geometric.cpp.o -c /wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/= sbasis-geometric.cpp [124/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoPrintedTimeDestination.cp= p.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoPrint= edTimeDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/InfoPrintedTimeDestination.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/InfoPrintedTime= Destination.cpp [125/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/unzip.cpp.o= -MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/unzip.cpp.o.d -= o scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/unzip.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip/unzip.cpp [126/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoRevisedTimeDestination.cp= p.o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoRevis= edTimeDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/InfoRevisedTimeDestination.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/InfoRevisedTime= Destination.cpp [127/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom = -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I= /usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets= -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local= /include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/sbasis-to-bezier.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/sc= ribus_2geom_lib.dir/sbasis-to-bezier.cpp.o.d -o scribus/third_party/lib2geo= m/CMakeFiles/scribus_2geom_lib.dir/sbasis-to-bezier.cpp.o -c /wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/= sbasis-to-bezier.cpp [128/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus150format && /usr/local/lib/qt5/bin/moc @/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus= 150format/moc_scribus150format.cpp_parameters [129/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus150format && /usr/local/lib/qt5/bin/moc @/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus= 150format/moc_scribus150formatimpl.cpp_parameters [130/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoTimeDestination.cpp.o -MF= scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoTimeDestinat= ion.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/In= foTimeDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/rtf-qt/InfoTimeDestination.cpp [131/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus134format && /usr/local/lib/qt5/bin/moc @/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus= 134format/moc_scribus134formatimpl.cpp_parameters [132/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus134format && /usr/local/lib/qt5/bin/moc @/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus= 134format/moc_scribus134format.cpp_parameters [133/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/KeywordsPcdataDestination.cpp= =2Eo -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Keywords= PcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/KeywordsPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/KeywordsPcdataDe= stination.cpp [134/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zipglobal.c= pp.o -MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zipglobal.c= pp.o.d -o scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zipglobal.= cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribu= s/third_party/zip/zipglobal.cpp [135/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/ManagerPcdataDestination.cpp.= o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/ManagerPcda= taDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_= lib.dir/ManagerPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/ManagerPcdataDestinat= ion.cpp [136/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/OperatorPcdataDestination.cpp= =2Eo -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Operator= PcdataDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_= rtf_lib.dir/OperatorPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/OperatorPcdataDe= stination.cpp [137/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PcdataDestination.cpp.o -MF s= cribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PcdataDestination.= cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Pcdata= Destination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/rtf-qt/PcdataDestination.cpp [138/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Token.cpp.o -MF scribus/third= _party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Token.cpp.o.d -o scribus/third= _party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Token.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/Tok= en.cpp [139/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PictDestination.cpp.o -MF scr= ibus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PictDestination.cpp.= o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PictDestin= ation.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/rtf-qt/PictDestination.cpp [140/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_zip_p.c= pp.o -MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_zip_p.c= pp.o.d -o scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_zip_p.= cpp.o -c scribus/third_party/zip/moc_zip_p.cpp [141/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_unzip_p= =2Ecpp.o -MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_unz= ip_p.cpp.o.d -o scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_= unzip_p.cpp.o -c scribus/third_party/zip/moc_unzip_p.cpp [142/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Tokenizer.cpp.o -MF scribus/t= hird_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Tokenizer.cpp.o.d -o scrib= us/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Tokenizer.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/rtf-qt/Tokenizer.cpp [143/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fontpreview && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/fontpreview/moc_fontpreview.cpp_pa= rameters [144/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus13format && /usr/local/lib/qt5/bin/moc @/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus1= 3format/moc_scribus13formatimpl.cpp_parameters [145/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus12format && /usr/local/lib/qt5/bin/moc @/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus1= 2format/moc_scribus12formatimpl.cpp_parameters [146/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fontpreview && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/fontpreview/ui_fontpreview.h /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fo= ntpreview/fontpreview.ui [147/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus13format && /usr/local/lib/qt5/bin/moc @/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus1= 3format/moc_scribus13format.cpp_parameters [148/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fontpreview && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/fontpreview/moc_fontpreviewplugin.= cpp_parameters [149/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/gettext/docim && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/gettext/docim/moc_docim.cpp_para= meters [150/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/gettext/csvim && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/gettext/csvim/moc_csvdia.cpp_par= ameters [151/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/TitlePcdataDestination.cpp.o = -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/TitlePcdataDe= stination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.= dir/TitlePcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/rtf-qt/TitlePcdataDestination.cpp [152/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/SubjectPcdataDestination.cpp.= o -MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/SubjectPcda= taDestination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_= lib.dir/SubjectPcdataDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/rtf-qt/SubjectPcdataDestinat= ion.cpp [153/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/fileloader/scribus12format && /usr/local/lib/qt5/bin/moc @/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/plugins/fileloader/scribus1= 2format/moc_scribus12format.cpp_parameters [154/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/moc_rtfreader.cpp.o -MF scrib= us/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/moc_rtfreader.cpp.o.d = -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/moc_rtfreader.= cpp.o -c scribus/third_party/rtf-qt/moc_rtfreader.cpp [155/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/UserPropsDestination.cpp.o -M= F scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/UserPropsDestin= ation.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/= UserPropsDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/rtf-qt/UserPropsDestination.cpp [156/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus150forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus150format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us150format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus150format/CMakeFiles/s= cribus150format.dir/moc_scribus150formatimpl.cpp.o -MF scribus/plugins/file= loader/scribus150format/CMakeFiles/scribus150format.dir/moc_scribus150forma= timpl.cpp.o.d -o scribus/plugins/fileloader/scribus150format/CMakeFiles/scr= ibus150format.dir/moc_scribus150formatimpl.cpp.o -c scribus/plugins/fileloa= der/scribus150format/moc_scribus150formatimpl.cpp [157/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dwmfimplugin_EXP= ORTS -Iscribus/plugins/import/wmf -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/wmf -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/wmfcontext.cpp.o -MF scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/wmfcontext.cpp.o.d -o scribus/plugins/import/= wmf/CMakeFiles/wmfimplugin.dir/wmfcontext.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/wmf/wmfcontext.c= pp [158/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/StyleSheetDestination.cpp.o -= MF scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/StyleSheetDest= ination.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.di= r/StyleSheetDestination.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/third_party/rtf-qt/StyleSheetDestination.cpp [159/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zip.cpp.o -= MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zip.cpp.o.d -o sc= ribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zip.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/zip/= zip.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/zip/zip.cpp: In function 'bool {anonymous}::hasExtension(const QString= &, const char* const*, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/zip/zip.cpp:1026:71: warning: 'RandomAccessIterator qBinaryFind(Random= AccessIterator, RandomAccessIterator, const T&) [with RandomAccessIterator = =3D const char* const*; T =3D {anonymous}::KeywordHelper]' is deprecated: U= se std::binary_search [-Wdeprecated-declarations] 1026 | const char* const* kw =3D qBinaryFind(start, end, KeywordHelper= (ext)); | = ^ In file included from /usr/local/include/qt5/QtCore/qlist.h:43, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qshareddata.h:46, from /usr/local/include/qt5/QtCore/qdatetime.h:46, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/zip/zipglobal.h:31, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/zip/zip.h:31, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/zip/zip.cpp:28: /usr/local/include/qt5/QtCore/qalgorithms.h:292:85: note: declared here 292 | QT_DEPRECATED_X("Use std::binary_search") Q_OUTOFLINE_TEMPLATE Rand= omAccessIterator qBinaryFind(RandomAccessIterator begin, RandomAccessIterat= or end, const T &value) | = ^~~~~~~~~~~ [160/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/rtfreader.cpp.o -MF scribus/t= hird_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/rtfreader.cpp.o.d -o scrib= us/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/rtfreader.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/rtf-qt/rtfreader.cpp [161/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus134forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus134format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us134format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus134format/CMakeFiles/s= cribus134format.dir/moc_scribus134formatimpl.cpp.o -MF scribus/plugins/file= loader/scribus134format/CMakeFiles/scribus134format.dir/moc_scribus134forma= timpl.cpp.o.d -o scribus/plugins/fileloader/scribus134format/CMakeFiles/scr= ibus134format.dir/moc_scribus134formatimpl.cpp.o -c scribus/plugins/fileloa= der/scribus134format/moc_scribus134formatimpl.cpp [162/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/lib2geom = -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third= _party/lib2geom -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I= /usr/local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets= -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local= /include/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std= =3Dgnu++11 -MD -MT scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/scribushelper.cpp.o -MF scribus/third_party/lib2geom/CMakeFiles/scrib= us_2geom_lib.dir/scribushelper.cpp.o.d -o scribus/third_party/lib2geom/CMak= eFiles/scribus_2geom_lib.dir/scribushelper.cpp.o -c /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/lib2geom/scribushe= lper.cpp [163/2089] : && /usr/local/bin/cmake -E rm -f scribus/third_party/lib2geom/= libscribus_2geom_lib.a && /usr/local/bin/ar qc scribus/third_party/lib2geom= /libscribus_2geom_lib.a scribus/third_party/lib2geom/CMakeFiles/scribus_2g= eom_lib.dir/svg-path.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_= 2geom_lib.dir/path.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_2g= eom_lib.dir/path-intersection.cpp.o scribus/third_party/lib2geom/CMakeFiles= /scribus_2geom_lib.dir/shape.cpp.o scribus/third_party/lib2geom/CMakeFiles/= scribus_2geom_lib.dir/region.cpp.o scribus/third_party/lib2geom/CMakeFiles/= scribus_2geom_lib.dir/crossing.cpp.o scribus/third_party/lib2geom/CMakeFile= s/scribus_2geom_lib.dir/sweep.cpp.o scribus/third_party/lib2geom/CMakeFiles= /scribus_2geom_lib.dir/poly.cpp.o scribus/third_party/lib2geom/CMakeFiles/s= cribus_2geom_lib.dir/poly-dk-solve.cpp.o scribus/third_party/lib2geom/CMake= Files/scribus_2geom_lib.dir/poly-laguerre-solve.cpp.o scribus/third_party/l= ib2geom/CMakeFiles/scribus_2geom_lib.dir/quadtree.cpp.o scribus/third_party= /lib2geom/CMakeFiles/scribus_2geom_lib.dir/matrix.cpp.o scribus/third_party= /lib2geom/CMakeFiles/scribus_2geom_lib.dir/transforms.cpp.o scribus/third_p= arty/lib2geom/CMakeFiles/scribus_2geom_lib.dir/point.cpp.o scribus/third_pa= rty/lib2geom/CMakeFiles/scribus_2geom_lib.dir/d2-sbasis.cpp.o scribus/third= _party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/piecewise.cpp.o scribus/th= ird_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/sbasis.cpp.o scribus/th= ird_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/sbasis-2d.cpp.o scribus= /third_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/sbasis-geometric.cpp= =2Eo scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/sbasis-m= ath.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/sba= sis-poly.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_lib.di= r/sbasis-roots.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_= lib.dir/sbasis-to-bezier.cpp.o scribus/third_party/lib2geom/CMakeFiles/scri= bus_2geom_lib.dir/basic-intersection.cpp.o scribus/third_party/lib2geom/CMa= keFiles/scribus_2geom_lib.dir/geom.cpp.o scribus/third_party/lib2geom/CMake= Files/scribus_2geom_lib.dir/bezier-utils.cpp.o scribus/third_party/lib2geom= /CMakeFiles/scribus_2geom_lib.dir/conjugate_gradient.cpp.o scribus/third_pa= rty/lib2geom/CMakeFiles/scribus_2geom_lib.dir/convex-cover.cpp.o scribus/th= ird_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/solve-bezier-one-d.cpp.= o scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_lib.dir/solve-bezie= r-parametric.cpp.o scribus/third_party/lib2geom/CMakeFiles/scribus_2geom_li= b.dir/scribushelper.cpp.o && /usr/local/bin/ranlib scribus/third_party/lib2= geom/libscribus_2geom_lib.a && : [164/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus13format= _EXPORTS -Iscribus/plugins/fileloader/scribus13format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 13format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13= format.dir/moc_scribus13formatimpl.cpp.o -MF scribus/plugins/fileloader/scr= ibus13format/CMakeFiles/scribus13format.dir/moc_scribus13formatimpl.cpp.o.d= -o scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13format.d= ir/moc_scribus13formatimpl.cpp.o -c scribus/plugins/fileloader/scribus13for= mat/moc_scribus13formatimpl.cpp [165/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/zip -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_part= y/zip -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr/local= /lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/usr/lo= cal/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/q= t5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -DCOMPILE_SCRIBUS_MAIN_APP -std=3Dgnu++11= -MD -MT scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/scribus_zip= =2Ecpp.o -MF scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/scribus= _zip.cpp.o.d -o scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/scri= bus_zip.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/zip/scribus_zip.cpp [166/2089] : && /usr/local/bin/cmake -E rm -f scribus/third_party/zip/libsc= ribus_zip_lib.a && /usr/local/bin/ar qc scribus/third_party/zip/libscribus_= zip_lib.a scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/unzip.cpp= =2Eo scribus/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zip.cpp.o scrib= us/third_party/zip/CMakeFiles/scribus_zip_lib.dir/zipglobal.cpp.o scribus/t= hird_party/zip/CMakeFiles/scribus_zip_lib.dir/scribus_zip.cpp.o scribus/thi= rd_party/zip/CMakeFiles/scribus_zip_lib.dir/moc_zip_p.cpp.o scribus/third_p= arty/zip/CMakeFiles/scribus_zip_lib.dir/moc_unzip_p.cpp.o && /usr/local/bin= /ranlib scribus/third_party/zip/libscribus_zip_lib.a && : [167/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Doodrawimp_EXPOR= TS -Iscribus/plugins/import/oodraw -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/oodraw -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/oodraw/CMakeFiles/oodrawimp.dir/moc_oodrawimp.cpp.o -MF scribus/plugins/= import/oodraw/CMakeFiles/oodrawimp.dir/moc_oodrawimp.cpp.o.d -o scribus/plu= gins/import/oodraw/CMakeFiles/oodrawimp.dir/moc_oodrawimp.cpp.o -c scribus/= plugins/import/oodraw/moc_oodrawimp.cpp [168/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dwmfimplugin_EXP= ORTS -Iscribus/plugins/import/wmf -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/wmf -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/moc_wmfimport.cpp.o -MF scribus/plugins/impor= t/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfimport.cpp.o.d -o scribus/plugins/i= mport/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfimport.cpp.o -c scribus/plugins= /import/wmf/moc_wmfimport.cpp [169/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus12format= _EXPORTS -Iscribus/plugins/fileloader/scribus12format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 12format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12= format.dir/moc_scribus12formatimpl.cpp.o -MF scribus/plugins/fileloader/scr= ibus12format/CMakeFiles/scribus12format.dir/moc_scribus12formatimpl.cpp.o.d= -o scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12format.d= ir/moc_scribus12formatimpl.cpp.o -c scribus/plugins/fileloader/scribus12for= mat/moc_scribus12formatimpl.cpp [170/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Doodrawimp_EXPOR= TS -Iscribus/plugins/import/oodraw -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/oodraw -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/oodraw/CMakeFiles/oodrawimp.dir/stylestack.cpp.o -MF scribus/plugins/imp= ort/oodraw/CMakeFiles/oodrawimp.dir/stylestack.cpp.o.d -o scribus/plugins/i= mport/oodraw/CMakeFiles/oodrawimp.dir/stylestack.cpp.o -c /wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/oodraw/st= ylestack.cpp [171/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dwmfimplugin_EXP= ORTS -Iscribus/plugins/import/wmf -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/wmf -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/moc_wmfimportplugin.cpp.o -MF scribus/plugins= /import/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfimportplugin.cpp.o.d -o scrib= us/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfimportplugin.cpp.o = -c scribus/plugins/import/wmf/moc_wmfimportplugin.cpp [172/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus150forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus150format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us150format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus150format/CMakeFiles/s= cribus150format.dir/scribus150formatimpl.cpp.o -MF scribus/plugins/fileload= er/scribus150format/CMakeFiles/scribus150format.dir/scribus150formatimpl.cp= p.o.d -o scribus/plugins/fileloader/scribus150format/CMakeFiles/scribus150f= ormat.dir/scribus150formatimpl.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus150format/scribu= s150formatimpl.cpp [173/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus150forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus150format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us150format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus150format/CMakeFiles/s= cribus150format.dir/moc_scribus150format.cpp.o -MF scribus/plugins/fileload= er/scribus150format/CMakeFiles/scribus150format.dir/moc_scribus150format.cp= p.o.d -o scribus/plugins/fileloader/scribus150format/CMakeFiles/scribus150f= ormat.dir/moc_scribus150format.cpp.o -c scribus/plugins/fileloader/scribus1= 50format/moc_scribus150format.cpp [174/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/gettext/sxwim && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/gettext/sxwim/moc_sxwdia.cpp_par= ameters [175/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/gettext/textfilter && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/gettext/textfilter/moc_tffi= lter.cpp_parameters [176/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dfontpreview_EXP= ORTS -Iscribus/plugins/fontpreview -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/fontpreview -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/fontpr= eview/CMakeFiles/fontpreview.dir/moc_fontpreviewplugin.cpp.o -MF scribus/pl= ugins/fontpreview/CMakeFiles/fontpreview.dir/moc_fontpreviewplugin.cpp.o.d = -o scribus/plugins/fontpreview/CMakeFiles/fontpreview.dir/moc_fontpreviewpl= ugin.cpp.o -c scribus/plugins/fontpreview/moc_fontpreviewplugin.cpp [177/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus134forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus134format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us134format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus134format/CMakeFiles/s= cribus134format.dir/scribus134formatimpl.cpp.o -MF scribus/plugins/fileload= er/scribus134format/CMakeFiles/scribus134format.dir/scribus134formatimpl.cp= p.o.d -o scribus/plugins/fileloader/scribus134format/CMakeFiles/scribus134f= ormat.dir/scribus134formatimpl.cpp.o -c /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus134format/scribu= s134formatimpl.cpp [178/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Ddocim_EXPORTS -= Iscribus/plugins/gettext/docim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/docim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= docim/CMakeFiles/docim.dir/moc_docim.cpp.o -MF scribus/plugins/gettext/doci= m/CMakeFiles/docim.dir/moc_docim.cpp.o.d -o scribus/plugins/gettext/docim/C= MakeFiles/docim.dir/moc_docim.cpp.o -c scribus/plugins/gettext/docim/moc_do= cim.cpp [179/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dcsvim_EXPORTS -= Iscribus/plugins/gettext/csvim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/csvim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= csvim/CMakeFiles/csvim.dir/moc_csvdia.cpp.o -MF scribus/plugins/gettext/csv= im/CMakeFiles/csvim.dir/moc_csvdia.cpp.o.d -o scribus/plugins/gettext/csvim= /CMakeFiles/csvim.dir/moc_csvdia.cpp.o -c scribus/plugins/gettext/csvim/moc= _csvdia.cpp [180/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus134forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus134format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us134format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus134format/CMakeFiles/s= cribus134format.dir/moc_scribus134format.cpp.o -MF scribus/plugins/fileload= er/scribus134format/CMakeFiles/scribus134format.dir/moc_scribus134format.cp= p.o.d -o scribus/plugins/fileloader/scribus134format/CMakeFiles/scribus134f= ormat.dir/moc_scribus134format.cpp.o -c scribus/plugins/fileloader/scribus1= 34format/moc_scribus134format.cpp [181/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/gettext/textfilter && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/gettext/textfilter/moc_tfdi= a.cpp_parameters [182/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dfontpreview_EXP= ORTS -Iscribus/plugins/fontpreview -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/fontpreview -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/fontpr= eview/CMakeFiles/fontpreview.dir/moc_fontpreview.cpp.o -MF scribus/plugins/= fontpreview/CMakeFiles/fontpreview.dir/moc_fontpreview.cpp.o.d -o scribus/p= lugins/fontpreview/CMakeFiles/fontpreview.dir/moc_fontpreview.cpp.o -c scri= bus/plugins/fontpreview/moc_fontpreview.cpp [183/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dwmfimplugin_EXP= ORTS -Iscribus/plugins/import/wmf -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/wmf -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/wmfimportplugin.cpp.o -MF scribus/plugins/imp= ort/wmf/CMakeFiles/wmfimplugin.dir/wmfimportplugin.cpp.o.d -o scribus/plugi= ns/import/wmf/CMakeFiles/wmfimplugin.dir/wmfimportplugin.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/w= mf/wmfimportplugin.cpp [184/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus13format= _EXPORTS -Iscribus/plugins/fileloader/scribus13format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 13format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13= format.dir/moc_scribus13format.cpp.o -MF scribus/plugins/fileloader/scribus= 13format/CMakeFiles/scribus13format.dir/moc_scribus13format.cpp.o.d -o scri= bus/plugins/fileloader/scribus13format/CMakeFiles/scribus13format.dir/moc_s= cribus13format.cpp.o -c scribus/plugins/fileloader/scribus13format/moc_scri= bus13format.cpp [185/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus13format= _EXPORTS -Iscribus/plugins/fileloader/scribus13format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 13format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13= format.dir/scribus13formatimpl.cpp.o -MF scribus/plugins/fileloader/scribus= 13format/CMakeFiles/scribus13format.dir/scribus13formatimpl.cpp.o.d -o scri= bus/plugins/fileloader/scribus13format/CMakeFiles/scribus13format.dir/scrib= us13formatimpl.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.cpp [186/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus12format= _EXPORTS -Iscribus/plugins/fileloader/scribus12format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 12format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12= format.dir/scribus12formatimpl.cpp.o -MF scribus/plugins/fileloader/scribus= 12format/CMakeFiles/scribus12format.dir/scribus12formatimpl.cpp.o.d -o scri= bus/plugins/fileloader/scribus12format/CMakeFiles/scribus12format.dir/scrib= us12formatimpl.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/plugins/fileloader/scribus12format/scribus12formatimpl.cpp [187/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus12format= _EXPORTS -Iscribus/plugins/fileloader/scribus12format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 12format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12= format.dir/moc_scribus12format.cpp.o -MF scribus/plugins/fileloader/scribus= 12format/CMakeFiles/scribus12format.dir/moc_scribus12format.cpp.o.d -o scri= bus/plugins/fileloader/scribus12format/CMakeFiles/scribus12format.dir/moc_s= cribus12format.cpp.o -c scribus/plugins/fileloader/scribus12format/moc_scri= bus12format.cpp [188/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dfontpreview_EXP= ORTS -Iscribus/plugins/fontpreview -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/fontpreview -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/fontpr= eview/CMakeFiles/fontpreview.dir/fontpreviewplugin.cpp.o -MF scribus/plugin= s/fontpreview/CMakeFiles/fontpreview.dir/fontpreviewplugin.cpp.o.d -o scrib= us/plugins/fontpreview/CMakeFiles/fontpreview.dir/fontpreviewplugin.cpp.o -= c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugi= ns/fontpreview/fontpreviewplugin.cpp [189/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDI= R=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/usr/local/share= /scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\" -DTEMPLATEDI= R=3D\"/usr/local/share/scribus/templates/\" -Iscribus/third_party/rtf-qt -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/rtf-qt -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtCore -I/usr= /local/lib/qt5/mkspecs/freebsd-clang -I/usr/local/include/qt5/QtWidgets -I/= usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/inc= lude/qt5/QtNetwork -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -std=3Dgnu++11 -MD -MT scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/sladocumentrtfoutput.cpp.o -M= F scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/sladocumentrtfo= utput.cpp.o.d -o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/= sladocumentrtfoutput.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/rtf-qt/sladocumentrtfoutput.cpp [190/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dfontpreview_EXP= ORTS -Iscribus/plugins/fontpreview -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/fontpreview -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/fontpr= eview/CMakeFiles/fontpreview.dir/fontpreview.cpp.o -MF scribus/plugins/font= preview/CMakeFiles/fontpreview.dir/fontpreview.cpp.o.d -o scribus/plugins/f= ontpreview/CMakeFiles/fontpreview.dir/fontpreview.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fontpreview/fon= tpreview.cpp [191/2089] : && /usr/local/bin/cmake -E rm -f scribus/third_party/rtf-qt/li= bscribus_rtf_lib.a && /usr/local/bin/ar qc scribus/third_party/rtf-qt/libsc= ribus_rtf_lib.a scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/= AbstractRtfOutput.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_l= ib.dir/AuthorPcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/= scribus_rtf_lib.dir/CategoryPcdataDestination.cpp.o scribus/third_party/rtf= -qt/CMakeFiles/scribus_rtf_lib.dir/ColorTableDestination.cpp.o scribus/thir= d_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CommentPcdataDestination.cpp.= o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/CompanyPcdataDe= stination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/c= ontrolword.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/= Destination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir= /DocumentCommentPcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFil= es/scribus_rtf_lib.dir/DocumentDestination.cpp.o scribus/third_party/rtf-qt= /CMakeFiles/scribus_rtf_lib.dir/FontTableDestination.cpp.o scribus/third_pa= rty/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/GeneratorPcdataDestination.cpp.o = scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/HLinkBasePcdataDe= stination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/I= gnoredDestination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_l= ib.dir/InfoCreatedTimeDestination.cpp.o scribus/third_party/rtf-qt/CMakeFil= es/scribus_rtf_lib.dir/InfoDestination.cpp.o scribus/third_party/rtf-qt/CMa= keFiles/scribus_rtf_lib.dir/InfoPrintedTimeDestination.cpp.o scribus/third_= party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoRevisedTimeDestination.cpp.= o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/InfoTimeDestina= tion.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Keywor= dsPcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf= _lib.dir/ManagerPcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFil= es/scribus_rtf_lib.dir/OperatorPcdataDestination.cpp.o scribus/third_party/= rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PcdataDestination.cpp.o scribus/third= _party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/PictDestination.cpp.o scribus/= third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/rtfreader.cpp.o scribus/t= hird_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/sladocumentrtfoutput.cpp.o= scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/StyleSheetDestin= ation.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf_lib.dir/Subje= ctPcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scribus_rtf= _lib.dir/TitlePcdataDestination.cpp.o scribus/third_party/rtf-qt/CMakeFiles= /scribus_rtf_lib.dir/Token.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scri= bus_rtf_lib.dir/Tokenizer.cpp.o scribus/third_party/rtf-qt/CMakeFiles/scrib= us_rtf_lib.dir/UserPropsDestination.cpp.o scribus/third_party/rtf-qt/CMakeF= iles/scribus_rtf_lib.dir/moc_rtfreader.cpp.o && /usr/local/bin/ranlib scrib= us/third_party/rtf-qt/libscribus_rtf_lib.a && : [192/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_actionmanager.cpp_parameters [193/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dcsvim_EXPORTS -= Iscribus/plugins/gettext/csvim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/csvim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= csvim/CMakeFiles/csvim.dir/csvdia.cpp.o -MF scribus/plugins/gettext/csvim/C= MakeFiles/csvim.dir/csvdia.cpp.o.d -o scribus/plugins/gettext/csvim/CMakeFi= les/csvim.dir/csvdia.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/plugins/gettext/csvim/csvdia.cpp [194/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/fontprevi= ew/libfontpreview.so scribus/plugins/fontpreview/CMakeFiles/fontpreview.dir= /fontpreview.cpp.o scribus/plugins/fontpreview/CMakeFiles/fontpreview.dir/f= ontpreviewplugin.cpp.o scribus/plugins/fontpreview/CMakeFiles/fontpreview.d= ir/moc_fontpreview.cpp.o scribus/plugins/fontpreview/CMakeFiles/fontpreview= =2Edir/moc_fontpreviewplugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel= /work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/w= ork/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.= build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/s= cribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports= /print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,li= b/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/li= bQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/l= ib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so = /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.s= o.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/loc= al/lib && : [195/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_appmodehelper.cpp_parameters [196/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dcsvim_EXPORTS -= Iscribus/plugins/gettext/csvim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/csvim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= csvim/CMakeFiles/csvim.dir/csvim.cpp.o -MF scribus/plugins/gettext/csvim/CM= akeFiles/csvim.dir/csvim.cpp.o.d -o scribus/plugins/gettext/csvim/CMakeFile= s/csvim.dir/csvim.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/plugins/gettext/csvim/csvim.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/csvim/csvim.cpp: In member function 'void CsvIm::loadFile()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/csvim/csvim.cpp:106:62: warning: 'QStringList QString::split(const= QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecate= d: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 106 | QStringList lines =3D text.split("\n", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvdia.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvim.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvim.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/csvim/csvim.cpp: In member function 'void CsvIm::parseLine(const Q= String&, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/csvim/csvim.cpp:135:69: warning: 'QStringList QString::split(const= QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecate= d: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 135 | QStringList l =3D line.split(fieldDelimiter, QString::SkipEmptyPa= rts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvdia.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvim.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/csvim/csvim.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [197/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Ddocim_EXPORTS -= Iscribus/plugins/gettext/docim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/docim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= docim/CMakeFiles/docim.dir/docim.cpp.o -MF scribus/plugins/gettext/docim/CM= akeFiles/docim.dir/docim.cpp.o.d -o scribus/plugins/gettext/docim/CMakeFile= s/docim.dir/docim.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/plugins/gettext/docim/docim.cpp [198/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvas.cpp_parameters [199/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_columnresize.cpp_parameters [200/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture.cpp_parameters /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/canvasg= esture.h:0: Note: No relevant classes found. No output generated. [201/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsxwimplugin_EXP= ORTS -Iscribus/plugins/gettext/sxwim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/sxwim/CMakeFiles/sxwimplugin.dir/moc_sxwdia.cpp.o -MF scribus/plugins= /gettext/sxwim/CMakeFiles/sxwimplugin.dir/moc_sxwdia.cpp.o.d -o scribus/plu= gins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/moc_sxwdia.cpp.o -c scribus/p= lugins/gettext/sxwim/moc_sxwdia.cpp [202/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_cellselect.cpp_parameters [203/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_rowresize.cpp_parameters [204/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_rulermove.cpp_parameters [205/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_table.cpp_parameters [206/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasgesture_tableresize.cpp_parameters [207/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode.cpp_parameters [208/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_create.cpp_parameters [209/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_edit.cpp_parameters [210/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_editarc.cpp_parameters [211/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_editpolygon.cpp_parameters [212/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_edittable.cpp_parameters [213/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_editspiral.cpp_parameters [214/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_editweldpoint.cpp_parameters [215/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dhtmlim_EXPORTS = -Iscribus/plugins/gettext/htmlim -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/gettext/htmlim -I/usr/local/include/qt5= /QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/= usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/lo= cal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/= lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -is= ystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -i= system /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtO= penGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -n= ostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O= 2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/get= text/htmlim/CMakeFiles/htmlim.dir/htmlim.cpp.o -MF scribus/plugins/gettext/= htmlim/CMakeFiles/htmlim.dir/htmlim.cpp.o.d -o scribus/plugins/gettext/html= im/CMakeFiles/htmlim.dir/htmlim.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/gettext/htmlim/htmlim.cpp [216/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_eyedropper.cpp_parameters [217/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_framelinks.cpp_parameters [218/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_imageimport.cpp_parameters [219/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_measurements.cpp_parameters [220/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_normal.cpp_parameters [221/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_chartablemodel.cpp_parameters [222/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_canvasmode_objimport.cpp_parameters [223/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_chartableview.cpp_parameters [224/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_commonstrings.cpp_parameters [225/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_colorblind.cpp_parameters [226/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_deferredtask.cpp_parameters [227/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_docinfo.cpp_parameters [228/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_collect4output.cpp_parameters [229/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_filesearch.cpp_parameters [230/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/do= wnloadmanager && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/downloadmanager/moc_scdlthread.cpp_parameters [231/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_fileloader.cpp_parameters [232/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/do= wnloadmanager && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/downloadmanager/moc_scdlmgr.cpp_parameters [233/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_fontlistmodel.cpp_parameters [234/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_guidesdelegate.cpp_parameters [235/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_hyphenator.cpp_parameters [236/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtextfilterplugi= n_EXPORTS -Iscribus/plugins/gettext/textfilter -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/moc_tffilte= r.cpp.o -MF scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.= dir/moc_tffilter.cpp.o.d -o scribus/plugins/gettext/textfilter/CMakeFiles/t= extfilterplugin.dir/moc_tffilter.cpp.o -c scribus/plugins/gettext/textfilte= r/moc_tffilter.cpp [237/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_filewatcher.cpp_parameters [238/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_guidesview.cpp_parameters [239/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_guidesmodel.cpp_parameters [240/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_latexhelpers.cpp_parameters [241/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_menumanager.cpp_parameters [242/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_navigator.cpp_parameters [243/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_observable.cpp_parameters [244/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_iconmanager.cpp_parameters [245/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_notesstyles.cpp_parameters [246/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dwmfimplugin_EXP= ORTS -Iscribus/plugins/import/wmf -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/wmf -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/w= mf/CMakeFiles/wmfimplugin.dir/wmfimport.cpp.o -MF scribus/plugins/import/wm= f/CMakeFiles/wmfimplugin.dir/wmfimport.cpp.o.d -o scribus/plugins/import/wm= f/CMakeFiles/wmfimplugin.dir/wmfimport.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/wmf/wmfimport.cpp [247/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_loadsaveplugin.cpp_parameters [248/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtextfilterplugi= n_EXPORTS -Iscribus/plugins/gettext/textfilter -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/moc_tfdia.c= pp.o -MF scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir= /moc_tfdia.cpp.o.d -o scribus/plugins/gettext/textfilter/CMakeFiles/textfil= terplugin.dir/moc_tfdia.cpp.o -c scribus/plugins/gettext/textfilter/moc_tfd= ia.cpp [249/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem.cpp_parameters [250/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_arc.cpp_parameters [251/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_group.cpp_parameters [252/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_imageframe.cpp_parameters [253/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_latexframe.cpp_parameters [254/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_line.cpp_parameters [255/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_pathtext.cpp_parameters [256/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_polygon.cpp_parameters [257/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_polyline.cpp_parameters [258/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitempointer.cpp_parameters [259/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_regularpolygon.cpp_parameters [260/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_spiral.cpp_parameters [261/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_symbol.cpp_parameters [262/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsxwimplugin_EXP= ORTS -Iscribus/plugins/gettext/sxwim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/sxwim/CMakeFiles/sxwimplugin.dir/sxwdia.cpp.o -MF scribus/plugins/get= text/sxwim/CMakeFiles/sxwimplugin.dir/sxwdia.cpp.o.d -o scribus/plugins/get= text/sxwim/CMakeFiles/sxwimplugin.dir/sxwdia.cpp.o -c /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim/sxwdia= =2Ecpp [263/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_textframe.cpp_parameters [264/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_table.cpp_parameters [265/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pageitem_noteframe.cpp_parameters [266/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pluginmanager.cpp_parameters [267/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pdflib.cpp_parameters [268/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pp_proxy.cpp_parameters [269/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dhtmlim_EXPORTS = -Iscribus/plugins/gettext/htmlim -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/gettext/htmlim -I/usr/local/include/qt5= /QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/= usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/lo= cal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/= lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -is= ystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -i= system /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtO= penGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -n= ostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O= 2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/get= text/htmlim/CMakeFiles/htmlim.dir/htmlreader.cpp.o -MF scribus/plugins/gett= ext/htmlim/CMakeFiles/htmlim.dir/htmlreader.cpp.o.d -o scribus/plugins/gett= ext/htmlim/CMakeFiles/htmlim.dir/htmlreader.cpp.o -c /wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/htmlim/htmlre= ader.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/htmlim/htmlreader.cpp: In static member function 'static void HTML= Reader::startElement(void*, const xmlChar*, const xmlChar**)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/htmlim/htmlreader.cpp:114:17: warning: 'QXmlAttributes::QXmlAttrib= utes()' is deprecated [-Wdeprecated-declarations] 114 | QXmlAttributes attrs; | ^~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlAttributes:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/htmlim/htmlreader.h:35, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/htmlim/htmlreader.cpp:29: /usr/local/include/qt5/QtXml/qxml.h:146:34: note: declared here 146 | QT_DEPRECATED_VERSION(5, 15) QXmlAttributes(); | ^~~~~~~~~~~~~~ [270/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpdbim_EXPORTS -= Iscribus/plugins/gettext/pdbim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/pdbim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= pdbim/CMakeFiles/pdbim.dir/pdbim.cpp.o -MF scribus/plugins/gettext/pdbim/CM= akeFiles/pdbim.dir/pdbim.cpp.o.d -o scribus/plugins/gettext/pdbim/CMakeFile= s/pdbim.dir/pdbim.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/plugins/gettext/pdbim/pdbim.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/pdbim/pdbim.cpp: In member function 'void PdbIm::selectSwap()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/pdbim/pdbim.cpp:178:9: warning: 'char* strncpy(char*, const char*,= size_t)' output truncated before terminating nul copying 2 bytes from a st= ring of the same length [-Wstringop-truncation] 178 | strncpy( w.c, "\1\2", 2 ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ [271/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pdf_analyzer.cpp_parameters [272/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Drtfimplugin_EXP= ORTS -Iscribus/plugins/gettext/rtfim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/rtfim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/rtfim/CMakeFiles/rtfimplugin.dir/rtfim.cpp.o -MF scribus/plugins/gett= ext/rtfim/CMakeFiles/rtfimplugin.dir/rtfim.cpp.o.d -o scribus/plugins/gette= xt/rtfim/CMakeFiles/rtfimplugin.dir/rtfim.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/rtfim/rtfim.cpp [273/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_qtiocompressor.cpp_parameters [274/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_schelptreemodel.cpp_parameters [275/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scimagecachedir.cpp_parameters [276/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scimagecachefile.cpp_parameters [277/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scgtplugin.cpp_parameters [278/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scprintengine.cpp_parameters [279/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scimagecachemanager.cpp_parameters [280/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scmimedata.cpp_parameters [281/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_prefsmanager.cpp_parameters [282/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scplugin.cpp_parameters [283/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pslib.cpp_parameters [284/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scraction.cpp_parameters [285/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_pdflib_core.cpp_parameters [286/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_sampleitem.cpp_parameters [287/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribusapp.cpp_parameters [288/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_styleitem.cpp_parameters [289/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_tocgenerator.cpp_parameters [290/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_aboutplugins.cpp_parameters [291/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribuswin.cpp_parameters [292/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_selectionrubberband.cpp_parameters [293/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_undomanager.cpp_parameters [294/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribus.cpp_parameters [295/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_undogui.cpp_parameters [296/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_urllauncher.cpp_parameters [297/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribuscore.cpp_parameters [298/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribusdoc.cpp_parameters [299/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_selection.cpp_parameters [300/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_about.cpp_parameters [301/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_upgradechecker.cpp_parameters [302/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_actionsearchdialog.cpp_parameters [303/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_adjustcmsdialog.cpp_parameters [304/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/moc_scribusview.cpp_parameters [305/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_alignselect.cpp_parameters [306/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_directionselect.cpp_parameters [307/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_annot.cpp_parameters [308/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_annota.cpp_parameters [309/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtxtim_EXPORTS -= Iscribus/plugins/gettext/txtim -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/gettext/txtim -I/usr/local/include/qt5/Qt= PrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr= /local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib= -2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/i= nclude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/q= t5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem= /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isyste= m /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wa= ll -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/gettext/= txtim/CMakeFiles/txtim.dir/txtim.cpp.o -MF scribus/plugins/gettext/txtim/CM= akeFiles/txtim.dir/txtim.cpp.o.d -o scribus/plugins/gettext/txtim/CMakeFile= s/txtim.dir/txtim.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/plugins/gettext/txtim/txtim.cpp [310/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_arcwidget.cpp_parameters [311/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_autoform.cpp_parameters [312/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_aligndistribute.cpp_parameters [313/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_arcvectordialog.cpp_parameters [314/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_arrowchooser.cpp_parameters [315/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_autoformbuttongroup.cpp_parameters [316/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_basepointwidget.cpp_parameters [317/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_cmsprefs.cpp_parameters [318/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_buttonicon.cpp_parameters [319/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_applytemplatedialog.cpp_parameters [320/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_charselect.cpp_parameters [321/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_charzoom.cpp_parameters [322/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_charselectenhanced.cpp_parameters [323/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_clockwidget.cpp_parameters [324/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_colorlistmodel.cpp_parameters [325/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_bookmarkpalette.cpp_parameters [326/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_colorchart.cpp_parameters [327/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtextfilterplugi= n_EXPORTS -Iscribus/plugins/gettext/textfilter -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/textfilter.= cpp.o -MF scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.di= r/textfilter.cpp.o.d -o scribus/plugins/gettext/textfilter/CMakeFiles/textf= ilterplugin.dir/textfilter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter/textfilter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/textfilter/textfilter.cpp: In member function 'void TextFilter::wr= ite()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/textfilter/textfilter.cpp:128:62: warning: 'QStringList QString::s= plit(const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is= deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declaratio= ns] 128 | QStringList list =3D text.split("\n", QString::KeepEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qmap.h:44, from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/prefscontext.h:31, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/textfilter/textfilter.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/textfilter/textfilter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [328/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dxtgimplugin_EXP= ORTS -Iscribus/plugins/gettext/xtgim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/xtgim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/xtgim/CMakeFiles/xtgimplugin.dir/xtgim.cpp.o -MF scribus/plugins/gett= ext/xtgim/CMakeFiles/xtgimplugin.dir/xtgim.cpp.o.d -o scribus/plugins/gette= xt/xtgim/CMakeFiles/xtgimplugin.dir/xtgim.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/xtgim/xtgim.cpp [329/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_bookmwin.cpp_parameters [330/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_checkDocument.cpp_parameters [331/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_collectforoutput_ui.cpp_parameters [332/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_contentpalette.cpp_parameters [333/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_cmykfw.cpp_parameters [334/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_cupsoptions.cpp_parameters [335/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_colorlistbox.cpp_parameters [336/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_customfdialog.cpp_parameters [337/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_colorcombo.cpp_parameters [338/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_curvewidget.cpp_parameters [339/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_colorsandfills.cpp_parameters [340/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_cxfimportdialog.cpp_parameters [341/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_contentpalette_default.cpp_parameters [342/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_dcolor.cpp_parameters [343/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_contentpalette_page.cpp_parameters [344/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_contextmenu.cpp_parameters [345/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_dasheditor.cpp_parameters [346/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_delpages.cpp_parameters [347/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_editor.cpp_parameters [348/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_filedialogeventcatcher.cpp_parameters [349/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_cpalette.cpp_parameters [350/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_effectsdialog.cpp_parameters [351/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_fontembeddingmodel.cpp_parameters [352/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_extimageprops.cpp_parameters [353/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_helpnavigation.cpp_parameters [354/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_fontreplacedialog.cpp_parameters [355/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_fontcombo.cpp_parameters [356/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_downloadspalette.cpp_parameters [357/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gtdialogs.cpp_parameters [358/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_fontlistview.cpp_parameters [359/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gradientvectordialog.cpp_parameters [360/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gradientpreview.cpp_parameters [361/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gtfiledialog.cpp_parameters [362/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_inserttablecolumnsdialog.cpp_parameters [363/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_inserttablerowsdialog.cpp_parameters [364/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gradienteditor.cpp_parameters [365/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsxwimplugin_EXP= ORTS -Iscribus/plugins/gettext/sxwim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/sxwim/CMakeFiles/sxwimplugin.dir/contentreader.cpp.o -MF scribus/plug= ins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/contentreader.cpp.o.d -o scrib= us/plugins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/contentreader.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/sxwim/contentreader.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/sxwim/contentreader.cpp: In static member function 'static void Co= ntentReader::startElement(void*, const xmlChar*, const xmlChar**)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/sxwim/contentreader.cpp:328:17: warning: 'QXmlAttributes::QXmlAttr= ibutes()' is deprecated [-Wdeprecated-declarations] 328 | QXmlAttributes attrs; | ^~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlAttributes:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/sxwim/contentreader.h:41, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/sxwim/contentreader.cpp:27: /usr/local/include/qt5/QtXml/qxml.h:146:34: note: declared here 146 | QT_DEPRECATED_VERSION(5, 15) QXmlAttributes(); | ^~~~~~~~~~~~~~ [366/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_fontembeddingcombo.cpp_parameters [367/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_gradientaddedit.cpp_parameters [368/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_hruler.cpp_parameters [369/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_hyask.cpp_parameters [370/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_insertTable.cpp_parameters [371/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_guidemanager.cpp_parameters [372/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_imageinfodialog.cpp_parameters [373/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_javadocs.cpp_parameters [374/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_inlinepalette.cpp_parameters [375/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_inspage.cpp_parameters [376/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_latexeditor.cpp_parameters [377/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_helpbrowser.cpp_parameters [378/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_linkbutton.cpp_parameters [379/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_loremipsum.cpp_parameters [380/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_markinsert.cpp_parameters [381/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_linecombo.cpp_parameters [382/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_multipleduplicate.cpp_parameters [383/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_insertaframe.cpp_parameters [384/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_mark2item.cpp_parameters [385/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_mark2mark.cpp_parameters [386/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsxwimplugin_EXP= ORTS -Iscribus/plugins/gettext/sxwim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/sxwim/CMakeFiles/sxwimplugin.dir/sxwim.cpp.o -MF scribus/plugins/gett= ext/sxwim/CMakeFiles/sxwimplugin.dir/sxwim.cpp.o.d -o scribus/plugins/gette= xt/sxwim/CMakeFiles/sxwimplugin.dir/sxwim.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim/sxwim.cpp [387/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_layers.cpp_parameters [388/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_markanchor.cpp_parameters [389/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_mergedoc.cpp_parameters [390/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_markvariabletext.cpp_parameters [391/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_marksmanager.cpp_parameters [392/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_movepage.cpp_parameters [393/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_measurements.cpp_parameters [394/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_nftdialog.cpp_parameters [395/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_newtemp.cpp_parameters [396/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_multiprogressdialog.cpp_parameters [397/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pageitemattributes.cpp_parameters [398/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_nftwidget.cpp_parameters [399/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagepalette_masterpages.cpp_parameters [400/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_marknote.cpp_parameters [401/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_marginwidget.cpp_parameters [402/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_newmarginwidget.cpp_parameters [403/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_missing.cpp_parameters [404/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_marginpresetlayout.cpp_parameters [405/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_nodeeditpalette.cpp_parameters [406/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_numformatcombo.cpp_parameters [407/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_picsearchoptions.cpp_parameters [408/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_outlinepalette.cpp_parameters [409/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_newdocdialog.cpp_parameters [410/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_outputpreviewbase.cpp_parameters [411/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_notesstyleseditor.cpp_parameters [412/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagepalette.cpp_parameters [413/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagepalette_pages.cpp_parameters [414/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagepropertiesdialog.cpp_parameters [415/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pageselector.cpp_parameters [416/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pdfversionmodel.cpp_parameters [417/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagepalette_widgets.cpp_parameters [418/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtextfilterplugi= n_EXPORTS -Iscribus/plugins/gettext/textfilter -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/tfdia.cpp.o= -MF scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/tfd= ia.cpp.o.d -o scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugi= n.dir/tfdia.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/plugins/gettext/textfilter/tfdia.cpp [419/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_outputpreview_pdf.cpp_parameters [420/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_patternpropsdialog.cpp_parameters [421/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_outputpreview_ps.cpp_parameters [422/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_picsearch.cpp_parameters [423/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pagelayout.cpp_parameters [424/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_polygonwidget.cpp_parameters [425/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_polyprops.cpp_parameters [426/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_picstatus.cpp_parameters [427/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_colormanagement.cpp_parameters [428/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pdfversioncombo.cpp_parameters [429/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_display.cpp_parameters [430/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_documentinformation.cpp_parameters [431/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_documentsections.cpp_parameters [432/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_guides.cpp_parameters [433/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dtextfilterplugi= n_EXPORTS -Iscribus/plugins/gettext/textfilter -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/textfilter -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/tffilter.cp= p.o -MF scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/= tffilter.cpp.o.d -o scribus/plugins/gettext/textfilter/CMakeFiles/textfilte= rplugin.dir/tffilter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/plugins/gettext/textfilter/tffilter.cpp [434/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_fonts.cpp_parameters [435/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_imagecache.cpp_parameters [436/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pdfexportdialog.cpp_parameters [437/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_miscellaneous.cpp_parameters [438/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_paths.cpp_parameters [439/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_pagesizes.cpp_parameters [440/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_pane.cpp_parameters [441/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_plugins.cpp_parameters [442/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_documentsetup.cpp_parameters [443/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_externaltools.cpp_parameters [444/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_printer.cpp_parameters [445/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_scrapbook.cpp_parameters [446/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_preferencesdialog.cpp_parameters [447/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_hyphenator.cpp_parameters [448/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Doodrawimp_EXPOR= TS -Iscribus/plugins/import/oodraw -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/oodraw -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/oodraw/CMakeFiles/oodrawimp.dir/oodrawimp.cpp.o -MF scribus/plugins/impo= rt/oodraw/CMakeFiles/oodrawimp.dir/oodrawimp.cpp.o.d -o scribus/plugins/imp= ort/oodraw/CMakeFiles/oodrawimp.dir/oodrawimp.cpp.o -c /wrkdirs/usr/ports/p= rint/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/oodraw/oodra= wimp.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp: In member function 'QString OODPlug::parseCol= or(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1363:66: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1363 | QStringList colors =3D parse.split( ',', QString::SkipEmptyParts = ); | ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp: In member function 'void OODPlug::parseTransf= orm(FPointArray*, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1402:74: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1402 | QStringList subtransforms =3D transform.split(')', QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1407:70: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1407 | QStringList subtransform =3D (*it).split('(', QString::SkipEmptyP= arts); | = ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1411:74: warning: 'QStringList QString::split(= const QRegExp&, QString::SplitBehavior) const' is deprecated: Use Qt::Split= Behavior variant instead [-Wdeprecated-declarations] 1411 | QStringList params =3D subtransform[1].split(reg, QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:622:17: note: declared here 622 | QStringList split(const QRegExp &sep, SplitBehavior behavior) c= onst; | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp: In member function 'void OODPlug::parseViewBo= x(const QDomElement&, double*, double*, double*, double*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1456:107: warning: 'QStringList QString::split= (QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: = Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1456 | QStringList points =3D viewbox.replace( QRegExp(","), " ").simpli= fied().split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp: In member function 'void OODPlug::appendPoint= s(FPointArray*, const QDomElement&, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/oodraw/oodrawimp.cpp:1477:93: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1477 | QStringList ptList =3D object.attribute( "draw:points" ).split( ' = ', QString::SkipEmptyParts ); | = ^ In file included from /usr/local/include/qt5/QtCore/qdir.h:43, from /usr/local/include/qt5/QtCore/QDir:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/oodraw/oodrawimp.cpp:9: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [449/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_typography.cpp_parameters [450/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_keyboardshortcuts.cpp_parameters [451/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_userinterface.cpp_parameters [452/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_itemtools.cpp_parameters [453/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_operatortools.cpp_parameters [454/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_flop.cpp_parameters [455/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_preflightverifier.cpp_parameters [456/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_spelling.cpp_parameters [457/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_hyphenation.cpp_parameters [458/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_optmargins.cpp_parameters [459/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_orphans.cpp_parameters [460/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_textcolor.cpp_parameters [461/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_fontfeatures.cpp_parameters [462/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_shadow.cpp_parameters [463/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_advanced.cpp_parameters [464/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_pdfexport.cpp_parameters [465/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_distance.cpp_parameters [466/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_line.cpp_parameters [467/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_tableofcontents.cpp_parameters [468/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_prefs_documentitemattributes.cpp_parameters [469/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_table.cpp_parameters [470/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_printlanguagecombo.cpp_parameters [471/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_printdialog.cpp_parameters [472/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_image.cpp_parameters [473/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_pathtext.cpp_parameters [474/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_printpreview.cpp_parameters [475/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_xyz.cpp_parameters [476/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertywidget_pareffect.cpp_parameters [477/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_group.cpp_parameters [478/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_text.cpp_parameters [479/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette.cpp_parameters [480/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_shape.cpp_parameters [481/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_query.cpp_parameters [482/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_recoverdialog.cpp_parameters [483/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_proptree.cpp_parameters [484/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_replaceonecolor.cpp_parameters [485/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scescapecatcher.cpp_parameters [486/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_replacecolors.cpp_parameters [487/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_resourcemanagerlicense.cpp_parameters [488/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sccolorslider.cpp_parameters [489/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_propertiespalette_utils.cpp_parameters [490/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_rulermover.cpp_parameters [491/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scinputdialog.cpp_parameters [492/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scfilewidget.cpp_parameters [493/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scdockpalette.cpp_parameters [494/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sclistwidgetdelegate.cpp_parameters [495/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scmenu.cpp_parameters [496/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsxwimplugin_EXP= ORTS -Iscribus/plugins/gettext/sxwim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/sxwim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/sxwim/CMakeFiles/sxwimplugin.dir/stylereader.cpp.o -MF scribus/plugin= s/gettext/sxwim/CMakeFiles/sxwimplugin.dir/stylereader.cpp.o.d -o scribus/p= lugins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/stylereader.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gette= xt/sxwim/stylereader.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/sxwim/stylereader.cpp: In static member function 'static void Styl= eReader::startElement(void*, const xmlChar*, const xmlChar**)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/sxwim/stylereader.cpp:803:17: warning: 'QXmlAttributes::QXmlAttrib= utes()' is deprecated [-Wdeprecated-declarations] 803 | QXmlAttributes attrs; | ^~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlAttributes:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/sxwim/stylereader.h:38, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/sxwim/stylereader.cpp:27: /usr/local/include/qt5/QtXml/qxml.h:146:34: note: declared here 146 | QT_DEPRECATED_VERSION(5, 15) QXmlAttributes(); | ^~~~~~~~~~~~~~ [497/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scmessagebox.cpp_parameters [498/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scmwmenumanager.cpp_parameters [499/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_resourcemanager.cpp_parameters [500/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scrpalettebase.cpp_parameters [501/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scrspinbox.cpp_parameters [502/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sctextbrowser.cpp_parameters [503/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_search.cpp_parameters [504/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_selectobjects.cpp_parameters [505/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sctablewidget.cpp_parameters [506/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sctreewidget.cpp_parameters [507/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_selfield.cpp_parameters [508/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_shadebutton.cpp_parameters [509/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_shortcutwidget.cpp_parameters [510/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smalignselect.cpp_parameters [511/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smcheckbox.cpp_parameters [512/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_scrapbookpalette.cpp_parameters [513/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smdirectionselect.cpp_parameters [514/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smcellstylewidget.cpp_parameters [515/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smcellstyle.cpp_parameters [516/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smcstylewidget.cpp_parameters [517/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smfontfeatures.cpp_parameters [518/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smfontcomboh.cpp_parameters [519/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smreplacedia.cpp_parameters [520/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smtablestylewidget.cpp_parameters [521/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smradiobutton.cpp_parameters [522/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_sctoolbar.cpp_parameters [523/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smnumformatcombo.cpp_parameters [524/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smshadebutton.cpp_parameters [525/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smspinbox.cpp_parameters [526/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smpstylewidget.cpp_parameters [527/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smsccombobox.cpp_parameters [528/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smscrspinbox.cpp_parameters [529/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smlineedit.cpp_parameters [530/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tablecolumnwidthsdialog.cpp_parameters [531/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tablerowheightsdialog.cpp_parameters [532/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smcolorcombo.cpp_parameters [533/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smlinestyle.cpp_parameters [534/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smlinestylewidget.cpp_parameters [535/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smstyleselect.cpp_parameters [536/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_splash.cpp_parameters [537/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_spiralwidget.cpp_parameters [538/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smtablestyle.cpp_parameters [539/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smtextstyles.cpp_parameters [540/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_spiralvectordialog.cpp_parameters [541/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_copypagetomasterpagedialog.cpp_parameters [542/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_stylecombos.cpp_parameters [543/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smstyleimport.cpp_parameters [544/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_smtabruler.cpp_parameters [545/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_stylemanager.cpp_parameters [546/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_styleselect.cpp_parameters [547/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_styleview.cpp_parameters [548/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_swatchcombo.cpp_parameters [549/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_useprintermarginsdialog.cpp_parameters [550/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_storyeditor.cpp_parameters [551/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_aboutplugins.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/aboutplugins.ui [552/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_actionsearchdialog.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/actionsearchdialog.ui [553/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_symbolpalette.cpp_parameters [554/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tablesideselector.cpp_parameters [555/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/tt= /simpletreemodel && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/tt/simpletreemodel/moc_treemodel.cpp_parame= ters [556/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_aligndistribute.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/aligndistribute.ui [557/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tabmanager.cpp_parameters [558/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_createrange.cpp_parameters [559/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_annot.h /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/ui/annot.ui [560/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_arcvectorbase.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/arcvectorbase.ui [561/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_arcwidgetbase.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/arcwidgetbase.ui [562/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tabruler.cpp_parameters [563/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_charselect.h /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/charselect.ui [564/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_unicodesearch.cpp_parameters [565/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_charselectenhanced.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/charselectenhanced.ui [566/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_cmsprefsbase.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/cmsprefsbase.ui [567/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_cmykfwbase.h /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/cmykfwbase.ui [568/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_colorpalette.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/colorpalette.ui [569/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_colorsandfillsbase.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/colorsandfillsbase.ui [570/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_vruler.cpp_parameters [571/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_contentpalette_defaultbase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/contentpalette_defaultbase.ui [572/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_contentpalette_pagebase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/contentpalette_pagebase.ui [573/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_cxfimportdialogbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/cxfimportdialogbase.ui [574/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_downloadspalettebase.h /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/ui/downloadspalettebase.ui [575/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_gradientaddedit.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/gradientaddedit.ui [576/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_gradienteditor.h /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/ui/gradienteditor.ui [577/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_gradientvectorbase.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/gradientvectorbase.ui [578/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_gtfiledialog.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/gtfiledialog.ui [579/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_inserttablecolumnsdialog.h /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/ui/inserttablecolumnsdialog.ui [580/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_weldedit.cpp_parameters [581/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_guidemanager.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/guidemanager.ui [582/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_insertaframe.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/insertaframe.ui [583/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_inserttablerowsdialog.h /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/ui/inserttablerowsdialog.ui [584/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/te= xt && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/text/moc_storytext.cpp_parameters [585/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_latexeditor.h /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/ui/latexeditor.ui [586/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_newmarginwidgetbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/newmarginwidgetbase.ui [587/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_mark2item.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/mark2item.ui [588/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_mark2mark.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/mark2mark.ui [589/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_markanchor.h /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/markanchor.ui [590/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_marknote.h /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/ui/marknote.ui [591/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_marksmanager.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/marksmanager.ui [592/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_markvariabletext.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/markvariabletext.ui [593/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_tabpdfoptions.cpp_parameters [594/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_measurementsbase.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/measurementsbase.ui [595/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_transformdialog.cpp_parameters [596/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_multipleduplicate.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/multipleduplicate.ui [597/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_multiprogressdialog.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/multiprogressdialog.ui [598/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_nftdialog.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/nftdialog.ui [599/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_nftwidget.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/nftwidget.ui [600/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_filetoolbar.cpp_parameters [601/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_notesstyleseditor.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/notesstyleseditor.ui [602/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_outputpreview_pdf.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/outputpreview_pdf.ui [603/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_outputpreview_ps.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/outputpreview_ps.ui [604/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_pagepalette_masterpagesbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/pagepalette_masterpagesbase.ui [605/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_edittoolbar.cpp_parameters [606/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_outputpreviewbase.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/outputpreviewbase.ui [607/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_pageitemattributes.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/pageitemattributes.ui [608/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_pagepalette_pagesbase.h /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/ui/pagepalette_pagesbase.ui [609/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_picsearch.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/picsearch.ui [610/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_picsearchoptions.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/picsearchoptions.ui [611/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_transparencypalette.cpp_parameters [612/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_modetoolbar.cpp_parameters [613/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_picstatus.h /wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/ui/picstatus.ui [614/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_polygonwidgetbase.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/polygonwidgetbase.ui [615/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_preferencesdialogbase.h /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/ui/preferencesdialogbase.ui [616/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_pdftoolbar.cpp_parameters [617/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_colormanagementbase.h /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_colormanagementbase.ui [618/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_documentinformationbase.h /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentinformationba= se.ui [619/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_documentsectionsbase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentsectionsbase.ui [620/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_documentsetupbase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentsetupbase.ui [621/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_externaltoolsbase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_externaltoolsbase.ui [622/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_fontsbase.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/prefs_fontsbase.ui [623/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/ui= && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/ui/moc_viewtoolbar.cpp_parameters [624/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_displaybase.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/prefs_displaybase.ui [625/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_guidesbase.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/prefs_guidesbase.ui [626/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_hyphenatorbase.h /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/ui/prefs_hyphenatorbase.ui [627/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_imagecachebase.h /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/ui/prefs_imagecachebase.ui [628/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_miscellaneousbase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_miscellaneousbase.ui [629/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_pathsbase.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/prefs_pathsbase.ui [630/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_pagesizesbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_pagesizesbase.ui [631/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_pluginsbase.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/prefs_pluginsbase.ui [632/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_preflightverifierbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_preflightverifierbase.ui [633/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_keyboardshortcutsbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_keyboardshortcutsbase.ui [634/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_userinterfacebase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_userinterfacebase.ui [635/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_printerbase.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/prefs_printerbase.ui [636/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_scrapbookbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_scrapbookbase.ui [637/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_typographybase.h /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/ui/prefs_typographybase.ui [638/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_itemtoolsbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_itemtoolsbase.ui [639/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_tableofcontentsbase.h /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_tableofcontentsbase.ui [640/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_printpreviewbase.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/printpreviewbase.ui [641/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_operatortoolsbase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_operatortoolsbase.ui [642/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_documentitemattributesbase.h /wrkdirs/usr/ports/p= rint/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentitemattrib= utesbase.ui [643/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_imagebase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_imagebase.ui [644/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_pdfexportbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_pdfexportbase.ui [645/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_printdialogbase.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/printdialogbase.ui [646/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_groupbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_groupbase.ui [647/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_linebase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_linebase.ui [648/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_shapebase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_shapebase.ui [649/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_tablebase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_tablebase.ui [650/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_textbase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_textbase.ui [651/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertiespalette_xyzbase.h /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_xyzbase.ui [652/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_advancedbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_advancedbase.ui [653/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_distancebase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_distancebase.ui [654/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_pareffectbase.h /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_pareffectbase= =2Eui [655/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_flopbase.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_flopbase.ui [656/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_fontfeaturesbase.h /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_fontfeatur= esbase.ui [657/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_optmarginsbase.h /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_optmarginsba= se.ui [658/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_prefs_spellingbase.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/prefs_spellingbase.ui [659/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_hyphenationbase.h /wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_hyphenation= base.ui [660/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_orphansbase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_orphansbase.ui [661/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_pathtextbase.h /wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_pathtextbase.ui [662/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_propertywidget_textcolorbase.h /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_textcolorbase= =2Eui [663/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_recoverdialog.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/recoverdialog.ui [664/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_replacecolors.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/replacecolors.ui [665/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_replaceonecolor.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/ui/replaceonecolor.ui [666/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_resourcemanagerbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/resourcemanagerbase.ui [667/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_shortcutwidget.h /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/ui/shortcutwidget.ui [668/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smcellstylewidget.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/smcellstylewidget.ui [669/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_resourcemanagerlicensebase.h /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/ui/resourcemanagerlicensebase.ui [670/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_selectobjects.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/selectobjects.ui [671/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smcstylewidget.h /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/ui/smcstylewidget.ui [672/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smfontfeaturesbase.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/smfontfeaturesbase.ui [673/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smlinestylewidget.h /wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/ui/smlinestylewidget.ui [674/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smtablestylewidget.h /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/ui/smtablestylewidget.ui [675/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smpstylewidget.h /wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/ui/smpstylewidget.ui [676/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smreplacedia.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/smreplacedia.ui [677/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_smstyleimport.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/smstyleimport.ui [678/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_spiralvectorbase.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/spiralvectorbase.ui [679/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_spiralwidgetbase.h /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/spiralwidgetbase.ui [680/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_stylemanager.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/stylemanager.ui [681/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_tablecolumnwidthsdialog.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/tablecolumnwidthsdialog.ui [682/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_tablerowheightsdialog.h /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/ui/tablerowheightsdialog.ui [683/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_transformdialogbase.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/transformdialogbase.ui [684/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_copypagetomasterpage.h /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/ui/copypagetomasterpage.ui [685/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_tabpdfoptions.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/tabpdfoptions.ui [686/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_transparencypalette.h /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/transparencypalette.ui [687/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_createrange.h /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/ui/createrange.ui [688/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_helpbrowser.h /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/ui/helpbrowser.ui [689/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_helpbrowsernavigation.h /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/ui/helpbrowsernavigation.ui [690/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_unicodesearch.h /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/unicodesearch.ui [691/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_useprintermarginsdialog.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/ui/useprintermarginsdialog.ui [692/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus &&= /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/ui_weldeditbase.h /wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/ui/weldeditbase.ui [693/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/saveastemplateplugin && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/po= rts/print/scribus-devel/work/.build/scribus/plugins/saveastemplateplugin/ui= _satdialog.h /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus/plugins/saveastemplateplugin/satdialog.ui [694/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/meshdistortion && /usr/local/lib/qt5/bin/uic -o /wrk= dirs/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomt= ools/meshdistortion/ui_meshdistortiondialog.h /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtools/meshdistort= ion/meshdistortiondialog.ui [695/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/pathalongpath && /usr/local/lib/qt5/bin/uic -o /wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomto= ols/pathalongpath/ui_pathdialogbase.h /wrkdirs/usr/ports/print/scribus-deve= l/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtools/pathalongpath/pathd= ialogbase.ui [696/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/lenseffects && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports= /print/scribus-devel/work/.build/scribus/plugins/tools/lenseffects/ui_lensd= ialogbase.h /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/tools/lenseffects/lensdialogbase.ui [697/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Ddocximplugin_EX= PORTS -Iscribus/plugins/gettext/docxim -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/gettext/docxim -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /us= r/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/lo= cal/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets= -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXm= l -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5= /QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins= /gettext/docxim/CMakeFiles/docximplugin.dir/docxim.cpp.o -MF scribus/plugin= s/gettext/docxim/CMakeFiles/docximplugin.dir/docxim.cpp.o.d -o scribus/plug= ins/gettext/docxim/CMakeFiles/docximplugin.dir/docxim.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/doc= xim/docxim.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp: In member function 'void DocXIm::parseContentTy= pes()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:78:18: warning: 'QXmlInputSource' is deprecated = [-Wdeprecated-declarations] 78 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:80:19: warning: 'QXmlSimpleReader' is deprecated= : Use QXmlStreamReader [-Wdeprecated-declarations] 80 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:85:90: warning: 'bool QDomDocument::setContent(Q= XmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use oth= er overloads instead [-Wdeprecated-declarations] 85 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp: In member function 'void DocXIm::parseTheme()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:124:18: warning: 'QXmlInputSource' is deprecated= [-Wdeprecated-declarations] 124 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:126:19: warning: 'QXmlSimpleReader' is deprecate= d: Use QXmlStreamReader [-Wdeprecated-declarations] 126 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:131:90: warning: 'bool QDomDocument::setContent(= QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use ot= her overloads instead [-Wdeprecated-declarations] 131 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp: In member function 'void DocXIm::parseStyles()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:172:18: warning: 'QXmlInputSource' is deprecated= [-Wdeprecated-declarations] 172 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:174:19: warning: 'QXmlSimpleReader' is deprecate= d: Use QXmlStreamReader [-Wdeprecated-declarations] 174 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:179:90: warning: 'bool QDomDocument::setContent(= QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use ot= her overloads instead [-Wdeprecated-declarations] 179 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp: In member function 'void DocXIm::parseStyledTex= t(PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:263:18: warning: 'QXmlInputSource' is deprecated= [-Wdeprecated-declarations] 263 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:265:19: warning: 'QXmlSimpleReader' is deprecate= d: Use QXmlStreamReader [-Wdeprecated-declarations] 265 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:270:90: warning: 'bool QDomDocument::setContent(= QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use ot= her overloads instead [-Wdeprecated-declarations] 270 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp: In member function 'void DocXIm::parsePlainText= Only(PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:595:18: warning: 'QXmlInputSource' is deprecated= [-Wdeprecated-declarations] 595 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:597:19: warning: 'QXmlSimpleReader' is deprecate= d: Use QXmlStreamReader [-Wdeprecated-declarations] 597 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:17: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/docxim/docxim.cpp:602:90: warning: 'bool QDomDocument::setContent(= QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use ot= her overloads instead [-Wdeprecated-declarations] 602 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/docxim/docxim.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ [698/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/saveastemplateplugin && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/saveastemplateplugin/moc_= satdialog.cpp_parameters [699/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_canvasgesture.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_can= vasgesture.cpp.o -c scribus/moc_canvasgesture.cpp [700/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/saveastemplateplugin && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/saveastemplateplugin/moc_= satemplate.cpp_parameters [701/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/lenseffects && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/tools/lenseffects/moc_lensef= fects.cpp_parameters [702/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/meshdistortion && /usr/local/lib/qt5/bin/moc @/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomtoo= ls/meshdistortion/moc_meshdistortion.cpp_parameters [703/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/pathalongpath && /usr/local/lib/qt5/bin/moc @/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomtool= s/pathalongpath/moc_pathdialog.cpp_parameters [704/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/lenseffects && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/tools/lenseffects/moc_lensdi= alog.cpp_parameters [705/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/c= svim/libcsvim.so scribus/plugins/gettext/csvim/CMakeFiles/csvim.dir/csvim.c= pp.o scribus/plugins/gettext/csvim/CMakeFiles/csvim.dir/csvdia.cpp.o scribu= s/plugins/gettext/csvim/CMakeFiles/csvim.dir/moc_csvdia.cpp.o -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/= ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports= /print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/scri= bus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/pr= int/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/p= orts/print/scribus-devel/work/.build/scribus/third_party/zip -L/usr/local= /lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_p= arty/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib= /qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Netw= ork.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/li= bxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /us= r/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.= 2 -Wl,-rpath-link,/usr/local/lib && : [706/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/p= dbim/libpdbim.so scribus/plugins/gettext/pdbim/CMakeFiles/pdbim.dir/pdbim.c= pp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/= lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/= lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 = /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widg= ets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/l= ibQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [707/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/t= xtim/libtxtim.so scribus/plugins/gettext/txtim/CMakeFiles/txtim.dir/txtim.c= pp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/= lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/= lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 = /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widg= ets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/l= ibQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [708/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/oo= draw/liboodrawimp.so scribus/plugins/import/oodraw/CMakeFiles/oodrawimp.dir= /oodrawimp.cpp.o scribus/plugins/import/oodraw/CMakeFiles/oodrawimp.dir/sty= lestack.cpp.o scribus/plugins/import/oodraw/CMakeFiles/oodrawimp.dir/moc_oo= drawimp.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/de= saxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/w= rkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pg= f -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_part= y/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/= work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/u= sr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /u= sr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.s= o.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/l= ibQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/= lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [709/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/d= ocim/libdocim.so scribus/plugins/gettext/docim/CMakeFiles/docim.dir/docim.c= pp.o scribus/plugins/gettext/docim/CMakeFiles/docim.dir/moc_docim.cpp.o -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs= /usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/p= orts/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/po= rts/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrk= dirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/zip -L= /usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr= /local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/= libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/lo= cal/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5= =2E15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5C= ore.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [710/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/h= tmlim/libhtmlim.so scribus/plugins/gettext/htmlim/CMakeFiles/htmlim.dir/htm= lim.cpp.o scribus/plugins/gettext/htmlim/CMakeFiles/htmlim.dir/htmlreader.c= pp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/= lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/= lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 = /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widg= ets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/l= ibQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [711/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/t= extfilter/libtextfilterplugin.so scribus/plugins/gettext/textfilter/CMakeFi= les/textfilterplugin.dir/textfilter.cpp.o scribus/plugins/gettext/textfilte= r/CMakeFiles/textfilterplugin.dir/tffilter.cpp.o scribus/plugins/gettext/te= xtfilter/CMakeFiles/textfilterplugin.dir/tfdia.cpp.o scribus/plugins/gettex= t/textfilter/CMakeFiles/textfilterplugin.dir/moc_tffilter.cpp.o scribus/plu= gins/gettext/textfilter/CMakeFiles/textfilterplugin.dir/moc_tfdia.cpp.o -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs= /usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/p= orts/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/po= rts/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrk= dirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/zip -L= /usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr= /local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/= libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/lo= cal/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5= =2E15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5C= ore.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [712/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/wm= f/libwmfimplugin.so scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/w= mfcontext.cpp.o scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/wmfim= port.cpp.o scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/wmfimportp= lugin.cpp.o scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfim= port.cpp.o scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir/moc_wmfimp= ortplugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribu= s/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_pa= rty/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/t= hird_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-deve= l/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:= /usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 = /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL= =2Eso.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/q= t5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/lo= cal/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [713/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/s= xwim/libsxwimplugin.so scribus/plugins/gettext/sxwim/CMakeFiles/sxwimplugin= =2Edir/contentreader.cpp.o scribus/plugins/gettext/sxwim/CMakeFiles/sxwimpl= ugin.dir/sxwdia.cpp.o scribus/plugins/gettext/sxwim/CMakeFiles/sxwimplugin.= dir/sxwim.cpp.o scribus/plugins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/st= ylereader.cpp.o scribus/plugins/gettext/sxwim/CMakeFiles/sxwimplugin.dir/mo= c_sxwdia.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus= /colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/d= esaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/p= gf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_par= ty/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/th= ird_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel= /work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/= usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /= usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.= so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/= libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local= /lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [714/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong = -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1= -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/p= orts/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/r= tfim/librtfimplugin.so scribus/plugins/gettext/rtfim/CMakeFiles/rtfimplugin= =2Edir/rtfim.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scr= ibus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fo= nts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/w= pg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_par= ty/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third= _party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribu= s/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-d= evel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugin= s/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.= 2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5Ope= nGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so scribus/third_p= arty/rtf-qt/libscribus_rtf_lib.a /usr/local/lib/qt5/libQt5Widgets.so.5.15.= 2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so= =2E5.15.2 -Wl,-rpath-link,/usr/local/lib && : [715/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DMARKDOWNimplugin_EXPORTS -DPLUGINDIR=3D\"/usr/local/lib/scribus/pl= ugins/\" -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GU= I_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB = -DQT_WIDGETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/sam= ples/\" -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\= "/usr/local/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/tem= plates/\" -Iscribus/plugins/gettext/markdownim -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/markdownim -I/usr= /local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml= 2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/inc= lude/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo = -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isy= stem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/q= t5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/incl= ude/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local= /include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr= /local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/us= r/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scr= ibus/plugins/gettext/markdownim/CMakeFiles/MARKDOWNimplugin.dir/markdownim.= cpp.o -MF scribus/plugins/gettext/markdownim/CMakeFiles/MARKDOWNimplugin.di= r/markdownim.cpp.o.d -o scribus/plugins/gettext/markdownim/CMakeFiles/MARKD= OWNimplugin.dir/markdownim.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/gettext/markdownim/markdownim.cpp [716/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/pathalongpath && /usr/local/lib/qt5/bin/moc @/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomtool= s/pathalongpath/moc_pathalongpath.cpp_parameters [717/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/pl= ugins/tools/2geomtools/meshdistortion && /usr/local/lib/qt5/bin/moc @/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/plugins/tools/2geomtoo= ls/meshdistortion/moc_meshdistortiondialog.cpp_parameters [718/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_columnresize.cpp.o -MF scribus/CM= akeFiles/scribus.dir/moc_canvasgesture_columnresize.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/moc_canvasgesture_columnresize.cpp.o -c scribus/moc_canv= asgesture_columnresize.cpp [719/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_table.cpp.o -MF scribus/CMakeFile= s/scribus.dir/moc_canvasgesture_table.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/moc_canvasgesture_table.cpp.o -c scribus/moc_canvasgesture_table.cpp [720/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_actionmanager.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_actionmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_act= ionmanager.cpp.o -c scribus/moc_actionmanager.cpp [721/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_rowresize.cpp.o -MF scribus/CMake= Files/scribus.dir/moc_canvasgesture_rowresize.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/moc_canvasgesture_rowresize.cpp.o -c scribus/moc_canvasgesture= _rowresize.cpp [722/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_canvasmode.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_canvasm= ode.cpp.o -c scribus/moc_canvasmode.cpp [723/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_tableresize.cpp.o -MF scribus/CMa= keFiles/scribus.dir/moc_canvasgesture_tableresize.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/moc_canvasgesture_tableresize.cpp.o -c scribus/moc_canvasg= esture_tableresize.cpp [724/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_appmodehelper.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_appmodehelper.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_app= modehelper.cpp.o -c scribus/moc_appmodehelper.cpp [725/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dxtgimplugin_EXP= ORTS -Iscribus/plugins/gettext/xtgim -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/gettext/xtgim -I/usr/local/include/= qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 = -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/li= b/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/l= ocal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local= /lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -i= system /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -= isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Qt= OpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc= 10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/ge= ttext/xtgim/CMakeFiles/xtgimplugin.dir/xtgscanner.cpp.o -MF scribus/plugins= /gettext/xtgim/CMakeFiles/xtgimplugin.dir/xtgscanner.cpp.o.d -o scribus/plu= gins/gettext/xtgim/CMakeFiles/xtgimplugin.dir/xtgscanner.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettext/= xtgim/xtgscanner.cpp [726/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvas.cpp.o -MF scribus/CMakeFiles/scribus.dir= /moc_canvas.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_canvas.cpp.o -c s= cribus/moc_canvas.cpp [727/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_edittable.cpp.o -MF scribus/CMakeFil= es/scribus.dir/moc_canvasmode_edittable.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/moc_canvasmode_edittable.cpp.o -c scribus/moc_canvasmode_edittable.c= pp [728/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_create.cpp.o -MF scribus/CMakeFiles/= scribus.dir/moc_canvasmode_create.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /moc_canvasmode_create.cpp.o -c scribus/moc_canvasmode_create.cpp [729/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_measurements.cpp.o -MF scribus/CMake= Files/scribus.dir/moc_canvasmode_measurements.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/moc_canvasmode_measurements.cpp.o -c scribus/moc_canvasmode_me= asurements.cpp [730/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_edit.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_canvasmode_edit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _canvasmode_edit.cpp.o -c scribus/moc_canvasmode_edit.cpp [731/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_eyedropper.cpp.o -MF scribus/CMakeFi= les/scribus.dir/moc_canvasmode_eyedropper.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/moc_canvasmode_eyedropper.cpp.o -c scribus/moc_canvasmode_eyedropp= er.cpp [732/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_normal.cpp.o -MF scribus/CMakeFiles/= scribus.dir/moc_canvasmode_normal.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /moc_canvasmode_normal.cpp.o -c scribus/moc_canvasmode_normal.cpp [733/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_framelinks.cpp.o -MF scribus/CMakeFi= les/scribus.dir/moc_canvasmode_framelinks.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/moc_canvasmode_framelinks.cpp.o -c scribus/moc_canvasmode_framelin= ks.cpp [734/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_rulermove.cpp.o -MF scribus/CMake= Files/scribus.dir/moc_canvasgesture_rulermove.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/moc_canvasgesture_rulermove.cpp.o -c scribus/moc_canvasgesture= _rulermove.cpp [735/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_editpolygon.cpp.o -MF scribus/CMakeF= iles/scribus.dir/moc_canvasmode_editpolygon.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/moc_canvasmode_editpolygon.cpp.o -c scribus/moc_canvasmode_editp= olygon.cpp [736/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_imageimport.cpp.o -MF scribus/CMakeF= iles/scribus.dir/moc_canvasmode_imageimport.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/moc_canvasmode_imageimport.cpp.o -c scribus/moc_canvasmode_image= import.cpp [737/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_objimport.cpp.o -MF scribus/CMakeFil= es/scribus.dir/moc_canvasmode_objimport.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/moc_canvasmode_objimport.cpp.o -c scribus/moc_canvasmode_objimport.c= pp [738/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_editweldpoint.cpp.o -MF scribus/CMak= eFiles/scribus.dir/moc_canvasmode_editweldpoint.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/moc_canvasmode_editweldpoint.cpp.o -c scribus/moc_canvasmode= _editweldpoint.cpp [739/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_editspiral.cpp.o -MF scribus/CMakeFi= les/scribus.dir/moc_canvasmode_editspiral.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/moc_canvasmode_editspiral.cpp.o -c scribus/moc_canvasmode_editspir= al.cpp [740/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasmode_editarc.cpp.o -MF scribus/CMakeFiles= /scribus.dir/moc_canvasmode_editarc.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/moc_canvasmode_editarc.cpp.o -c scribus/moc_canvasmode_editarc.cpp [741/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_chartablemodel.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_chartablemodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_c= hartablemodel.cpp.o -c scribus/moc_chartablemodel.cpp [742/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dodtimplugin_EXP= ORTS -Iscribus/plugins/gettext/odt2im -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/gettext/odt2im -I/usr/local/includ= e/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype= 2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr= /local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loc= al/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets = -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml= -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/= QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/= gettext/odt2im/CMakeFiles/odtimplugin.dir/importodt.cpp.o -MF scribus/plugi= ns/gettext/odt2im/CMakeFiles/odtimplugin.dir/importodt.cpp.o.d -o scribus/p= lugins/gettext/odt2im/CMakeFiles/odtimplugin.dir/importodt.cpp.o -c /wrkdir= s/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/gettex= t/odt2im/importodt.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp: In member function 'bool ODTIm::parseRawDocR= eference(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:147:18: warning: 'QXmlInputSource' is depreca= ted [-Wdeprecated-declarations] 147 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:149:19: warning: 'QXmlSimpleReader' is deprec= ated: Use QXmlStreamReader [-Wdeprecated-declarations] 149 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:154:90: warning: 'bool QDomDocument::setConte= nt(QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use= other overloads instead [-Wdeprecated-declarations] 154 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:20, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp: In member function 'bool ODTIm::parseStyleSh= eets(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:324:18: warning: 'QXmlInputSource' is depreca= ted [-Wdeprecated-declarations] 324 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:326:19: warning: 'QXmlSimpleReader' is deprec= ated: Use QXmlStreamReader [-Wdeprecated-declarations] 326 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:331:90: warning: 'bool QDomDocument::setConte= nt(QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use= other overloads instead [-Wdeprecated-declarations] 331 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:20, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp: In member function 'bool ODTIm::parseDocRefe= rence(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:588:18: warning: 'QXmlInputSource' is depreca= ted [-Wdeprecated-declarations] 588 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:590:19: warning: 'QXmlSimpleReader' is deprec= ated: Use QXmlStreamReader [-Wdeprecated-declarations] 590 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:18: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:595:90: warning: 'bool QDomDocument::setConte= nt(QXmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use= other overloads instead [-Wdeprecated-declarations] 595 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:20, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp: In member function 'void ODTIm::resolveStyle= (ObjStyleODT&, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:1212:82: warning: 'QStringList QString::split= (const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is dep= recated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1212 | QStringList dists =3D actStyle.tabDists.value.split(";", QString= ::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:27, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:17, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:1213:82: warning: 'QStringList QString::split= (const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is dep= recated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1213 | QStringList types =3D actStyle.tabTypes.value.split(" ", QString= ::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:27, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:17, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp: In member function 'QString ODTIm::parseColo= r(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /gettext/odt2im/importodt.cpp:1282:66: warning: 'QStringList QString::split= (QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: = Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1282 | QStringList colors =3D parse.split( ',', QString::SkipEmptyParts = ); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:27, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.h:17, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/gettext/odt2im/importodt.cpp:13: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [743/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_chartableview.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_chartableview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_cha= rtableview.cpp.o -c scribus/moc_chartableview.cpp [744/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_canvasgesture_cellselect.cpp.o -MF scribus/CMak= eFiles/scribus.dir/moc_canvasgesture_cellselect.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/moc_canvasgesture_cellselect.cpp.o -c scribus/moc_canvasgest= ure_cellselect.cpp [745/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_commonstrings.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_commonstrings.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_com= monstrings.cpp.o -c scribus/moc_commonstrings.cpp [746/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_deferredtask.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_deferredtask.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_defer= redtask.cpp.o -c scribus/moc_deferredtask.cpp [747/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_colorblind.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_colorblind.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_colorbl= ind.cpp.o -c scribus/moc_colorblind.cpp [748/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus150forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus150format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us150format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus150format/CMakeFiles/s= cribus150format.dir/scribus150format_save.cpp.o -MF scribus/plugins/fileloa= der/scribus150format/CMakeFiles/scribus150format.dir/scribus150format_save.= cpp.o.d -o scribus/plugins/fileloader/scribus150format/CMakeFiles/scribus15= 0format.dir/scribus150format_save.cpp.o -c /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus150format/scr= ibus150format_save.cpp [749/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_filesearch.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_filesearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_filesea= rch.cpp.o -c scribus/moc_filesearch.cpp [750/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_hyphenator.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_hyphenator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_hyphena= tor.cpp.o -c scribus/moc_hyphenator.cpp [751/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_docinfo.cpp.o -MF scribus/CMakeFiles/scribus.di= r/moc_docinfo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_docinfo.cpp.o -= c scribus/moc_docinfo.cpp [752/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/downloadmanager/moc_scdlthread.cpp.o -MF scribus/CM= akeFiles/scribus.dir/downloadmanager/moc_scdlthread.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/downloadmanager/moc_scdlthread.cpp.o -c scribus/download= manager/moc_scdlthread.cpp [753/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_guidesdelegate.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_guidesdelegate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_g= uidesdelegate.cpp.o -c scribus/moc_guidesdelegate.cpp [754/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_navigator.cpp.o -MF scribus/CMakeFiles/scribus.= dir/moc_navigator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_navigator.c= pp.o -c scribus/moc_navigator.cpp [755/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_observable.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_observable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_observa= ble.cpp.o -c scribus/moc_observable.cpp [756/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_guidesview.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_guidesview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_guidesv= iew.cpp.o -c scribus/moc_guidesview.cpp [757/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_menumanager.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_menumanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_menuman= ager.cpp.o -c scribus/moc_menumanager.cpp [758/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_latexhelpers.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_latexhelpers.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_latex= helpers.cpp.o -c scribus/moc_latexhelpers.cpp [759/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_fileloader.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_fileloader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_fileloa= der.cpp.o -c scribus/moc_fileloader.cpp [760/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_fontlistmodel.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_fontlistmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_fon= tlistmodel.cpp.o -c scribus/moc_fontlistmodel.cpp [761/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_collect4output.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_collect4output.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_c= ollect4output.cpp.o -c scribus/moc_collect4output.cpp [762/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_guidesmodel.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_guidesmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_guidesm= odel.cpp.o -c scribus/moc_guidesmodel.cpp [763/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/downloadmanager/moc_scdlmgr.cpp.o -MF scribus/CMake= Files/scribus.dir/downloadmanager/moc_scdlmgr.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/downloadmanager/moc_scdlmgr.cpp.o -c scribus/downloadmanager/m= oc_scdlmgr.cpp [764/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_iconmanager.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_iconmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_iconman= ager.cpp.o -c scribus/moc_iconmanager.cpp [765/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_notesstyles.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_notesstyles.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_notesst= yles.cpp.o -c scribus/moc_notesstyles.cpp [766/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_filewatcher.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_filewatcher.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_filewat= cher.cpp.o -c scribus/moc_filewatcher.cpp [767/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus134forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus134format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us134format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus134format/CMakeFiles/s= cribus134format.dir/scribus134format.cpp.o -MF scribus/plugins/fileloader/s= cribus134format/CMakeFiles/scribus134format.dir/scribus134format.cpp.o.d -o= scribus/plugins/fileloader/scribus134format/CMakeFiles/scribus134format.di= r/scribus134format.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/plugins/fileloader/scribus134format/scribus134format.c= pp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus134format/scribus134format.cpp: In member function 'void= Scribus134Format::readCharacterStyleAttrs(ScribusDoc*, ScXmlStreamAttribut= es&, CharStyle&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus134format/scribus134format.cpp:1255:89: warning: 'QStrin= gList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensit= ivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdepre= cated-declarations] 1255 | newStyle.setFeatures(attrs.valueAsString(FEATURES).split( " ", QS= tring::SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus134format/scribus134format.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus134format/scribus134format.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus134format/scribus134format.cpp: In member function 'Page= Item* Scribus134Format::pasteItem(ScribusDoc*, ScXmlStreamAttributes&, cons= t QString&, PageItem::ItemKind, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus134format/scribus134format.cpp:2801:103: warning: 'QStri= ngList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensi= tivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdepr= ecated-declarations] 2801 | pstyle.charStyle().setFeatures(attrs.valueAsString("TXTFEATURES")= =2Esplit(" ", QString::SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus134format/scribus134format.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus134format/scribus134format.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [768/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_loadsaveplugin.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_loadsaveplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_l= oadsaveplugin.cpp.o -c scribus/moc_loadsaveplugin.cpp [769/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pp_proxy.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/moc_pp_proxy.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pp_proxy.cpp.= o -c scribus/moc_pp_proxy.cpp [770/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pluginmanager.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_pluginmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_plu= ginmanager.cpp.o -c scribus/moc_pluginmanager.cpp [771/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitempointer.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_pageitempointer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _pageitempointer.cpp.o -c scribus/moc_pageitempointer.cpp [772/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_arc.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_pageitem_arc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pagei= tem_arc.cpp.o -c scribus/moc_pageitem_arc.cpp [773/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/moc_pageitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pageitem.cpp.= o -c scribus/moc_pageitem.cpp [774/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pdflib.cpp.o -MF scribus/CMakeFiles/scribus.dir= /moc_pdflib.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pdflib.cpp.o -c s= cribus/moc_pdflib.cpp [775/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_group.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_pageitem_group.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_p= ageitem_group.cpp.o -c scribus/moc_pageitem_group.cpp [776/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_imageframe.cpp.o -MF scribus/CMakeFile= s/scribus.dir/moc_pageitem_imageframe.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/moc_pageitem_imageframe.cpp.o -c scribus/moc_pageitem_imageframe.cpp [777/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus12format= _EXPORTS -Iscribus/plugins/fileloader/scribus12format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 12format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12= format.dir/scribus12format.cpp.o -MF scribus/plugins/fileloader/scribus12fo= rmat/CMakeFiles/scribus12format.dir/scribus12format.cpp.o.d -o scribus/plug= ins/fileloader/scribus12format/CMakeFiles/scribus12format.dir/scribus12form= at.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/fileloader/scribus12format/scribus12format.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus12format/scribus12format.cpp: In member function 'void S= cribus12Format::PasteItem(Scribus12Format::CopyPasteBuffer*, bool, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus12format/scribus12format.cpp:271:48: warning: 'QStringLi= st QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensitivi= ty) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecat= ed-declarations] 271 | wt =3D cc.split("\t", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus12format/scribus12format.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus12format/scribus12format.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [778/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_latexframe.cpp.o -MF scribus/CMakeFile= s/scribus.dir/moc_pageitem_latexframe.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/moc_pageitem_latexframe.cpp.o -c scribus/moc_pageitem_latexframe.cpp [779/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_line.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_pageitem_line.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pag= eitem_line.cpp.o -c scribus/moc_pageitem_line.cpp [780/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_pathtext.cpp.o -MF scribus/CMakeFiles/= scribus.dir/moc_pageitem_pathtext.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /moc_pageitem_pathtext.cpp.o -c scribus/moc_pageitem_pathtext.cpp [781/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_regularpolygon.cpp.o -MF scribus/CMake= Files/scribus.dir/moc_pageitem_regularpolygon.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/moc_pageitem_regularpolygon.cpp.o -c scribus/moc_pageitem_regu= larpolygon.cpp [782/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_polyline.cpp.o -MF scribus/CMakeFiles/= scribus.dir/moc_pageitem_polyline.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /moc_pageitem_polyline.cpp.o -c scribus/moc_pageitem_polyline.cpp [783/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_polygon.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/moc_pageitem_polygon.cpp.o.d -o scribus/CMakeFiles/scribus.dir/m= oc_pageitem_polygon.cpp.o -c scribus/moc_pageitem_polygon.cpp [784/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_qtiocompressor.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_qtiocompressor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_q= tiocompressor.cpp.o -c scribus/moc_qtiocompressor.cpp [785/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_spiral.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_pageitem_spiral.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _pageitem_spiral.cpp.o -c scribus/moc_pageitem_spiral.cpp [786/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_symbol.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_pageitem_symbol.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _pageitem_symbol.cpp.o -c scribus/moc_pageitem_symbol.cpp [787/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scimagecachedir.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_scimagecachedir.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _scimagecachedir.cpp.o -c scribus/moc_scimagecachedir.cpp [788/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_schelptreemodel.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/moc_schelptreemodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc= _schelptreemodel.cpp.o -c scribus/moc_schelptreemodel.cpp [789/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_table.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_pageitem_table.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_p= ageitem_table.cpp.o -c scribus/moc_pageitem_table.cpp [790/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pdf_analyzer.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_pdf_analyzer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pdf_a= nalyzer.cpp.o -c scribus/moc_pdf_analyzer.cpp [791/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scimagecachefile.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/moc_scimagecachefile.cpp.o.d -o scribus/CMakeFiles/scribus.dir/m= oc_scimagecachefile.cpp.o -c scribus/moc_scimagecachefile.cpp [792/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scgtplugin.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_scgtplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scgtplu= gin.cpp.o -c scribus/moc_scgtplugin.cpp [793/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scprintengine.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/moc_scprintengine.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scp= rintengine.cpp.o -c scribus/moc_scprintengine.cpp [794/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_textframe.cpp.o -MF scribus/CMakeFiles= /scribus.dir/moc_pageitem_textframe.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/moc_pageitem_textframe.cpp.o -c scribus/moc_pageitem_textframe.cpp [795/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pageitem_noteframe.cpp.o -MF scribus/CMakeFiles= /scribus.dir/moc_pageitem_noteframe.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/moc_pageitem_noteframe.cpp.o -c scribus/moc_pageitem_noteframe.cpp [796/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scmimedata.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_scmimedata.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scmimed= ata.cpp.o -c scribus/moc_scmimedata.cpp [797/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scimagecachemanager.cpp.o -MF scribus/CMakeFile= s/scribus.dir/moc_scimagecachemanager.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/moc_scimagecachemanager.cpp.o -c scribus/moc_scimagecachemanager.cpp [798/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scplugin.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/moc_scplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scplugin.cpp.= o -c scribus/moc_scplugin.cpp [799/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_prefsmanager.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_prefsmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_prefs= manager.cpp.o -c scribus/moc_prefsmanager.cpp [800/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribusapp.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_scribusapp.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus= app.cpp.o -c scribus/moc_scribusapp.cpp [801/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scraction.cpp.o -MF scribus/CMakeFiles/scribus.= dir/moc_scraction.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scraction.c= pp.o -c scribus/moc_scraction.cpp [802/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_styleitem.cpp.o -MF scribus/CMakeFiles/scribus.= dir/moc_styleitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_styleitem.c= pp.o -c scribus/moc_styleitem.cpp [803/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_tocgenerator.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/moc_tocgenerator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_tocge= nerator.cpp.o -c scribus/moc_tocgenerator.cpp [804/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pslib.cpp.o -MF scribus/CMakeFiles/scribus.dir/= moc_pslib.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pslib.cpp.o -c scri= bus/moc_pslib.cpp [805/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_sampleitem.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_sampleitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_samplei= tem.cpp.o -c scribus/moc_sampleitem.cpp [806/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_pdflib_core.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_pdflib_core.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_pdflib_= core.cpp.o -c scribus/moc_pdflib_core.cpp [807/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribuswin.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_scribuswin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus= win.cpp.o -c scribus/moc_scribuswin.cpp [808/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_selectionrubberband.cpp.o -MF scribus/CMakeFile= s/scribus.dir/moc_selectionrubberband.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/moc_selectionrubberband.cpp.o -c scribus/moc_selectionrubberband.cpp [809/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_undomanager.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_undomanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_undoman= ager.cpp.o -c scribus/moc_undomanager.cpp [810/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_urllauncher.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_urllauncher.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_urllaun= cher.cpp.o -c scribus/moc_urllauncher.cpp [811/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_undogui.cpp.o -MF scribus/CMakeFiles/scribus.di= r/moc_undogui.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_undogui.cpp.o -= c scribus/moc_undogui.cpp [812/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_actionsearchdialog.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_actionsearchdialog.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_actionsearchdialog.cpp.o -c scribus/ui/moc_actionsearchdial= og.cpp [813/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_alignselect.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_alignselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_alignselect.cpp.o -c scribus/ui/moc_alignselect.cpp [814/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_upgradechecker.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/moc_upgradechecker.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_u= pgradechecker.cpp.o -c scribus/moc_upgradechecker.cpp [815/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_directionselect.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_directionselect.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_directionselect.cpp.o -c scribus/ui/moc_directionselect.cpp [816/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_about.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/moc_about.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_about.cpp.= o -c scribus/ui/moc_about.cpp [817/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_selection.cpp.o -MF scribus/CMakeFiles/scribus.= dir/moc_selection.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_selection.c= pp.o -c scribus/moc_selection.cpp [818/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_annota.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_annota.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_annota.c= pp.o -c scribus/ui/moc_annota.cpp [819/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_adjustcmsdialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_adjustcmsdialog.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_adjustcmsdialog.cpp.o -c scribus/ui/moc_adjustcmsdialog.cpp [820/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_aboutplugins.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_aboutplugins.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_aboutplugins.cpp.o -c scribus/ui/moc_aboutplugins.cpp [821/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribuscore.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_scribuscore.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus= core.cpp.o -c scribus/moc_scribuscore.cpp [822/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus13format= _EXPORTS -Iscribus/plugins/fileloader/scribus13format -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scribus= 13format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local= /include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -= I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/in= clude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local= /include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/= qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/= local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem = /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isy= stem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -W= l,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -= Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-r= path=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-= rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu+= +11 -MD -MT scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13= format.dir/scribus13format.cpp.o -MF scribus/plugins/fileloader/scribus13fo= rmat/CMakeFiles/scribus13format.dir/scribus13format.cpp.o.d -o scribus/plug= ins/fileloader/scribus13format/CMakeFiles/scribus13format.dir/scribus13form= at.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/fileloader/scribus13format/scribus13format.cpp [823/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribus.cpp.o -MF scribus/CMakeFiles/scribus.di= r/moc_scribus.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus.cpp.o -= c scribus/moc_scribus.cpp [824/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_autoform.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_autoform.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_auto= form.cpp.o -c scribus/ui/moc_autoform.cpp [825/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_arcwidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_arcwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_ar= cwidget.cpp.o -c scribus/ui/moc_arcwidget.cpp [826/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_autoformbuttongroup.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_autoformbuttongroup.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_autoformbuttongroup.cpp.o -c scribus/ui/moc_autoformbutto= ngroup.cpp [827/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribusdoc.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/moc_scribusdoc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus= doc.cpp.o -c scribus/moc_scribusdoc.cpp [828/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_basepointwidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_basepointwidget.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_basepointwidget.cpp.o -c scribus/ui/moc_basepointwidget.cpp [829/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_arrowchooser.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_arrowchooser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_arrowchooser.cpp.o -c scribus/ui/moc_arrowchooser.cpp [830/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_arcvectordialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_arcvectordialog.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_arcvectordialog.cpp.o -c scribus/ui/moc_arcvectordialog.cpp [831/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_buttonicon.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_buttonicon.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= buttonicon.cpp.o -c scribus/ui/moc_buttonicon.cpp [832/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/moc_scribusview.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/moc_scribusview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/moc_scribus= view.cpp.o -c scribus/moc_scribusview.cpp [833/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_charzoom.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_charzoom.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_char= zoom.cpp.o -c scribus/ui/moc_charzoom.cpp [834/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_aligndistribute.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_aligndistribute.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_aligndistribute.cpp.o -c scribus/ui/moc_aligndistribute.cpp [835/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_clockwidget.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_clockwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_clockwidget.cpp.o -c scribus/ui/moc_clockwidget.cpp [836/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_applytemplatedialog.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_applytemplatedialog.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_applytemplatedialog.cpp.o -c scribus/ui/moc_applytemplate= dialog.cpp [837/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_charselect.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_charselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= charselect.cpp.o -c scribus/ui/moc_charselect.cpp [838/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_charselectenhanced.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_charselectenhanced.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_charselectenhanced.cpp.o -c scribus/ui/moc_charselectenhanc= ed.cpp [839/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_colorlistmodel.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_colorlistmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_colorlistmodel.cpp.o -c scribus/ui/moc_colorlistmodel.cpp [840/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_cmsprefs.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_cmsprefs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_cmsp= refs.cpp.o -c scribus/ui/moc_cmsprefs.cpp [841/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_colorchart.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_colorchart.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= colorchart.cpp.o -c scribus/ui/moc_colorchart.cpp [842/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_annot.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/moc_annot.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_annot.cpp.= o -c scribus/ui/moc_annot.cpp [843/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_contentpalette.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_contentpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_contentpalette.cpp.o -c scribus/ui/moc_contentpalette.cpp [844/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_bookmarkpalette.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_bookmarkpalette.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_bookmarkpalette.cpp.o -c scribus/ui/moc_bookmarkpalette.cpp [845/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_cupsoptions.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_cupsoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_cupsoptions.cpp.o -c scribus/ui/moc_cupsoptions.cpp [846/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_customfdialog.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_customfdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_customfdialog.cpp.o -c scribus/ui/moc_customfdialog.cpp [847/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_bookmwin.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_bookmwin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_book= mwin.cpp.o -c scribus/ui/moc_bookmwin.cpp [848/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_dcolor.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_dcolor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_dcolor.c= pp.o -c scribus/ui/moc_dcolor.cpp [849/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_delpages.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_delpages.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_delp= ages.cpp.o -c scribus/ui/moc_delpages.cpp [850/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_editor.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_editor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_editor.c= pp.o -c scribus/ui/moc_editor.cpp [851/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_curvewidget.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_curvewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_curvewidget.cpp.o -c scribus/ui/moc_curvewidget.cpp [852/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_checkDocument.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_checkDocument.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_checkDocument.cpp.o -c scribus/ui/moc_checkDocument.cpp [853/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_dasheditor.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_dasheditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= dasheditor.cpp.o -c scribus/ui/moc_dasheditor.cpp [854/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_collectforoutput_ui.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_collectforoutput_ui.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_collectforoutput_ui.cpp.o -c scribus/ui/moc_collectforout= put_ui.cpp [855/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_cxfimportdialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_cxfimportdialog.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_cxfimportdialog.cpp.o -c scribus/ui/moc_cxfimportdialog.cpp [856/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_filedialogeventcatcher.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_filedialogeventcatcher.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_filedialogeventcatcher.cpp.o -c scribus/ui/moc_file= dialogeventcatcher.cpp [857/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_fontembeddingmodel.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_fontembeddingmodel.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_fontembeddingmodel.cpp.o -c scribus/ui/moc_fontembeddingmod= el.cpp [858/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribus150forma= t_EXPORTS -Iscribus/plugins/fileloader/scribus150format -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/fileloader/scrib= us150format -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/lo= cal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/loc= al/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/= local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/inc= lude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem = /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isy= stem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork= -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-stro= ng -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++= /v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/fileloader/scribus150format/CMakeFiles/s= cribus150format.dir/scribus150format.cpp.o -MF scribus/plugins/fileloader/s= cribus150format/CMakeFiles/scribus150format.dir/scribus150format.cpp.o.d -o= scribus/plugins/fileloader/scribus150format/CMakeFiles/scribus150format.di= r/scribus150format.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/plugins/fileloader/scribus150format/scribus150format.c= pp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus150format/scribus150format.cpp: In member function 'void= Scribus150Format::readCharacterStyleAttrs(ScribusDoc*, ScXmlStreamAttribut= es&, CharStyle&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus150format/scribus150format.cpp:2646:89: warning: 'QStrin= gList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensit= ivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdepre= cated-declarations] 2646 | newStyle.setFeatures(attrs.valueAsString(FEATURES).split( " ", QS= tring::SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus150format/scribus150format.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus150format/scribus150format.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus150format/scribus150format.cpp: In member function 'Page= Item* Scribus150Format::pasteItem(ScribusDoc*, ScXmlStreamAttributes&, cons= t QString&, PageItem::ItemKind, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /fileloader/scribus150format/scribus150format.cpp:5241:103: warning: 'QStri= ngList QString::split(const QString&, QString::SplitBehavior, Qt::CaseSensi= tivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdepr= ecated-declarations] 5241 | pstyle.charStyle().setFeatures(attrs.valueAsString("TXTFEATURES")= =2Esplit(" ", QString::SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus150format/scribus150format.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/fileloader/scribus150format/scribus150format.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [859/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_contextmenu.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_contextmenu.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_contextmenu.cpp.o -c scribus/ui/moc_contextmenu.cpp [860/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_colorcombo.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_colorcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= colorcombo.cpp.o -c scribus/ui/moc_colorcombo.cpp [861/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_effectsdialog.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_effectsdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_effectsdialog.cpp.o -c scribus/ui/moc_effectsdialog.cpp [862/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_colorlistbox.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_colorlistbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_colorlistbox.cpp.o -c scribus/ui/moc_colorlistbox.cpp [863/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_cmykfw.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_cmykfw.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_cmykfw.c= pp.o -c scribus/ui/moc_cmykfw.cpp [864/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_fontreplacedialog.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_fontreplacedialog.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_fontreplacedialog.cpp.o -c scribus/ui/moc_fontreplacedialog.c= pp [865/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_contentpalette_default.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_contentpalette_default.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_contentpalette_default.cpp.o -c scribus/ui/moc_cont= entpalette_default.cpp [866/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_extimageprops.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_extimageprops.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_extimageprops.cpp.o -c scribus/ui/moc_extimageprops.cpp [867/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_colorsandfills.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_colorsandfills.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_colorsandfills.cpp.o -c scribus/ui/moc_colorsandfills.cpp [868/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_contentpalette_page.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_contentpalette_page.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_contentpalette_page.cpp.o -c scribus/ui/moc_contentpalett= e_page.cpp [869/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_fontcombo.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_fontcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_fo= ntcombo.cpp.o -c scribus/ui/moc_fontcombo.cpp [870/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_fontlistview.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_fontlistview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_fontlistview.cpp.o -c scribus/ui/moc_fontlistview.cpp [871/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_downloadspalette.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_downloadspalette.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_downloadspalette.cpp.o -c scribus/ui/moc_downloadspalette.cpp [872/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gtdialogs.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_gtdialogs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_gt= dialogs.cpp.o -c scribus/ui/moc_gtdialogs.cpp [873/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gradientpreview.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_gradientpreview.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_gradientpreview.cpp.o -c scribus/ui/moc_gradientpreview.cpp [874/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gradientvectordialog.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/moc_gradientvectordialog.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/ui/moc_gradientvectordialog.cpp.o -c scribus/ui/moc_gradientve= ctordialog.cpp [875/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_imageinfodialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_imageinfodialog.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_imageinfodialog.cpp.o -c scribus/ui/moc_imageinfodialog.cpp [876/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_cpalette.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_cpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_cpal= ette.cpp.o -c scribus/ui/moc_cpalette.cpp [877/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_fontembeddingcombo.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_fontembeddingcombo.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_fontembeddingcombo.cpp.o -c scribus/ui/moc_fontembeddingcom= bo.cpp [878/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gtfiledialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_gtfiledialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_gtfiledialog.cpp.o -c scribus/ui/moc_gtfiledialog.cpp [879/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_hyask.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/moc_hyask.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_hyask.cpp.= o -c scribus/ui/moc_hyask.cpp [880/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_insertTable.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_insertTable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_insertTable.cpp.o -c scribus/ui/moc_insertTable.cpp [881/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_helpnavigation.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_helpnavigation.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_helpnavigation.cpp.o -c scribus/ui/moc_helpnavigation.cpp [882/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_inspage.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_inspage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_insp= age.cpp.o -c scribus/ui/moc_inspage.cpp [883/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_javadocs.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_javadocs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_java= docs.cpp.o -c scribus/ui/moc_javadocs.cpp [884/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_hruler.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_hruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_hruler.c= pp.o -c scribus/ui/moc_hruler.cpp [885/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_inlinepalette.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_inlinepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_inlinepalette.cpp.o -c scribus/ui/moc_inlinepalette.cpp [886/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_inserttablecolumnsdialog.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/moc_inserttablecolumnsdialog.cpp.o.d -o scribus/CM= akeFiles/scribus.dir/ui/moc_inserttablecolumnsdialog.cpp.o -c scribus/ui/mo= c_inserttablecolumnsdialog.cpp [887/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_inserttablerowsdialog.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/moc_inserttablerowsdialog.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/ui/moc_inserttablerowsdialog.cpp.o -c scribus/ui/moc_insertt= ablerowsdialog.cpp [888/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_linkbutton.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_linkbutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= linkbutton.cpp.o -c scribus/ui/moc_linkbutton.cpp [889/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_markinsert.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_markinsert.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= markinsert.cpp.o -c scribus/ui/moc_markinsert.cpp [890/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_loremipsum.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_loremipsum.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= loremipsum.cpp.o -c scribus/ui/moc_loremipsum.cpp [891/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gradientaddedit.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_gradientaddedit.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_gradientaddedit.cpp.o -c scribus/ui/moc_gradientaddedit.cpp [892/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_linecombo.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_linecombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_li= necombo.cpp.o -c scribus/ui/moc_linecombo.cpp [893/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_guidemanager.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_guidemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_guidemanager.cpp.o -c scribus/ui/moc_guidemanager.cpp [894/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_markanchor.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_markanchor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= markanchor.cpp.o -c scribus/ui/moc_markanchor.cpp [895/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_latexeditor.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_latexeditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_latexeditor.cpp.o -c scribus/ui/moc_latexeditor.cpp [896/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_mark2item.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_mark2item.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_ma= rk2item.cpp.o -c scribus/ui/moc_mark2item.cpp [897/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_mark2mark.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_mark2mark.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_ma= rk2mark.cpp.o -c scribus/ui/moc_mark2mark.cpp [898/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_markvariabletext.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_markvariabletext.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_markvariabletext.cpp.o -c scribus/ui/moc_markvariabletext.cpp [899/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_helpbrowser.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_helpbrowser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_helpbrowser.cpp.o -c scribus/ui/moc_helpbrowser.cpp [900/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_gradienteditor.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_gradienteditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_gradienteditor.cpp.o -c scribus/ui/moc_gradienteditor.cpp [901/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_insertaframe.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_insertaframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_insertaframe.cpp.o -c scribus/ui/moc_insertaframe.cpp [902/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_mergedoc.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_mergedoc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_merg= edoc.cpp.o -c scribus/ui/moc_mergedoc.cpp [903/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_layers.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/moc_layers.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_layers.c= pp.o -c scribus/ui/moc_layers.cpp [904/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_movepage.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_movepage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_move= page.cpp.o -c scribus/ui/moc_movepage.cpp [905/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_marksmanager.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_marksmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_marksmanager.cpp.o -c scribus/ui/moc_marksmanager.cpp [906/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_measurements.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_measurements.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_measurements.cpp.o -c scribus/ui/moc_measurements.cpp [907/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_newtemp.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_newtemp.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_newt= emp.cpp.o -c scribus/ui/moc_newtemp.cpp [908/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_multiprogressdialog.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_multiprogressdialog.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_multiprogressdialog.cpp.o -c scribus/ui/moc_multiprogress= dialog.cpp [909/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_multipleduplicate.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_multipleduplicate.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_multipleduplicate.cpp.o -c scribus/ui/moc_multipleduplicate.c= pp [910/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_marknote.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_marknote.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_mark= note.cpp.o -c scribus/ui/moc_marknote.cpp [911/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_marginpresetlayout.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_marginpresetlayout.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_marginpresetlayout.cpp.o -c scribus/ui/moc_marginpresetlayo= ut.cpp [912/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_numformatcombo.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_numformatcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_numformatcombo.cpp.o -c scribus/ui/moc_numformatcombo.cpp [913/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_outputpreviewbase.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_outputpreviewbase.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_outputpreviewbase.cpp.o -c scribus/ui/moc_outputpreviewbase.c= pp [914/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_nodeeditpalette.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_nodeeditpalette.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_nodeeditpalette.cpp.o -c scribus/ui/moc_nodeeditpalette.cpp [915/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_marginwidget.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_marginwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_marginwidget.cpp.o -c scribus/ui/moc_marginwidget.cpp [916/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_nftwidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_nftwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_nf= twidget.cpp.o -c scribus/ui/moc_nftwidget.cpp [917/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_nftdialog.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_nftdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_nf= tdialog.cpp.o -c scribus/ui/moc_nftdialog.cpp [918/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_missing.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_missing.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_miss= ing.cpp.o -c scribus/ui/moc_missing.cpp [919/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_newmarginwidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_newmarginwidget.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_newmarginwidget.cpp.o -c scribus/ui/moc_newmarginwidget.cpp [920/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagepropertiesdialog.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/moc_pagepropertiesdialog.cpp.o.d -o scribus/CMakeFiles= /scribus.dir/ui/moc_pagepropertiesdialog.cpp.o -c scribus/ui/moc_pageproper= tiesdialog.cpp [921/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pageselector.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_pageselector.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_pageselector.cpp.o -c scribus/ui/moc_pageselector.cpp [922/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_outlinepalette.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_outlinepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_outlinepalette.cpp.o -c scribus/ui/moc_outlinepalette.cpp [923/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pageitemattributes.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_pageitemattributes.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_pageitemattributes.cpp.o -c scribus/ui/moc_pageitemattribut= es.cpp [924/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagepalette.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_pagepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_pagepalette.cpp.o -c scribus/ui/moc_pagepalette.cpp [925/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pdfversionmodel.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_pdfversionmodel.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_pdfversionmodel.cpp.o -c scribus/ui/moc_pdfversionmodel.cpp [926/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagepalette_masterpages.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_pagepalette_masterpages.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_pagepalette_masterpages.cpp.o -c scribus/ui/moc_p= agepalette_masterpages.cpp [927/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_patternpropsdialog.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_patternpropsdialog.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_patternpropsdialog.cpp.o -c scribus/ui/moc_patternpropsdial= og.cpp [928/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_outputpreview_pdf.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_outputpreview_pdf.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_outputpreview_pdf.cpp.o -c scribus/ui/moc_outputpreview_pdf.c= pp [929/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_newdocdialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_newdocdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_newdocdialog.cpp.o -c scribus/ui/moc_newdocdialog.cpp [930/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_outputpreview_ps.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_outputpreview_ps.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_outputpreview_ps.cpp.o -c scribus/ui/moc_outputpreview_ps.cpp [931/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagepalette_widgets.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_pagepalette_widgets.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_pagepalette_widgets.cpp.o -c scribus/ui/moc_pagepalette_w= idgets.cpp [932/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_notesstyleseditor.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_notesstyleseditor.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_notesstyleseditor.cpp.o -c scribus/ui/moc_notesstyleseditor.c= pp [933/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_picsearch.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_picsearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_pi= csearch.cpp.o -c scribus/ui/moc_picsearch.cpp [934/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_picsearchoptions.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_picsearchoptions.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_picsearchoptions.cpp.o -c scribus/ui/moc_picsearchoptions.cpp [935/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_polyprops.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_polyprops.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_po= lyprops.cpp.o -c scribus/ui/moc_polyprops.cpp [936/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_picstatus.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_picstatus.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_pi= cstatus.cpp.o -c scribus/ui/moc_picstatus.cpp [937/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_polygonwidget.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_polygonwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_polygonwidget.cpp.o -c scribus/ui/moc_polygonwidget.cpp [938/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagelayout.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_pagelayout.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= pagelayout.cpp.o -c scribus/ui/moc_pagelayout.cpp [939/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pagepalette_pages.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_pagepalette_pages.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_pagepalette_pages.cpp.o -c scribus/ui/moc_pagepalette_pages.c= pp [940/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_colormanagement.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/moc_prefs_colormanagement.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/ui/moc_prefs_colormanagement.cpp.o -c scribus/ui/moc_prefs_c= olormanagement.cpp [941/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pdfversioncombo.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_pdfversioncombo.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_pdfversioncombo.cpp.o -c scribus/ui/moc_pdfversioncombo.cpp [942/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_documentinformation.cpp.o -MF scribus/= CMakeFiles/scribus.dir/ui/moc_prefs_documentinformation.cpp.o.d -o scribus/= CMakeFiles/scribus.dir/ui/moc_prefs_documentinformation.cpp.o -c scribus/ui= /moc_prefs_documentinformation.cpp [943/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_display.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_display.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_prefs_display.cpp.o -c scribus/ui/moc_prefs_display.cpp [944/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_documentsections.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_prefs_documentsections.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_documentsections.cpp.o -c scribus/ui/moc_pref= s_documentsections.cpp [945/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_imagecache.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_prefs_imagecache.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_prefs_imagecache.cpp.o -c scribus/ui/moc_prefs_imagecache.cpp [946/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_pane.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_prefs_pane.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= prefs_pane.cpp.o -c scribus/ui/moc_prefs_pane.cpp [947/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_miscellaneous.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_miscellaneous.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_miscellaneous.cpp.o -c scribus/ui/moc_prefs_miscell= aneous.cpp [948/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_fonts.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_prefs_fonts.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_prefs_fonts.cpp.o -c scribus/ui/moc_prefs_fonts.cpp [949/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_guides.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_prefs_guides.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_prefs_guides.cpp.o -c scribus/ui/moc_prefs_guides.cpp [950/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_paths.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_prefs_paths.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_prefs_paths.cpp.o -c scribus/ui/moc_prefs_paths.cpp [951/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_pagesizes.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_prefs_pagesizes.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_prefs_pagesizes.cpp.o -c scribus/ui/moc_prefs_pagesizes.cpp [952/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_pdfexportdialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_pdfexportdialog.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_pdfexportdialog.cpp.o -c scribus/ui/moc_pdfexportdialog.cpp [953/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_plugins.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_plugins.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_prefs_plugins.cpp.o -c scribus/ui/moc_prefs_plugins.cpp [954/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_scrapbook.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_prefs_scrapbook.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_prefs_scrapbook.cpp.o -c scribus/ui/moc_prefs_scrapbook.cpp [955/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_typography.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_prefs_typography.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_prefs_typography.cpp.o -c scribus/ui/moc_prefs_typography.cpp [956/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_userinterface.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_userinterface.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_userinterface.cpp.o -c scribus/ui/moc_prefs_userint= erface.cpp [957/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_documentsetup.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_documentsetup.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_documentsetup.cpp.o -c scribus/ui/moc_prefs_documen= tsetup.cpp [958/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_externaltools.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_externaltools.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_externaltools.cpp.o -c scribus/ui/moc_prefs_externa= ltools.cpp [959/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_hyphenator.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_prefs_hyphenator.cpp.o.d -o scribus/CMakeFiles/scribus= =2Edir/ui/moc_prefs_hyphenator.cpp.o -c scribus/ui/moc_prefs_hyphenator.cpp [960/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_operatortools.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_prefs_operatortools.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_operatortools.cpp.o -c scribus/ui/moc_prefs_operato= rtools.cpp [961/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_keyboardshortcuts.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_prefs_keyboardshortcuts.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_prefs_keyboardshortcuts.cpp.o -c scribus/ui/moc_p= refs_keyboardshortcuts.cpp [962/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_preferencesdialog.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_preferencesdialog.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_preferencesdialog.cpp.o -c scribus/ui/moc_preferencesdialog.c= pp [963/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_preflightverifier.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_prefs_preflightverifier.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_prefs_preflightverifier.cpp.o -c scribus/ui/moc_p= refs_preflightverifier.cpp [964/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_spelling.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_prefs_spelling.cpp.o.d -o scribus/CMakeFiles/scribus.dir= /ui/moc_prefs_spelling.cpp.o -c scribus/ui/moc_prefs_spelling.cpp [965/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_printer.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_prefs_printer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_prefs_printer.cpp.o -c scribus/ui/moc_prefs_printer.cpp [966/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_shadow.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/moc_propertiespalette_shadow.cpp.o.d -o scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_shadow.cpp.o -c scribus/ui/mo= c_propertiespalette_shadow.cpp [967/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_image.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_image.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_image.cpp.o -c scribus/ui/moc_p= ropertiespalette_image.cpp [968/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_advanced.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertywidget_advanced.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertywidget_advanced.cpp.o -c scribus/ui/moc_p= ropertywidget_advanced.cpp [969/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_line.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_propertiespalette_line.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_propertiespalette_line.cpp.o -c scribus/ui/moc_prop= ertiespalette_line.cpp [970/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_printlanguagecombo.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_printlanguagecombo.cpp.o.d -o scribus/CMakeFiles/scr= ibus.dir/ui/moc_printlanguagecombo.cpp.o -c scribus/ui/moc_printlanguagecom= bo.cpp [971/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_tableofcontents.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/moc_prefs_tableofcontents.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/ui/moc_prefs_tableofcontents.cpp.o -c scribus/ui/moc_prefs_t= ableofcontents.cpp [972/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_distance.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertywidget_distance.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertywidget_distance.cpp.o -c scribus/ui/moc_p= ropertywidget_distance.cpp [973/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_printdialog.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_printdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mo= c_printdialog.cpp.o -c scribus/ui/moc_printdialog.cpp [974/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_documentitemattributes.cpp.o -MF scrib= us/CMakeFiles/scribus.dir/ui/moc_prefs_documentitemattributes.cpp.o.d -o sc= ribus/CMakeFiles/scribus.dir/ui/moc_prefs_documentitemattributes.cpp.o -c s= cribus/ui/moc_prefs_documentitemattributes.cpp [975/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_flop.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_propertywidget_flop.cpp.o.d -o scribus/CMakeFiles/s= cribus.dir/ui/moc_propertywidget_flop.cpp.o -c scribus/ui/moc_propertywidge= t_flop.cpp [976/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_pdfexport.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_prefs_pdfexport.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_prefs_pdfexport.cpp.o -c scribus/ui/moc_prefs_pdfexport.cpp [977/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_prefs_itemtools.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_prefs_itemtools.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_prefs_itemtools.cpp.o -c scribus/ui/moc_prefs_itemtools.cpp [978/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_optmargins.cpp.o -MF scribus/= CMakeFiles/scribus.dir/ui/moc_propertywidget_optmargins.cpp.o.d -o scribus/= CMakeFiles/scribus.dir/ui/moc_propertywidget_optmargins.cpp.o -c scribus/ui= /moc_propertywidget_optmargins.cpp [979/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_hyphenation.cpp.o -MF scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_hyphenation.cpp.o.d -o scribu= s/CMakeFiles/scribus.dir/ui/moc_propertywidget_hyphenation.cpp.o -c scribus= /ui/moc_propertywidget_hyphenation.cpp [980/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_printpreview.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_printpreview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_printpreview.cpp.o -c scribus/ui/moc_printpreview.cpp [981/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_group.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_group.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_group.cpp.o -c scribus/ui/moc_p= ropertiespalette_group.cpp [982/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_text.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_propertiespalette_text.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_propertiespalette_text.cpp.o -c scribus/ui/moc_prop= ertiespalette_text.cpp [983/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_orphans.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_propertywidget_orphans.cpp.o.d -o scribus/CMakeF= iles/scribus.dir/ui/moc_propertywidget_orphans.cpp.o -c scribus/ui/moc_prop= ertywidget_orphans.cpp [984/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_propertiespalette.cpp.o.d -o scribus/CMakeFiles/scrib= us.dir/ui/moc_propertiespalette.cpp.o -c scribus/ui/moc_propertiespalette.c= pp [985/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_pareffect.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/moc_propertywidget_pareffect.cpp.o.d -o scribus/CM= akeFiles/scribus.dir/ui/moc_propertywidget_pareffect.cpp.o -c scribus/ui/mo= c_propertywidget_pareffect.cpp [986/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_fontfeatures.cpp.o -MF scribu= s/CMakeFiles/scribus.dir/ui/moc_propertywidget_fontfeatures.cpp.o.d -o scri= bus/CMakeFiles/scribus.dir/ui/moc_propertywidget_fontfeatures.cpp.o -c scri= bus/ui/moc_propertywidget_fontfeatures.cpp [987/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertywidget_pathtext.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertywidget_pathtext.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertywidget_pathtext.cpp.o -c scribus/ui/moc_p= ropertywidget_pathtext.cpp [988/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_shape.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_shape.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_shape.cpp.o -c scribus/ui/moc_p= ropertiespalette_shape.cpp [989/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_query.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/moc_query.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_query.cpp.= o -c scribus/ui/moc_query.cpp [990/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_xyz.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_xyz.cpp.o.d -o scribus/CMakeFil= es/scribus.dir/ui/moc_propertiespalette_xyz.cpp.o -c scribus/ui/moc_propert= iespalette_xyz.cpp [991/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_utils.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_utils.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_utils.cpp.o -c scribus/ui/moc_p= ropertiespalette_utils.cpp [992/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_proptree.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/moc_proptree.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_prop= tree.cpp.o -c scribus/ui/moc_proptree.cpp [993/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_propertiespalette_table.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_propertiespalette_table.cpp.o.d -o scribus/CMak= eFiles/scribus.dir/ui/moc_propertiespalette_table.cpp.o -c scribus/ui/moc_p= ropertiespalette_table.cpp [994/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_recoverdialog.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_recoverdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_recoverdialog.cpp.o -c scribus/ui/moc_recoverdialog.cpp [995/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_scescapecatcher.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_scescapecatcher.cpp.o.d -o scribus/CMakeFiles/scribus.d= ir/ui/moc_scescapecatcher.cpp.o -c scribus/ui/moc_scescapecatcher.cpp [996/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_replacecolors.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_replacecolors.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_replacecolors.cpp.o -c scribus/ui/moc_replacecolors.cpp [997/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_sccolorslider.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_sccolorslider.cpp.o.d -o scribus/CMakeFiles/scribus.dir/u= i/moc_sccolorslider.cpp.o -c scribus/ui/moc_sccolorslider.cpp [998/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_rulermover.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_rulermover.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_= rulermover.cpp.o -c scribus/ui/moc_rulermover.cpp [999/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/= \" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loca= l/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DICO= NDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scri= bus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr/= local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT= _NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_L= IB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/u= sr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/\= " -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/l= ocal/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-= 1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr= /local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/= usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local= /include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isys= tem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui = -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNet= work -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/q= t5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribus= /CMakeFiles/scribus.dir/ui/moc_scfilewidget.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_scfilewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/= moc_scfilewidget.cpp.o -c scribus/ui/moc_scfilewidget.cpp [1000/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scinputdialog.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_scinputdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_scinputdialog.cpp.o -c scribus/ui/moc_scinputdialog.cpp [1001/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_resourcemanagerlicense.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/moc_resourcemanagerlicense.cpp.o.d -o scribus/CMake= Files/scribus.dir/ui/moc_resourcemanagerlicense.cpp.o -c scribus/ui/moc_res= ourcemanagerlicense.cpp [1002/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scmessagebox.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_scmessagebox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_scmessagebox.cpp.o -c scribus/ui/moc_scmessagebox.cpp [1003/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scdockpalette.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_scdockpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_scdockpalette.cpp.o -c scribus/ui/moc_scdockpalette.cpp [1004/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scmenu.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_scmenu.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_scmen= u.cpp.o -c scribus/ui/moc_scmenu.cpp [1005/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scmwmenumanager.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_scmwmenumanager.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/moc_scmwmenumanager.cpp.o -c scribus/ui/moc_scmwmenumanager.cpp [1006/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_sclistwidgetdelegate.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/moc_sclistwidgetdelegate.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/ui/moc_sclistwidgetdelegate.cpp.o -c scribus/ui/moc_sclistwid= getdelegate.cpp [1007/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scrspinbox.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_scrspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _scrspinbox.cpp.o -c scribus/ui/moc_scrspinbox.cpp [1008/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_propertywidget_textcolor.cpp.o -MF scribus/= CMakeFiles/scribus.dir/ui/moc_propertywidget_textcolor.cpp.o.d -o scribus/C= MakeFiles/scribus.dir/ui/moc_propertywidget_textcolor.cpp.o -c scribus/ui/m= oc_propertywidget_textcolor.cpp [1009/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scrpalettebase.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_scrpalettebase.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/moc_scrpalettebase.cpp.o -c scribus/ui/moc_scrpalettebase.cpp [1010/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_search.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_search.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_searc= h.cpp.o -c scribus/ui/moc_search.cpp [1011/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_selfield.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_selfield.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_sel= field.cpp.o -c scribus/ui/moc_selfield.cpp [1012/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_sctextbrowser.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_sctextbrowser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_sctextbrowser.cpp.o -c scribus/ui/moc_sctextbrowser.cpp [1013/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_sctablewidget.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_sctablewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_sctablewidget.cpp.o -c scribus/ui/moc_sctablewidget.cpp [1014/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smalignselect.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_smalignselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_smalignselect.cpp.o -c scribus/ui/moc_smalignselect.cpp [1015/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_sctreewidget.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_sctreewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_sctreewidget.cpp.o -c scribus/ui/moc_sctreewidget.cpp [1016/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_shadebutton.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_shadebutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_shadebutton.cpp.o -c scribus/ui/moc_shadebutton.cpp [1017/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_shortcutwidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_shortcutwidget.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/moc_shortcutwidget.cpp.o -c scribus/ui/moc_shortcutwidget.cpp [1018/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_replaceonecolor.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_replaceonecolor.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/moc_replaceonecolor.cpp.o -c scribus/ui/moc_replaceonecolor.cpp [1019/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_resourcemanager.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_resourcemanager.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/moc_resourcemanager.cpp.o -c scribus/ui/moc_resourcemanager.cpp [1020/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smcheckbox.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_smcheckbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _smcheckbox.cpp.o -c scribus/ui/moc_smcheckbox.cpp [1021/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smdirectionselect.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_smdirectionselect.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/moc_smdirectionselect.cpp.o -c scribus/ui/moc_smdirectionselect.= cpp [1022/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smcellstyle.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_smcellstyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_smcellstyle.cpp.o -c scribus/ui/moc_smcellstyle.cpp [1023/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_scrapbookpalette.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_scrapbookpalette.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/ui/moc_scrapbookpalette.cpp.o -c scribus/ui/moc_scrapbookpalette.cpp [1024/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smradiobutton.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_smradiobutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_smradiobutton.cpp.o -c scribus/ui/moc_smradiobutton.cpp [1025/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_sctoolbar.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_sctoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_s= ctoolbar.cpp.o -c scribus/ui/moc_sctoolbar.cpp [1026/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smfontcomboh.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smfontcomboh.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smfontcomboh.cpp.o -c scribus/ui/moc_smfontcomboh.cpp [1027/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smfontfeatures.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_smfontfeatures.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/moc_smfontfeatures.cpp.o -c scribus/ui/moc_smfontfeatures.cpp [1028/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smnumformatcombo.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/moc_smnumformatcombo.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/ui/moc_smnumformatcombo.cpp.o -c scribus/ui/moc_smnumformatcombo.cpp [1029/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smreplacedia.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smreplacedia.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smreplacedia.cpp.o -c scribus/ui/moc_smreplacedia.cpp [1030/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smshadebutton.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_smshadebutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_smshadebutton.cpp.o -c scribus/ui/moc_smshadebutton.cpp [1031/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smspinbox.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_smspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_s= mspinbox.cpp.o -c scribus/ui/moc_smspinbox.cpp [1032/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smsccombobox.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smsccombobox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smsccombobox.cpp.o -c scribus/ui/moc_smsccombobox.cpp [1033/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smscrspinbox.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smscrspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smscrspinbox.cpp.o -c scribus/ui/moc_smscrspinbox.cpp [1034/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_selectobjects.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_selectobjects.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_selectobjects.cpp.o -c scribus/ui/moc_selectobjects.cpp [1035/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smlineedit.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_smlineedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _smlineedit.cpp.o -c scribus/ui/moc_smlineedit.cpp [1036/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smcellstylewidget.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_smcellstylewidget.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/moc_smcellstylewidget.cpp.o -c scribus/ui/moc_smcellstylewidget.= cpp [1037/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smstyleselect.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_smstyleselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_smstyleselect.cpp.o -c scribus/ui/moc_smstyleselect.cpp [1038/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_splash.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_splash.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_splas= h.cpp.o -c scribus/ui/moc_splash.cpp [1039/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smlinestyle.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_smlinestyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_smlinestyle.cpp.o -c scribus/ui/moc_smlinestyle.cpp [1040/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_spiralwidget.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_spiralwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_spiralwidget.cpp.o -c scribus/ui/moc_spiralwidget.cpp [1041/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smcolorcombo.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smcolorcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smcolorcombo.cpp.o -c scribus/ui/moc_smcolorcombo.cpp [1042/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_spiralvectordialog.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_spiralvectordialog.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/moc_spiralvectordialog.cpp.o -c scribus/ui/moc_spiralvectordia= log.cpp [1043/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smtablestyle.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smtablestyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smtablestyle.cpp.o -c scribus/ui/moc_smtablestyle.cpp [1044/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smcstylewidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_smcstylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/moc_smcstylewidget.cpp.o -c scribus/ui/moc_smcstylewidget.cpp [1045/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smtextstyles.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_smtextstyles.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_smtextstyles.cpp.o -c scribus/ui/moc_smtextstyles.cpp [1046/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smtablestylewidget.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/moc_smtablestylewidget.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/moc_smtablestylewidget.cpp.o -c scribus/ui/moc_smtablestylewid= get.cpp [1047/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smtabruler.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_smtabruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _smtabruler.cpp.o -c scribus/ui/moc_smtabruler.cpp [1048/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_stylecombos.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_stylecombos.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_stylecombos.cpp.o -c scribus/ui/moc_stylecombos.cpp [1049/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_styleselect.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_styleselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_styleselect.cpp.o -c scribus/ui/moc_styleselect.cpp [1050/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tablesideselector.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_tablesideselector.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/moc_tablesideselector.cpp.o -c scribus/ui/moc_tablesideselector.= cpp [1051/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_styleview.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/moc_styleview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_s= tyleview.cpp.o -c scribus/ui/moc_styleview.cpp [1052/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smlinestylewidget.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/moc_smlinestylewidget.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/moc_smlinestylewidget.cpp.o -c scribus/ui/moc_smlinestylewidget.= cpp [1053/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smstyleimport.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_smstyleimport.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_smstyleimport.cpp.o -c scribus/ui/moc_smstyleimport.cpp [1054/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_stylemanager.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/moc_stylemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /moc_stylemanager.cpp.o -c scribus/ui/moc_stylemanager.cpp [1055/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_swatchcombo.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_swatchcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_swatchcombo.cpp.o -c scribus/ui/moc_swatchcombo.cpp [1056/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tablecolumnwidthsdialog.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/moc_tablecolumnwidthsdialog.cpp.o.d -o scribus/CMa= keFiles/scribus.dir/ui/moc_tablecolumnwidthsdialog.cpp.o -c scribus/ui/moc_= tablecolumnwidthsdialog.cpp [1057/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tt/simpletreemodel/moc_treemodel.cpp.o -MF scribus= /CMakeFiles/scribus.dir/tt/simpletreemodel/moc_treemodel.cpp.o.d -o scribus= /CMakeFiles/scribus.dir/tt/simpletreemodel/moc_treemodel.cpp.o -c scribus/t= t/simpletreemodel/moc_treemodel.cpp [1058/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_smpstylewidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/moc_smpstylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/moc_smpstylewidget.cpp.o -c scribus/ui/moc_smpstylewidget.cpp [1059/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tablerowheightsdialog.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/moc_tablerowheightsdialog.cpp.o.d -o scribus/CMakeFi= les/scribus.dir/ui/moc_tablerowheightsdialog.cpp.o -c scribus/ui/moc_tabler= owheightsdialog.cpp [1060/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_symbolpalette.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_symbolpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_symbolpalette.cpp.o -c scribus/ui/moc_symbolpalette.cpp [1061/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_storyeditor.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_storyeditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_storyeditor.cpp.o -c scribus/ui/moc_storyeditor.cpp [1062/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tabmanager.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_tabmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _tabmanager.cpp.o -c scribus/ui/moc_tabmanager.cpp [1063/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_copypagetomasterpagedialog.cpp.o -MF scribu= s/CMakeFiles/scribus.dir/ui/moc_copypagetomasterpagedialog.cpp.o.d -o scrib= us/CMakeFiles/scribus.dir/ui/moc_copypagetomasterpagedialog.cpp.o -c scribu= s/ui/moc_copypagetomasterpagedialog.cpp [1064/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_vruler.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/moc_vruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_vrule= r.cpp.o -c scribus/ui/moc_vruler.cpp [1065/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tabruler.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_tabruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_tab= ruler.cpp.o -c scribus/ui/moc_tabruler.cpp [1066/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_createrange.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_createrange.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_createrange.cpp.o -c scribus/ui/moc_createrange.cpp [1067/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_useprintermarginsdialog.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/moc_useprintermarginsdialog.cpp.o.d -o scribus/CMa= keFiles/scribus.dir/ui/moc_useprintermarginsdialog.cpp.o -c scribus/ui/moc_= useprintermarginsdialog.cpp [1068/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_weldedit.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/moc_weldedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc_wel= dedit.cpp.o -c scribus/ui/moc_weldedit.cpp [1069/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_unicodesearch.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_unicodesearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_unicodesearch.cpp.o -c scribus/ui/moc_unicodesearch.cpp [1070/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/moc_storytext.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/text/moc_storytext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text= /moc_storytext.cpp.o -c scribus/text/moc_storytext.cpp [1071/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/actionsearch.cpp.o -MF scribus/CMakeFiles/scribus.= dir/actionsearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/actionsearch.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /actionsearch.cpp [1072/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_filetoolbar.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_filetoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_filetoolbar.cpp.o -c scribus/ui/moc_filetoolbar.cpp [1073/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_edittoolbar.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_edittoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_edittoolbar.cpp.o -c scribus/ui/moc_edittoolbar.cpp [1074/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_transformdialog.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/moc_transformdialog.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/moc_transformdialog.cpp.o -c scribus/ui/moc_transformdialog.cpp [1075/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_modetoolbar.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_modetoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_modetoolbar.cpp.o -c scribus/ui/moc_modetoolbar.cpp [1076/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_pdftoolbar.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/moc_pdftoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/moc= _pdftoolbar.cpp.o -c scribus/ui/moc_pdftoolbar.cpp [1077/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_tabpdfoptions.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/moc_tabpdfoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/moc_tabpdfoptions.cpp.o -c scribus/ui/moc_tabpdfoptions.cpp [1078/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_viewtoolbar.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/moc_viewtoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/m= oc_viewtoolbar.cpp.o -c scribus/ui/moc_viewtoolbar.cpp [1079/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/moc_transparencypalette.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/moc_transparencypalette.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/moc_transparencypalette.cpp.o -c scribus/ui/moc_transparency= palette.cpp [1080/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_pan.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/canvasgesture_pan.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvas= gesture_pan.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/canvasgesture_pan.cpp [1081/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_columnresize.cpp.o -MF scribus/CMake= Files/scribus.dir/canvasgesture_columnresize.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/canvasgesture_columnresize.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/canvasgesture_columnresize.cpp [1082/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_rectselect.cpp.o -MF scribus/CMakeFi= les/scribus.dir/canvasgesture_rectselect.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/canvasgesture_rectselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/canvasgesture_rectselect.cpp [1083/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_linemove.cpp.o -MF scribus/CMakeFile= s/scribus.dir/canvasgesture_linemove.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/canvasgesture_linemove.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/canvasgesture_linemove.cpp [1084/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_cellselect.cpp.o -MF scribus/CMakeFi= les/scribus.dir/canvasgesture_cellselect.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/canvasgesture_cellselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/canvasgesture_cellselect.cpp [1085/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_rowresize.cpp.o -MF scribus/CMakeFil= es/scribus.dir/canvasgesture_rowresize.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/canvasgesture_rowresize.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/canvasgesture_rowresize.cpp [1086/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_tableresize.cpp.o -MF scribus/CMakeF= iles/scribus.dir/canvasgesture_tableresize.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/canvasgesture_tableresize.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/canvasgesture_tableresize.cpp [1087/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_table.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/canvasgesture_table.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ca= nvasgesture_table.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/canvasgesture_table.cpp [1088/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_rulermove.cpp.o -MF scribus/CMakeFil= es/scribus.dir/canvasgesture_rulermove.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/canvasgesture_rulermove.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/canvasgesture_rulermove.cpp [1089/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasgesture_resize.cpp.o -MF scribus/CMakeFiles/= scribus.dir/canvasgesture_resize.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= canvasgesture_resize.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/canvasgesture_resize.cpp [1090/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_copyproperties.cpp.o -MF scribus/CMakeF= iles/scribus.dir/canvasmode_copyproperties.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/canvasmode_copyproperties.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/canvasmode_copyproperties.cpp [1091/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_drawfreehand.cpp.o -MF scribus/CMakeFil= es/scribus.dir/canvasmode_drawfreehand.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/canvasmode_drawfreehand.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/canvasmode_drawfreehand.cpp [1092/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_drawcalligraphic.cpp.o -MF scribus/CMak= eFiles/scribus.dir/canvasmode_drawcalligraphic.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/canvasmode_drawcalligraphic.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/canvasmode_drawcalligraphic.cpp [1093/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_drawbezier.cpp.o -MF scribus/CMakeFiles= /scribus.dir/canvasmode_drawbezier.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/canvasmode_drawbezier.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/canvasmode_drawbezier.cpp [1094/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_eyedropper.cpp.o -MF scribus/CMakeFiles= /scribus.dir/canvasmode_eyedropper.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/canvasmode_eyedropper.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/canvasmode_eyedropper.cpp [1095/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_create.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/canvasmode_create.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvas= mode_create.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/canvasmode_create.cpp [1096/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/cmserrorhandling.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/cmserrorhandling.cpp.o.d -o scribus/CMakeFiles/scribus.dir/cmserror= handling.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/cmserrorhandling.cpp [1097/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_imageimport.cpp.o -MF scribus/CMakeFile= s/scribus.dir/canvasmode_imageimport.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/canvasmode_imageimport.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/canvasmode_imageimport.cpp [1098/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_framelinks.cpp.o -MF scribus/CMakeFiles= /scribus.dir/canvasmode_framelinks.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/canvasmode_framelinks.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/canvasmode_framelinks.cpp [1099/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/cellarea.cpp.o -MF scribus/CMakeFiles/scribus.dir/= cellarea.cpp.o.d -o scribus/CMakeFiles/scribus.dir/cellarea.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/cellarea.cpp [1100/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvas.cpp.o -MF scribus/CMakeFiles/scribus.dir/ca= nvas.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvas.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/canvas.cpp [1101/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editarc.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/canvasmode_editarc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canv= asmode_editarc.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/canvasmode_editarc.cpp [1102/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode.cpp.o -MF scribus/CMakeFiles/scribus.di= r/canvasmode.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvasmode.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/canvasm= ode.cpp [1103/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_magnifier.cpp.o -MF scribus/CMakeFiles/= scribus.dir/canvasmode_magnifier.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= canvasmode_magnifier.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/canvasmode_magnifier.cpp [1104/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_edit.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/canvasmode_edit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvasmode= _edit.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/canvasmode_edit.cpp [1105/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editspiral.cpp.o -MF scribus/CMakeFiles= /scribus.dir/canvasmode_editspiral.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/canvasmode_editspiral.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/canvasmode_editspiral.cpp [1106/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_edittable.cpp.o -MF scribus/CMakeFiles/= scribus.dir/canvasmode_edittable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= canvasmode_edittable.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/canvasmode_edittable.cpp [1107/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editpolygon.cpp.o -MF scribus/CMakeFile= s/scribus.dir/canvasmode_editpolygon.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/canvasmode_editpolygon.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/canvasmode_editpolygon.cpp [1108/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/chartableview.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/chartableview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/chartablevie= w.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/chartableview.cpp [1109/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editweldpoint.cpp.o -MF scribus/CMakeFi= les/scribus.dir/canvasmode_editweldpoint.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/canvasmode_editweldpoint.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/canvasmode_editweldpoint.cpp [1110/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/deferredtask.cpp.o -MF scribus/CMakeFiles/scribus.= dir/deferredtask.cpp.o.d -o scribus/CMakeFiles/scribus.dir/deferredtask.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /deferredtask.cpp [1111/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editgradient.cpp.o -MF scribus/CMakeFil= es/scribus.dir/canvasmode_editgradient.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/canvasmode_editgradient.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/canvasmode_editgradient.cpp [1112/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/colorblind.cpp.o -MF scribus/CMakeFiles/scribus.di= r/colorblind.cpp.o.d -o scribus/CMakeFiles/scribus.dir/colorblind.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/colorbl= ind.cpp [1113/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_measurements.cpp.o -MF scribus/CMakeFil= es/scribus.dir/canvasmode_measurements.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/canvasmode_measurements.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/canvasmode_measurements.cpp [1114/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/documentinformation.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/documentinformation.cpp.o.d -o scribus/CMakeFiles/scribus.dir/do= cumentinformation.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/documentinformation.cpp [1115/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_panning.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/canvasmode_panning.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canv= asmode_panning.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/canvasmode_panning.cpp [1116/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/commonstrings.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/commonstrings.cpp.o.d -o scribus/CMakeFiles/scribus.dir/commonstring= s.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/commonstrings.cpp [1117/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_objimport.cpp.o -MF scribus/CMakeFiles/= scribus.dir/canvasmode_objimport.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= canvasmode_objimport.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/canvasmode_objimport.cpp [1118/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editmeshgradient.cpp.o -MF scribus/CMak= eFiles/scribus.dir/canvasmode_editmeshgradient.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/canvasmode_editmeshgradient.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/canvasmode_editmeshgradient.cpp [1119/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/chartablemodel.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/chartablemodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/chartablemod= el.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/chartablemodel.cpp [1120/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/cmsettings.cpp.o -MF scribus/CMakeFiles/scribus.di= r/cmsettings.cpp.o.d -o scribus/CMakeFiles/scribus.dir/cmsettings.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/cmsetti= ngs.cpp [1121/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/exif.cpp.o -MF scribus/CMakeFiles/scribus.dir/exif= =2Ecpp.o.d -o scribus/CMakeFiles/scribus.dir/exif.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/exif.cpp [1122/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/fpoint.cpp.o -MF scribus/CMakeFiles/scribus.dir/fp= oint.cpp.o.d -o scribus/CMakeFiles/scribus.dir/fpoint.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fpoint.cpp [1123/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_rotate.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/canvasmode_rotate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvas= mode_rotate.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/canvasmode_rotate.cpp [1124/2089] /usr/local/bin/gcc10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -Wl,= -rpath=3D/usr/local/lib/gcc10 -fno-strict-aliasing -O2 -Wall -fPIC -Wl,-E -= fPIE -fPIC -MD -MT scribus/CMakeFiles/scribus.dir/ioapi.c.o -MF scribus/CMa= keFiles/scribus.dir/ioapi.c.o.d -o scribus/CMakeFiles/scribus.dir/ioapi.c.o= -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ioa= pi.c [1125/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_editmeshpatch.cpp.o -MF scribus/CMakeFi= les/scribus.dir/canvasmode_editmeshpatch.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/canvasmode_editmeshpatch.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/canvasmode_editmeshpatch.cpp [1126/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtstyle.cpp.o -MF scribus/CMakeFiles/scribus.dir/g= tstyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtstyle.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtstyle.cpp [1127/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtmeasure.cpp.o -MF scribus/CMakeFiles/scribus.dir= /gtmeasure.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtmeasure.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtmeasure.= cpp [1128/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/filesearch.cpp.o -MF scribus/CMakeFiles/scribus.di= r/filesearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/filesearch.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/filesea= rch.cpp [1129/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtfont.cpp.o -MF scribus/CMakeFiles/scribus.dir/gt= font.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtfont.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtfont.cpp [1130/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/collapsedtablepainter.cpp.o -MF scribus/CMakeFiles= /scribus.dir/collapsedtablepainter.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/collapsedtablepainter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/collapsedtablepainter.cpp [1131/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/docinfo.cpp.o -MF scribus/CMakeFiles/scribus.dir/d= ocinfo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/docinfo.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/docinfo.cpp [1132/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_nodeedit.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/canvasmode_nodeedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ca= nvasmode_nodeedit.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/canvasmode_nodeedit.cpp [1133/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/collapsedtablepainterex.cpp.o -MF scribus/CMakeFil= es/scribus.dir/collapsedtablepainterex.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/collapsedtablepainterex.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/collapsedtablepainterex.cpp [1134/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/langdef.cpp.o -MF scribus/CMakeFiles/scribus.dir/l= angdef.cpp.o.d -o scribus/CMakeFiles/scribus.dir/langdef.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/langdef.cpp [1135/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/observable.cpp.o -MF scribus/CMakeFiles/scribus.di= r/observable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/observable.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/observa= ble.cpp [1136/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/canvasmode_normal.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/canvasmode_normal.cpp.o.d -o scribus/CMakeFiles/scribus.dir/canvas= mode_normal.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/canvasmode_normal.cpp [1137/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/appmodehelper.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/appmodehelper.cpp.o.d -o scribus/CMakeFiles/scribus.dir/appmodehelpe= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/appmodehelper.cpp [1138/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/fpointarray.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/fpointarray.cpp.o.d -o scribus/CMakeFiles/scribus.dir/fpointarray.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fpoi= ntarray.cpp [1139/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtframestyle.cpp.o -MF scribus/CMakeFiles/scribus.= dir/gtframestyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtframestyle.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /gtframestyle.cpp [1140/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/guidesview.cpp.o -MF scribus/CMakeFiles/scribus.di= r/guidesview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/guidesview.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidesv= iew.cpp [1141/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtparagraphstyle.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/gtparagraphstyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtparagr= aphstyle.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/gtparagraphstyle.cpp [1142/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtwriter.cpp.o -MF scribus/CMakeFiles/scribus.dir/= gtwriter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtwriter.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtwriter.cpp [1143/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/filewatcher.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/filewatcher.cpp.o.d -o scribus/CMakeFiles/scribus.dir/filewatcher.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/file= watcher.cpp [1144/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/collect4output.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/collect4output.cpp.o.d -o scribus/CMakeFiles/scribus.dir/collect4outp= ut.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/collect4output.cpp [1145/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/colorsetmanager.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/colorsetmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/colorsetma= nager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/colorsetmanager.cpp [1146/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/KarbonCurveFit.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/KarbonCurveFit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/KarbonCurveF= it.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/KarbonCurveFit.cpp [1147/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/mesh.cpp.o -MF scribus/CMakeFiles/scribus.dir/mesh= =2Ecpp.o.d -o scribus/CMakeFiles/scribus.dir/mesh.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/mesh.cpp [1148/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtgettext.cpp.o -MF scribus/CMakeFiles/scribus.dir= /gtgettext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtgettext.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtgettext.= cpp [1149/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/guidesmodel.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/guidesmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/guidesmodel.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guid= esmodel.cpp [1150/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/fontlistmodel.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/fontlistmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/fontlistmode= l.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/fontlistmodel.cpp [1151/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/guidesdelegate.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/guidesdelegate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/guidesdelega= te.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/guidesdelegate.cpp [1152/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/marks.cpp.o -MF scribus/CMakeFiles/scribus.dir/mar= ks.cpp.o.d -o scribus/CMakeFiles/scribus.dir/marks.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/marks.cpp [1153/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/nfttemplate.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/nfttemplate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/nfttemplate.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/nftt= emplate.cpp [1154/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/fileloader.cpp.o -MF scribus/CMakeFiles/scribus.di= r/fileloader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/fileloader.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/fileloa= der.cpp [1155/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/numeration.cpp.o -MF scribus/CMakeFiles/scribus.di= r/numeration.cpp.o.d -o scribus/CMakeFiles/scribus.dir/numeration.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/numerat= ion.cpp [1156/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/nftrcreader.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/nftrcreader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/nftrcreader.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/nftr= creader.cpp [1157/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/hyphenator.cpp.o -MF scribus/CMakeFiles/scribus.di= r/hyphenator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/hyphenator.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/hyphena= tor.cpp [1158/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/localemgr.cpp.o -MF scribus/CMakeFiles/scribus.dir= /localemgr.cpp.o.d -o scribus/CMakeFiles/scribus.dir/localemgr.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/localemgr.= cpp [1159/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/iconmanager.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/iconmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/iconmanager.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/icon= manager.cpp [1160/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/menumanager.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/menumanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/menumanager.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/menu= manager.cpp [1161/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/gtaction.cpp.o -MF scribus/CMakeFiles/scribus.dir/= gtaction.cpp.o.d -o scribus/CMakeFiles/scribus.dir/gtaction.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtaction.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtactio= n.cpp: In member function 'QString gtAction::parseColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/gtactio= n.cpp:800:65: warning: 'QStringList QString::split(QChar, QString::SplitBeh= avior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior var= iant instead [-Wdeprecated-declarations] 800 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/QList:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/gtaction.cpp:28: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1162/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/guidemanagercore.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/guidemanagercore.cpp.o.d -o scribus/CMakeFiles/scribus.dir/guideman= agercore.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/guidemanagercore.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp: In static member function 'static void GuideManagerIO::readV= erticalGuides(const QString&, ScPage*, GuideManagerCore::GuideType, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp:667:65: warning: 'QStringList QString::split(QChar, QString::= SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeha= vior variant instead [-Wdeprecated-declarations] 667 | QStringList gVal(guideString.split(' ', QString::SkipEmptyParts)); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qstringlist.h:41, from /usr/local/include/qt5/QtGui/qcolor.h:46, from /usr/local/include/qt5/QtGui/qpen.h:44, from /usr/local/include/qt5/QtGui/QPen:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/guidemanagercore.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp: In static member function 'static void GuideManagerIO::readH= orizontalGuides(const QString&, ScPage*, GuideManagerCore::GuideType, bool)= ': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp:676:65: warning: 'QStringList QString::split(QChar, QString::= SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeha= vior variant instead [-Wdeprecated-declarations] 676 | QStringList gVal(guideString.split(' ', QString::SkipEmptyParts)); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qstringlist.h:41, from /usr/local/include/qt5/QtGui/qcolor.h:46, from /usr/local/include/qt5/QtGui/qpen.h:44, from /usr/local/include/qt5/QtGui/QPen:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/guidemanagercore.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp: In static member function 'static void GuideManagerIO::readS= election(const QString&, ScPage*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/guidema= nagercore.cpp:720:65: warning: 'QStringList QString::split(QChar, QString::= SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeha= vior variant instead [-Wdeprecated-declarations] 720 | QStringList gVal(guideString.split(' ', QString::SkipEmptyParts)); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qstringlist.h:41, from /usr/local/include/qt5/QtGui/qcolor.h:46, from /usr/local/include/qt5/QtGui/qpen.h:44, from /usr/local/include/qt5/QtGui/QPen:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/guidemanagercore.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1163/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/navigator.cpp.o -MF scribus/CMakeFiles/scribus.dir= /navigator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/navigator.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/navigator.= cpp [1164/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdfversion.cpp.o -MF scribus/CMakeFiles/scribus.di= r/pdfversion.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdfversion.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdfvers= ion.cpp [1165/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/nftsettings.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/nftsettings.cpp.o.d -o scribus/CMakeFiles/scribus.dir/nftsettings.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/nfts= ettings.cpp [1166/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/loadsaveplugin.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/loadsaveplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/loadsaveplug= in.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/loadsaveplugin.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp: In static member function 'static QStringList LoadSavePlugin::= getExtensionsForColors(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp:100:40: warning: 'QSet QList::toSet() const [with T =3D Q= String]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wd= eprecated-declarations] 100 | QSet fSet =3D filterList.toSet(); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:49, from /usr/local/include/qt5/QtCore/QObject:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.cpp:10: /usr/local/include/qt5/QtCore/qlist.h:413:13: note: declared here 413 | QSet toSet() const; | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp: In static member function 'static QStringList LoadSavePlugin::= getExtensionsForImport(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp:136:40: warning: 'QSet QList::toSet() const [with T =3D Q= String]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wd= eprecated-declarations] 136 | QSet fSet =3D filterList.toSet(); | ^ In file included from /usr/local/include/qt5/QtCore/QSet:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/observable.h:22, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/nodeeditcontext.h:35, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusdoc.h:48, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:23, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.cpp:10: /usr/local/include/qt5/QtCore/qset.h:406:30: note: declared here 406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const | ^~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp: In static member function 'static QStringList LoadSavePlugin::= getExtensionsForPreview(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/loadsav= eplugin.cpp:172:40: warning: 'QSet QList::toSet() const [with T =3D Q= String]' is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wd= eprecated-declarations] 172 | QSet fSet =3D filterList.toSet(); | ^ In file included from /usr/local/include/qt5/QtCore/QSet:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/observable.h:22, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/nodeeditcontext.h:35, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusdoc.h:48, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.h:23, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/loadsaveplugin.cpp:10: /usr/local/include/qt5/QtCore/qset.h:406:30: note: declared here 406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const | ^~~~~~~~ [1167/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/documentchecker.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/documentchecker.cpp.o.d -o scribus/CMakeFiles/scribus.dir/documentch= ecker.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/documentchecker.cpp [1168/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/notesstyles.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/notesstyles.cpp.o.d -o scribus/CMakeFiles/scribus.dir/notesstyles.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/note= sstyles.cpp [1169/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/latexhelpers.cpp.o -MF scribus/CMakeFiles/scribus.= dir/latexhelpers.cpp.o.d -o scribus/CMakeFiles/scribus.dir/latexhelpers.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /latexhelpers.cpp [1170/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_arc.cpp.o -MF scribus/CMakeFiles/scribus.= dir/pageitem_arc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_arc.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /pageitem_arc.cpp [1171/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_group.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/pageitem_group.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_gro= up.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/pageitem_group.cpp [1172/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_polygon.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/pageitem_polygon.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem= _polygon.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/pageitem_polygon.cpp [1173/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/nodeeditcontext.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/nodeeditcontext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/nodeeditco= ntext.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/nodeeditcontext.cpp [1174/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_regularpolygon.cpp.o -MF scribus/CMakeFil= es/scribus.dir/pageitem_regularpolygon.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/pageitem_regularpolygon.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/pageitem_regularpolygon.cpp [1175/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_line.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/pageitem_line.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_lin= e.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/pageitem_line.cpp [1176/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_symbol.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/pageitem_symbol.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_s= ymbol.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/pageitem_symbol.cpp [1177/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_polyline.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/pageitem_polyline.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageit= em_polyline.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/pageitem_polyline.cpp [1178/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitempointer.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/pageitempointer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitempo= inter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/pageitempointer.cpp [1179/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/prefscontext.cpp.o -MF scribus/CMakeFiles/scribus.= dir/prefscontext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/prefscontext.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /prefscontext.cpp [1180/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_spiral.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/pageitem_spiral.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_s= piral.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/pageitem_spiral.cpp [1181/2089] /usr/local/bin/gcc10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -Wl,= -rpath=3D/usr/local/lib/gcc10 -fno-strict-aliasing -O2 -Wall -fPIC -Wl,-E -= fPIE -fPIC -MD -MT scribus/CMakeFiles/scribus.dir/rc4.c.o -MF scribus/CMake= Files/scribus.dir/rc4.c.o.d -o scribus/CMakeFiles/scribus.dir/rc4.c.o -c /w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/rc4.c [1182/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitemiterator.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/pageitemiterator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem= iterator.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/pageitemiterator.cpp [1183/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/prefsfile.cpp.o -MF scribus/CMakeFiles/scribus.dir= /prefsfile.cpp.o.d -o scribus/CMakeFiles/scribus.dir/prefsfile.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsfile.= cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsfi= le.cpp: In member function 'void PrefsFile::load()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsfi= le.cpp:79:25: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-declar= ations] 79 | QXmlInputSource source(&rc); | ^ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/prefsfile.cpp:31: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsfi= le.cpp:80:19: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStreamRead= er [-Wdeprecated-declarations] 80 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/prefsfile.cpp:31: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ [1184/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/actionmanager.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/actionmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/actionmanage= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/actionmanager.cpp [1185/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_pathtext.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/pageitem_pathtext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageit= em_pathtext.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/pageitem_pathtext.cpp [1186/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdfoptions.cpp.o -MF scribus/CMakeFiles/scribus.di= r/pdfoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdfoptions.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdfopti= ons.cpp [1187/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_latexframe.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/pageitem_latexframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pa= geitem_latexframe.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/pageitem_latexframe.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pageite= m_latexframe.cpp: In member function 'void PageItem_LatexFrame::runApplicat= ion()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pageite= m_latexframe.cpp:318:27: warning: 'void QProcess::start(const QString&, QIO= Device::OpenMode)' is deprecated: Use QProcess::start(const QString &progra= m, const QStringList &arguments,OpenMode mode =3D ReadWrite) instead [-Wdep= recated-declarations] 318 | latex->start(full_command); | ^ In file included from /usr/local/include/qt5/QtCore/QProcess:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem_latexframe.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem_latexframe.cpp:24: /usr/local/include/qt5/QtCore/qprocess.h:168:10: note: declared here 168 | void start(const QString &command, OpenMode mode =3D ReadWrite); | ^~~~~ [1188/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/prefsreader.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/prefsreader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/prefsreader.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pref= sreader.cpp [1189/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_imageframe.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/pageitem_imageframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pa= geitem_imageframe.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/pageitem_imageframe.cpp [1190/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_noteframe.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/pageitem_noteframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/page= item_noteframe.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/pageitem_noteframe.cpp [1191/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sccolorstructs.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/sccolorstructs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sccolorstruc= ts.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/sccolorstructs.cpp [1192/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pagesize.cpp.o -MF scribus/CMakeFiles/scribus.dir/= pagesize.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pagesize.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pagesize.cpp [1193/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/prefstable.cpp.o -MF scribus/CMakeFiles/scribus.di= r/prefstable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/prefstable.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsta= ble.cpp [1194/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdflib.cpp.o -MF scribus/CMakeFiles/scribus.dir/pd= flib.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdflib.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib.cpp [1195/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pp_proxy.cpp.o -MF scribus/CMakeFiles/scribus.dir/= pp_proxy.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pp_proxy.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pp_proxy.cpp [1196/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdfoptionsio.cpp.o -MF scribus/CMakeFiles/scribus.= dir/pdfoptionsio.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdfoptionsio.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /pdfoptionsio.cpp [1197/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/rawimage.cpp.o -MF scribus/CMakeFiles/scribus.dir/= rawimage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/rawimage.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/rawimage.cpp [1198/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sccolorshade.cpp.o -MF scribus/CMakeFiles/scribus.= dir/sccolorshade.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sccolorshade.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /sccolorshade.cpp [1199/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/qtiocompressor.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/qtiocompressor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/qtiocompress= or.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/qtiocompressor.cpp [1200/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scclocale.cpp.o -MF scribus/CMakeFiles/scribus.dir= /scclocale.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scclocale.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scclocale.= cpp [1201/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scdomelement.cpp.o -MF scribus/CMakeFiles/scribus.= dir/scdomelement.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scdomelement.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /scdomelement.cpp [1202/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdfwriter.cpp.o -MF scribus/CMakeFiles/scribus.dir= /pdfwriter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdfwriter.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdfwriter.= cpp [1203/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagecachefile.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/scimagecachefile.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scimagec= achefile.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/scimagecachefile.cpp [1204/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/printpreviewcreatorfactory.cpp.o -MF scribus/CMake= Files/scribus.dir/printpreviewcreatorfactory.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/printpreviewcreatorfactory.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/printpreviewcreatorfactory.cpp [1205/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_table.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/pageitem_table.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem_tab= le.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/pageitem_table.cpp [1206/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scgtplugin.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scgtplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scgtplugin.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scgtplu= gin.cpp [1207/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagecachedir.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/scimagecachedir.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scimagecac= hedir.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/scimagecachedir.cpp [1208/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pluginmanager.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/pluginmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pluginmanage= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/pluginmanager.cpp [1209/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/printpreviewcreator.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/printpreviewcreator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pr= intpreviewcreator.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/printpreviewcreator.cpp [1210/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scdocoutput.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/scdocoutput.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scdocoutput.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scdo= coutput.cpp [1211/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagecachewriteaction.cpp.o -MF scribus/CMakeFil= es/scribus.dir/scimagecachewriteaction.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/scimagecachewriteaction.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/scimagecachewriteaction.cpp [1212/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sclockedfile.cpp.o -MF scribus/CMakeFiles/scribus.= dir/sclockedfile.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sclockedfile.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /sclockedfile.cpp [1213/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdf_analyzer.cpp.o -MF scribus/CMakeFiles/scribus.= dir/pdf_analyzer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdf_analyzer.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /pdf_analyzer.cpp [1214/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagestructs.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/scimagestructs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scimagestruc= ts.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/scimagestructs.cpp [1215/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagecacheproxy.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/scimagecacheproxy.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scimag= ecacheproxy.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/scimagecacheproxy.cpp [1216/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scdocoutput_ps2.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/scdocoutput_ps2.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scdocoutpu= t_ps2.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/scdocoutput_ps2.cpp [1217/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sccolor.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= ccolor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sccolor.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/sccolor.cpp [1218/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scmimedata.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scmimedata.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scmimedata.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scmimed= ata.cpp [1219/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sampleitem.cpp.o -MF scribus/CMakeFiles/scribus.di= r/sampleitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sampleitem.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/samplei= tem.cpp [1220/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sclayer.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= clayer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sclayer.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/sclayer.cpp [1221/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimagecachemanager.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/scimagecachemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sc= imagecachemanager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/scimagecachemanager.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scimage= cachemanager.cpp: In member function 'void ScImageCacheManager::MetaAgeList= ::insert(ScImageCacheFile*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scimage= cachemanager.cpp:311:66: warning: 'RandomAccessIterator qLowerBound(RandomA= ccessIterator, RandomAccessIterator, const T&, LessThan) [with RandomAccess= Iterator =3D QList::iterator; T =3D ScImageCacheFile*; L= essThan =3D bool (*)(const ScImageCacheFile*, const ScImageCacheFile*)]' is= deprecated: Use std::lower_bound [-Wdeprecated-declarations] 311 | m_fa.insert(qLowerBound(m_fa.begin(), m_fa.end(), p, ageLessThan),= p); | ^ In file included from /usr/local/include/qt5/QtCore/qlist.h:43, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qshareddata.h:46, from /usr/local/include/qt5/QtCore/qdatetime.h:46, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scimagecachemanager.cpp:21: /usr/local/include/qt5/QtCore/qalgorithms.h:247:83: note: declared here 247 | QT_DEPRECATED_X("Use std::lower_bound") Q_OUTOFLINE_TEMPLATE Random= AccessIterator qLowerBound(RandomAccessIterator begin, RandomAccessIterator= end, const T &value, LessThan lessThan) | = ^~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scimage= cachemanager.cpp: In member function 'void ScImageCacheManager::MetaAgeList= ::remove(ScImageCacheFile*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scimage= cachemanager.cpp:323:72: warning: 'RandomAccessIterator qBinaryFind(RandomA= ccessIterator, RandomAccessIterator, const T&, LessThan) [with RandomAccess= Iterator =3D QList::iterator; T =3D ScImageCacheFile*; L= essThan =3D bool (*)(const ScImageCacheFile*, const ScImageCacheFile*)]' is= deprecated: Use std::binary_search [-Wdeprecated-declarations] 323 | FAL::iterator i =3D qBinaryFind(m_fa.begin(), m_fa.end(), p, ageLe= ssThan); | = ^ In file included from /usr/local/include/qt5/QtCore/qlist.h:43, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qshareddata.h:46, from /usr/local/include/qt5/QtCore/qdatetime.h:46, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scimagecachemanager.cpp:21: /usr/local/include/qt5/QtCore/qalgorithms.h:304:85: note: declared here 304 | QT_DEPRECATED_X("Use std::binary_search") Q_OUTOFLINE_TEMPLATE Rand= omAccessIterator qBinaryFind(RandomAccessIterator begin, RandomAccessIterat= or end, const T &value, LessThan lessThan) | = ^~~~~~~~~~~ [1222/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sccolorengine.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/sccolorengine.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sccolorengin= e.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/sccolorengine.cpp [1223/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpainterexbase.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/scpainterexbase.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpaintere= xbase.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/scpainterexbase.cpp [1224/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/printpreviewcreator_pdf.cpp.o -MF scribus/CMakeFil= es/scribus.dir/printpreviewcreator_pdf.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/printpreviewcreator_pdf.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/printpreviewcreator_pdf.cpp [1225/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/printpreviewcreator_ps.cpp.o -MF scribus/CMakeFile= s/scribus.dir/printpreviewcreator_ps.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/printpreviewcreator_ps.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/printpreviewcreator_ps.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/printpr= eviewcreator_ps.cpp: In member function 'virtual QPixmap PrintPreviewCreato= r_PS::createPreview(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/printpr= eviewcreator_ps.cpp:306:57: warning: 'QImage QImage::transformed(const QMat= rix&, Qt::TransformationMode) const' is deprecated: Use transformed(const Q= Transform &matrix, Qt::TransformationMode mode) [-Wdeprecated-declarations] 306 | image =3D image.transformed( QMatrix(0, 1, -1, 0, 0, 0) ); | ^ In file included from /usr/local/include/qt5/QtGui/QImage:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/printpreviewcreator_ps.cpp:10: /usr/local/include/qt5/QtGui/qimage.h:288:12: note: declared here 288 | QImage transformed(const QMatrix &matrix, Qt::TransformationMod= e mode =3D Qt::FastTransformation) const; | ^~~~~~~~~~~ [1226/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/schelptreemodel.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/schelptreemodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/schelptree= model.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/schelptreemodel.cpp [1227/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpageoutput_ps2.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/scpageoutput_ps2.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpageou= tput_ps2.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/scpageoutput_ps2.cpp [1228/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scstreamfilter.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/scstreamfilter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scstreamfilt= er.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/scstreamfilter.cpp [1229/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scslainforeader.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/scslainforeader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scslainfor= eader.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/scslainforeader.cpp [1230/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scstreamfilter_jpeg.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/scstreamfilter_jpeg.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sc= streamfilter_jpeg.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/scstreamfilter_jpeg.cpp [1231/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpattern.cpp.o -MF scribus/CMakeFiles/scribus.dir= /scpattern.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpattern.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpattern.= cpp [1232/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpaths.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= cpaths.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpaths.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpaths.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpaths= =2Ecpp: In static member function 'static QStringList ScPaths::dirsFromEnvV= ar(const QString&, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpaths= =2Ecpp:469:79: warning: 'QStringList QString::split(QChar, QString::SplitBe= havior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior va= riant instead [-Wdeprecated-declarations] 469 | const QStringList splitpath_data(path_data.split(sep, QString::Ski= pEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1233/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpage.cpp.o -MF scribus/CMakeFiles/scribus.dir/sc= page.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpage.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpage.cpp [1234/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scstreamfilter_flate.cpp.o -MF scribus/CMakeFiles/= scribus.dir/scstreamfilter_flate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= scstreamfilter_flate.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/scstreamfilter_flate.cpp [1235/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/langmgr.cpp.o -MF scribus/CMakeFiles/scribus.dir/l= angmgr.cpp.o.d -o scribus/CMakeFiles/scribus.dir/langmgr.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/langmgr.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/langmgr= =2Ecpp: In member function 'void LanguageManager::printInstalledList()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/langmgr= =2Ecpp:967:10: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 967 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/langmgr.cpp:23: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/langmgr= =2Ecpp:969:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream= &)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 969 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/langmgr.cpp:23: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1236/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scstreamfilter_rc4.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/scstreamfilter_rc4.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scst= reamfilter_rc4.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/scstreamfilter_rc4.cpp [1237/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpreview.cpp.o -MF scribus/CMakeFiles/scribus.dir= /scpreview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpreview.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpreview.= cpp [1238/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scfonts.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= cfonts.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scfonts.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scfonts.cpp [1239/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scplugin.cpp.o -MF scribus/CMakeFiles/scribus.dir/= scplugin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scplugin.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scplugin.cpp [1240/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scprintengine_ps.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/scprintengine_ps.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scprinte= ngine_ps.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/scprintengine_ps.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp: In member function 'virtual bool ScPrintEngine_PS::print(Pri= ntOptions&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp:62:18: warning: 'QByteArray& QByteArray::operator+=3D(const Q= String&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit(= ) [-Wdeprecated-declarations] 62 | cmd +=3D options.printerCommand; | ^~~~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_ps.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp:64:28: warning: 'QByteArray& QByteArray::operator+=3D(const Q= String&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit(= ) [-Wdeprecated-declarations] 64 | cmd +=3D "\"" + filename + "\""; | ^~~~ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_ps.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp:71:18: warning: 'QByteArray& QByteArray::operator+=3D(const Q= String&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit(= ) [-Wdeprecated-declarations] 71 | cmd +=3D options.printer; | ^~~~~~~ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_ps.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp:75:18: warning: 'QByteArray& QByteArray::operator+=3D(const Q= String&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit(= ) [-Wdeprecated-declarations] 75 | cmd +=3D options.printerOptions; | ^~~~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_ps.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_ps.cpp:77:28: warning: 'QByteArray& QByteArray::operator+=3D(const Q= String&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit(= ) [-Wdeprecated-declarations] 77 | cmd +=3D "\"" + filename + "\""; | ^~~~ In file included from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scpaths.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_ps.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ [1241/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scstreamfilter_ascii85.cpp.o -MF scribus/CMakeFile= s/scribus.dir/scstreamfilter_ascii85.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/scstreamfilter_ascii85.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/scstreamfilter_ascii85.cpp [1242/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpainterex_ps2.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/scpainterex_ps2.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpaintere= x_ps2.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/scpainterex_ps2.cpp [1243/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scraction.cpp.o -MF scribus/CMakeFiles/scribus.dir= /scraction.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scraction.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scraction.= cpp [1244/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribuswin.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scribuswin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribuswin.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= win.cpp [1245/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribusXml.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scribusXml.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribusXml.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= Xml.cpp [1246/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sctextstream.cpp.o -MF scribus/CMakeFiles/scribus.= dir/sctextstream.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sctextstream.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /sctextstream.cpp [1247/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/styleitem.cpp.o -MF scribus/CMakeFiles/scribus.dir= /styleitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/styleitem.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/styleitem.= cpp [1248/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scxmlstreamreader.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/scxmlstreamreader.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scxmls= treamreader.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/scxmlstreamreader.cpp [1249/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/transaction.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/transaction.cpp.o.d -o scribus/CMakeFiles/scribus.dir/transaction.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tran= saction.cpp [1250/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scprintengine_pdf.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/scprintengine_pdf.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scprin= tengine_pdf.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/scprintengine_pdf.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp: In member function 'virtual bool ScPrintEngine_PDF::print(P= rintOptions&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp:55:18: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 55 | cmd +=3D options.printerCommand; | ^~~~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qdatetime.h:44, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/filewatcher.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_pdf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp:57:28: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 57 | cmd +=3D "\"" + fileName + "\""; | ^~~~ In file included from /usr/local/include/qt5/QtCore/qdatetime.h:44, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/filewatcher.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_pdf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp:64:18: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 64 | cmd +=3D options.printer; | ^~~~~~~ In file included from /usr/local/include/qt5/QtCore/qdatetime.h:44, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/filewatcher.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_pdf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp:68:18: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 68 | cmd +=3D options.printerOptions; | ^~~~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qdatetime.h:44, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/filewatcher.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_pdf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scprint= engine_pdf.cpp:70:28: warning: 'QByteArray& QByteArray::operator+=3D(const = QString&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit= () [-Wdeprecated-declarations] 70 | cmd +=3D "\"" + fileName + "\""; | ^~~~ In file included from /usr/local/include/qt5/QtCore/qdatetime.h:44, from /usr/local/include/qt5/QtCore/QDateTime:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/filewatcher.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scprintengine_pdf.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ [1251/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/selectionrubberband.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/selectionrubberband.cpp.o.d -o scribus/CMakeFiles/scribus.dir/se= lectionrubberband.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/selectionrubberband.cpp [1252/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpageoutput.cpp.o -MF scribus/CMakeFiles/scribus.= dir/scpageoutput.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpageoutput.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /scpageoutput.cpp [1253/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribusapp.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scribusapp.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribusapp.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp: In function 'void printArgLine(QTextStream&, const char*, const ch= ar*, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:577:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 577 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp: In member function 'void ScribusQApp::showUsage()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:585:56: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 585 | ts << tr("Usage: scribus [options] [files]") ; endl(ts); endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:585:66: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 585 | ts << tr("Usage: scribus [options] [files]") ; endl(ts); endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:586:32: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 586 | ts << tr("Options:") ; endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:599:108: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStr= eam&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 599 | ts << (QString(" %1").arg(CMD_OPTIONS_END,-39)) << tr("Explici= t end of command line options"); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:615:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 615 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp: In member function 'void ScribusQApp::showAvailLangs()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:624:80: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 624 | ts << tr("Installed interface languages for Scribus are as follows= :"); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:625:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 625 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:629:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 629 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:630:63: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 630 | ts << tr("To override the default language choice:"); endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:631:94: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 631 | ts << tr("scribus -l xx or scribus --lang xx, where xx is the lang= uage of choice."); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp: In member function 'void ScribusQApp::showHeader()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:644:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 644 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:651:24: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 651 | ts << heading; endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:652:26: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStre= am&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 652 | ts << separator; endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:653:105: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStr= eam&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 653 | ts << QString("%1 %2").arg( tr("Homepage")+":", descwidth).ar= g("http://www.scribus.net" ); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:654:105: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStr= eam&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 654 | ts << QString("%1 %2").arg( tr("Documentation")+":", descwidth).ar= g("http://docs.scribus.net"); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:655:105: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStr= eam&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 655 | ts << QString("%1 %2").arg( tr("Wiki")+":", descwidth).ar= g("http://wiki.scribus.net"); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:656:105: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStr= eam&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 656 | ts << QString("%1 %2").arg( tr("Issues")+":", descwidth).ar= g("http://bugs.scribus.net"); endl(ts); | = ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= app.cpp:657:9: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStrea= m&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 657 | endl(ts); | ^ In file included from /usr/local/include/qt5/QtCore/QTextStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusapp.cpp:37: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1254/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tableborder.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/tableborder.cpp.o.d -o scribus/CMakeFiles/scribus.dir/tableborder.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tabl= eborder.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tablebo= rder.cpp: In member function 'void TableBorder::addBorderLine(const TableBo= rderLine&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tablebo= rder.cpp:64:63: warning: 'template class qGreater' is deprecated: = Use std::greater [-Wdeprecated-declarations] 64 | std::stable_sort(m_borderLines.begin(), m_borderLines.end(), qGrea= ter()); | ^~~~~= ~~~ In file included from /usr/local/include/qt5/QtCore/qlist.h:43, from /usr/local/include/qt5/QtCore/QList:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/tableborder.cpp:11: /usr/local/include/qt5/QtCore/qalgorithms.h:163:43: note: declared here 163 | class QT_DEPRECATED_X("Use std::greater") qGreater | ^~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tablebo= rder.cpp: In member function 'void TableBorder::replaceBorderLine(int, cons= t TableBorderLine&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tablebo= rder.cpp:81:63: warning: 'template class qGreater' is deprecated: = Use std::greater [-Wdeprecated-declarations] 81 | std::stable_sort(m_borderLines.begin(), m_borderLines.end(), qGrea= ter()); | ^~~~~= ~~~ In file included from /usr/local/include/qt5/QtCore/qlist.h:43, from /usr/local/include/qt5/QtCore/QList:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/tableborder.cpp:11: /usr/local/include/qt5/QtCore/qalgorithms.h:163:43: note: declared here 163 | class QT_DEPRECATED_X("Use std::greater") qGreater | ^~~~~~~~ [1255/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribuscore.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/scribuscore.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribuscore.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scri= buscore.cpp [1256/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undoobject.cpp.o -MF scribus/CMakeFiles/scribus.di= r/undoobject.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undoobject.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undoobj= ect.cpp [1257/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scpainter.cpp.o -MF scribus/CMakeFiles/scribus.dir= /scpainter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scpainter.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scpainter.= cpp [1258/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/updatemanager.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/updatemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/updatemanage= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/updatemanager.cpp [1259/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scimage.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= cimage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scimage.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scimage.cpp [1260/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undostack.cpp.o -MF scribus/CMakeFiles/scribus.dir= /undostack.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undostack.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undostack.= cpp [1261/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/sctextstruct.cpp.o -MF scribus/CMakeFiles/scribus.= dir/sctextstruct.cpp.o.d -o scribus/CMakeFiles/scribus.dir/sctextstruct.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /sctextstruct.cpp [1262/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem_textframe.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/pageitem_textframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/page= item_textframe.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/pageitem_textframe.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pageite= m_textframe.cpp: In member function 'void PageItem_TextFrame::updateNotesMa= rks(NotesInFrameMap)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pageite= m_textframe.cpp:5775:34: warning: 'QHash& QHash::unite(const QH= ash&) [with Key =3D PageItem_NoteFrame*; T =3D QList]' is = deprecated: Use QMultiHash for hashes storing multiple values with the same= key. [-Wdeprecated-declarations] 5775 | m_notesFramesMap.unite(notesMap); | ^ In file included from /usr/local/include/qt5/QtCore/QHash:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem_textframe.h:25, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem_textframe.cpp:24: /usr/local/include/qt5/QtCore/qhash.h:1230:37: note: declared here 1230 | Q_OUTOFLINE_TEMPLATE QHash &QHash::unite(const QHas= h &other) { | ^~~~~~~~~~~~~ [1263/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undotransaction.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/undotransaction.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undotransa= ction.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/undotransaction.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undotra= nsaction.cpp: In destructor 'virtual UndoTransaction::~UndoTransaction()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undotra= nsaction.cpp:46:34: warning: 'T QBasicAtomicInteger::load() const [with = T =3D int]' is deprecated: Use loadRelaxed [-Wdeprecated-declarations] 46 | if (m_data && (m_data->ref.load() =3D=3D 1)) | ^ In file included from /usr/local/include/qt5/QtCore/qatomic.h:46, from /usr/local/include/qt5/QtCore/qglobal.h:1306, from /usr/local/include/qt5/QtCore/qchar.h:43, from /usr/local/include/qt5/QtCore/qstring.h:49, from /usr/local/include/qt5/QtCore/QString:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/undotransaction.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/undotransaction.cpp:27: /usr/local/include/qt5/QtCore/qbasicatomic.h:103:55: note: declared here 103 | QT_DEPRECATED_VERSION_X_5_14("Use loadRelaxed") T load() const = noexcept { return loadRelaxed(); } | ^~~~ [1264/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undostate.cpp.o -MF scribus/CMakeFiles/scribus.dir= /undostate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undostate.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undostate.= cpp [1265/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_os.cpp.o -MF scribus/CMakeFiles/scribus.dir/u= til_os.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_os.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_os.cpp [1266/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_debug.cpp.o -MF scribus/CMakeFiles/scribus.di= r/util_debug.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_debug.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_de= bug.cpp [1267/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tocgenerator.cpp.o -MF scribus/CMakeFiles/scribus.= dir/tocgenerator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/tocgenerator.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /tocgenerator.cpp [1268/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tablecell.cpp.o -MF scribus/CMakeFiles/scribus.dir= /tablecell.cpp.o.d -o scribus/CMakeFiles/scribus.dir/tablecell.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tablecell.= cpp [1269/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/selection.cpp.o -MF scribus/CMakeFiles/scribus.dir= /selection.cpp.o.d -o scribus/CMakeFiles/scribus.dir/selection.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/selection.= cpp [1270/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tableutils.cpp.o -MF scribus/CMakeFiles/scribus.di= r/tableutils.cpp.o.d -o scribus/CMakeFiles/scribus.dir/tableutils.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tableut= ils.cpp [1271/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/textwriter.cpp.o -MF scribus/CMakeFiles/scribus.di= r/textwriter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/textwriter.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/textwri= ter.cpp [1272/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undogui.cpp.o -MF scribus/CMakeFiles/scribus.dir/u= ndogui.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undogui.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undogui.cpp [1273/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/units.cpp.o -MF scribus/CMakeFiles/scribus.dir/uni= ts.cpp.o.d -o scribus/CMakeFiles/scribus.dir/units.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/units.cpp [1274/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_math.cpp.o -MF scribus/CMakeFiles/scribus.dir= /util_math.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_math.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_math.= cpp [1275/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/urllauncher.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/urllauncher.cpp.o.d -o scribus/CMakeFiles/scribus.dir/urllauncher.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/urll= auncher.cpp [1276/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/vgradient.cpp.o -MF scribus/CMakeFiles/scribus.dir= /vgradient.cpp.o.d -o scribus/CMakeFiles/scribus.dir/vgradient.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/vgradient.= cpp [1277/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader.cpp.o -MF scribus= /CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader.cpp.o.d -o scribus= /CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imagedataloaders= /scimgdataloader.cpp [1278/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_gimp.cpp.o -MF sc= ribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_gimp.cpp.o.d = -o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_gimp.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /imagedataloaders/scimgdataloader_gimp.cpp [1279/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_formats.cpp.o -MF scribus/CMakeFiles/scribus.= dir/util_formats.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_formats.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /util_formats.cpp [1280/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/upgradechecker.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/upgradechecker.cpp.o.d -o scribus/CMakeFiles/scribus.dir/upgradecheck= er.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/upgradechecker.cpp [1281/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_layer.cpp.o -MF scribus/CMakeFiles/scribus.di= r/util_layer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_layer.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_la= yer.cpp [1282/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_file.cpp.o -MF scribus/CMakeFiles/scribus.dir= /util_file.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_file.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_file.= cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_fi= le.cpp: In function 'bool fileInPath(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_fi= le.cpp:204:60: warning: 'QStringList QString::split(QChar, QString::SplitBe= havior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior va= riant instead [-Wdeprecated-declarations] 204 | QString file =3D filename.split(' ', QString::SkipEmptyParts).at(0= ); //Ignore parameters | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/util_file.cpp:17: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_fi= le.cpp:231:84: warning: 'QStringList QString::split(QChar, QString::SplitBe= havior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior va= riant instead [-Wdeprecated-declarations] 231 | const QStringList splitpath =3D path.split(envPathSeparator, QStri= ng::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/util_file.cpp:17: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1283/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/undomanager.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/undomanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/undomanager.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/undo= manager.cpp [1284/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/serializer.cpp.o -MF scribus/CMakeFiles/scribus.di= r/serializer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/serializer.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/seriali= zer.cpp [1285/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_ghostscript.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/util_ghostscript.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_gho= stscript.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/util_ghostscript.cpp [1286/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/downloadmanager/scdlmgr.cpp.o -MF scribus/CMakeFil= es/scribus.dir/downloadmanager/scdlmgr.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/downloadmanager/scdlmgr.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/downloadmanager/scdlmgr.cpp [1287/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_printer.cpp.o -MF scribus/CMakeFiles/scribus.= dir/util_printer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_printer.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /util_printer.cpp [1288/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/downloadmanager/scdlthread.cpp.o -MF scribus/CMake= Files/scribus.dir/downloadmanager/scdlthread.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/downloadmanager/scdlthread.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/downloadmanager/scdlthread.cpp [1289/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_text.cpp.o -MF scribus/CMakeFiles/scribus.dir= /util_text.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_text.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_text.= cpp [1290/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/prefsmanager.cpp.o -MF scribus/CMakeFiles/scribus.= dir/prefsmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/prefsmanager.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /prefsmanager.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsma= nager.cpp: In member function 'void PrefsManager::convert12Preferences()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/prefsma= nager.cpp:919:73: warning: 'QStringList QString::split(const QString&, QStr= ing::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::Spli= tBehavior variant instead [-Wdeprecated-declarations] 919 | QStringList extraFonts =3D extraPath.split("\n", QString::SkipEmp= tyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qstringlist.h:41, from /usr/local/include/qt5/QtGui/qcolor.h:46, from /usr/local/include/qt5/QtGui/QColor:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/prefsmanager.cpp:21: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1291/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribusview.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/scribusview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribusview.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scri= busview.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= view.cpp: In member function 'virtual void ScribusView::wheelEvent(QWheelEv= ent*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= view.cpp:3318:53: warning: 'QPoint QWheelEvent::globalPos() const' is depre= cated: Use globalPosition() [-Wdeprecated-declarations] 3318 | FPoint mp =3D m_canvas->globalToCanvas(w->globalPos()); | ^ In file included from /usr/local/include/qt5/QtGui/QDragLeaveEvent:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.h:29, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.cpp:24: /usr/local/include/qt5/QtGui/qevent.h:227:19: note: declared here 227 | inline QPoint globalPos() const { return g.toPoint(); } | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= view.cpp:3319:12: warning: 'int QWheelEvent::delta() const' is deprecated: = Use angleDelta() [-Wdeprecated-declarations] 3319 | w->delta() > 0 ? slotZoomIn(mp.x(), mp.y() , true) : slotZoomOut(= mp.x(), mp.y(), true); | ^ In file included from /usr/local/include/qt5/QtGui/QDragLeaveEvent:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.h:29, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.cpp:24: /usr/local/include/qt5/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta() const { return qt4D; } | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= view.cpp:3324:26: warning: 'int QWheelEvent::delta() const' is deprecated: = Use angleDelta() [-Wdeprecated-declarations] 3324 | int moveBy =3D (w->delta() < 0) ? Prefs->uiPrefs.wheelJump : -Pre= fs->uiPrefs.wheelJump; | ^ In file included from /usr/local/include/qt5/QtGui/QDragLeaveEvent:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.h:29, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.cpp:24: /usr/local/include/qt5/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta() const { return qt4D; } | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= view.cpp:3325:23: warning: 'Qt::Orientation QWheelEvent::orientation() cons= t' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 3325 | if ((w->orientation() !=3D Qt::Vertical) || ( w->modifiers() =3D= =3D Qt::ShiftModifier )) | ^ In file included from /usr/local/include/qt5/QtGui/QDragLeaveEvent:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.h:29, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusview.cpp:24: /usr/local/include/qt5/QtGui/qevent.h:222:28: note: declared here 222 | inline Qt::Orientation orientation() const { return qt4O; } | ^~~~~~~~~~~ [1292/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util_color.cpp.o -MF scribus/CMakeFiles/scribus.di= r/util_color.cpp.o.d -o scribus/CMakeFiles/scribus.dir/util_color.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/util_co= lor.cpp [1293/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/vgradientex.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/vgradientex.cpp.o.d -o scribus/CMakeFiles/scribus.dir/vgradientex.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/vgra= dientex.cpp [1294/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxftristimulusspec.cpp.o -MF scribus/CMak= eFiles/scribus.dir/palettes/cxftristimulusspec.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/palettes/cxftristimulusspec.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/palettes/cxftristimulusspec.cpp [1295/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfmeasurementspec.cpp.o -MF scribus/CMak= eFiles/scribus.dir/palettes/cxfmeasurementspec.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/palettes/cxfmeasurementspec.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/palettes/cxfmeasurementspec.cpp [1296/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pgf.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pgf.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pgf.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_pgf.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFstream.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/third_party/pgf/PGFimage.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/imagedataloaders/scimgdataloader_pgf.cpp:17: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h: In constructor 'PGFVersionNumber::PGFVersionNumber(UIN= T8, UINT8, UINT8)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:138:9: warning: 'PGFVersionNumber::major' will be initi= alized after [-Wreorder] 138 | UINT16 major : 4; ///< major version number | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'unsigned char:6 PGFVersionNumber::ye= ar' [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:137:9: warning: 'PGFVersionNumber::year' will be initia= lized after [-Wreorder] 137 | UINT16 year : 6; ///< year since 2000 (year 2001 =3D 1) | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:136:9: warning: 'unsigned char:6 PGFVersionNumber::we= ek' [-Wreorder] 136 | UINT16 week : 6; ///< week number in a year | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_p= arty/pgf/PGFtypes.h:133:2: warning: when initialized here [-Wreorder] 133 | PGFVersionNumber(UINT8 _major, UINT8 _year, UINT8 _week) : major(_= major), year(_year), week(_week) {} | ^~~~~~~~~~~~~~~~ [1297/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfcolorspecification.cpp.o -MF scribus/C= MakeFiles/scribus.dir/palettes/cxfcolorspecification.cpp.o.d -o scribus/CMa= keFiles/scribus.dir/palettes/cxfcolorspecification.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/cxfcolorspeci= fication.cpp [1298/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfutils.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/palettes/cxfutils.cpp.o.d -o scribus/CMakeFiles/scribus.dir/palett= es/cxfutils.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/palettes/cxfutils.cpp [1299/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_jpeg.cpp.o -MF sc= ribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_jpeg.cpp.o.d = -o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_jpeg.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /imagedataloaders/scimgdataloader_jpeg.cpp [1300/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/util.cpp.o -MF scribus/CMakeFiles/scribus.dir/util= =2Ecpp.o.d -o scribus/CMakeFiles/scribus.dir/util.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/util.cpp [1301/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfcolor.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/palettes/cxfcolor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/palett= es/cxfcolor.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/palettes/cxfcolor.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palette= s/cxfcolor.cpp: In member function 'virtual bool CxfReflectanceSpectrum::pa= rse(QDomElement&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palette= s/cxfcolor.cpp:540:73: warning: 'QStringList QString::split(QChar, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 540 | QStringList values =3D spectrum.split(QChar(' '), QString::SkipEmp= tyParts); | = ^ In file included from /usr/local/include/qt5/QtXml/qdom.h:44, from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/palettes/cxfcolor.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/palettes/cxfcolor.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1302/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_qt.cpp.o -MF scri= bus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_qt.cpp.o.d -o s= cribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_qt.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_qt.cpp [1303/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfobject.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/palettes/cxfobject.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pale= ttes/cxfobject.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/palettes/cxfobject.cpp [1304/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/cxfdocument.cpp.o -MF scribus/CMakeFiles/= scribus.dir/palettes/cxfdocument.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= palettes/cxfdocument.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/palettes/cxfdocument.cpp [1305/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader.cpp.o -MF scribus/CMakeFile= s/scribus.dir/palettes/paletteloader.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/palettes/paletteloader.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/palettes/paletteloader.cpp [1306/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_wpg.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_wpg.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_wpg.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_wpg.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_wpg.cpp: In member function 'virtual bool ScImgDa= taLoader_WPG::loadPicture(const QString&, int, int, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_wpg.cpp:319:79: warning: 'QTextStream& QTextStrea= mFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-d= eclarations] 319 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/imagedataloaders/scimgdataloader_wpg.cpp:10: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_wpg.cpp:319:79: warning: 'QTextStream& QTextStrea= mFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-d= eclarations] 319 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/imagedataloaders/scimgdataloader_wpg.cpp:10: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_wpg.cpp:324:70: warning: 'QTextStream& QTextStrea= mFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-d= eclarations] 324 | qDebug() << "Cannot open file " << QFile::encodeName(fn).data() <= < endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/imagedataloaders/scimgdataloader_wpg.cpp:10: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_wpg.cpp:324:70: warning: 'QTextStream& QTextStrea= mFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-d= eclarations] 324 | qDebug() << "Cannot open file " << QFile::encodeName(fn).data() <= < endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/imagedataloaders/scimgdataloader_wpg.cpp:10: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1307/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_kra.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_kra.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_kra.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_kra.cpp [1308/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ora.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ora.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ora.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_ora.cpp [1309/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pdf.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pdf.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pdf.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_pdf.cpp [1310/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_png.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_png.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_png.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_png.cpp [1311/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pageitem.cpp.o -MF scribus/CMakeFiles/scribus.dir/= pageitem.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pageitem.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pageitem.cpp [1312/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/aboutplugins.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/aboutplugins.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/aboutpl= ugins.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/aboutplugins.cpp [1313/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_adobe_acb.cpp.o -MF scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_acb.cpp.o.d -o scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_acb.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/palette= loader_adobe_acb.cpp [1314/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/actionsearchdialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/actionsearchdialog.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/actionsearchdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/actionsearchdialog.cpp [1315/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_adobe_aco.cpp.o -MF scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_aco.cpp.o.d -o scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_aco.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/palette= loader_adobe_aco.cpp [1316/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pict.cpp.o -MF sc= ribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pict.cpp.o.d = -o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_pict.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /imagedataloaders/scimgdataloader_pict.cpp [1317/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_adobe_ase.cpp.o -MF scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_ase.cpp.o.d -o scribus= /CMakeFiles/scribus.dir/palettes/paletteloader_adobe_ase.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/palette= loader_adobe_ase.cpp [1318/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_autocad_acb.cpp.o -MF scrib= us/CMakeFiles/scribus.dir/palettes/paletteloader_autocad_acb.cpp.o.d -o scr= ibus/CMakeFiles/scribus.dir/palettes/paletteloader_autocad_acb.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/p= aletteloader_autocad_acb.cpp [1319/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_sk1.cpp.o -MF scribus/CMake= Files/scribus.dir/palettes/paletteloader_sk1.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/palettes/paletteloader_sk1.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/palettes/paletteloader_sk1.cpp [1320/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_ps.cpp.o -MF scribus/CMakeF= iles/scribus.dir/palettes/paletteloader_ps.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/palettes/paletteloader_ps.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/palettes/paletteloader_ps.cpp [1321/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/alignselect.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/alignselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/alignsele= ct.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/alignselect.cpp [1322/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/arcvectordialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/arcvectordialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/a= rcvectordialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/arcvectordialog.cpp [1323/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/directionselect.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/directionselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/d= irectionselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/directionselect.cpp [1324/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_cxf.cpp.o -MF scribus/CMake= Files/scribus.dir/palettes/paletteloader_cxf.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/palettes/paletteloader_cxf.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/palettes/paletteloader_cxf.cpp [1325/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_tiff.cpp.o -MF sc= ribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_tiff.cpp.o.d = -o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_tiff.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /imagedataloaders/scimgdataloader_tiff.cpp [1326/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/adjustcmsdialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/adjustcmsdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/a= djustcmsdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/adjustcmsdialog.cpp [1327/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_psd.cpp.o -MF scr= ibus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_psd.cpp.o.d -o= scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_psd.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imag= edataloaders/scimgdataloader_psd.cpp [1328/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/autoform.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/autoform.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/autoform.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/a= utoform.cpp [1329/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/arcwidget.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/arcwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/arcwidget.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/arcwidget.cpp [1330/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_swatchbook.cpp.o -MF scribu= s/CMakeFiles/scribus.dir/palettes/paletteloader_swatchbook.cpp.o.d -o scrib= us/CMakeFiles/scribus.dir/palettes/paletteloader_swatchbook.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/palettes/pale= tteloader_swatchbook.cpp [1331/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/arrowchooser.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/arrowchooser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/arrowch= ooser.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/arrowchooser.cpp [1332/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ps.cpp.o -MF scri= bus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ps.cpp.o.d -o s= cribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdataloader_ps.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/imageda= taloaders/scimgdataloader_ps.cpp [1333/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/third_party/fparser/fparser.cc.o -MF scribus/CMake= Files/scribus.dir/third_party/fparser/fparser.cc.o.d -o scribus/CMakeFiles/= scribus.dir/third_party/fparser/fparser.cc.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/third_party/fparser/fparser.cc [1334/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/about.cpp.o -MF scribus/CMakeFiles/scribus.dir/= ui/about.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/about.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/about.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/abou= t.cpp: In constructor 'About::About(QWidget*, About::AboutMode)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/abou= t.cpp:111:56: warning: 'const QPixmap* QLabel::pixmap() const' is deprecate= d: Use the other overload which returns QPixmap by-value [-Wdeprecated-decl= arations] 111 | pixmapLabel1->setFixedSize(QSize(pixmapLabel1->pixmap()->width(), = pixmapLabel1->pixmap()->height())); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/about.cpp:18: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/abou= t.cpp:111:89: warning: 'const QPixmap* QLabel::pixmap() const' is deprecate= d: Use the other overload which returns QPixmap by-value [-Wdeprecated-decl= arations] 111 | pixmapLabel1->setFixedSize(QSize(pixmapLabel1->pixmap()->width(), = pixmapLabel1->pixmap()->height())); | = ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/about.cpp:18: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ [1335/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/applytemplatedialog.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/applytemplatedialog.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/applytemplatedialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/applytemplatedialog.cpp [1336/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/annota.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/annota.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/annota.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/annota.= cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= ta.cpp: In constructor 'Annota::Annota(QWidget*, PageItem*, ScribusDoc*, Sc= ribusView*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= ta.cpp:65:45: warning: 'QStringList QString::split(const QString&, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 65 | tl =3D tm.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtGui/qicon.h:45, from /usr/local/include/qt5/QtWidgets/qabstractbutton.h:44, from /usr/local/include/qt5/QtWidgets/qcheckbox.h:44, from /usr/local/include/qt5/QtWidgets/QCheckBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annota.cpp:17: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1337/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/aligndistribute.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/aligndistribute.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/a= ligndistribute.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/aligndistribute.cpp [1338/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/basepointwidget.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/basepointwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/b= asepointwidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/basepointwidget.cpp [1339/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pslib.cpp.o -MF scribus/CMakeFiles/scribus.dir/psl= ib.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pslib.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp: In member function 'virtual void PSLib::HandleMeshGradient(PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:3220:68: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 3220 | QStringList cols2 =3D colorVal.split(" ", QString::SkipEmptyPar= ts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp: In member function 'virtual void PSLib::HandlePatchMeshGradient(PageIte= m*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:3401:68: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 3401 | QStringList cols2 =3D colorVal.split(" ", QString::SkipEmptyPar= ts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp: In member function 'virtual void PSLib::HandleDiamondGradient(PageItem*= )': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:3578:68: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 3578 | QStringList cols2 =3D colorVal.split(" ", QString::SkipEmptyPar= ts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp: In member function 'virtual void PSLib::HandleTensorGradient(PageItem*)= ': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:3817:64: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 3817 | QStringList cols2 =3D GCol.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp: In member function 'virtual void PSLib::HandleGradientFillStroke(PageIt= em*, bool, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:4088:64: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 4088 | QStringList cols1 =3D GCol.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pslib.c= pp:4089:65: warning: 'QStringList QString::split(const QString&, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 4089 | QStringList cols2 =3D GCol2.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.h:30, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pslib.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1340/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/autoformbuttongroup.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/autoformbuttongroup.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/autoformbuttongroup.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/autoformbuttongroup.cpp [1341/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/charzoom.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/charzoom.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/charzoom.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/c= harzoom.cpp [1342/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/buttonicon.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/buttonicon.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/buttonico= n.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/buttonicon.cpp [1343/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/bookmarkpalette.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/bookmarkpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/b= ookmarkpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/bookmarkpalette.cpp [1344/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/bookmwin.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/bookmwin.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/bookmwin.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/b= ookmwin.cpp [1345/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/clockwidget.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/clockwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/clockwidg= et.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/clockwidget.cpp [1346/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/colorchart.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/colorchart.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/colorchar= t.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/colorchart.cpp [1347/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/colorcombo.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/colorcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/colorcomb= o.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/colorcombo.cpp [1348/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/cmsprefs.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/cmsprefs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/cmsprefs.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/c= msprefs.cpp [1349/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/collectforoutput_ui.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/collectforoutput_ui.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/collectforoutput_ui.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/collectforoutput_ui.cpp [1350/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/contentpalette_page.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/contentpalette_page.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/contentpalette_page.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/contentpalette_page.cpp [1351/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/contentpalette_default.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/contentpalette_default.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/contentpalette_default.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/contentpalette_default.cpp [1352/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/charselect.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/charselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/charselec= t.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/charselect.cpp [1353/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/charselectenhanced.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/charselectenhanced.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/charselectenhanced.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/charselectenhanced.cpp [1354/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/colorlistmodel.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/colorlistmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/col= orlistmodel.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/colorlistmodel.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/colo= rlistmodel.cpp: In member function 'virtual Qt::ItemFlags ColorListModel::f= lags(const QModelIndex&) const': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/colo= rlistmodel.cpp:110:10: warning: 'constexpr QFlags::QFlags(QFlags::Zer= o) [with Enum =3D Qt::ItemFlag; QFlags::Zero =3D int QFlags::Private::*]' is deprecated: Use default constructor instead [-Wdeprecate= d-declarations] 110 | return nullptr; | ^~~~~~~ In file included from /usr/local/include/qt5/QtCore/qglobal.h:1304, from /usr/local/include/qt5/QtCore/qatomic.h:41, from /usr/local/include/qt5/QtCore/qvariant.h:43, from /usr/local/include/qt5/QtCore/qabstractitemmodel.h:43, from /usr/local/include/qt5/QtCore/QAbstractItemModel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/colorlistmodel.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/colorlistmodel.cpp:8: /usr/local/include/qt5/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONST= EXPR inline QFlags(Zero) noexcept : i(0) {} | = ^~~~~~ [1355/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/colorlistbox.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/colorlistbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/colorli= stbox.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/colorlistbox.cpp [1356/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/cxfimportdialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/cxfimportdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/c= xfimportdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/cxfimportdialog.cpp [1357/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/contentpalette.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/contentpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/con= tentpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/contentpalette.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cont= entpalette.cpp: In constructor 'ContentPalette::ContentPalette(QWidget*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cont= entpalette.cpp:29:49: warning: 'constexpr QFlags::QFlags(QFlags::Zero= ) [with Enum =3D Qt::WindowType; QFlags::Zero =3D int QFlags::Private::*]' is deprecated: Use default constructor instead [-Wdeprec= ated-declarations] 29 | ScDockPalette(parent, "ContentPalette", nullptr) | ^ In file included from /usr/local/include/qt5/QtCore/qglobal.h:1304, from /usr/local/include/qt5/QtGui/qtguiglobal.h:43, from /usr/local/include/qt5/QtGui/qevent.h:43, from /usr/local/include/qt5/QtGui/QCloseEvent:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/scdockpalette.h:29, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/contentpalette.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/contentpalette.cpp:7: /usr/local/include/qt5/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONST= EXPR inline QFlags(Zero) noexcept : i(0) {} | = ^~~~~~ [1358/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/curvewidget.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/curvewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/curvewidg= et.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/curvewidget.cpp [1359/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/cupsoptions.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/cupsoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/cupsoptio= ns.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/cupsoptions.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp: In constructor 'CupsOptions::CupsOptions(QWidget*, const QStri= ng&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp:85:60: warning: 'const char* cupsGetPPD(const char*)' is deprec= ated [-Wdeprecated-declarations] 85 | if (!(dest =3D=3D nullptr || (filename =3D cupsGetPPD(dest->name))= =3D=3D nullptr || (ppd =3D ppdOpenFile(filename)) =3D=3D nullptr)) | ^ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/cupsoptions.cpp:47: /usr/local/include/cups/ppd.h:358:20: note: declared here 358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_= 6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp:85:104: warning: 'ppd_file_t* ppdOpenFile(const char*)' is depr= ecated [-Wdeprecated-declarations] 85 | if (!(dest =3D=3D nullptr || (filename =3D cupsGetPPD(dest->name))= =3D=3D nullptr || (ppd =3D ppdOpenFile(filename)) =3D=3D nullptr)) | = ^ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/cupsoptions.cpp:47: /usr/local/include/cups/ppd.h:389:20: note: declared here 389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECAT= ED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp:87:22: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecat= ed [-Wdeprecated-declarations] 87 | ppdMarkDefaults(ppd); | ^ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/cupsoptions.cpp:47: /usr/local/include/cups/ppd.h:384:14: note: declared here 384 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_= MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp:88:56: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_opt= ion_t*)' is deprecated [-Wdeprecated-declarations] 88 | cupsMarkOptions(ppd, dest->num_options, dest->options); | ^ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/cupsoptions.cpp:47: /usr/local/include/cups/ppd.h:362:13: note: declared here 362 | extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_= option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and frien= ds instead."); | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cups= options.cpp:130:15: warning: 'void ppdClose(ppd_file_t*)' is deprecated [-W= deprecated-declarations] 130 | ppdClose(ppd); | ^ In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/cupsoptions.cpp:47: /usr/local/include/cups/ppd.h:364:14: note: declared here 364 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Us= e cupsCopyDestInfo and friends instead."); | ^~~~~~~~ [1360/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/delpages.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/delpages.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/delpages.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/d= elpages.cpp [1361/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/filedialogeventcatcher.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/filedialogeventcatcher.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/filedialogeventcatcher.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/filedialogeventcatcher.cpp [1362/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/cmykfw.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/cmykfw.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/cmykfw.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cmykfw.= cpp [1363/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/downloadspalette.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/downloadspalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /downloadspalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/downloadspalette.cpp [1364/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/dcolor.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/dcolor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/dcolor.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/dcolor.= cpp [1365/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/dasheditor.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/dasheditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/dashedito= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/dasheditor.cpp [1366/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/contextmenu.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/contextmenu.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/contextme= nu.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/contextmenu.cpp [1367/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/third_party/fparser/fpoptimizer.cc.o -MF scribus/C= MakeFiles/scribus.dir/third_party/fparser/fpoptimizer.cc.o.d -o scribus/CMa= keFiles/scribus.dir/third_party/fparser/fpoptimizer.cc.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/fparser/fp= optimizer.cc [1368/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/checkDocument.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/checkDocument.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/check= Document.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/checkDocument.cpp [1369/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/editor.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/editor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/editor.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/editor.= cpp [1370/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/annot.cpp.o -MF scribus/CMakeFiles/scribus.dir/= ui/annot.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/annot.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/annot.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp: In constructor 'ScAnnot::ScAnnot(QWidget*, PageItem*, ScribusDoc*, S= cribusView*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:79:45: warning: 'QStringList QString::split(const QString&, QString::= SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeha= vior variant instead [-Wdeprecated-declarations] 79 | tl =3D tm.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp: In member function 'void ScAnnot::DecodeVali()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:759:47: warning: 'QStringList QString::split(const QString&, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 759 | pfol =3D pfo.split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp: In member function 'void ScAnnot::DecodeCalc()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:772:47: warning: 'QStringList QString::split(const QString&, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 772 | pfol =3D pfo.split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:786:47: warning: 'QStringList QString::split(const QString&, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 786 | pfol =3D pfo.split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp: In member function 'void ScAnnot::DecodeNum()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:803:47: warning: 'QStringList QString::split(const QString&, QString:= :SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 803 | pfol =3D pfo.split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp: In member function 'void ScAnnot::SetValues()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/anno= t.cpp:1193:64: warning: 'QStringList QString::split(const QString&, QString= ::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBe= havior variant instead [-Wdeprecated-declarations] 1193 | pfol =3D CalcFields->text().split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/annot.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1371/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/customfdialog.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/customfdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/custo= mfdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/customfdialog.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp: In member function 'void FDialogPreview::genPreview(const QS= tring&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:140:17: warning: 'const QPixmap* QLabel::pixmap() const' is d= eprecated: Use the other overload which returns QPixmap by-value [-Wdepreca= ted-declarations] 140 | int w =3D pixmap()->width(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:34: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:141:17: warning: 'const QPixmap* QLabel::pixmap() const' is d= eprecated: Use the other overload which returns QPixmap by-value [-Wdepreca= ted-declarations] 141 | int h =3D pixmap()->height(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:34: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:179:16: warning: 'const QPixmap* QLabel::pixmap() const' is d= eprecated: Use the other overload which returns QPixmap by-value [-Wdepreca= ted-declarations] 179 | pm =3D *pixmap(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:34: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:217:16: warning: 'const QPixmap* QLabel::pixmap() const' is d= eprecated: Use the other overload which returns QPixmap by-value [-Wdepreca= ted-declarations] 217 | pm =3D *pixmap(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:34: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:242:16: warning: 'const QPixmap* QLabel::pixmap() const' is d= eprecated: Use the other overload which returns QPixmap by-value [-Wdepreca= ted-declarations] 242 | pm =3D *pixmap(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:34: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp: In member function 'void CustomFDialog::handleCompress()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/cust= omfdialog.cpp:566:56: warning: 'QStringList QString::split(const QString&, = QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::= SplitBehavior variant instead [-Wdeprecated-declarations] 566 | QStringList fc =3D fn.split(".", QString::KeepEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/customfdialog.cpp:25: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1372/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/fontlistview.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/fontlistview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/fontlis= tview.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/fontlistview.cpp [1373/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/fontembeddingcombo.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/fontembeddingcombo.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/fontembeddingcombo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/fontembeddingcombo.cpp [1374/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/fontembeddingmodel.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/fontembeddingmodel.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/fontembeddingmodel.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/fontembeddingmodel.cpp [1375/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/fontreplacedialog.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/fontreplacedialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/fontreplacedialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/fontreplacedialog.cpp [1376/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gtdialogs.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/gtdialogs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/gtdialogs.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/gtdialogs.cpp [1377/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gradientaddedit.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/gradientaddedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/g= radientaddedit.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/gradientaddedit.cpp [1378/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/inserttablecolumnsdialog.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/inserttablecolumnsdialog.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/ui/inserttablecolumnsdialog.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/inserttablecolumnsdialog.cpp [1379/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gtfiledialog.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/gtfiledialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/gtfiled= ialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/gtfiledialog.cpp [1380/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/inserttablerowsdialog.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/inserttablerowsdialog.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/inserttablerowsdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/inserttablerowsdialog.cpp [1381/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gradienteditor.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/gradienteditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/gra= dienteditor.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/gradienteditor.cpp [1382/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gradientpreview.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/gradientpreview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/g= radientpreview.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/gradientpreview.cpp [1383/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/imageinfodialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/imageinfodialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/i= mageinfodialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/imageinfodialog.cpp [1384/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/hyask.cpp.o -MF scribus/CMakeFiles/scribus.dir/= ui/hyask.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/hyask.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/hyask.cpp [1385/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/insertTable.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/insertTable.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/insertTab= le.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/insertTable.cpp [1386/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/linecombo.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/linecombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/linecombo.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/linecombo.cpp [1387/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/gradientvectordialog.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/gradientvectordialog.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/ui/gradientvectordialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/gradientvectordialog.cpp [1388/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/fontcombo.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/fontcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/fontcombo.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/fontcombo.cpp [1389/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/extimageprops.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/extimageprops.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/extim= ageprops.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/extimageprops.cpp [1390/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/cpalette.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/cpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/cpalette.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/c= palette.cpp [1391/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/guidemanager.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/guidemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/guidema= nager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/guidemanager.cpp [1392/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/inlinepalette.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/inlinepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/inlin= epalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/inlinepalette.cpp [1393/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/hruler.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/hruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/hruler.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/hruler.= cpp [1394/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/markanchor.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/markanchor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/markancho= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/markanchor.cpp [1395/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/colorsandfills.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/colorsandfills.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/col= orsandfills.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/colorsandfills.cpp [1396/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/effectsdialog.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/effectsdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/effec= tsdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/effectsdialog.cpp [1397/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/javadocs.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/javadocs.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/javadocs.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/j= avadocs.cpp [1398/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/linkbutton.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/linkbutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/linkbutto= n.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/linkbutton.cpp [1399/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/insertaframe.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/insertaframe.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/inserta= frame.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/insertaframe.cpp [1400/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/inspage.cpp.o -MF scribus/CMakeFiles/scribus.di= r/ui/inspage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/inspage.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/insp= age.cpp [1401/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/mark2mark.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/mark2mark.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mark2mark.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/mark2mark.cpp [1402/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/markvariabletext.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/markvariabletext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /markvariabletext.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/markvariabletext.cpp [1403/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/helpbrowser.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/helpbrowser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/helpbrows= er.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/helpbrowser.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp: In member function 'void HelpBrowser::loadMenu()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp:583:80: warning: 'QStringList QString::split(QChar, QString::Sp= litBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavi= or variant instead [-Wdeprecated-declarations] 583 | QStringList langDecomp =3D m_language.split(QChar('_'), QString::= SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtGui/qkeysequence.h:44, from /usr/local/include/qt5/QtWidgets/qaction.h:44, from /usr/local/include/qt5/QtWidgets/QAction:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.h:32, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.cpp:29: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp: In member function 'void HelpBrowser::readBookmarks()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp:643:24: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-= declarations] 643 | QXmlInputSource source(&xmlFile); | ^ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.cpp:57: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp:644:19: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStre= amReader [-Wdeprecated-declarations] 644 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.cpp:57: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp: In member function 'void HelpBrowser::readHistory()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp:654:25: warning: 'QXmlInputSource' is deprecated [-Wdeprecated-= declarations] 654 | QXmlInputSource source(&xmlFile); | ^ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.cpp:57: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/help= browser.cpp:655:20: warning: 'QXmlSimpleReader' is deprecated: Use QXmlStre= amReader [-Wdeprecated-declarations] 655 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/helpbrowser.cpp:57: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ [1404/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/layers.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/layers.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/layers.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/layers.= cpp [1405/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/marknote.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/marknote.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/marknote.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/m= arknote.cpp [1406/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/mark2item.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/mark2item.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mark2item.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/mark2item.cpp [1407/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/marginpresetlayout.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/marginpresetlayout.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/marginpresetlayout.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/marginpresetlayout.cpp [1408/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/multiprogressdialog.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/multiprogressdialog.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/multiprogressdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/multiprogressdialog.cpp [1409/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribus.cpp.o -MF scribus/CMakeFiles/scribus.dir/s= cribus.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribus.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= =2Ecpp: In member function 'int ScribusMainWindow::initScMW(bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= =2Ecpp:317:13: warning: 'void qsrand(uint)' is deprecated: use QRandomGener= ator instead [-Wdeprecated-declarations] 317 | qsrand(1234); | ^ In file included from /usr/local/include/qt5/QtGui/qtguiglobal.h:43, from /usr/local/include/qt5/QtWidgets/qtwidgetsglobal.h:43, from /usr/local/include/qt5/QtWidgets/qaction.h:43, from /usr/local/include/qt5/QtWidgets/QAction:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribus.cpp:24: /usr/local/include/qt5/QtCore/qglobal.h:1278:81: note: declared here 1278 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator in= stead") void qsrand(uint seed); | = ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= =2Ecpp: In member function 'void ScribusMainWindow::restoreAddPage(SimpleSt= ate*, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= =2Ecpp:7856:76: warning: 'QStringList QString::split(const QString&, QStrin= g::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitB= ehavior variant instead [-Wdeprecated-declarations] 7856 | QStringList based =3D state->get("BASED").split("|", QString::Skip= EmptyParts); | = ^ In file included from /usr/local/include/qt5/QtGui/qkeysequence.h:44, from /usr/local/include/qt5/QtWidgets/qaction.h:44, from /usr/local/include/qt5/QtWidgets/QAction:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribus.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1410/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/loremipsum.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/loremipsum.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/loremipsu= m.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/loremipsum.cpp [1411/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/movepage.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/movepage.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/movepage.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/m= ovepage.cpp [1412/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/missing.cpp.o -MF scribus/CMakeFiles/scribus.di= r/ui/missing.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/missing.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/miss= ing.cpp [1413/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/marginwidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/marginwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/marginw= idget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/marginwidget.cpp [1414/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/marksmanager.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/marksmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/marksma= nager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/marksmanager.cpp [1415/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/numformatcombo.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/numformatcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/num= formatcombo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/numformatcombo.cpp [1416/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/newmarginwidget.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/newmarginwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/n= ewmarginwidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/newmarginwidget.cpp [1417/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/mergedoc.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/mergedoc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/mergedoc.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/m= ergedoc.cpp [1418/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/latexeditor.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/latexeditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/latexedit= or.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/latexeditor.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/late= xeditor.cpp: In member function 'void LatexEditor::extEditorClicked()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/late= xeditor.cpp:159:31: warning: 'void QProcess::start(const QString&, QIODevic= e::OpenMode)' is deprecated: Use QProcess::start(const QString &program, co= nst QStringList &arguments,OpenMode mode =3D ReadWrite) instead [-Wdeprecat= ed-declarations] 159 | extEditor->start(full_command); | ^ In file included from /usr/local/include/qt5/QtCore/QProcess:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/latexeditor.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/latexeditor.cpp:23: /usr/local/include/qt5/QtCore/qprocess.h:168:10: note: declared here 168 | void start(const QString &command, OpenMode mode =3D ReadWrite); | ^~~~~ [1419/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/multipleduplicate.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/multipleduplicate.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/multipleduplicate.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/multipleduplicate.cpp [1420/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/nftdialog.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/nftdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/nftdialog.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/nftdialog.cpp [1421/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/measurements.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/measurements.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/measure= ments.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/measurements.cpp [1422/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/newtemp.cpp.o -MF scribus/CMakeFiles/scribus.di= r/ui/newtemp.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/newtemp.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/newt= emp.cpp [1423/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pageitemattributes.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/pageitemattributes.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/pageitemattributes.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/pageitemattributes.cpp [1424/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/nftwidget.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/nftwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/nftwidget.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/nftwidget.cpp [1425/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/newdocdialog.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/newdocdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/newdocd= ialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/newdocdialog.cpp [1426/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/outputpreviewbase.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/outputpreviewbase.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/outputpreviewbase.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/outputpreviewbase.cpp [1427/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagepalette.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/pagepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/pagepalet= te.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/pagepalette.cpp [1428/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagelayout.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/pagelayout.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/pagelayou= t.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/pagelayout.cpp [1429/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/picsearchoptions.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/picsearchoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /picsearchoptions.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/picsearchoptions.cpp [1430/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/nodeeditpalette.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/nodeeditpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/n= odeeditpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/nodeeditpalette.cpp [1431/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/patternpropsdialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/patternpropsdialog.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/patternpropsdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/patternpropsdialog.cpp [1432/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pageselector.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/pageselector.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/pagesel= ector.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/pageselector.cpp [1433/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagepalette_widgets.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/pagepalette_widgets.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/pagepalette_widgets.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/pagepalette_widgets.cpp [1434/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pdfversionmodel.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/pdfversionmodel.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= dfversionmodel.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/pdfversionmodel.cpp [1435/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagepalette_pages.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/pagepalette_pages.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/pagepalette_pages.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/pagepalette_pages.cpp [1436/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pdfversioncombo.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/pdfversioncombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= dfversioncombo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/pdfversioncombo.cpp [1437/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/notesstyleseditor.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/notesstyleseditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/notesstyleseditor.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/notesstyleseditor.cpp [1438/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/polyprops.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/polyprops.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/polyprops.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/polyprops.cpp [1439/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagepropertiesdialog.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/pagepropertiesdialog.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/ui/pagepropertiesdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/pagepropertiesdialog.cpp [1440/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/picsearch.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/picsearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/picsearch.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/picsearch.cpp [1441/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/polygonwidget.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/polygonwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/polyg= onwidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/polygonwidget.cpp [1442/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/outlinepalette.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/outlinepalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/out= linepalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/outlinepalette.cpp [1443/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pdfexportdialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/pdfexportdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= dfexportdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/pdfexportdialog.cpp [1444/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pagepalette_masterpages.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/pagepalette_masterpages.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/pagepalette_masterpages.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/pagepalette_masterpages.cpp [1445/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_documentinformation.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/prefs_documentinformation.cpp.o.d -o scribus/CMakeFi= les/scribus.dir/ui/prefs_documentinformation.cpp.o -c /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentinformation= =2Ecpp [1446/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_colormanagement.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/prefs_colormanagement.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/prefs_colormanagement.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_colormanagement.cpp [1447/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/outputpreview_ps.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/outputpreview_ps.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /outputpreview_ps.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/outputpreview_ps.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp: In member function 'virtual QPixmap OutputPreview_PS::cre= atePreview(int, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp:533:57: warning: 'QImage QImage::transformed(const QMatrix= &, Qt::TransformationMode) const' is deprecated: Use transformed(const QTra= nsform &matrix, Qt::TransformationMode mode) [-Wdeprecated-declarations] 533 | image =3D image.transformed( QMatrix(0, 1, -1, 0, 0, 0) ); | ^ In file included from /usr/local/include/qt5/QtGui/qbrush.h:51, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:44, from /usr/local/include/qt5/QtWidgets/QDesktopWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.cpp:11: /usr/local/include/qt5/QtGui/qimage.h:288:12: note: declared here 288 | QImage transformed(const QMatrix &matrix, Qt::TransformationMod= e mode =3D Qt::FastTransformation) const; | ^~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp: In member function 'void OutputPreview_PS::onInkTableCell= DoubleClicked(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp:960:48: warning: 'const QPixmap* QLabel::pixmap() const' i= s deprecated: Use the other overload which returns QPixmap by-value [-Wdepr= ecated-declarations] 960 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.cpp:15: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp: In member function 'void OutputPreview_PS::toggleAllFromH= eader()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp:973:48: warning: 'const QPixmap* QLabel::pixmap() const' i= s deprecated: Use the other overload which returns QPixmap by-value [-Wdepr= ecated-declarations] 973 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.cpp:15: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp: In member function 'void OutputPreview_PS::toggleCMYK_Col= our()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_ps.cpp:1001:48: warning: 'const QPixmap* QLabel::pixmap() const' = is deprecated: Use the other overload which returns QPixmap by-value [-Wdep= recated-declarations] 1001 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_ps.cpp:15: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ [1448/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_documentsections.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/prefs_documentsections.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/prefs_documentsections.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentsections.cpp [1449/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_display.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/prefs_display.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs= _display.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/prefs_display.cpp [1450/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/picstatus.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/picstatus.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/picstatus.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/picstatus.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pics= tatus.cpp: In member function 'void PicStatus::sortByPage()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pics= tatus.cpp:244:57: warning: 'QMap::iterator QMap::insertMulti(co= nst Key&, const T&) [with Key =3D int; T =3D PicItem*]' is deprecated: Use = QMultiMap for maps storing multiple values with the same key. [-Wdeprecated= -declarations] 244 | sorted.insertMulti(item->PageItemObject->OwnPage, item); | ^ In file included from /usr/local/include/qt5/QtCore/qvariant.h:47, from /usr/local/include/qt5/QtCore/QVariant:1, from scribus/ui_picstatus.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.cpp:23: /usr/local/include/qt5/QtCore/qmap.h:1362:33: note: declared here 1362 | typename QMap::iterator QMap::insertMulti(const Key= &key, const T &value) | ^~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qatomic.h:41, from /usr/local/include/qt5/QtCore/qvariant.h:43, from /usr/local/include/qt5/QtCore/QVariant:1, from scribus/ui_picstatus.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.cpp:23: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pics= tatus.cpp:247:36: warning: 'QList QMap::uniqueKeys() const [with K= ey =3D int; T =3D PicItem*]' is deprecated: Use QMultiMap for maps storing = multiple values with the same key. [-Wdeprecated-declarations] 247 | foreach (int i, sorted.uniqueKeys()) | ^ In file included from /usr/local/include/qt5/QtCore/qvariant.h:47, from /usr/local/include/qt5/QtCore/QVariant:1, from scribus/ui_picstatus.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.cpp:23: /usr/local/include/qt5/QtCore/qmap.h:1350:12: note: declared here 1350 | QList QMap::uniqueKeys() const | ^~~~~~~~~~~~ In file included from /usr/local/include/qt5/QtCore/qatomic.h:41, from /usr/local/include/qt5/QtCore/qvariant.h:43, from /usr/local/include/qt5/QtCore/QVariant:1, from scribus/ui_picstatus.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.cpp:23: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pics= tatus.cpp:249:41: warning: 'QList QMap::values(const Key&) const [= with Key =3D int; T =3D PicItem*]' is deprecated: Use QMultiMap for maps st= oring multiple values with the same key. [-Wdeprecated-declarations] 249 | foreach (PicItem* val, sorted.values(i)) | ^ In file included from /usr/local/include/qt5/QtCore/qvariant.h:47, from /usr/local/include/qt5/QtCore/QVariant:1, from scribus/ui_picstatus.h:12, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/picstatus.cpp:23: /usr/local/include/qt5/QtCore/qmap.h:1356:10: note: declared here 1356 | QList QMap::values(const Key &key) const | ^~~~~~~~~~~~ [1451/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_imagecache.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/prefs_imagecache.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /prefs_imagecache.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/prefs_imagecache.cpp [1452/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_miscellaneous.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/prefs_miscellaneous.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/prefs_miscellaneous.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/prefs_miscellaneous.cpp [1453/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_paths.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/prefs_paths.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs_pat= hs.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/prefs_paths.cpp [1454/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_externaltools.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/prefs_externaltools.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/prefs_externaltools.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/prefs_externaltools.cpp [1455/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/outputpreview_pdf.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/outputpreview_pdf.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/outputpreview_pdf.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/outputpreview_pdf.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp: In member function 'void OutputPreview_PDF::onInkTableCe= llDoubleClicked(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp:1101:48: warning: 'const QPixmap* QLabel::pixmap() const'= is deprecated: Use the other overload which returns QPixmap by-value [-Wde= precated-declarations] 1101 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.cpp:13: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp: In member function 'void OutputPreview_PDF::toggleAllFro= mHeader()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp:1114:48: warning: 'const QPixmap* QLabel::pixmap() const'= is deprecated: Use the other overload which returns QPixmap by-value [-Wde= precated-declarations] 1114 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.cpp:13: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp: In member function 'void OutputPreview_PDF::toggleCMYK_C= olour()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/outp= utpreview_pdf.cpp:1142:48: warning: 'const QPixmap* QLabel::pixmap() const'= is deprecated: Use the other overload which returns QPixmap by-value [-Wde= precated-declarations] 1142 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreviewbase.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.h:14, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/outputpreview_pdf.cpp:13: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ [1456/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_documentsetup.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/prefs_documentsetup.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/prefs_documentsetup.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/prefs_documentsetup.cpp [1457/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_scrapbook.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/prefs_scrapbook.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= refs_scrapbook.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/prefs_scrapbook.cpp [1458/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_pagesizes.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/prefs_pagesizes.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= refs_pagesizes.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/prefs_pagesizes.cpp [1459/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_guides.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/prefs_guides.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs_g= uides.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/prefs_guides.cpp [1460/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_plugins.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/prefs_plugins.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs= _plugins.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/prefs_plugins.cpp [1461/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_preflightverifier.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/prefs_preflightverifier.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/prefs_preflightverifier.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_preflightverifier.cpp [1462/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_fonts.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/prefs_fonts.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs_fon= ts.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/prefs_fonts.cpp [1463/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/preferencesdialog.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/preferencesdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/preferencesdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/preferencesdialog.cpp [1464/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_typography.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/prefs_typography.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /prefs_typography.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/prefs_typography.cpp [1465/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_printer.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/prefs_printer.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/prefs= _printer.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/prefs_printer.cpp [1466/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_operatortools.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/prefs_operatortools.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/prefs_operatortools.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/prefs_operatortools.cpp [1467/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_hyphenator.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/prefs_hyphenator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /prefs_hyphenator.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/prefs_hyphenator.cpp [1468/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_keyboardshortcuts.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/prefs_keyboardshortcuts.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/prefs_keyboardshortcuts.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_keyboardshortcuts.cpp [1469/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_documentitemattributes.cpp.o -MF scribus/= CMakeFiles/scribus.dir/ui/prefs_documentitemattributes.cpp.o.d -o scribus/C= MakeFiles/scribus.dir/ui/prefs_documentitemattributes.cpp.o -c /wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prefs_documentit= emattributes.cpp [1470/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_userinterface.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/prefs_userinterface.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/prefs_userinterface.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/prefs_userinterface.cpp [1471/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/printlanguagecombo.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/printlanguagecombo.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/printlanguagecombo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/printlanguagecombo.cpp [1472/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_tableofcontents.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/prefs_tableofcontents.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/prefs_tableofcontents.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/prefs_tableofcontents.cpp [1473/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_spelling.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/prefs_spelling.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/pre= fs_spelling.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/prefs_spelling.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pref= s_spelling.cpp: In member function 'void Prefs_Spelling::downloadSpellDicts= ()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/pref= s_spelling.cpp:94:75: warning: 'QStringList QString::split(const QString&, = QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::= SplitBehavior variant instead [-Wdeprecated-declarations] 94 | const QStringList plainURLs(d.files.split(";", QString::SkipEmp= tyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/prefs_spelling.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1474/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_itemtools.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/prefs_itemtools.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= refs_itemtools.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/prefs_itemtools.cpp [1475/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/pdflib_core.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/pdflib_core.cpp.o.d -o scribus/CMakeFiles/scribus.dir/pdflib_core.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdfl= ib_core.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'PdfFont PDFLibCore::PDF_WriteType3Font(const = QByteArray&, ScFace&, const QMap&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:1600:45: warning: 'QByteArray& QByteArray::operator+=3D(const QStr= ing&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [= -Wdeprecated-declarations] 1600 | toUnicodeMapStream +=3D toUnicodeMaps[uniC]; | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'PdfFont PDFLibCore::PDF_EncodeCidFont(const Q= ByteArray&, ScFace&, const QByteArray&, PdfId, const FaceEncoding&, const Q= Map&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:1828:35: warning: 'QList QMap::uniqueKeys() const [with K= ey =3D unsigned int; T =3D ScFace::GlyphEncoding]' is deprecated: Use QMult= iMap for maps storing multiple values with the same key. [-Wdeprecated-decl= arations] 1828 | QList keys =3D gl.uniqueKeys(); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1350:12: note: declared here 1350 | QList QMap::uniqueKeys() const | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'PdfFont PDFLibCore::PDF_EncodeSimpleFont(cons= t QByteArray&, ScFace&, const QByteArray&, const QByteArray&, bool, PdfId, = const FaceEncoding&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:2027:44: warning: 'QByteArray& QByteArray::operator+=3D(const QStr= ing&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [= -Wdeprecated-declarations] 2027 | toUnicodeMapStream +=3D toUnicodeMaps[uniC]; | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'PdfFont PDFLibCore::PDF_WriteTtfSubsetFont(co= nst QByteArray&, ScFace&, const QMap&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:2138:57: warning: 'QList QMap::uniqueKeys() const [with K= ey =3D unsigned int; T =3D FPointArray]' is deprecated: Use QMultiMap for m= aps storing multiple values with the same key. [-Wdeprecated-declarations] 2138 | QList glyphs =3D RealGlyphs.uniqueKeys(); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1350:12: note: declared here 1350 | QList QMap::uniqueKeys() const | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'PdfFont PDFLibCore::PDF_WriteCffSubsetFont(co= nst QByteArray&, ScFace&, const QMap&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:2182:57: warning: 'QList QMap::uniqueKeys() const [with K= ey =3D unsigned int; T =3D FPointArray]' is deprecated: Use QMultiMap for m= aps storing multiple values with the same key. [-Wdeprecated-declarations] 2182 | QList glyphs =3D RealGlyphs.uniqueKeys(); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1350:12: note: declared here 1350 | QList QMap::uniqueKeys() const | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'bool PDFLibCore::PDF_TemplatePage(const ScPag= e*, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:3285:42: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 3285 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:3286:40: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 3286 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'QByteArray PDFLibCore::Write_FormXObject(QByt= eArray&, PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:4051:40: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 4051 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:4052:38: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 4052 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'QByteArray PDFLibCore::Write_TransparencyGrou= p(double, int, QByteArray&, PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:4140:40: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 4140 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:4141:38: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 4141 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'QByteArray PDFLibCore::PDF_PutSoftShadow(Page= Item*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:4215:34: warning: 'QImage QImage::alphaChannel() const' is depreca= ted: Use convertToFormat(QImage::Format_Alpha8) [-Wdeprecated-declarations] 4215 | ScImage img =3D imgC.alphaChannel().convertToFormat(QImage::Format= _RGB32); | ^ In file included from /usr/local/include/qt5/QtGui/qpixmap.h:49, from /usr/local/include/qt5/QtGui/QPixmap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:13, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtGui/qimage.h:271:12: note: declared here 271 | QImage alphaChannel() const; | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'QByteArray PDFLibCore::PDF_TransparenzFill(Pa= geItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6345:41: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6345 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6346:39: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6346 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6415:41: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6415 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6416:39: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6416 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'bool PDFLibCore::PDF_PatternFillStroke(QByteA= rray&, PageItem*, int, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6691:40: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6691 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:6692:38: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 6692 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'bool PDFLibCore::PDF_Annotation(PageItem*, ui= nt)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:8965:74: warning: 'QStringList QString::split(QChar, QString::Spli= tBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior= variant instead [-Wdeprecated-declarations] 8965 | QStringList bmstUtf16 =3D bmUtf16.split(QChar(10), QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9395:61: warning: 'QByteArray& QByteArray::operator+=3D(const QStr= ing&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [= -Wdeprecated-declarations] 9395 | cc +=3D "/" + StdFonts[ind2PDFabr[ite->annotation().Font()]]; | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9418:61: warning: 'QByteArray& QByteArray::operator+=3D(const QStr= ing&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [= -Wdeprecated-declarations] 9418 | cc +=3D "/" + StdFonts[ind2PDFabr[ite->annotation().Font()]]; | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9446:118: warning: 'QByteArray& QByteArray::operator+=3D(const QSt= ring&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() = [-Wdeprecated-declarations] 9446 | cc +=3D "/" + StdFonts["/ZapfDingbats"] + " " + FToStr(ite->itemT= ext.defaultStyle().charStyle().fontSize() / 10.0) + " Tf\n"; | = ^~~~~~~ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9465:61: warning: 'QByteArray& QByteArray::operator+=3D(const QStr= ing&)' is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [= -Wdeprecated-declarations] 9465 | cc +=3D "/" + StdFonts[ind2PDFabr[ite->annotation().Font()]]; | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qstring.h:1517:20: note: declared here 1517 | inline QByteArray &QByteArray::operator+=3D(const QString &s) | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'void PDFLibCore::PDF_xForm(PdfId, double, dou= ble, const QByteArray&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9786:40: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 9786 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:9787:38: warning: 'QMap& QMap::unite(const QMap&= ) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMultiM= ap for maps storing multiple values with the same key. [-Wdeprecated-declar= ations] 9787 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp: In member function 'void PDFLibCore::PDF_End_Resources()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:10987:40: warning: 'QMap& QMap::unite(const QMap= &) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMulti= Map for maps storing multiple values with the same key. [-Wdeprecated-decla= rations] 10987 | dict.XObject.unite(pageData.ImgObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/pdflib_= core.cpp:10988:38: warning: 'QMap& QMap::unite(const QMap= &) [with Key =3D QByteArray; T =3D unsigned int]' is deprecated: Use QMulti= Map for maps storing multiple values with the same key. [-Wdeprecated-decla= rations] 10988 | dict.XObject.unite(pageData.XObjects); | ^ In file included from /usr/local/include/qt5/QtCore/QMap:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdfoptions.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.h:34, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pdflib_core.cpp:24: /usr/local/include/qt5/QtCore/qmap.h:1374:15: note: declared here 1374 | QMap &QMap::unite(const QMap &other) | ^~~~~~~~~~~~ [1476/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_group.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertiespalette_group.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertiespalette_group.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_group.cpp [1477/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/printdialog.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/printdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/printdial= og.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/printdialog.cpp [1478/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_shadow.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/propertiespalette_shadow.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/ui/propertiespalette_shadow.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_shadow.cpp [1479/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/printpreview.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/printpreview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/printpr= eview.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/printpreview.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp: In member function 'void PrintPreview::toggleCMYK_Colour()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp:405:48: warning: 'const QPixmap* QLabel::pixmap() const' is de= precated: Use the other overload which returns QPixmap by-value [-Wdeprecat= ed-declarations] 405 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/printpreview.cpp:36: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp: In member function 'void PrintPreview::onInkTableCellDoubleCl= icked(int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp:419:48: warning: 'const QPixmap* QLabel::pixmap() const' is de= precated: Use the other overload which returns QPixmap by-value [-Wdeprecat= ed-declarations] 419 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/printpreview.cpp:36: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp: In member function 'void PrintPreview::toggleAllFromHeader()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/prin= tpreview.cpp:470:48: warning: 'const QPixmap* QLabel::pixmap() const' is de= precated: Use the other overload which returns QPixmap by-value [-Wdeprecat= ed-declarations] 470 | m_previewLabel->resize(m_previewLabel->pixmap()->size()); | ^ In file included from /usr/local/include/qt5/QtWidgets/QLabel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/printpreview.cpp:36: /usr/local/include/qt5/QtWidgets/qlabel.h:78:20: note: declared here 78 | const QPixmap *pixmap() const; // ### Qt 7: Remove function | ^~~~~~ [1480/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_flop.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/propertywidget_flop.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/propertywidget_flop.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/propertywidget_flop.cpp [1481/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/propertiespalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/propertiespalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/propertiespalette.cpp [1482/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_utils.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertiespalette_utils.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertiespalette_utils.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_utils.cpp [1483/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_image.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertiespalette_image.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertiespalette_image.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_image.cpp [1484/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_orphans.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/propertywidget_orphans.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/propertywidget_orphans.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_orphans.cpp [1485/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_shape.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertiespalette_shape.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertiespalette_shape.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_shape.cpp [1486/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_advanced.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertywidget_advanced.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertywidget_advanced.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_advanced.cpp [1487/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_line.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/propertiespalette_line.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/propertiespalette_line.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_line.cpp [1488/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_optmargins.cpp.o -MF scribus/CMa= keFiles/scribus.dir/ui/propertywidget_optmargins.cpp.o.d -o scribus/CMakeFi= les/scribus.dir/ui/propertywidget_optmargins.cpp.o -c /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_optmargins= =2Ecpp [1489/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidgetbase.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/propertywidgetbase.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/propertywidgetbase.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/propertywidgetbase.cpp [1490/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_hyphenation.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/propertywidget_hyphenation.cpp.o.d -o scribus/CMake= Files/scribus.dir/ui/propertywidget_hyphenation.cpp.o -c /wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_hyphena= tion.cpp [1491/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/query.cpp.o -MF scribus/CMakeFiles/scribus.dir/= ui/query.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/query.cpp.o -c /wrkdi= rs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/query.cpp [1492/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_pathtext.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertywidget_pathtext.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertywidget_pathtext.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_pathtext.cpp [1493/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_distance.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertywidget_distance.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertywidget_distance.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_distance.cpp [1494/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_table.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/propertiespalette_table.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/propertiespalette_table.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_table.cpp [1495/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/resourcemanagerlicense.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/resourcemanagerlicense.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/resourcemanagerlicense.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/resourcemanagerlicense.cpp [1496/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scescapecatcher.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/scescapecatcher.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/s= cescapecatcher.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/scescapecatcher.cpp [1497/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_text.cpp.o -MF scribus/CMakeF= iles/scribus.dir/ui/propertiespalette_text.cpp.o.d -o scribus/CMakeFiles/sc= ribus.dir/ui/propertiespalette_text.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_text.cpp [1498/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertiespalette_xyz.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/propertiespalette_xyz.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/propertiespalette_xyz.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/propertiespalette_xyz.cpp [1499/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_textcolor.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/propertywidget_textcolor.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/ui/propertywidget_textcolor.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_textcolor.cpp [1500/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/proptree.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/proptree.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/proptree.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/p= roptree.cpp [1501/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sccolorslider.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/sccolorslider.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sccol= orslider.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/sccolorslider.cpp [1502/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_pareffect.cpp.o -MF scribus/CMak= eFiles/scribus.dir/ui/propertywidget_pareffect.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/ui/propertywidget_pareffect.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_pareffect.cpp [1503/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/scribusdoc.cpp.o -MF scribus/CMakeFiles/scribus.di= r/scribusdoc.cpp.o.d -o scribus/CMakeFiles/scribus.dir/scribusdoc.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp: In member function 'void ScribusDoc::swapPage(int, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp:2645:17: warning: 'void QList::swap(int, int) [with T =3D ScPage= *]' is deprecated: Use QList::swapItemsAt() [-Wdeprecated-declarations] 2645 | Pages->swap(a,b); | ^ In file included from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusdoc.cpp:29: /usr/local/include/qt5/QtCore/qlist.h:225:10: note: declared here 225 | void swap(int i, int j) { swapItemsAt(i, j); } | ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp: In member function 'int ScribusDoc::addToInlineFrames(PageItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp:16223:21: warning: 'int qrand()' is deprecated: use QRandomGenerato= r instead [-Wdeprecated-declarations] 16223 | int fIndex =3D qrand(); | ^ In file included from /usr/local/include/qt5/QtCore/qatomic.h:41, from /usr/local/include/qt5/QtCore/qrefcount.h:43, from /usr/local/include/qt5/QtCore/qbytearray.h:44, from /usr/local/include/qt5/QtCore/QByteArray:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusdoc.cpp:28: /usr/local/include/qt5/QtCore/qglobal.h:1279:80: note: declared here 1279 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator in= stead") int qrand(); | = ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/scribus= doc.cpp:16226:18: warning: 'int qrand()' is deprecated: use QRandomGenerato= r instead [-Wdeprecated-declarations] 16226 | fIndex =3D qrand(); | ^ In file included from /usr/local/include/qt5/QtCore/qatomic.h:41, from /usr/local/include/qt5/QtCore/qrefcount.h:43, from /usr/local/include/qt5/QtCore/qbytearray.h:44, from /usr/local/include/qt5/QtCore/QByteArray:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/scribusdoc.cpp:28: /usr/local/include/qt5/QtCore/qglobal.h:1279:80: note: declared here 1279 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator in= stead") int qrand(); | = ^~~~~ [1504/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/recoverdialog.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/recoverdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/recov= erdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/recoverdialog.cpp [1505/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/replaceonecolor.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/replaceonecolor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/r= eplaceonecolor.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/replaceonecolor.cpp [1506/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/replacecolors.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/replacecolors.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/repla= cecolors.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/replacecolors.cpp [1507/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sclistwidgetdelegate.cpp.o -MF scribus/CMakeFil= es/scribus.dir/ui/sclistwidgetdelegate.cpp.o.d -o scribus/CMakeFiles/scribu= s.dir/ui/sclistwidgetdelegate.cpp.o -c /wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/ui/sclistwidgetdelegate.cpp [1508/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scfilewidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/scfilewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scfilew= idget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/scfilewidget.cpp [1509/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/propertywidget_fontfeatures.cpp.o -MF scribus/C= MakeFiles/scribus.dir/ui/propertywidget_fontfeatures.cpp.o.d -o scribus/CMa= keFiles/scribus.dir/ui/propertywidget_fontfeatures.cpp.o -c /wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/propertywidget_font= features.cpp [1510/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scresizecursor.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/scresizecursor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scr= esizecursor.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/scresizecursor.cpp [1511/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scmwmenumanager.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/scmwmenumanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/s= cmwmenumanager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/scmwmenumanager.cpp [1512/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/prefs_pdfexport.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/prefs_pdfexport.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/p= refs_pdfexport.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/prefs_pdfexport.cpp [1513/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scrspinbox.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/scrspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scrspinbo= x.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/scrspinbox.cpp [1514/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sctablewidget.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/sctablewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sctab= lewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/sctablewidget.cpp [1515/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scdockpalette.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/scdockpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scdoc= kpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/scdockpalette.cpp [1516/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scinputdialog.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/scinputdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scinp= utdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/scinputdialog.cpp [1517/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/rulermover.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/rulermover.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/rulermove= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/rulermover.cpp [1518/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smalignselect.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/smalignselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smali= gnselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/smalignselect.cpp [1519/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scmenu.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/scmenu.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scmenu.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/scmenu.= cpp [1520/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smcheckbox.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/smcheckbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smcheckbo= x.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/smcheckbox.cpp [1521/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smdirectionselect.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/smdirectionselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/smdirectionselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/smdirectionselect.cpp [1522/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/shadebutton.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/shadebutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/shadebutt= on.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/shadebutton.cpp [1523/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scrpalettebase.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/scrpalettebase.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scr= palettebase.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/scrpalettebase.cpp [1524/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sctreewidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/sctreewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sctreew= idget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/sctreewidget.cpp [1525/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sctextbrowser.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/sctextbrowser.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sctex= tbrowser.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/sctextbrowser.cpp [1526/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scmessagebox.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/scmessagebox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/scmessa= gebox.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/scmessagebox.cpp [1527/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/sctoolbar.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/sctoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sctoolbar.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/sctoolbar.cpp [1528/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/shortcutwidget.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/shortcutwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/sho= rtcutwidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/shortcutwidget.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/shor= tcutwidget.cpp: In member function 'virtual void ShortcutWidget::keyPressEv= ent(QKeyEvent*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/shor= tcutwidget.cpp:76:62: warning: 'QStringList QString::split(const QString&, = QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::= SplitBehavior variant instead [-Wdeprecated-declarations] 76 | tl =3D keyDisplay->text().split("+", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/shortcutwidget.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/shor= tcutwidget.cpp: In member function 'virtual void ShortcutWidget::keyRelease= Event(QKeyEvent*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/shor= tcutwidget.cpp:135:62: warning: 'QStringList QString::split(const QString&,= QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt:= :SplitBehavior variant instead [-Wdeprecated-declarations] 135 | tl =3D keyDisplay->text().split("+", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/shortcutwidget.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1529/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smfontcomboh.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smfontcomboh.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smfontc= omboh.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smfontcomboh.cpp [1530/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smradiobutton.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/smradiobutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smrad= iobutton.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/smradiobutton.cpp [1531/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smnumformatcombo.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/smnumformatcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /smnumformatcombo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/smnumformatcombo.cpp [1532/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smshadebutton.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/smshadebutton.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smsha= debutton.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/smshadebutton.cpp [1533/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smscrspinbox.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smscrspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smscrsp= inbox.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smscrspinbox.cpp [1534/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smspinbox.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/smspinbox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smspinbox.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/smspinbox.cpp [1535/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smsccombobox.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smsccombobox.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smsccom= bobox.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smsccombobox.cpp [1536/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/selectobjects.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/selectobjects.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/selec= tobjects.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/selectobjects.cpp [1537/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/selfield.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/selfield.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/selfield.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/s= elfield.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/self= ield.cpp: In constructor 'SelectFields::SelectFields(QWidget*, const QStrin= g&, const QString&, ScribusDoc*, int)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/self= ield.cpp:98:51: warning: 'QStringList QString::split(const QString&, QStrin= g::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitB= ehavior variant instead [-Wdeprecated-declarations] 98 | pfol =3D Felder.split(",", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qdialog.h:44, from /usr/local/include/qt5/QtWidgets/QDialog:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/selfield.h:10, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/selfield.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1538/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smcolorcombo.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smcolorcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smcolor= combo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smcolorcombo.cpp [1539/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smreplacedia.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smreplacedia.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smrepla= cedia.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smreplacedia.cpp [1540/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smlineedit.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/smlineedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smlineedi= t.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/smlineedit.cpp [1541/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smstyleselect.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/smstyleselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smsty= leselect.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/smstyleselect.cpp [1542/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smcellstylewidget.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/smcellstylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/smcellstylewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/smcellstylewidget.cpp [1543/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smfontfeatures.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/smfontfeatures.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smf= ontfeatures.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/smfontfeatures.cpp [1544/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/spiralvectordialog.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/spiralvectordialog.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/spiralvectordialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/spiralvectordialog.cpp [1545/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/splash.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/splash.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/splash.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/splash.= cpp [1546/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smlinestylewidget.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/smlinestylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/smlinestylewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/smlinestylewidget.cpp [1547/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/resourcemanager.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/resourcemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/r= esourcemanager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/resourcemanager.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp: In member function 'void ResourceManager::downloadFilesFin= ished()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1038:82: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1038 | QStringList extractFiles(d.extractfiles.split(";", QString::= SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1076:83: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1076 | QStringList extractFiles(d.extractfiles.split(";", QString:= :SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1122:83: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1122 | QStringList extractFiles(d.extractfiles.split(";", QString:= :SkipEmptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp: In member function 'void ResourceManager::startDownload()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1239:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1239 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1251:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1251 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1272:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1272 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1284:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1284 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1304:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1304 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/reso= urcemanager.cpp:1325:76: warning: 'QStringList QString::split(const QString= &, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Q= t::SplitBehavior variant instead [-Wdeprecated-declarations] 1325 | const QStringList plainURLs(d.files.split(";", QString::SkipEm= ptyParts)); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtWidgets/qwidget.h:45, from /usr/local/include/qt5/QtWidgets/qcombobox.h:44, from /usr/local/include/qt5/QtWidgets/QComboBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/resourcemanager.cpp:23: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1548/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smtabruler.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/smtabruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smtabrule= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/smtabruler.cpp [1549/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smstyleimport.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/smstyleimport.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smsty= leimport.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/smstyleimport.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/smst= yleimport.cpp: In constructor 'SMStyleImport::SMStyleImport(QWidget*, Style= Set*, StyleSet*, QHash*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/smst= yleimport.cpp:17:29: warning: 'constexpr QFlags::QFlags(QFlags::Zero)= [with Enum =3D Qt::WindowType; QFlags::Zero =3D int QFlags::Private::*]' is deprecated: Use default constructor instead [-Wdepreca= ted-declarations] 17 | : QDialog( parent, nullptr ) | ^ In file included from /usr/local/include/qt5/QtCore/qglobal.h:1304, from /usr/local/include/qt5/QtGui/qtguiglobal.h:43, from /usr/local/include/qt5/QtWidgets/qtwidgetsglobal.h:43, from /usr/local/include/qt5/QtWidgets/qcheckbox.h:43, from /usr/local/include/qt5/QtWidgets/QCheckBox:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/smstyleimport.cpp:8: /usr/local/include/qt5/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONST= EXPR inline QFlags(Zero) noexcept : i(0) {} | = ^~~~~~ [1550/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/spiralwidget.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/spiralwidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/spiralw= idget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/spiralwidget.cpp [1551/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/styleview.cpp.o -MF scribus/CMakeFiles/scribus.= dir/ui/styleview.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/styleview.cpp= =2Eo -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus= /ui/styleview.cpp [1552/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/search.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/search.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/search.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/search.= cpp [1553/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smcellstyle.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/smcellstyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smcellsty= le.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/smcellstyle.cpp [1554/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/swatchcombo.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/swatchcombo.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/swatchcom= bo.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/swatchcombo.cpp [1555/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smcstylewidget.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/smcstylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smc= stylewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/smcstylewidget.cpp [1556/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tt/simpletreemodel/treeitem.cpp.o -MF scribus/CMak= eFiles/scribus.dir/tt/simpletreemodel/treeitem.cpp.o.d -o scribus/CMakeFile= s/scribus.dir/tt/simpletreemodel/treeitem.cpp.o -c /wrkdirs/usr/ports/print= /scribus-devel/work/scribus-1.5.6.1/scribus/tt/simpletreemodel/treeitem.cpp [1557/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smtablestylewidget.cpp.o -MF scribus/CMakeFiles= /scribus.dir/ui/smtablestylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.di= r/ui/smtablestylewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/ui/smtablestylewidget.cpp [1558/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smlinestyle.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/smlinestyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smlinesty= le.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/smlinestyle.cpp [1559/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tablesideselector.cpp.o -MF scribus/CMakeFiles/= scribus.dir/ui/tablesideselector.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= ui/tablesideselector.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/ui/tablesideselector.cpp [1560/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/styleselect.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/styleselect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/stylesele= ct.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/styleselect.cpp [1561/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/stylecombos.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/stylecombos.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/stylecomb= os.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/stylecombos.cpp [1562/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tabmanager.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/tabmanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/tabmanage= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/tabmanager.cpp [1563/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tablecolumnwidthsdialog.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/tablecolumnwidthsdialog.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/tablecolumnwidthsdialog.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/tablecolumnwidthsdialog.cpp [1564/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tablerowheightsdialog.cpp.o -MF scribus/CMakeFi= les/scribus.dir/ui/tablerowheightsdialog.cpp.o.d -o scribus/CMakeFiles/scri= bus.dir/ui/tablerowheightsdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/ui/tablerowheightsdialog.cpp [1565/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/copypagetomasterpagedialog.cpp.o -MF scribus/CM= akeFiles/scribus.dir/ui/copypagetomasterpagedialog.cpp.o.d -o scribus/CMake= Files/scribus.dir/ui/copypagetomasterpagedialog.cpp.o -c /wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/copypagetomasterpagedi= alog.cpp [1566/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smtablestyle.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smtablestyle.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smtable= style.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smtablestyle.cpp [1567/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/symbolpalette.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/symbolpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/symbo= lpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/symbolpalette.cpp [1568/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/scrptrun.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/text/scrptrun.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/scrptru= n.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/text/scrptrun.cpp [1569/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/helpnavigation.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/helpnavigation.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/hel= pnavigation.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/helpnavigation.cpp [1570/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/fsize.cpp.o -MF scribus/CMakeFiles/scribus.di= r/text/fsize.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/fsize.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/text/fs= ize.cpp [1571/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/frect.cpp.o -MF scribus/CMakeFiles/scribus.di= r/text/frect.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/frect.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/text/fr= ect.cpp [1572/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smpstylewidget.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/ui/smpstylewidget.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smp= stylewidget.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/ui/smpstylewidget.cpp [1573/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/weldedit.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/weldedit.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/weldedit.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/w= eldedit.cpp [1574/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/scrapbookpalette.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/ui/scrapbookpalette.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui= /scrapbookpalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/ui/scrapbookpalette.cpp [1575/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/edittoolbar.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/edittoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/edittoolb= ar.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/edittoolbar.cpp [1576/2089] /usr/local/bin/gcc10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -Wl,= -rpath=3D/usr/local/lib/gcc10 -fno-strict-aliasing -O2 -Wall -fPIC -Wl,-E -= fPIE -fPIC -MD -MT scribus/CMakeFiles/scribus.dir/third_party/hyphen/hnjall= oc.c.o -MF scribus/CMakeFiles/scribus.dir/third_party/hyphen/hnjalloc.c.o.d= -o scribus/CMakeFiles/scribus.dir/third_party/hyphen/hnjalloc.c.o -c /wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/= hyphen/hnjalloc.c [1577/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/index.cpp.o -MF scribus/CMakeFiles/scribus.di= r/text/index.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/index.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/text/in= dex.cpp [1578/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/transformdialog.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/ui/transformdialog.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/t= ransformdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/ui/transformdialog.cpp [1579/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/unicodesearch.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/unicodesearch.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/unico= desearch.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/unicodesearch.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/unic= odesearch.cpp: In constructor 'UnicodeSearchModel::UnicodeSearchModel(QObje= ct*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/unic= odesearch.cpp:97:81: warning: 'QStringList QString::split(QChar, QString::S= plitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehav= ior variant instead [-Wdeprecated-declarations] 97 | QStringList list =3D QString(file.readAll()).split('\n', QString:= :SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/unicodesearch.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/unic= odesearch.cpp:104:51: warning: 'QStringList QString::split(QChar, QString::= SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBeha= vior variant instead [-Wdeprecated-declarations] 104 | line =3D (*it).split(':', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qfiledevice.h:43, from /usr/local/include/qt5/QtCore/qfile.h:44, from /usr/local/include/qt5/QtCore/QFile:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/unicodesearch.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1580/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tabruler.cpp.o -MF scribus/CMakeFiles/scribus.d= ir/ui/tabruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/tabruler.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/t= abruler.cpp [1581/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/filetoolbar.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/filetoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/filetoolb= ar.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/filetoolbar.cpp [1582/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/createrange.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/createrange.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/createran= ge.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/createrange.cpp [1583/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/fileload= er/scribus150format/libscribus150format.so scribus/plugins/fileloader/scrib= us150format/CMakeFiles/scribus150format.dir/scribus150format.cpp.o scribus/= plugins/fileloader/scribus150format/CMakeFiles/scribus150format.dir/scribus= 150format_save.cpp.o scribus/plugins/fileloader/scribus150format/CMakeFiles= /scribus150format.dir/scribus150formatimpl.cpp.o scribus/plugins/fileloader= /scribus150format/CMakeFiles/scribus150format.dir/moc_scribus150format.cpp.= o scribus/plugins/fileloader/scribus150format/CMakeFiles/scribus150format.d= ir/moc_scribus150formatimpl.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/= work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/s= cribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribu= s/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/sc= ribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.buil= d/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib= /scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/lib= Qt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/li= b/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so = /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so= =2E5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/lo= cal/lib && : [1584/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/fileload= er/scribus134format/libscribus134format.so scribus/plugins/fileloader/scrib= us134format/CMakeFiles/scribus134format.dir/scribus134format.cpp.o scribus/= plugins/fileloader/scribus134format/CMakeFiles/scribus134format.dir/scribus= 134formatimpl.cpp.o scribus/plugins/fileloader/scribus134format/CMakeFiles/= scribus134format.dir/moc_scribus134format.cpp.o scribus/plugins/fileloader/= scribus134format/CMakeFiles/scribus134format.dir/moc_scribus134formatimpl.c= pp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wrkdi= rs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-qt = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/= lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/= lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 = /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widg= ets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/l= ibQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1585/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/fileload= er/scribus13format/libscribus13format.so scribus/plugins/fileloader/scribus= 13format/CMakeFiles/scribus13format.dir/scribus13format.cpp.o scribus/plugi= ns/fileloader/scribus13format/CMakeFiles/scribus13format.dir/scribus13forma= timpl.cpp.o scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13= format.dir/moc_scribus13format.cpp.o scribus/plugins/fileloader/scribus13fo= rmat/CMakeFiles/scribus13format.dir/moc_scribus13formatimpl.cpp.o -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/= usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/p= orts/print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/pr= int/scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/third_party/zip -L/usr/l= ocal/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local= /lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5= Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/li= b/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 = /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5= =2E15.2 -Wl,-rpath-link,/usr/local/lib && : [1586/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/specialchars.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/text/specialchars.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/s= pecialchars.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/text/specialchars.cpp [1587/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/= docxim/libdocximplugin.so scribus/plugins/gettext/docxim/CMakeFiles/docximp= lugin.dir/docxim.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build= /scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/s= cribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribu= s/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styl= es -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_par= ty/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third= _party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/t= hird_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/sc= ribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/pl= ugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5= =2E15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/lib= Qt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/loca= l/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 = /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1588/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/fileload= er/scribus12format/libscribus12format.so scribus/plugins/fileloader/scribus= 12format/CMakeFiles/scribus12format.dir/scribus12format.cpp.o scribus/plugi= ns/fileloader/scribus12format/CMakeFiles/scribus12format.dir/scribus12forma= timpl.cpp.o scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12= format.dir/moc_scribus12format.cpp.o scribus/plugins/fileloader/scribus12fo= rmat/CMakeFiles/scribus12format.dir/moc_scribus12formatimpl.cpp.o -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/= usr/ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/p= orts/print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/pr= int/scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/u= sr/ports/print/scribus-devel/work/.build/scribus/third_party/zip -L/usr/l= ocal/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thi= rd_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local= /lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5= Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/li= b/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 = /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5= =2E15.2 -Wl,-rpath-link,/usr/local/lib && : [1589/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/glyphcluster.cpp.o -MF scribus/CMakeFiles/scr= ibus.dir/text/glyphcluster.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/g= lyphcluster.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/text/glyphcluster.cpp [1590/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/= odt2im/libodtimplugin.so scribus/plugins/gettext/odt2im/CMakeFiles/odtimplu= gin.dir/importodt.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.buil= d/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/sty= les -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_pa= rty/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thir= d_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/s= cribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scri= bus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/p= lugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.= 5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQ= t5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local= /lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /= usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1591/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/= xtgim/libxtgimplugin.so scribus/plugins/gettext/xtgim/CMakeFiles/xtgimplugi= n.dir/xtgim.cpp.o scribus/plugins/gettext/xtgim/CMakeFiles/xtgimplugin.dir/= xtgscanner.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus= /desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/font= s -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -= L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party= /pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_p= arty/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-dev= el/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/= :/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 = /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenG= L.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt= 5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/loc= al/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1592/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/pdftoolbar.cpp.o -MF scribus/CMakeFiles/scribus= =2Edir/ui/pdftoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/pdftoolba= r.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/ui/pdftoolbar.cpp [1593/2089] /usr/local/bin/gcc10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -Wl,= -rpath=3D/usr/local/lib/gcc10 -fno-strict-aliasing -O2 -Wall -fPIC -Wl,-E -= fPIE -fPIC -MD -MT scribus/CMakeFiles/scribus.dir/third_party/hyphen/hyphen= =2Ec.o -MF scribus/CMakeFiles/scribus.dir/third_party/hyphen/hyphen.c.o.d -= o scribus/CMakeFiles/scribus.dir/third_party/hyphen/hyphen.c.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyph= en/hyphen.c [1594/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/gettext/= markdownim/libMARKDOWNimplugin.so scribus/plugins/gettext/markdownim/CMakeF= iles/MARKDOWNimplugin.dir/markdownim.cpp.o -L/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus= -devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-deve= l/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel= /work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribu= s-devel/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs= /usr/ports/print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl= ,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/= lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /u= sr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/li= b/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/l= ibQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-lin= k,/usr/local/lib && : [1595/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/useprintermarginsdialog.cpp.o -MF scribus/CMake= Files/scribus.dir/ui/useprintermarginsdialog.cpp.o.d -o scribus/CMakeFiles/= scribus.dir/ui/useprintermarginsdialog.cpp.o -c /wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus/ui/useprintermarginsdialog.cpp [1596/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/modetoolbar.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/modetoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/modetoolb= ar.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/modetoolbar.cpp [1597/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/tt/simpletreemodel/treemodel.cpp.o -MF scribus/CMa= keFiles/scribus.dir/tt/simpletreemodel/treemodel.cpp.o.d -o scribus/CMakeFi= les/scribus.dir/tt/simpletreemodel/treemodel.cpp.o -c /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/tt/simpletreemodel/treemodel= =2Ecpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tt/simp= letreemodel/treemodel.cpp: In member function 'virtual Qt::ItemFlags TreeMo= del::flags(const QModelIndex&) const': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tt/simp= letreemodel/treemodel.cpp:105:10: warning: 'constexpr QFlags::QFlags(QFl= ags::Zero) [with Enum =3D Qt::ItemFlag; QFlags::Zero =3D int QFlags::Private::*]' is deprecated: Use default constructor instead [= -Wdeprecated-declarations] 105 | return nullptr; | ^~~~~~~ In file included from /usr/local/include/qt5/QtCore/qglobal.h:1304, from /usr/local/include/qt5/QtCore/QtCore:4, from /usr/local/include/qt5/QtGui/QtGuiDepends:3, from /usr/local/include/qt5/QtGui/QtGui:3, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/tt/simpletreemodel/treemodel.cpp:48: /usr/local/include/qt5/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONST= EXPR inline QFlags(Zero) noexcept : i(0) {} | = ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tt/simp= letreemodel/treemodel.cpp: In member function 'void TreeModel::setupModelDa= ta(const QStringList&, TreeItem*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/tt/simp= letreemodel/treemodel.cpp:197:85: warning: 'QStringList QString::split(cons= t QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecat= ed: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 197 | QStringList columnStrings =3D lineData.split("\t", QStr= ing::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qabstractanimation.h:43, from /usr/local/include/qt5/QtCore/QtCore:6, from /usr/local/include/qt5/QtGui/QtGuiDepends:3, from /usr/local/include/qt5/QtGui/QtGui:3, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/tt/simpletreemodel/treemodel.cpp:48: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1598/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/viewtoolbar.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/viewtoolbar.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/viewtoolb= ar.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/viewtoolbar.cpp [1599/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/vruler.cpp.o -MF scribus/CMakeFiles/scribus.dir= /ui/vruler.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/vruler.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/vruler.= cpp [1600/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/transparencypalette.cpp.o -MF scribus/CMakeFile= s/scribus.dir/ui/transparencypalette.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/ui/transparencypalette.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/ui/transparencypalette.cpp [1601/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/scworditerator.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/text/scworditerator.cpp.o.d -o scribus/CMakeFiles/scribus.dir/te= xt/scworditerator.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/text/scworditerator.cpp [1602/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/shapedtext.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/text/shapedtext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/shape= dtext.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/text/shapedtext.cpp [1603/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/shapedtextcache.cpp.o -MF scribus/CMakeFiles/= scribus.dir/text/shapedtextcache.cpp.o.d -o scribus/CMakeFiles/scribus.dir/= text/shapedtextcache.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/text/shapedtextcache.cpp [1604/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathconnect && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/tools/pathconnect/moc_pathc= onnectdialog.cpp_parameters [1605/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathconnect && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/tools/pathconnect/ui_path= connectdialogbase.h /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/plugins/tools/pathconnect/pathconnectdialogbase.ui [1606/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathconnect && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/tools/pathconnect/moc_pathc= onnect.cpp_parameters [1607/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathcut && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/prin= t/scribus-devel/work/.build/scribus/plugins/tools/pathcut/moc_pathcut.cpp_p= arameters [1608/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/stylemanager.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/stylemanager.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/stylema= nager.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/stylemanager.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/styl= emanager.cpp: In member function 'void StyleManager::slotApplyStyle(const Q= String&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/styl= emanager.cpp:1157:72: warning: 'QStringList QString::split(const QString&, = QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::= SplitBehavior variant instead [-Wdeprecated-declarations] 1157 | QStringList slist =3D keyString.split(SEPARATOR, QString::SkipEmpt= yParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/stylemanager.cpp:8: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1609/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsaveastemplate= plugin_EXPORTS -Iscribus/plugins/saveastemplateplugin -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastemplateplug= in -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/inclu= de/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/= local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/inclu= de/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/Qt= Core -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/= include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/l= ocal/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /= usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpa= th=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rp= ath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 = -MD -MT scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugi= n.dir/moc_satemplate.cpp.o -MF scribus/plugins/saveastemplateplugin/CMakeFi= les/saveastemplateplugin.dir/moc_satemplate.cpp.o.d -o scribus/plugins/save= astemplateplugin/CMakeFiles/saveastemplateplugin.dir/moc_satemplate.cpp.o -= c scribus/plugins/saveastemplateplugin/moc_satemplate.cpp [1610/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/screenpainter.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/text/screenpainter.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text= /screenpainter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/text/screenpainter.cpp [1611/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/textlayoutpainter.cpp.o -MF scribus/CMakeFile= s/scribus.dir/text/textlayoutpainter.cpp.o.d -o scribus/CMakeFiles/scribus.= dir/text/textlayoutpainter.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/text/textlayoutpainter.cpp [1612/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/boxes.cpp.o -MF scribus/CMakeFiles/scribus.di= r/text/boxes.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/boxes.cpp.o -c = /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/text/bo= xes.cpp [1613/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/sctext_shared.cpp.o -MF scribus/CMakeFiles/sc= ribus.dir/text/sctext_shared.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text= /sctext_shared.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/text/sctext_shared.cpp [1614/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathfinder && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/tools/pathfinder/moc_pathfin= der.cpp_parameters [1615/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathfinder && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports= /print/scribus-devel/work/.build/scribus/plugins/tools/pathfinder/ui_pathfi= nderbase.h /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/plugins/tools/pathfinder/pathfinderbase.ui [1616/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathfinder && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/tools/pathfinder/moc_pathfin= derdialog.cpp_parameters [1617/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/shapedtextfeed.cpp.o -MF scribus/CMakeFiles/s= cribus.dir/text/shapedtextfeed.cpp.o.d -o scribus/CMakeFiles/scribus.dir/te= xt/shapedtextfeed.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/text/shapedtextfeed.cpp [1618/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsaveastemplate= plugin_EXPORTS -Iscribus/plugins/saveastemplateplugin -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastemplateplug= in -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/inclu= de/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/= local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/inclu= de/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/Qt= Core -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/= include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/l= ocal/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /= usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpa= th=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rp= ath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 = -MD -MT scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugi= n.dir/moc_satdialog.cpp.o -MF scribus/plugins/saveastemplateplugin/CMakeFil= es/saveastemplateplugin.dir/moc_satdialog.cpp.o.d -o scribus/plugins/saveas= templateplugin/CMakeFiles/saveastemplateplugin.dir/moc_satdialog.cpp.o -c s= cribus/plugins/saveastemplateplugin/moc_satdialog.cpp [1619/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/pathstroker && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/tools/pathstroker/moc_paths= troker.cpp_parameters [1620/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dlenseffects_EX= PORTS -Iscribus/plugins/tools/lenseffects -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/lenseffects -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/lenseffects/CMakeFiles/lenseffects.dir/moc_lenseffects.cpp.o -= MF scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/moc_lenseff= ects.cpp.o.d -o scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.di= r/moc_lenseffects.cpp.o -c scribus/plugins/tools/lenseffects/moc_lenseffect= s.cpp [1621/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/textlayout.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/text/textlayout.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/textl= ayout.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/text/textlayout.cpp [1622/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/textcontext.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/text/textcontext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/tex= tcontext.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/text/textcontext.cpp [1623/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/main.cpp.o -MF scribus/CMakeFiles/scribus.dir/main= =2Ecpp.o.d -o scribus/CMakeFiles/scribus.dir/main.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/main.cpp [1624/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/subdivide && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/pr= int/scribus-devel/work/.build/scribus/plugins/tools/subdivide/moc_subdivide= =2Ecpp_parameters [1625/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/flattenpath && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/plugins/tools/flattenpath/moc_flatt= enpath.cpp_parameters [1626/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dmeshdistortion= _EXPORTS -Iscribus/plugins/tools/2geomtools/meshdistortion -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomto= ols/meshdistortion -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I= /usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/sc= ribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1= /scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector= -strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/includ= e/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -= std=3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/meshdistortion/CMake= Files/meshdistortion.dir/moc_meshdistortion.cpp.o -MF scribus/plugins/tools= /2geomtools/meshdistortion/CMakeFiles/meshdistortion.dir/moc_meshdistortion= =2Ecpp.o.d -o scribus/plugins/tools/2geomtools/meshdistortion/CMakeFiles/me= shdistortion.dir/moc_meshdistortion.cpp.o -c scribus/plugins/tools/2geomtoo= ls/meshdistortion/moc_meshdistortion.cpp [1627/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/smtextstyles.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/ui/smtextstyles.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/smtexts= tyles.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/ui/smtextstyles.cpp [1628/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/storyeditor.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/ui/storyeditor.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/storyedit= or.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/ui/storyeditor.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/stor= yeditor.cpp: In member function 'void StoryEditor::loadPrefs()': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/ui/stor= yeditor.cpp:1647:46: warning: 'QWidget* QDesktopWidget::screen(int)' is dep= recated: Use QScreen [-Wdeprecated-declarations] 1647 | QRect scr =3D QApplication::desktop()->screen()->geometry(); | ^ In file included from /usr/local/include/qt5/QtWidgets/QDesktopWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/ui/storyeditor.cpp:29: /usr/local/include/qt5/QtWidgets/qdesktopwidget.h:77:45: note: declared here 77 | QT_DEPRECATED_X("Use QScreen") QWidget *screen(int screen =3D -= 1); | ^~~~~~ [1629/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/tools/smoothpath && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/tools/smoothpath/moc_smoothp= ath.cpp_parameters [1630/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/ui/tabpdfoptions.cpp.o -MF scribus/CMakeFiles/scri= bus.dir/ui/tabpdfoptions.cpp.o.d -o scribus/CMakeFiles/scribus.dir/ui/tabpd= foptions.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/ui/tabpdfoptions.cpp [1631/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathcut_EXPORT= S -Iscribus/plugins/tools/pathcut -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/tools/pathcut -I/usr/local/include/qt5= /QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/= usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/lo= cal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/= lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -is= ystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -i= system /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtO= penGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -n= ostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O= 2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/too= ls/pathcut/CMakeFiles/pathcut.dir/moc_pathcut.cpp.o -MF scribus/plugins/too= ls/pathcut/CMakeFiles/pathcut.dir/moc_pathcut.cpp.o.d -o scribus/plugins/to= ols/pathcut/CMakeFiles/pathcut.dir/moc_pathcut.cpp.o -c scribus/plugins/too= ls/pathcut/moc_pathcut.cpp [1632/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_collection.cpp_para= meters [1633/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_findimage.cpp_param= eters [1634/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathalongpath_= EXPORTS -Iscribus/plugins/tools/2geomtools/pathalongpath -I/wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtool= s/pathalongpath -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/us= r/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/us= r/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/i= nclude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isyste= m /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -i= system /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwo= rk -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/pathalongpath/CMakeFile= s/pathalongpath.dir/moc_pathdialog.cpp.o -MF scribus/plugins/tools/2geomtoo= ls/pathalongpath/CMakeFiles/pathalongpath.dir/moc_pathdialog.cpp.o.d -o scr= ibus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir/mo= c_pathdialog.cpp.o -c scribus/plugins/tools/2geomtools/pathalongpath/moc_pa= thdialog.cpp [1635/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathalongpath_= EXPORTS -Iscribus/plugins/tools/2geomtools/pathalongpath -I/wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtool= s/pathalongpath -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/us= r/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/us= r/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/i= nclude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isyste= m /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -i= system /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwo= rk -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/pathalongpath/CMakeFile= s/pathalongpath.dir/pathdialog.cpp.o -MF scribus/plugins/tools/2geomtools/p= athalongpath/CMakeFiles/pathalongpath.dir/pathdialog.cpp.o.d -o scribus/plu= gins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir/pathdialog= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/tools/2geomtools/pathalongpath/pathdialog.cpp [1636/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathfinder_EXP= ORTS -Iscribus/plugins/tools/pathfinder -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathfinder -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/pathfinder/CMakeFiles/pathfinder.dir/moc_pathfinder.cpp.o -MF scr= ibus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/moc_pathfinder.cpp.= o.d -o scribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/moc_pathf= inder.cpp.o -c scribus/plugins/tools/pathfinder/moc_pathfinder.cpp [1637/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_loadimage.cpp_param= eters [1638/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_iview.cpp_parameters [1639/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_imagedialog.cpp_par= ameters [1640/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_multicombobox.cpp_p= arameters [1641/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dlenseffects_EX= PORTS -Iscribus/plugins/tools/lenseffects -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/lenseffects -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/lenseffects/CMakeFiles/lenseffects.dir/moc_lensdialog.cpp.o -M= F scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/moc_lensdial= og.cpp.o.d -o scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/= moc_lensdialog.cpp.o -c scribus/plugins/tools/lenseffects/moc_lensdialog.cpp [1642/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_pictview.cpp_parame= ters [1643/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsaveastemplate= plugin_EXPORTS -Iscribus/plugins/saveastemplateplugin -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastemplateplug= in -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/inclu= de/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/= local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/inclu= de/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/Qt= Core -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/= include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/l= ocal/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /= usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpa= th=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rp= ath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 = -MD -MT scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugi= n.dir/satemplate.cpp.o -MF scribus/plugins/saveastemplateplugin/CMakeFiles/= saveastemplateplugin.dir/satemplate.cpp.o.d -o scribus/plugins/saveastempla= teplugin/CMakeFiles/saveastemplateplugin.dir/satemplate.cpp.o -c /wrkdirs/u= sr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastem= plateplugin/satemplate.cpp [1644/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/picbrowser/ui_picturebrowser.h /= wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/= picbrowser/picturebrowser.ui [1645/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/picbrowser/ui_imagedialog.h /wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/pic= browser/imagedialog.ui [1646/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathstroker_EX= PORTS -Iscribus/plugins/tools/pathstroker -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathstroker -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathstroker/CMakeFiles/pathstroker.dir/moc_pathstroker.cpp.o -= MF scribus/plugins/tools/pathstroker/CMakeFiles/pathstroker.dir/moc_pathstr= oker.cpp.o.d -o scribus/plugins/tools/pathstroker/CMakeFiles/pathstroker.di= r/moc_pathstroker.cpp.o -c scribus/plugins/tools/pathstroker/moc_pathstroke= r.cpp [1647/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_picturebrowserplugi= n.cpp_parameters [1648/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_picturebrowser.cpp_= parameters [1649/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/picbrowser && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/picbrowser/moc_previewimage.cpp_pa= rameters [1650/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dlenseffects_EX= PORTS -Iscribus/plugins/tools/lenseffects -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/lenseffects -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lenseffects.cpp.o -MF s= cribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lenseffects.cpp= =2Eo.d -o scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lens= effects.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/plugins/tools/lenseffects/lenseffects.cpp [1651/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.te.ts -sil= ent -qm scribus.te.qm [1652/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathalongpath_= EXPORTS -Iscribus/plugins/tools/2geomtools/pathalongpath -I/wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtool= s/pathalongpath -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/us= r/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/us= r/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/i= nclude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isyste= m /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -i= system /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwo= rk -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/pathalongpath/CMakeFile= s/pathalongpath.dir/moc_pathalongpath.cpp.o -MF scribus/plugins/tools/2geom= tools/pathalongpath/CMakeFiles/pathalongpath.dir/moc_pathalongpath.cpp.o.d = -o scribus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.= dir/moc_pathalongpath.cpp.o -c scribus/plugins/tools/2geomtools/pathalongpa= th/moc_pathalongpath.cpp [1653/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.zh_TW.ts -= silent -qm scribus.zh_TW.qm [1654/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.tr.ts -sil= ent -qm scribus.tr.qm [1655/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsaveastemplate= plugin_EXPORTS -Iscribus/plugins/saveastemplateplugin -I/wrkdirs/usr/ports/= print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastemplateplug= in -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/inclu= de/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/= local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/= glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/inclu= de/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/Qt= Core -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/= include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/l= ocal/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /= usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpa= th=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rp= ath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 = -MD -MT scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugi= n.dir/satdialog.cpp.o -MF scribus/plugins/saveastemplateplugin/CMakeFiles/s= aveastemplateplugin.dir/satdialog.cpp.o.d -o scribus/plugins/saveastemplate= plugin/CMakeFiles/saveastemplateplugin.dir/satdialog.cpp.o -c /wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/saveastempla= teplugin/satdialog.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /saveastemplateplugin/satdialog.cpp: In member function 'void SATDialog::re= adCategories(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /saveastemplateplugin/satdialog.cpp:138:28: warning: 'QXmlInputSource' is d= eprecated [-Wdeprecated-declarations] 138 | QXmlInputSource xmlSource(&file); | ^ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/saveastemplateplugin/satdialog.cpp:14: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /saveastemplateplugin/satdialog.cpp:139:19: warning: 'QXmlSimpleReader' is = deprecated: Use QXmlStreamReader [-Wdeprecated-declarations] 139 | QXmlSimpleReader reader; | ^~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlDefaultHandler:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/saveastemplateplugin/satdialog.cpp:14: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ [1656/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sv.ts -sil= ent -qm scribus.sv.qm [1657/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.uk.ts -sil= ent -qm scribus.uk.qm [1658/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sr.ts -sil= ent -qm scribus.sr.qm [1659/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsubdivide_EXPO= RTS -Iscribus/plugins/tools/subdivide -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/tools/subdivide -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /us= r/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/lo= cal/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets= -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXm= l -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5= /QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins= /tools/subdivide/CMakeFiles/subdivide.dir/moc_subdivide.cpp.o -MF scribus/p= lugins/tools/subdivide/CMakeFiles/subdivide.dir/moc_subdivide.cpp.o.d -o sc= ribus/plugins/tools/subdivide/CMakeFiles/subdivide.dir/moc_subdivide.cpp.o = -c scribus/plugins/tools/subdivide/moc_subdivide.cpp [1660/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/textshaper.cpp.o -MF scribus/CMakeFiles/scrib= us.dir/text/textshaper.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/texts= haper.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/= scribus/text/textshaper.cpp [1661/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dmeshdistortion= _EXPORTS -Iscribus/plugins/tools/2geomtools/meshdistortion -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomto= ols/meshdistortion -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I= /usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/sc= ribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1= /scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector= -strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/includ= e/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -= std=3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/meshdistortion/CMake= Files/meshdistortion.dir/moc_meshdistortiondialog.cpp.o -MF scribus/plugins= /tools/2geomtools/meshdistortion/CMakeFiles/meshdistortion.dir/moc_meshdist= ortiondialog.cpp.o.d -o scribus/plugins/tools/2geomtools/meshdistortion/CMa= keFiles/meshdistortion.dir/moc_meshdistortiondialog.cpp.o -c scribus/plugin= s/tools/2geomtools/meshdistortion/moc_meshdistortiondialog.cpp [1662/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/saveaste= mplateplugin/libsaveastemplateplugin.so scribus/plugins/saveastemplateplugi= n/CMakeFiles/saveastemplateplugin.dir/satdialog.cpp.o scribus/plugins/savea= stemplateplugin/CMakeFiles/saveastemplateplugin.dir/satemplate.cpp.o scribu= s/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugin.dir/moc_satd= ialog.cpp.o scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplatep= lugin.dir/moc_satemplate.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.bu= ild/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/sc= ribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus= /third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scr= ibus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build= /scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/= scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQ= t5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib= /qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /= usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.= 5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local= /lib && : [1663/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dflattenpath_EX= PORTS -Iscribus/plugins/tools/flattenpath -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/flattenpath -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/flattenpath/CMakeFiles/flattenpath.dir/moc_flattenpath.cpp.o -= MF scribus/plugins/tools/flattenpath/CMakeFiles/flattenpath.dir/moc_flatten= path.cpp.o.d -o scribus/plugins/tools/flattenpath/CMakeFiles/flattenpath.di= r/moc_flattenpath.cpp.o -c scribus/plugins/tools/flattenpath/moc_flattenpat= h.cpp [1664/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathconnect_EX= PORTS -Iscribus/plugins/tools/pathconnect -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathconnect -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathconnect/CMakeFiles/pathconnect.dir/moc_pathconnectdialog.c= pp.o -MF scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir/moc_p= athconnectdialog.cpp.o.d -o scribus/plugins/tools/pathconnect/CMakeFiles/pa= thconnect.dir/moc_pathconnectdialog.cpp.o -c scribus/plugins/tools/pathconn= ect/moc_pathconnectdialog.cpp [1665/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathconnect_EX= PORTS -Iscribus/plugins/tools/pathconnect -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathconnect -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathconnect/CMakeFiles/pathconnect.dir/pathconnectdialog.cpp.o= -MF scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir/pathconne= ctdialog.cpp.o.d -o scribus/plugins/tools/pathconnect/CMakeFiles/pathconnec= t.dir/pathconnectdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/tools/pathconnect/pathconnectdialog.cpp [1666/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathconnect_EX= PORTS -Iscribus/plugins/tools/pathconnect -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathconnect -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathconnect/CMakeFiles/pathconnect.dir/moc_pathconnect.cpp.o -= MF scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir/moc_pathcon= nect.cpp.o.d -o scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.di= r/moc_pathconnect.cpp.o -c scribus/plugins/tools/pathconnect/moc_pathconnec= t.cpp [1667/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsmoothpath_EXP= ORTS -Iscribus/plugins/tools/smoothpath -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/smoothpath -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/smoothpath/CMakeFiles/smoothpath.dir/moc_smoothpath.cpp.o -MF scr= ibus/plugins/tools/smoothpath/CMakeFiles/smoothpath.dir/moc_smoothpath.cpp.= o.d -o scribus/plugins/tools/smoothpath/CMakeFiles/smoothpath.dir/moc_smoot= hpath.cpp.o -c scribus/plugins/tools/smoothpath/moc_smoothpath.cpp [1668/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dmeshdistortion= _EXPORTS -Iscribus/plugins/tools/2geomtools/meshdistortion -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomto= ols/meshdistortion -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I= /usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/sc= ribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1= /scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector= -strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/includ= e/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -= std=3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/meshdistortion/CMake= Files/meshdistortion.dir/meshdistortion.cpp.o -MF scribus/plugins/tools/2ge= omtools/meshdistortion/CMakeFiles/meshdistortion.dir/meshdistortion.cpp.o.d= -o scribus/plugins/tools/2geomtools/meshdistortion/CMakeFiles/meshdistorti= on.dir/meshdistortion.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/= scribus-1.5.6.1/scribus/plugins/tools/2geomtools/meshdistortion/meshdistort= ion.cpp [1669/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathcut_EXPORT= S -Iscribus/plugins/tools/pathcut -I/wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/tools/pathcut -I/usr/local/include/qt5= /QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/sc= ribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/= usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/g= lib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6= =2E1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/lo= cal/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/= lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -is= ystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -i= system /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtO= penGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -n= ostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O= 2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/too= ls/pathcut/CMakeFiles/pathcut.dir/pathcut.cpp.o -MF scribus/plugins/tools/p= athcut/CMakeFiles/pathcut.dir/pathcut.cpp.o.d -o scribus/plugins/tools/path= cut/CMakeFiles/pathcut.dir/pathcut.cpp.o -c /wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathcut/pathcut.cpp [1670/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathconnect_EX= PORTS -Iscribus/plugins/tools/pathconnect -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathconnect -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathconnect/CMakeFiles/pathconnect.dir/pathconnect.cpp.o -MF s= cribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir/pathconnect.cpp= =2Eo.d -o scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir/path= connect.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/plugins/tools/pathconnect/pathconnect.cpp [1671/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dlenseffects_EX= PORTS -Iscribus/plugins/tools/lenseffects -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/lenseffects -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lensdialog.cpp.o -MF sc= ribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lensdialog.cpp.o= =2Ed -o scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir/lensdi= alog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/plugins/tools/lenseffects/lensdialog.cpp [1672/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/pa= thcut/libpathcut.so scribus/plugins/tools/pathcut/CMakeFiles/pathcut.dir/pa= thcut.cpp.o scribus/plugins/tools/pathcut/CMakeFiles/pathcut.dir/moc_pathcu= t.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/colorm= gmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdirs= /usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wrk= dirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf-= qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_par= ty/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.= build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/loc= al/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/loc= al/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15= =2E2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt= 5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/= qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1673/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathfinder_EXP= ORTS -Iscribus/plugins/tools/pathfinder -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathfinder -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/pathfinder/CMakeFiles/pathfinder.dir/moc_pathfinderdialog.cpp.o -= MF scribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/moc_pathfinde= rdialog.cpp.o.d -o scribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.d= ir/moc_pathfinderdialog.cpp.o -c scribus/plugins/tools/pathfinder/moc_pathf= inderdialog.cpp [1674/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/findimage.cpp.o -MF scribus/plugins/pi= cbrowser/CMakeFiles/picturebrowser.dir/findimage.cpp.o.d -o scribus/plugins= /picbrowser/CMakeFiles/picturebrowser.dir/findimage.cpp.o -c /wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrowser/fi= ndimage.cpp [1675/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/pa= thconnect/libpathconnect.so scribus/plugins/tools/pathconnect/CMakeFiles/pa= thconnect.dir/pathconnectdialog.cpp.o scribus/plugins/tools/pathconnect/CMa= keFiles/pathconnect.dir/pathconnect.cpp.o scribus/plugins/tools/pathconnect= /CMakeFiles/pathconnect.dir/moc_pathconnectdialog.cpp.o scribus/plugins/too= ls/pathconnect/CMakeFiles/pathconnect.dir/moc_pathconnect.cpp.o -L/wrkdirs/= usr/ports/print/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/us= r/ports/print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/por= ts/print/scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/pri= nt/scribus-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/prin= t/scribus-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr= /ports/print/scribus-devel/work/.build/scribus/third_party/zip -L/usr/loc= al/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third= _party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/l= ib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Ne= twork.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/= libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /= usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.1= 5.2 -Wl,-rpath-link,/usr/local/lib && : [1676/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/le= nseffects/liblenseffects.so scribus/plugins/tools/lenseffects/CMakeFiles/le= nseffects.dir/lensdialog.cpp.o scribus/plugins/tools/lenseffects/CMakeFiles= /lenseffects.dir/lenseffects.cpp.o scribus/plugins/tools/lenseffects/CMakeF= iles/lenseffects.dir/moc_lensdialog.cpp.o scribus/plugins/tools/lenseffects= /CMakeFiles/lenseffects.dir/moc_lenseffects.cpp.o -L/wrkdirs/usr/ports/prin= t/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-dev= el/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-deve= l/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-= devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/lib2geo= m -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/l= ocal/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.= 2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /u= sr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/= qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpat= h-link,/usr/local/lib && : [1677/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sq.ts -sil= ent -qm scribus.sq.qm [1678/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.so.ts -sil= ent -qm scribus.so.qm [1679/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.si.ts -sil= ent -qm scribus.si.qm [1680/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.pms.ts -si= lent -qm scribus.pms.qm [1681/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_findimage.cpp.o -MF scribus/plugin= s/picbrowser/CMakeFiles/picturebrowser.dir/moc_findimage.cpp.o.d -o scribus= /plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_findimage.cpp.o -c sc= ribus/plugins/picbrowser/moc_findimage.cpp [1682/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_collection.cpp.o -MF scribus/plugi= ns/picbrowser/CMakeFiles/picturebrowser.dir/moc_collection.cpp.o.d -o scrib= us/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_collection.cpp.o -c= scribus/plugins/picbrowser/moc_collection.cpp [1683/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sl.ts -sil= ent -qm scribus.sl.qm [1684/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.pt_PT.ts -= silent -qm scribus.pt_PT.qm [1685/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/collection.cpp.o -MF scribus/plugins/p= icbrowser/CMakeFiles/picturebrowser.dir/collection.cpp.o.d -o scribus/plugi= ns/picbrowser/CMakeFiles/picturebrowser.dir/collection.cpp.o -c /wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrowser= /collection.cpp [1686/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.cy.ts -sil= ent -qm scribus.cy.qm [1687/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsubdivide_EXPO= RTS -Iscribus/plugins/tools/subdivide -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/tools/subdivide -I/usr/local/inclu= de/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetyp= e2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local= /lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /us= r/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/lo= cal/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets= -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXm= l -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5= /QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10= -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc1= 0 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins= /tools/subdivide/CMakeFiles/subdivide.dir/subdivide.cpp.o -MF scribus/plugi= ns/tools/subdivide/CMakeFiles/subdivide.dir/subdivide.cpp.o.d -o scribus/pl= ugins/tools/subdivide/CMakeFiles/subdivide.dir/subdivide.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/su= bdivide/subdivide.cpp [1688/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathfinder_EXP= ORTS -Iscribus/plugins/tools/pathfinder -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathfinder -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathfinderdialog.cpp.o -MF s= cribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathfinderdialog.= cpp.o.d -o scribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathf= inderdialog.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.= 5.6.1/scribus/plugins/tools/pathfinder/pathfinderdialog.cpp [1689/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathstroker_EX= PORTS -Iscribus/plugins/tools/pathstroker -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathstroker -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/pathstroker/CMakeFiles/pathstroker.dir/pathstroker.cpp.o -MF s= cribus/plugins/tools/pathstroker/CMakeFiles/pathstroker.dir/pathstroker.cpp= =2Eo.d -o scribus/plugins/tools/pathstroker/CMakeFiles/pathstroker.dir/path= stroker.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/plugins/tools/pathstroker/pathstroker.cpp [1690/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ko.ts -sil= ent -qm scribus.ko.qm [1691/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.nl.ts -sil= ent -qm scribus.nl.qm [1692/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Iscribus -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I. -I/usr/= local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus= -1.5.6.1 -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -isystem /usr/local/include/= qt5/QtPrintSupport -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/l= ocal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/= lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local= /lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIE -fPIC -std=3Dgnu++11 -MD -MT scribu= s/CMakeFiles/scribus.dir/text/storytext.cpp.o -MF scribus/CMakeFiles/scribu= s.dir/text/storytext.cpp.o.d -o scribus/CMakeFiles/scribus.dir/text/storyte= xt.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/text/storytext.cpp [1693/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.pl_PL.ts -= silent -qm scribus.pl_PL.qm [1694/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dflattenpath_EX= PORTS -Iscribus/plugins/tools/flattenpath -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus/plugins/tools/flattenpath -I/usr/local= /include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/f= reetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr= /local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/s= cribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isyst= em /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /= usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtW= idgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt= 5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inclu= de/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local= /lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/loca= l/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib= /gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/li= b/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/p= lugins/tools/flattenpath/CMakeFiles/flattenpath.dir/flattenpath.cpp.o -MF s= cribus/plugins/tools/flattenpath/CMakeFiles/flattenpath.dir/flattenpath.cpp= =2Eo.d -o scribus/plugins/tools/flattenpath/CMakeFiles/flattenpath.dir/flat= tenpath.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/plugins/tools/flattenpath/flattenpath.cpp [1695/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.en_GB.ts -= silent -qm scribus.en_GB.qm [1696/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.oc.ts -sil= ent -qm scribus.oc.qm [1697/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/iview.cpp.o -MF scribus/plugins/picbro= wser/CMakeFiles/picturebrowser.dir/iview.cpp.o.d -o scribus/plugins/picbrow= ser/CMakeFiles/picturebrowser.dir/iview.cpp.o -c /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrowser/iview.cpp [1698/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_loadimage.cpp.o -MF scribus/plugin= s/picbrowser/CMakeFiles/picturebrowser.dir/moc_loadimage.cpp.o.d -o scribus= /plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_loadimage.cpp.o -c sc= ribus/plugins/picbrowser/moc_loadimage.cpp [1699/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.nb_NO.ts -= silent -qm scribus.nb_NO.qm [1700/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ml.ts -sil= ent -qm scribus.ml.qm [1701/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/su= bdivide/libsubdivide.so scribus/plugins/tools/subdivide/CMakeFiles/subdivid= e.dir/subdivide.cpp.o scribus/plugins/tools/subdivide/CMakeFiles/subdivide.= dir/moc_subdivide.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.buil= d/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scrib= us/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/sty= les -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_pa= rty/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/thir= d_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/s= cribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scri= bus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/p= lugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.= 5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQ= t5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local= /lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /= usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1702/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_iview.cpp.o -MF scribus/plugins/pi= cbrowser/CMakeFiles/picturebrowser.dir/moc_iview.cpp.o.d -o scribus/plugins= /picbrowser/CMakeFiles/picturebrowser.dir/moc_iview.cpp.o -c scribus/plugin= s/picbrowser/moc_iview.cpp [1703/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/multicombobox.cpp.o -MF scribus/plugin= s/picbrowser/CMakeFiles/picturebrowser.dir/multicombobox.cpp.o.d -o scribus= /plugins/picbrowser/CMakeFiles/picturebrowser.dir/multicombobox.cpp.o -c /w= rkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/p= icbrowser/multicombobox.cpp [1704/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.kn_IN.ts -= silent -qm scribus.kn_IN.qm [1705/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/pa= thstroker/libpathstroker.so scribus/plugins/tools/pathstroker/CMakeFiles/pa= thstroker.dir/pathstroker.cpp.o scribus/plugins/tools/pathstroker/CMakeFile= s/pathstroker.dir/moc_pathstroker.cpp.o -L/wrkdirs/usr/ports/print/scribus-= devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-de= vel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/w= ork/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.bu= ild/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-dev= el/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/= ports/print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpa= th,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/q= t5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/lo= cal/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/lib= z.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5= Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/us= r/local/lib && : [1706/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.es_ES.ts -= silent -qm scribus.es_ES.qm [1707/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/fl= attenpath/libflattenpath.so scribus/plugins/tools/flattenpath/CMakeFiles/fl= attenpath.dir/flattenpath.cpp.o scribus/plugins/tools/flattenpath/CMakeFile= s/flattenpath.dir/moc_flattenpath.cpp.o -L/wrkdirs/usr/ports/print/scribus-= devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-de= vel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/w= ork/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.b= uild/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.bu= ild/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-dev= el/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/= ports/print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpa= th,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/q= t5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/lo= cal/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/lib= z.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5= Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/us= r/local/lib && : [1708/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsmoothpath_EXP= ORTS -Iscribus/plugins/tools/smoothpath -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/smoothpath -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/smoothpath/CMakeFiles/smoothpath.dir/smoothpath.cpp.o -MF scribus= /plugins/tools/smoothpath/CMakeFiles/smoothpath.dir/smoothpath.cpp.o.d -o s= cribus/plugins/tools/smoothpath/CMakeFiles/smoothpath.dir/smoothpath.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plug= ins/tools/smoothpath/smoothpath.cpp [1709/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.et.ts -sil= ent -qm scribus.et.qm [1710/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.id.ts -sil= ent -qm scribus.id.qm [1711/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.lt_LT.ts -= silent -qm scribus.lt_LT.qm [1712/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.bn_IN.ts -= silent -qm scribus.bn_IN.qm [1713/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.hi_IN.ts -= silent -qm scribus.hi_IN.qm [1714/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ja.ts -sil= ent -qm scribus.ja.qm [1715/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathfinder_EXP= ORTS -Iscribus/plugins/tools/pathfinder -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/plugins/tools/pathfinder -I/usr/local/in= clude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/free= type2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/lo= cal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem = /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr= /local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidg= ets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/Q= tXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/= qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/li= b/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/l= ib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gc= c10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/g= cc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plug= ins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathfinder.cpp.o -MF scribus= /plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathfinder.cpp.o.d -o s= cribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir/pathfinder.cpp.o = -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plug= ins/tools/pathfinder/pathfinder.cpp [1716/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.en_AU.ts -= silent -qm scribus.en_AU.qm [1717/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.fi.ts -sil= ent -qm scribus.fi.qm [1718/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.fa_IR.ts -= silent -qm scribus.fa_IR.qm [1719/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.kab.ts -si= lent -qm scribus.kab.qm [1720/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ru.ts -sil= ent -qm scribus.ru.qm [1721/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.it.ts -sil= ent -qm scribus.it.qm [1722/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.es_AR.ts -= silent -qm scribus.es_AR.qm [1723/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.be.ts -sil= ent -qm scribus.be.qm [1724/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ta.ts -sil= ent -qm scribus.ta.qm [1725/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.hr_HR.ts -= silent -qm scribus.hr_HR.qm [1726/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_multicombobox.cpp.o -MF scribus/pl= ugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_multicombobox.cpp.o.d -o= scribus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_multicombobox= =2Ecpp.o -c scribus/plugins/picbrowser/moc_multicombobox.cpp [1727/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.mn_MN.ts -= silent -qm scribus.mn_MN.qm [1728/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/sm= oothpath/libsmoothpath.so scribus/plugins/tools/smoothpath/CMakeFiles/smoot= hpath.dir/smoothpath.cpp.o scribus/plugins/tools/smoothpath/CMakeFiles/smoo= thpath.dir/moc_smoothpath.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.bui= ld/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scr= ibus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scri= bus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/= scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/third_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/third_party/lib2geom -Wl,-rpath,lib= /scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/lib= Qt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/li= b/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so = /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so= =2E5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/lo= cal/lib && : [1729/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.fr.ts -sil= ent -qm scribus.fr.qm [1730/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.th_TH.ts -= silent -qm scribus.th_TH.qm [1731/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/pa= thfinder/libpathfinder.so scribus/plugins/tools/pathfinder/CMakeFiles/pathf= inder.dir/pathfinder.cpp.o scribus/plugins/tools/pathfinder/CMakeFiles/path= finder.dir/pathfinderdialog.cpp.o scribus/plugins/tools/pathfinder/CMakeFil= es/pathfinder.dir/moc_pathfinder.cpp.o scribus/plugins/tools/pathfinder/CMa= keFiles/pathfinder.dir/moc_pathfinderdialog.cpp.o -L/wrkdirs/usr/ports/prin= t/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-dev= el/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/wo= rk/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-deve= l/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-= devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/lib2geo= m -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/l= ocal/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.= 2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /u= sr/lib/libz.so /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/= qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpat= h-link,/usr/local/lib && : [1732/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.br.ts -sil= ent -qm scribus.br.qm [1733/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.el.ts -sil= ent -qm scribus.el.qm [1734/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.bg.ts -sil= ent -qm scribus.bg.qm [1735/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.he_IL.ts -= silent -qm scribus.he_IL.qm [1736/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_pictview.cpp.o -MF scribus/plugins= /picbrowser/CMakeFiles/picturebrowser.dir/moc_pictview.cpp.o.d -o scribus/p= lugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_pictview.cpp.o -c scrib= us/plugins/picbrowser/moc_pictview.cpp [1737/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.eo.ts -sil= ent -qm scribus.eo.qm [1738/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dmeshdistortion= _EXPORTS -Iscribus/plugins/tools/2geomtools/meshdistortion -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomto= ols/meshdistortion -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I= /usr/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/sc= ribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1= /scribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/us= r/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I= /usr/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/loca= l/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isy= stem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui= -isystem /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNe= twork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector= -strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/includ= e/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-str= ong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c+= +/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -= std=3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/meshdistortion/CMake= Files/meshdistortion.dir/meshdistortiondialog.cpp.o -MF scribus/plugins/too= ls/2geomtools/meshdistortion/CMakeFiles/meshdistortion.dir/meshdistortiondi= alog.cpp.o.d -o scribus/plugins/tools/2geomtools/meshdistortion/CMakeFiles/= meshdistortion.dir/meshdistortiondialog.cpp.o -c /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtools/meshdist= ortion/meshdistortiondialog.cpp [1739/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.en_US.ts -= silent -qm scribus.en_US.qm [1740/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sa.ts -sil= ent -qm scribus.sa.qm [1741/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.zh_CN.ts -= silent -qm scribus.zh_CN.qm [1742/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.pt.ts -sil= ent -qm scribus.pt.qm [1743/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.eu.ts -sil= ent -qm scribus.eu.qm [1744/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ms_MY.ts -= silent -qm scribus.ms_MY.qm [1745/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.de_CH.ts -= silent -qm scribus.de_CH.qm [1746/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.sk_SK.ts -= silent -qm scribus.sk_SK.qm [1747/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.de_1901.ts= -silent -qm scribus.de_1901.qm [1748/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.cs_CZ.ts -= silent -qm scribus.cs_CZ.qm [1749/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/imagedialog.cpp.o -MF scribus/plugins/= picbrowser/CMakeFiles/picturebrowser.dir/imagedialog.cpp.o.d -o scribus/plu= gins/picbrowser/CMakeFiles/picturebrowser.dir/imagedialog.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrow= ser/imagedialog.cpp [1750/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.az.ts -sil= ent -qm scribus.az.qm [1751/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.af.ts -sil= ent -qm scribus.af.qm [1752/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.de.ts -sil= ent -qm scribus.de.qm [1753/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.gl.ts -sil= ent -qm scribus.gl.qm [1754/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.da_DK.ts -= silent -qm scribus.da_DK.qm [1755/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ca.ts -sil= ent -qm scribus.ca.qm [1756/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/2g= eomtools/meshdistortion/libmeshdistortion.so scribus/plugins/tools/2geomtoo= ls/meshdistortion/CMakeFiles/meshdistortion.dir/meshdistortiondialog.cpp.o = scribus/plugins/tools/2geomtools/meshdistortion/CMakeFiles/meshdistortion.d= ir/meshdistortion.cpp.o scribus/plugins/tools/2geomtools/meshdistortion/CMa= keFiles/meshdistortion.dir/moc_meshdistortiondialog.cpp.o scribus/plugins/t= ools/2geomtools/meshdistortion/CMakeFiles/meshdistortion.dir/moc_meshdistor= tion.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/col= ormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desax= e -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/r= tf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_= party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/= local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/= local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5= =2E15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so scribus/third_party/l= ib2geom/libscribus_2geom_lib.a /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 = /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5= =2E15.2 -Wl,-rpath-link,/usr/local/lib && : [1757/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_imagedialog.cpp.o -MF scribus/plug= ins/picbrowser/CMakeFiles/picturebrowser.dir/moc_imagedialog.cpp.o.d -o scr= ibus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_imagedialog.cpp.o= -c scribus/plugins/picbrowser/moc_imagedialog.cpp [1758/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.hu.ts -sil= ent -qm scribus.hu.qm [1759/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.pt_BR.ts -= silent -qm scribus.pt_BR.qm [1760/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/resources= /translations && /usr/local/lib/qt5/bin/lrelease /wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/resources/translations/scribus.ar.ts -sil= ent -qm scribus.ar.qm [1761/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/pictview.cpp.o -MF scribus/plugins/pic= browser/CMakeFiles/picturebrowser.dir/pictview.cpp.o.d -o scribus/plugins/p= icbrowser/CMakeFiles/picturebrowser.dir/pictview.cpp.o -c /wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrowser/pictv= iew.cpp [1762/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpathalongpath_= EXPORTS -Iscribus/plugins/tools/2geomtools/pathalongpath -I/wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/tools/2geomtool= s/pathalongpath -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/us= r/local/include/libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scrib= us-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/l= ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/us= r/local/include/cairo -isystem /usr/local/include/qt5 -isystem /usr/local/i= nclude/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isyste= m /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -i= system /usr/local/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwo= rk -isystem /usr/local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std= =3Dgnu++11 -MD -MT scribus/plugins/tools/2geomtools/pathalongpath/CMakeFile= s/pathalongpath.dir/pathalongpath.cpp.o -MF scribus/plugins/tools/2geomtool= s/pathalongpath/CMakeFiles/pathalongpath.dir/pathalongpath.cpp.o.d -o scrib= us/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir/path= alongpath.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/plugins/tools/2geomtools/pathalongpath/pathalongpath.cpp [1763/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_previewimage.cpp.o -MF scribus/plu= gins/picbrowser/CMakeFiles/picturebrowser.dir/moc_previewimage.cpp.o.d -o s= cribus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_previewimage.cp= p.o -c scribus/plugins/picbrowser/moc_previewimage.cpp [1764/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/tools/2g= eomtools/pathalongpath/libpathalongpath.so scribus/plugins/tools/2geomtools= /pathalongpath/CMakeFiles/pathalongpath.dir/pathdialog.cpp.o scribus/plugin= s/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir/pathalongpath= =2Ecpp.o scribus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalon= gpath.dir/moc_pathdialog.cpp.o scribus/plugins/tools/2geomtools/pathalongpa= th/CMakeFiles/pathalongpath.dir/moc_pathalongpath.cpp.o -L/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/= print/scribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scrib= us-devel/work/.build/scribus/styles -L/wrkdirs/usr/ports/print/scribus-de= vel/work/.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribu= s-devel/work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/third_party/zip -L/usr/local/lib = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/l= ib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 = /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so= =2E5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml= 2.so /usr/lib/libz.so scribus/third_party/lib2geom/libscribus_2geom_lib.a= /usr/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.= so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/lo= cal/lib && : [1765/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/picturebrowserplugin.cpp.o -MF scribus= /plugins/picbrowser/CMakeFiles/picturebrowser.dir/picturebrowserplugin.cpp.= o.d -o scribus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/picturebrow= serplugin.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/plugins/picbrowser/picturebrowserplugin.cpp [1766/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/loadimage.cpp.o -MF scribus/plugins/pi= cbrowser/CMakeFiles/picturebrowser.dir/loadimage.cpp.o.d -o scribus/plugins= /picbrowser/CMakeFiles/picturebrowser.dir/loadimage.cpp.o -c /wrkdirs/usr/p= orts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picbrowser/lo= adimage.cpp [1767/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/previewimage.cpp.o -MF scribus/plugins= /picbrowser/CMakeFiles/picturebrowser.dir/previewimage.cpp.o.d -o scribus/p= lugins/picbrowser/CMakeFiles/picturebrowser.dir/previewimage.cpp.o -c /wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/picb= rowser/previewimage.cpp [1768/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_picturebrowserplugin.cpp.o -MF scr= ibus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_picturebrowserplu= gin.cpp.o.d -o scribus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc= _picturebrowserplugin.cpp.o -c scribus/plugins/picbrowser/moc_picturebrowse= rplugin.cpp [1769/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/moc_picturebrowser.cpp.o -MF scribus/p= lugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_picturebrowser.cpp.o.d = -o scribus/plugins/picbrowser/CMakeFiles/picturebrowser.dir/moc_picturebrow= ser.cpp.o -c scribus/plugins/picbrowser/moc_picturebrowser.cpp [1770/2089] : && /usr/local/bin/g++10 -O2 -pipe -fstack-protector-strong -= Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 = -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-= rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,= -rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/ports/p= rint/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -L/usr/local/lib/gcc10 -Wl,-E scribus/CMakeFiles/scribus.dir/moc= _actionmanager.cpp.o scribus/CMakeFiles/scribus.dir/moc_appmodehelper.cpp.o= scribus/CMakeFiles/scribus.dir/moc_canvas.cpp.o scribus/CMakeFiles/scribus= =2Edir/moc_canvasgesture.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasges= ture_cellselect.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasgesture_colu= mnresize.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasgesture_rowresize.c= pp.o scribus/CMakeFiles/scribus.dir/moc_canvasgesture_rulermove.cpp.o scrib= us/CMakeFiles/scribus.dir/moc_canvasgesture_table.cpp.o scribus/CMakeFiles/= scribus.dir/moc_canvasgesture_tableresize.cpp.o scribus/CMakeFiles/scribus.= dir/moc_canvasmode.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_crea= te.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_edit.cpp.o scribus/C= MakeFiles/scribus.dir/moc_canvasmode_editarc.cpp.o scribus/CMakeFiles/scrib= us.dir/moc_canvasmode_editpolygon.cpp.o scribus/CMakeFiles/scribus.dir/moc_= canvasmode_editspiral.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_e= dittable.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_editweldpoint.= cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_eyedropper.cpp.o scribu= s/CMakeFiles/scribus.dir/moc_canvasmode_framelinks.cpp.o scribus/CMakeFiles= /scribus.dir/moc_canvasmode_imageimport.cpp.o scribus/CMakeFiles/scribus.di= r/moc_canvasmode_measurements.cpp.o scribus/CMakeFiles/scribus.dir/moc_canv= asmode_normal.cpp.o scribus/CMakeFiles/scribus.dir/moc_canvasmode_objimport= =2Ecpp.o scribus/CMakeFiles/scribus.dir/moc_chartablemodel.cpp.o scribus/CM= akeFiles/scribus.dir/moc_chartableview.cpp.o scribus/CMakeFiles/scribus.dir= /moc_collect4output.cpp.o scribus/CMakeFiles/scribus.dir/moc_colorblind.cpp= =2Eo scribus/CMakeFiles/scribus.dir/moc_commonstrings.cpp.o scribus/CMakeFi= les/scribus.dir/moc_deferredtask.cpp.o scribus/CMakeFiles/scribus.dir/moc_d= ocinfo.cpp.o scribus/CMakeFiles/scribus.dir/downloadmanager/moc_scdlmgr.cpp= =2Eo scribus/CMakeFiles/scribus.dir/downloadmanager/moc_scdlthread.cpp.o sc= ribus/CMakeFiles/scribus.dir/moc_fileloader.cpp.o scribus/CMakeFiles/scribu= s.dir/moc_filesearch.cpp.o scribus/CMakeFiles/scribus.dir/moc_filewatcher.c= pp.o scribus/CMakeFiles/scribus.dir/moc_fontlistmodel.cpp.o scribus/CMakeFi= les/scribus.dir/moc_guidesdelegate.cpp.o scribus/CMakeFiles/scribus.dir/moc= _guidesmodel.cpp.o scribus/CMakeFiles/scribus.dir/moc_guidesview.cpp.o scri= bus/CMakeFiles/scribus.dir/moc_hyphenator.cpp.o scribus/CMakeFiles/scribus.= dir/moc_iconmanager.cpp.o scribus/CMakeFiles/scribus.dir/moc_latexhelpers.c= pp.o scribus/CMakeFiles/scribus.dir/moc_loadsaveplugin.cpp.o scribus/CMakeF= iles/scribus.dir/moc_menumanager.cpp.o scribus/CMakeFiles/scribus.dir/moc_n= avigator.cpp.o scribus/CMakeFiles/scribus.dir/moc_notesstyles.cpp.o scribus= /CMakeFiles/scribus.dir/moc_observable.cpp.o scribus/CMakeFiles/scribus.dir= /moc_pageitem.cpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem_arc.cpp.o s= cribus/CMakeFiles/scribus.dir/moc_pageitem_group.cpp.o scribus/CMakeFiles/s= cribus.dir/moc_pageitem_imageframe.cpp.o scribus/CMakeFiles/scribus.dir/moc= _pageitem_latexframe.cpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem_line= =2Ecpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem_pathtext.cpp.o scribus= /CMakeFiles/scribus.dir/moc_pageitem_polygon.cpp.o scribus/CMakeFiles/scrib= us.dir/moc_pageitem_polyline.cpp.o scribus/CMakeFiles/scribus.dir/moc_pagei= tem_regularpolygon.cpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem_spiral= =2Ecpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem_symbol.cpp.o scribus/C= MakeFiles/scribus.dir/moc_pageitem_table.cpp.o scribus/CMakeFiles/scribus.d= ir/moc_pageitem_textframe.cpp.o scribus/CMakeFiles/scribus.dir/moc_pageitem= _noteframe.cpp.o scribus/CMakeFiles/scribus.dir/moc_pageitempointer.cpp.o s= cribus/CMakeFiles/scribus.dir/moc_pdf_analyzer.cpp.o scribus/CMakeFiles/scr= ibus.dir/moc_pdflib.cpp.o scribus/CMakeFiles/scribus.dir/moc_pdflib_core.cp= p.o scribus/CMakeFiles/scribus.dir/moc_pluginmanager.cpp.o scribus/CMakeFil= es/scribus.dir/moc_pp_proxy.cpp.o scribus/CMakeFiles/scribus.dir/moc_prefsm= anager.cpp.o scribus/CMakeFiles/scribus.dir/moc_pslib.cpp.o scribus/CMakeFi= les/scribus.dir/moc_qtiocompressor.cpp.o scribus/CMakeFiles/scribus.dir/moc= _sampleitem.cpp.o scribus/CMakeFiles/scribus.dir/moc_scgtplugin.cpp.o scrib= us/CMakeFiles/scribus.dir/moc_schelptreemodel.cpp.o scribus/CMakeFiles/scri= bus.dir/moc_scimagecachedir.cpp.o scribus/CMakeFiles/scribus.dir/moc_scimag= ecachefile.cpp.o scribus/CMakeFiles/scribus.dir/moc_scimagecachemanager.cpp= =2Eo scribus/CMakeFiles/scribus.dir/moc_scmimedata.cpp.o scribus/CMakeFiles= /scribus.dir/moc_scplugin.cpp.o scribus/CMakeFiles/scribus.dir/moc_scprinte= ngine.cpp.o scribus/CMakeFiles/scribus.dir/moc_scraction.cpp.o scribus/CMak= eFiles/scribus.dir/moc_scribus.cpp.o scribus/CMakeFiles/scribus.dir/moc_scr= ibusapp.cpp.o scribus/CMakeFiles/scribus.dir/moc_scribuscore.cpp.o scribus/= CMakeFiles/scribus.dir/moc_scribusdoc.cpp.o scribus/CMakeFiles/scribus.dir/= moc_scribusview.cpp.o scribus/CMakeFiles/scribus.dir/moc_scribuswin.cpp.o s= cribus/CMakeFiles/scribus.dir/moc_selection.cpp.o scribus/CMakeFiles/scribu= s.dir/moc_selectionrubberband.cpp.o scribus/CMakeFiles/scribus.dir/moc_styl= eitem.cpp.o scribus/CMakeFiles/scribus.dir/moc_tocgenerator.cpp.o scribus/C= MakeFiles/scribus.dir/moc_undogui.cpp.o scribus/CMakeFiles/scribus.dir/moc_= undomanager.cpp.o scribus/CMakeFiles/scribus.dir/moc_upgradechecker.cpp.o s= cribus/CMakeFiles/scribus.dir/moc_urllauncher.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_about.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_aboutplugi= ns.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_actionsearchdialog.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_adjustcmsdialog.cpp.o scribus/CMakeFiles= /scribus.dir/ui/moc_aligndistribute.cpp.o scribus/CMakeFiles/scribus.dir/ui= /moc_alignselect.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_directionselec= t.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_annot.cpp.o scribus/CMakeFile= s/scribus.dir/ui/moc_annota.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_app= lytemplatedialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_arcwidget.cpp.= o scribus/CMakeFiles/scribus.dir/ui/moc_arcvectordialog.cpp.o scribus/CMake= Files/scribus.dir/ui/moc_arrowchooser.cpp.o scribus/CMakeFiles/scribus.dir/= ui/moc_autoform.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_autoformbuttong= roup.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_basepointwidget.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/moc_bookmarkpalette.cpp.o scribus/CMakeFiles/= scribus.dir/ui/moc_bookmwin.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_but= tonicon.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_charselect.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_charselectenhanced.cpp.o scribus/CMakeFiles= /scribus.dir/ui/moc_charzoom.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_ch= eckDocument.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_clockwidget.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/moc_cmsprefs.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_cmykfw.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_collectfo= routput_ui.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_colorchart.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_colorcombo.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_colorlistbox.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_col= orlistmodel.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_colorsandfills.cpp.= o scribus/CMakeFiles/scribus.dir/ui/moc_contentpalette.cpp.o scribus/CMakeF= iles/scribus.dir/ui/moc_contentpalette_default.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_contentpalette_page.cpp.o scribus/CMakeFiles/scribus.dir/ui= /moc_contextmenu.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_cpalette.cpp.o= scribus/CMakeFiles/scribus.dir/ui/moc_cupsoptions.cpp.o scribus/CMakeFiles= /scribus.dir/ui/moc_curvewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc= _customfdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_cxfimportdialog.= cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_dasheditor.cpp.o scribus/CMakeF= iles/scribus.dir/ui/moc_dcolor.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_= delpages.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_downloadspalette.cpp.o= scribus/CMakeFiles/scribus.dir/ui/moc_editor.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_effectsdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_ex= timageprops.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_filedialogeventcatc= her.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_fontcombo.cpp.o scribus/CMa= keFiles/scribus.dir/ui/moc_fontembeddingcombo.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_fontembeddingmodel.cpp.o scribus/CMakeFiles/scribus.dir/ui/m= oc_fontlistview.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_fontreplacedial= og.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_gradientaddedit.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_gradienteditor.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_gradientvectordialog.cpp.o scribus/CMakeFiles/scribus.dir/u= i/moc_gradientpreview.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_gtdialogs= =2Ecpp.o scribus/CMakeFiles/scribus.dir/ui/moc_gtfiledialog.cpp.o scribus/C= MakeFiles/scribus.dir/ui/moc_guidemanager.cpp.o scribus/CMakeFiles/scribus.= dir/ui/moc_helpbrowser.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_helpnavi= gation.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_hruler.cpp.o scribus/CMa= keFiles/scribus.dir/ui/moc_hyask.cpp.o scribus/CMakeFiles/scribus.dir/ui/mo= c_imageinfodialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_inlinepalette= =2Ecpp.o scribus/CMakeFiles/scribus.dir/ui/moc_insertTable.cpp.o scribus/CM= akeFiles/scribus.dir/ui/moc_insertaframe.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/moc_inserttablecolumnsdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/= moc_inserttablerowsdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_inspa= ge.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_javadocs.cpp.o scribus/CMake= Files/scribus.dir/ui/moc_latexeditor.cpp.o scribus/CMakeFiles/scribus.dir/u= i/moc_layers.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_linecombo.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/moc_linkbutton.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_loremipsum.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_mark= insert.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_mark2item.cpp.o scribus/= CMakeFiles/scribus.dir/ui/moc_mark2mark.cpp.o scribus/CMakeFiles/scribus.di= r/ui/moc_markanchor.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_marknote.cp= p.o scribus/CMakeFiles/scribus.dir/ui/moc_marksmanager.cpp.o scribus/CMakeF= iles/scribus.dir/ui/moc_markvariabletext.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/moc_marginpresetlayout.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_ma= rginwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_newmarginwidget.cpp.= o scribus/CMakeFiles/scribus.dir/ui/moc_measurements.cpp.o scribus/CMakeFil= es/scribus.dir/ui/moc_mergedoc.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_= missing.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_movepage.cpp.o scribus/= CMakeFiles/scribus.dir/ui/moc_multipleduplicate.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/moc_multiprogressdialog.cpp.o scribus/CMakeFiles/scribus.dir/u= i/moc_newdocdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_newtemp.cpp.= o scribus/CMakeFiles/scribus.dir/ui/moc_nftdialog.cpp.o scribus/CMakeFiles/= scribus.dir/ui/moc_nftwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_no= deeditpalette.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_notesstyleseditor= =2Ecpp.o scribus/CMakeFiles/scribus.dir/ui/moc_numformatcombo.cpp.o scribus= /CMakeFiles/scribus.dir/ui/moc_outlinepalette.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_outputpreview_pdf.cpp.o scribus/CMakeFiles/scribus.dir/ui/mo= c_outputpreview_ps.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_outputprevie= wbase.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pageitemattributes.cpp.o = scribus/CMakeFiles/scribus.dir/ui/moc_pagelayout.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/moc_pagepalette.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_p= agepalette_pages.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pagepalette_ma= sterpages.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pagepalette_widgets.c= pp.o scribus/CMakeFiles/scribus.dir/ui/moc_pagepropertiesdialog.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/moc_pageselector.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_patternpropsdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/m= oc_pdfexportdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pdfversionco= mbo.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pdfversionmodel.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/moc_picsearch.cpp.o scribus/CMakeFiles/scribus= =2Edir/ui/moc_picsearchoptions.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_= picstatus.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_polygonwidget.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/moc_polyprops.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_preferencesdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/m= oc_prefs_colormanagement.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_= display.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_documentinformati= on.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_documentsections.cpp.o= scribus/CMakeFiles/scribus.dir/ui/moc_prefs_documentsetup.cpp.o scribus/CM= akeFiles/scribus.dir/ui/moc_prefs_externaltools.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/moc_prefs_fonts.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pr= efs_guides.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_hyphenator.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/moc_prefs_imagecache.cpp.o scribus/C= MakeFiles/scribus.dir/ui/moc_prefs_keyboardshortcuts.cpp.o scribus/CMakeFil= es/scribus.dir/ui/moc_prefs_miscellaneous.cpp.o scribus/CMakeFiles/scribus.= dir/ui/moc_prefs_pagesizes.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_pref= s_paths.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_pane.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_prefs_plugins.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_prefs_preflightverifier.cpp.o scribus/CMakeFiles/scribus.dir= /ui/moc_prefs_printer.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_scr= apbook.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_spelling.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_prefs_typography.cpp.o scribus/CMakeFile= s/scribus.dir/ui/moc_prefs_userinterface.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/moc_prefs_itemtools.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs= _operatortools.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_pdfexport.= cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prefs_tableofcontents.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_prefs_documentitemattributes.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/moc_printdialog.cpp.o scribus/CMakeFiles/scrib= us.dir/ui/moc_printlanguagecombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/mo= c_printpreview.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_propertiespalett= e.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_propertiespalette_group.cpp.o= scribus/CMakeFiles/scribus.dir/ui/moc_propertiespalette_image.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_propertiespalette_line.cpp.o scribus/CMakeF= iles/scribus.dir/ui/moc_propertiespalette_shadow.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/moc_propertiespalette_shape.cpp.o scribus/CMakeFiles/scribus.= dir/ui/moc_propertiespalette_table.cpp.o scribus/CMakeFiles/scribus.dir/ui/= moc_propertiespalette_text.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prop= ertiespalette_utils.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_propertiesp= alette_xyz.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_propertywidget_advan= ced.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_propertywidget_distance.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/moc_propertywidget_pareffect.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/moc_propertywidget_flop.cpp.o scribus/CMak= eFiles/scribus.dir/ui/moc_propertywidget_hyphenation.cpp.o scribus/CMakeFil= es/scribus.dir/ui/moc_propertywidget_optmargins.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/moc_propertywidget_orphans.cpp.o scribus/CMakeFiles/scribus.di= r/ui/moc_propertywidget_pathtext.cpp.o scribus/CMakeFiles/scribus.dir/ui/mo= c_propertywidget_textcolor.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_prop= ertywidget_fontfeatures.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_proptre= e.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_query.cpp.o scribus/CMakeFile= s/scribus.dir/ui/moc_recoverdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/= moc_replacecolors.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_replaceonecol= or.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_resourcemanager.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_resourcemanagerlicense.cpp.o scribus/CMakeF= iles/scribus.dir/ui/moc_rulermover.cpp.o scribus/CMakeFiles/scribus.dir/ui/= moc_sccolorslider.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scdockpalette= =2Ecpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scescapecatcher.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_scfilewidget.cpp.o scribus/CMakeFiles/scrib= us.dir/ui/moc_scinputdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scl= istwidgetdelegate.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scmenu.cpp.o = scribus/CMakeFiles/scribus.dir/ui/moc_scmessagebox.cpp.o scribus/CMakeFiles= /scribus.dir/ui/moc_scmwmenumanager.cpp.o scribus/CMakeFiles/scribus.dir/ui= /moc_scrapbookpalette.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scrpalett= ebase.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scrspinbox.cpp.o scribus/= CMakeFiles/scribus.dir/ui/moc_sctablewidget.cpp.o scribus/CMakeFiles/scribu= s.dir/ui/moc_sctextbrowser.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_scto= olbar.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_sctreewidget.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_search.cpp.o scribus/CMakeFiles/scribus.dir= /ui/moc_selectobjects.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_selfield.= cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_shadebutton.cpp.o scribus/CMake= Files/scribus.dir/ui/moc_shortcutwidget.cpp.o scribus/CMakeFiles/scribus.di= r/ui/moc_smalignselect.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smcellst= ylewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smcellstyle.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_smcheckbox.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_smcolorcombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smc= stylewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smdirectionselect.c= pp.o scribus/CMakeFiles/scribus.dir/ui/moc_smfontfeatures.cpp.o scribus/CMa= keFiles/scribus.dir/ui/moc_smtablestylewidget.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/moc_smfontcomboh.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_sml= inestyle.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smlinestylewidget.cpp.= o scribus/CMakeFiles/scribus.dir/ui/moc_smnumformatcombo.cpp.o scribus/CMak= eFiles/scribus.dir/ui/moc_smpstylewidget.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/moc_smradiobutton.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smrepla= cedia.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smsccombobox.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/moc_smscrspinbox.cpp.o scribus/CMakeFiles/scrib= us.dir/ui/moc_smshadebutton.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_sms= pinbox.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smlineedit.cpp.o scribus= /CMakeFiles/scribus.dir/ui/moc_smstyleimport.cpp.o scribus/CMakeFiles/scrib= us.dir/ui/moc_smstyleselect.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smt= ablestyle.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_smtabruler.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/moc_smtextstyles.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_spiralvectordialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/= moc_spiralwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_splash.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/moc_storyeditor.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/moc_stylecombos.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_s= tylemanager.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_styleselect.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/moc_styleview.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/moc_swatchcombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_sym= bolpalette.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_tablecolumnwidthsdia= log.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_tablesideselector.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/moc_tablerowheightsdialog.cpp.o scribus/CMak= eFiles/scribus.dir/ui/moc_tabmanager.cpp.o scribus/CMakeFiles/scribus.dir/u= i/moc_tabpdfoptions.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_tabruler.cp= p.o scribus/CMakeFiles/scribus.dir/ui/moc_transformdialog.cpp.o scribus/CMa= keFiles/scribus.dir/ui/moc_transparencypalette.cpp.o scribus/CMakeFiles/scr= ibus.dir/tt/simpletreemodel/moc_treemodel.cpp.o scribus/CMakeFiles/scribus.= dir/ui/moc_copypagetomasterpagedialog.cpp.o scribus/CMakeFiles/scribus.dir/= ui/moc_createrange.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_edittoolbar.= cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_filetoolbar.cpp.o scribus/CMake= Files/scribus.dir/ui/moc_modetoolbar.cpp.o scribus/CMakeFiles/scribus.dir/u= i/moc_pdftoolbar.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_viewtoolbar.cp= p.o scribus/CMakeFiles/scribus.dir/ui/moc_unicodesearch.cpp.o scribus/CMake= Files/scribus.dir/ui/moc_useprintermarginsdialog.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/moc_vruler.cpp.o scribus/CMakeFiles/scribus.dir/ui/moc_welded= it.cpp.o scribus/CMakeFiles/scribus.dir/text/moc_storytext.cpp.o scribus/CM= akeFiles/scribus.dir/actionmanager.cpp.o scribus/CMakeFiles/scribus.dir/act= ionsearch.cpp.o scribus/CMakeFiles/scribus.dir/appmodehelper.cpp.o scribus/= CMakeFiles/scribus.dir/canvas.cpp.o scribus/CMakeFiles/scribus.dir/canvasge= sture_cellselect.cpp.o scribus/CMakeFiles/scribus.dir/canvasgesture_columnr= esize.cpp.o scribus/CMakeFiles/scribus.dir/canvasgesture_linemove.cpp.o scr= ibus/CMakeFiles/scribus.dir/canvasgesture_pan.cpp.o scribus/CMakeFiles/scri= bus.dir/canvasgesture_rectselect.cpp.o scribus/CMakeFiles/scribus.dir/canva= sgesture_resize.cpp.o scribus/CMakeFiles/scribus.dir/canvasgesture_rowresiz= e.cpp.o scribus/CMakeFiles/scribus.dir/canvasgesture_rulermove.cpp.o scribu= s/CMakeFiles/scribus.dir/canvasgesture_table.cpp.o scribus/CMakeFiles/scrib= us.dir/canvasgesture_tableresize.cpp.o scribus/CMakeFiles/scribus.dir/canva= smode.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_copyproperties.cpp.o = scribus/CMakeFiles/scribus.dir/canvasmode_create.cpp.o scribus/CMakeFiles/s= cribus.dir/canvasmode_drawbezier.cpp.o scribus/CMakeFiles/scribus.dir/canva= smode_drawcalligraphic.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_draw= freehand.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_eyedropper.cpp.o s= cribus/CMakeFiles/scribus.dir/canvasmode_framelinks.cpp.o scribus/CMakeFile= s/scribus.dir/canvasmode_imageimport.cpp.o scribus/CMakeFiles/scribus.dir/c= anvasmode_edit.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_editarc.cpp.= o scribus/CMakeFiles/scribus.dir/canvasmode_editgradient.cpp.o scribus/CMak= eFiles/scribus.dir/canvasmode_editmeshgradient.cpp.o scribus/CMakeFiles/scr= ibus.dir/canvasmode_editmeshpatch.cpp.o scribus/CMakeFiles/scribus.dir/canv= asmode_editpolygon.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_editspir= al.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_edittable.cpp.o scribus/= CMakeFiles/scribus.dir/canvasmode_editweldpoint.cpp.o scribus/CMakeFiles/sc= ribus.dir/canvasmode_magnifier.cpp.o scribus/CMakeFiles/scribus.dir/canvasm= ode_measurements.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_nodeedit.c= pp.o scribus/CMakeFiles/scribus.dir/canvasmode_normal.cpp.o scribus/CMakeFi= les/scribus.dir/canvasmode_objimport.cpp.o scribus/CMakeFiles/scribus.dir/c= anvasmode_panning.cpp.o scribus/CMakeFiles/scribus.dir/canvasmode_rotate.cp= p.o scribus/CMakeFiles/scribus.dir/cellarea.cpp.o scribus/CMakeFiles/scribu= s.dir/chartablemodel.cpp.o scribus/CMakeFiles/scribus.dir/chartableview.cpp= =2Eo scribus/CMakeFiles/scribus.dir/cmserrorhandling.cpp.o scribus/CMakeFil= es/scribus.dir/cmsettings.cpp.o scribus/CMakeFiles/scribus.dir/collapsedtab= lepainter.cpp.o scribus/CMakeFiles/scribus.dir/collapsedtablepainterex.cpp.= o scribus/CMakeFiles/scribus.dir/collect4output.cpp.o scribus/CMakeFiles/sc= ribus.dir/colorblind.cpp.o scribus/CMakeFiles/scribus.dir/colorsetmanager.c= pp.o scribus/CMakeFiles/scribus.dir/commonstrings.cpp.o scribus/CMakeFiles/= scribus.dir/deferredtask.cpp.o scribus/CMakeFiles/scribus.dir/docinfo.cpp.o= scribus/CMakeFiles/scribus.dir/documentchecker.cpp.o scribus/CMakeFiles/sc= ribus.dir/documentinformation.cpp.o scribus/CMakeFiles/scribus.dir/exif.cpp= =2Eo scribus/CMakeFiles/scribus.dir/fileloader.cpp.o scribus/CMakeFiles/scr= ibus.dir/filesearch.cpp.o scribus/CMakeFiles/scribus.dir/filewatcher.cpp.o = scribus/CMakeFiles/scribus.dir/fontlistmodel.cpp.o scribus/CMakeFiles/scrib= us.dir/fpoint.cpp.o scribus/CMakeFiles/scribus.dir/fpointarray.cpp.o scribu= s/CMakeFiles/scribus.dir/gtaction.cpp.o scribus/CMakeFiles/scribus.dir/gtfo= nt.cpp.o scribus/CMakeFiles/scribus.dir/gtframestyle.cpp.o scribus/CMakeFil= es/scribus.dir/gtgettext.cpp.o scribus/CMakeFiles/scribus.dir/gtmeasure.cpp= =2Eo scribus/CMakeFiles/scribus.dir/gtparagraphstyle.cpp.o scribus/CMakeFil= es/scribus.dir/gtstyle.cpp.o scribus/CMakeFiles/scribus.dir/gtwriter.cpp.o = scribus/CMakeFiles/scribus.dir/guidemanagercore.cpp.o scribus/CMakeFiles/sc= ribus.dir/guidesdelegate.cpp.o scribus/CMakeFiles/scribus.dir/guidesmodel.c= pp.o scribus/CMakeFiles/scribus.dir/guidesview.cpp.o scribus/CMakeFiles/scr= ibus.dir/hyphenator.cpp.o scribus/CMakeFiles/scribus.dir/iconmanager.cpp.o = scribus/CMakeFiles/scribus.dir/ioapi.c.o scribus/CMakeFiles/scribus.dir/Kar= bonCurveFit.cpp.o scribus/CMakeFiles/scribus.dir/langdef.cpp.o scribus/CMak= eFiles/scribus.dir/langmgr.cpp.o scribus/CMakeFiles/scribus.dir/latexhelper= s.cpp.o scribus/CMakeFiles/scribus.dir/loadsaveplugin.cpp.o scribus/CMakeFi= les/scribus.dir/localemgr.cpp.o scribus/CMakeFiles/scribus.dir/marks.cpp.o = scribus/CMakeFiles/scribus.dir/menumanager.cpp.o scribus/CMakeFiles/scribus= =2Edir/mesh.cpp.o scribus/CMakeFiles/scribus.dir/navigator.cpp.o scribus/CM= akeFiles/scribus.dir/numeration.cpp.o scribus/CMakeFiles/scribus.dir/observ= able.cpp.o scribus/CMakeFiles/scribus.dir/nftrcreader.cpp.o scribus/CMakeFi= les/scribus.dir/nftsettings.cpp.o scribus/CMakeFiles/scribus.dir/nfttemplat= e.cpp.o scribus/CMakeFiles/scribus.dir/nodeeditcontext.cpp.o scribus/CMakeF= iles/scribus.dir/notesstyles.cpp.o scribus/CMakeFiles/scribus.dir/pageitem.= cpp.o scribus/CMakeFiles/scribus.dir/pageitem_arc.cpp.o scribus/CMakeFiles/= scribus.dir/pageitem_group.cpp.o scribus/CMakeFiles/scribus.dir/pageitem_im= ageframe.cpp.o scribus/CMakeFiles/scribus.dir/pageitem_latexframe.cpp.o scr= ibus/CMakeFiles/scribus.dir/pageitem_line.cpp.o scribus/CMakeFiles/scribus.= dir/pageitem_pathtext.cpp.o scribus/CMakeFiles/scribus.dir/pageitem_polygon= =2Ecpp.o scribus/CMakeFiles/scribus.dir/pageitem_polyline.cpp.o scribus/CMa= keFiles/scribus.dir/pageitem_regularpolygon.cpp.o scribus/CMakeFiles/scribu= s.dir/pageitem_spiral.cpp.o scribus/CMakeFiles/scribus.dir/pageitem_symbol.= cpp.o scribus/CMakeFiles/scribus.dir/pageitem_table.cpp.o scribus/CMakeFile= s/scribus.dir/pageitem_textframe.cpp.o scribus/CMakeFiles/scribus.dir/pagei= tem_noteframe.cpp.o scribus/CMakeFiles/scribus.dir/pageitemiterator.cpp.o s= cribus/CMakeFiles/scribus.dir/pageitempointer.cpp.o scribus/CMakeFiles/scri= bus.dir/pagesize.cpp.o scribus/CMakeFiles/scribus.dir/pdf_analyzer.cpp.o sc= ribus/CMakeFiles/scribus.dir/pdflib.cpp.o scribus/CMakeFiles/scribus.dir/pd= flib_core.cpp.o scribus/CMakeFiles/scribus.dir/pdfoptions.cpp.o scribus/CMa= keFiles/scribus.dir/pdfoptionsio.cpp.o scribus/CMakeFiles/scribus.dir/pdfve= rsion.cpp.o scribus/CMakeFiles/scribus.dir/pdfwriter.cpp.o scribus/CMakeFil= es/scribus.dir/pluginmanager.cpp.o scribus/CMakeFiles/scribus.dir/pp_proxy.= cpp.o scribus/CMakeFiles/scribus.dir/prefscontext.cpp.o scribus/CMakeFiles/= scribus.dir/prefsfile.cpp.o scribus/CMakeFiles/scribus.dir/prefsmanager.cpp= =2Eo scribus/CMakeFiles/scribus.dir/prefsreader.cpp.o scribus/CMakeFiles/sc= ribus.dir/prefstable.cpp.o scribus/CMakeFiles/scribus.dir/printpreviewcreat= or.cpp.o scribus/CMakeFiles/scribus.dir/printpreviewcreator_pdf.cpp.o scrib= us/CMakeFiles/scribus.dir/printpreviewcreator_ps.cpp.o scribus/CMakeFiles/s= cribus.dir/printpreviewcreatorfactory.cpp.o scribus/CMakeFiles/scribus.dir/= pslib.cpp.o scribus/CMakeFiles/scribus.dir/qtiocompressor.cpp.o scribus/CMa= keFiles/scribus.dir/rawimage.cpp.o scribus/CMakeFiles/scribus.dir/rc4.c.o s= cribus/CMakeFiles/scribus.dir/sampleitem.cpp.o scribus/CMakeFiles/scribus.d= ir/scclocale.cpp.o scribus/CMakeFiles/scribus.dir/sccolor.cpp.o scribus/CMa= keFiles/scribus.dir/sccolorengine.cpp.o scribus/CMakeFiles/scribus.dir/scco= lorshade.cpp.o scribus/CMakeFiles/scribus.dir/sccolorstructs.cpp.o scribus/= CMakeFiles/scribus.dir/scdocoutput.cpp.o scribus/CMakeFiles/scribus.dir/scd= ocoutput_ps2.cpp.o scribus/CMakeFiles/scribus.dir/scdomelement.cpp.o scribu= s/CMakeFiles/scribus.dir/scfonts.cpp.o scribus/CMakeFiles/scribus.dir/scgtp= lugin.cpp.o scribus/CMakeFiles/scribus.dir/schelptreemodel.cpp.o scribus/CM= akeFiles/scribus.dir/scimage.cpp.o scribus/CMakeFiles/scribus.dir/scimageca= cheproxy.cpp.o scribus/CMakeFiles/scribus.dir/scimagecachedir.cpp.o scribus= /CMakeFiles/scribus.dir/scimagecachefile.cpp.o scribus/CMakeFiles/scribus.d= ir/scimagecachemanager.cpp.o scribus/CMakeFiles/scribus.dir/scimagecachewri= teaction.cpp.o scribus/CMakeFiles/scribus.dir/scimagestructs.cpp.o scribus/= CMakeFiles/scribus.dir/sclayer.cpp.o scribus/CMakeFiles/scribus.dir/sclocke= dfile.cpp.o scribus/CMakeFiles/scribus.dir/scmimedata.cpp.o scribus/CMakeFi= les/scribus.dir/scpage.cpp.o scribus/CMakeFiles/scribus.dir/scpageoutput.cp= p.o scribus/CMakeFiles/scribus.dir/scpageoutput_ps2.cpp.o scribus/CMakeFile= s/scribus.dir/scpainter.cpp.o scribus/CMakeFiles/scribus.dir/scpainterex_ps= 2.cpp.o scribus/CMakeFiles/scribus.dir/scpainterexbase.cpp.o scribus/CMakeF= iles/scribus.dir/scpaths.cpp.o scribus/CMakeFiles/scribus.dir/scpattern.cpp= =2Eo scribus/CMakeFiles/scribus.dir/scplugin.cpp.o scribus/CMakeFiles/scrib= us.dir/scpreview.cpp.o scribus/CMakeFiles/scribus.dir/scprintengine_pdf.cpp= =2Eo scribus/CMakeFiles/scribus.dir/scprintengine_ps.cpp.o scribus/CMakeFil= es/scribus.dir/scraction.cpp.o scribus/CMakeFiles/scribus.dir/scribus.cpp.o= scribus/CMakeFiles/scribus.dir/scribusXml.cpp.o scribus/CMakeFiles/scribus= =2Edir/scribusapp.cpp.o scribus/CMakeFiles/scribus.dir/scribuscore.cpp.o sc= ribus/CMakeFiles/scribus.dir/scribusdoc.cpp.o scribus/CMakeFiles/scribus.di= r/scribusview.cpp.o scribus/CMakeFiles/scribus.dir/scribuswin.cpp.o scribus= /CMakeFiles/scribus.dir/scslainforeader.cpp.o scribus/CMakeFiles/scribus.di= r/scstreamfilter.cpp.o scribus/CMakeFiles/scribus.dir/scstreamfilter_ascii8= 5.cpp.o scribus/CMakeFiles/scribus.dir/scstreamfilter_flate.cpp.o scribus/C= MakeFiles/scribus.dir/scstreamfilter_jpeg.cpp.o scribus/CMakeFiles/scribus.= dir/scstreamfilter_rc4.cpp.o scribus/CMakeFiles/scribus.dir/sctextstream.cp= p.o scribus/CMakeFiles/scribus.dir/sctextstruct.cpp.o scribus/CMakeFiles/sc= ribus.dir/scxmlstreamreader.cpp.o scribus/CMakeFiles/scribus.dir/selection.= cpp.o scribus/CMakeFiles/scribus.dir/selectionrubberband.cpp.o scribus/CMak= eFiles/scribus.dir/serializer.cpp.o scribus/CMakeFiles/scribus.dir/styleite= m.cpp.o scribus/CMakeFiles/scribus.dir/tableborder.cpp.o scribus/CMakeFiles= /scribus.dir/tablecell.cpp.o scribus/CMakeFiles/scribus.dir/tableutils.cpp.= o scribus/CMakeFiles/scribus.dir/textwriter.cpp.o scribus/CMakeFiles/scribu= s.dir/tocgenerator.cpp.o scribus/CMakeFiles/scribus.dir/transaction.cpp.o s= cribus/CMakeFiles/scribus.dir/undogui.cpp.o scribus/CMakeFiles/scribus.dir/= undomanager.cpp.o scribus/CMakeFiles/scribus.dir/undoobject.cpp.o scribus/C= MakeFiles/scribus.dir/undostack.cpp.o scribus/CMakeFiles/scribus.dir/undost= ate.cpp.o scribus/CMakeFiles/scribus.dir/undotransaction.cpp.o scribus/CMak= eFiles/scribus.dir/units.cpp.o scribus/CMakeFiles/scribus.dir/updatemanager= =2Ecpp.o scribus/CMakeFiles/scribus.dir/upgradechecker.cpp.o scribus/CMakeF= iles/scribus.dir/urllauncher.cpp.o scribus/CMakeFiles/scribus.dir/util.cpp.= o scribus/CMakeFiles/scribus.dir/util_color.cpp.o scribus/CMakeFiles/scribu= s.dir/util_debug.cpp.o scribus/CMakeFiles/scribus.dir/util_file.cpp.o scrib= us/CMakeFiles/scribus.dir/util_formats.cpp.o scribus/CMakeFiles/scribus.dir= /util_ghostscript.cpp.o scribus/CMakeFiles/scribus.dir/util_layer.cpp.o scr= ibus/CMakeFiles/scribus.dir/util_math.cpp.o scribus/CMakeFiles/scribus.dir/= util_os.cpp.o scribus/CMakeFiles/scribus.dir/util_printer.cpp.o scribus/CMa= keFiles/scribus.dir/util_text.cpp.o scribus/CMakeFiles/scribus.dir/vgradien= t.cpp.o scribus/CMakeFiles/scribus.dir/vgradientex.cpp.o scribus/CMakeFiles= /scribus.dir/downloadmanager/scdlmgr.cpp.o scribus/CMakeFiles/scribus.dir/d= ownloadmanager/scdlthread.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloa= ders/scimgdataloader.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/= scimgdataloader_gimp.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/= scimgdataloader_jpeg.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/= scimgdataloader_kra.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/s= cimgdataloader_ora.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/sc= imgdataloader_pdf.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/sci= mgdataloader_pgf.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scim= gdataloader_pict.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scim= gdataloader_png.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimg= dataloader_ps.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgda= taloader_psd.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdat= aloader_qt.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdatal= oader_tiff.cpp.o scribus/CMakeFiles/scribus.dir/imagedataloaders/scimgdatal= oader_wpg.cpp.o scribus/CMakeFiles/scribus.dir/palettes/cxfcolor.cpp.o scri= bus/CMakeFiles/scribus.dir/palettes/cxfcolorspecification.cpp.o scribus/CMa= keFiles/scribus.dir/palettes/cxfdocument.cpp.o scribus/CMakeFiles/scribus.d= ir/palettes/cxfobject.cpp.o scribus/CMakeFiles/scribus.dir/palettes/cxfmeas= urementspec.cpp.o scribus/CMakeFiles/scribus.dir/palettes/cxftristimulusspe= c.cpp.o scribus/CMakeFiles/scribus.dir/palettes/cxfutils.cpp.o scribus/CMak= eFiles/scribus.dir/palettes/paletteloader.cpp.o scribus/CMakeFiles/scribus.= dir/palettes/paletteloader_adobe_acb.cpp.o scribus/CMakeFiles/scribus.dir/p= alettes/paletteloader_adobe_aco.cpp.o scribus/CMakeFiles/scribus.dir/palett= es/paletteloader_adobe_ase.cpp.o scribus/CMakeFiles/scribus.dir/palettes/pa= letteloader_autocad_acb.cpp.o scribus/CMakeFiles/scribus.dir/palettes/palet= teloader_cxf.cpp.o scribus/CMakeFiles/scribus.dir/palettes/paletteloader_ps= =2Ecpp.o scribus/CMakeFiles/scribus.dir/palettes/paletteloader_sk1.cpp.o sc= ribus/CMakeFiles/scribus.dir/palettes/paletteloader_swatchbook.cpp.o scribu= s/CMakeFiles/scribus.dir/third_party/fparser/fpoptimizer.cc.o scribus/CMake= Files/scribus.dir/third_party/fparser/fparser.cc.o scribus/CMakeFiles/scrib= us.dir/ui/about.cpp.o scribus/CMakeFiles/scribus.dir/ui/aboutplugins.cpp.o = scribus/CMakeFiles/scribus.dir/ui/actionsearchdialog.cpp.o scribus/CMakeFil= es/scribus.dir/ui/adjustcmsdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/a= ligndistribute.cpp.o scribus/CMakeFiles/scribus.dir/ui/alignselect.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/directionselect.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/annot.cpp.o scribus/CMakeFiles/scribus.dir/ui/annota.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/applytemplatedialog.cpp.o scribus/CMakeFiles= /scribus.dir/ui/arcwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/arcvector= dialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/arrowchooser.cpp.o scribus/C= MakeFiles/scribus.dir/ui/autoform.cpp.o scribus/CMakeFiles/scribus.dir/ui/a= utoformbuttongroup.cpp.o scribus/CMakeFiles/scribus.dir/ui/basepointwidget.= cpp.o scribus/CMakeFiles/scribus.dir/ui/bookmarkpalette.cpp.o scribus/CMake= Files/scribus.dir/ui/bookmwin.cpp.o scribus/CMakeFiles/scribus.dir/ui/butto= nicon.cpp.o scribus/CMakeFiles/scribus.dir/ui/charselect.cpp.o scribus/CMak= eFiles/scribus.dir/ui/charselectenhanced.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/charzoom.cpp.o scribus/CMakeFiles/scribus.dir/ui/checkDocument.cpp.o = scribus/CMakeFiles/scribus.dir/ui/clockwidget.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/cmsprefs.cpp.o scribus/CMakeFiles/scribus.dir/ui/cmykfw.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/collectforoutput_ui.cpp.o scribus/CMakeFile= s/scribus.dir/ui/colorchart.cpp.o scribus/CMakeFiles/scribus.dir/ui/colorco= mbo.cpp.o scribus/CMakeFiles/scribus.dir/ui/colorlistbox.cpp.o scribus/CMak= eFiles/scribus.dir/ui/colorlistmodel.cpp.o scribus/CMakeFiles/scribus.dir/u= i/colorsandfills.cpp.o scribus/CMakeFiles/scribus.dir/ui/contentpalette.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/contentpalette_default.cpp.o scribus= /CMakeFiles/scribus.dir/ui/contentpalette_page.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/contextmenu.cpp.o scribus/CMakeFiles/scribus.dir/ui/cpalette.cp= p.o scribus/CMakeFiles/scribus.dir/ui/cupsoptions.cpp.o scribus/CMakeFiles/= scribus.dir/ui/curvewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/customfd= ialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/cxfimportdialog.cpp.o scribus= /CMakeFiles/scribus.dir/ui/dasheditor.cpp.o scribus/CMakeFiles/scribus.dir/= ui/dcolor.cpp.o scribus/CMakeFiles/scribus.dir/ui/delpages.cpp.o scribus/CM= akeFiles/scribus.dir/ui/downloadspalette.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/editor.cpp.o scribus/CMakeFiles/scribus.dir/ui/effectsdialog.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/extimageprops.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/filedialogeventcatcher.cpp.o scribus/CMakeFiles/scribus.dir/ui/f= ontcombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/fontembeddingcombo.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/fontembeddingmodel.cpp.o scribus/CMakeFile= s/scribus.dir/ui/fontlistview.cpp.o scribus/CMakeFiles/scribus.dir/ui/fontr= eplacedialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/gradientaddedit.cpp.o = scribus/CMakeFiles/scribus.dir/ui/gradienteditor.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/gradientvectordialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/= gradientpreview.cpp.o scribus/CMakeFiles/scribus.dir/ui/gtdialogs.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/gtfiledialog.cpp.o scribus/CMakeFiles/scribu= s.dir/ui/guidemanager.cpp.o scribus/CMakeFiles/scribus.dir/ui/helpbrowser.c= pp.o scribus/CMakeFiles/scribus.dir/ui/hruler.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/hyask.cpp.o scribus/CMakeFiles/scribus.dir/ui/imageinfodialog.cp= p.o scribus/CMakeFiles/scribus.dir/ui/inlinepalette.cpp.o scribus/CMakeFile= s/scribus.dir/ui/insertTable.cpp.o scribus/CMakeFiles/scribus.dir/ui/insert= aframe.cpp.o scribus/CMakeFiles/scribus.dir/ui/inserttablecolumnsdialog.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/inserttablerowsdialog.cpp.o scribus/= CMakeFiles/scribus.dir/ui/inspage.cpp.o scribus/CMakeFiles/scribus.dir/ui/j= avadocs.cpp.o scribus/CMakeFiles/scribus.dir/ui/latexeditor.cpp.o scribus/C= MakeFiles/scribus.dir/ui/layers.cpp.o scribus/CMakeFiles/scribus.dir/ui/lin= ecombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/linkbutton.cpp.o scribus/CMa= keFiles/scribus.dir/ui/loremipsum.cpp.o scribus/CMakeFiles/scribus.dir/ui/m= ark2item.cpp.o scribus/CMakeFiles/scribus.dir/ui/mark2mark.cpp.o scribus/CM= akeFiles/scribus.dir/ui/markanchor.cpp.o scribus/CMakeFiles/scribus.dir/ui/= marknote.cpp.o scribus/CMakeFiles/scribus.dir/ui/marksmanager.cpp.o scribus= /CMakeFiles/scribus.dir/ui/markvariabletext.cpp.o scribus/CMakeFiles/scribu= s.dir/ui/marginpresetlayout.cpp.o scribus/CMakeFiles/scribus.dir/ui/marginw= idget.cpp.o scribus/CMakeFiles/scribus.dir/ui/newmarginwidget.cpp.o scribus= /CMakeFiles/scribus.dir/ui/mergedoc.cpp.o scribus/CMakeFiles/scribus.dir/ui= /missing.cpp.o scribus/CMakeFiles/scribus.dir/ui/movepage.cpp.o scribus/CMa= keFiles/scribus.dir/ui/multipleduplicate.cpp.o scribus/CMakeFiles/scribus.d= ir/ui/multiprogressdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/measureme= nts.cpp.o scribus/CMakeFiles/scribus.dir/ui/newdocdialog.cpp.o scribus/CMak= eFiles/scribus.dir/ui/newtemp.cpp.o scribus/CMakeFiles/scribus.dir/ui/nftdi= alog.cpp.o scribus/CMakeFiles/scribus.dir/ui/nftwidget.cpp.o scribus/CMakeF= iles/scribus.dir/ui/nodeeditpalette.cpp.o scribus/CMakeFiles/scribus.dir/ui= /notesstyleseditor.cpp.o scribus/CMakeFiles/scribus.dir/ui/numformatcombo.c= pp.o scribus/CMakeFiles/scribus.dir/ui/outlinepalette.cpp.o scribus/CMakeFi= les/scribus.dir/ui/outputpreview_pdf.cpp.o scribus/CMakeFiles/scribus.dir/u= i/outputpreview_ps.cpp.o scribus/CMakeFiles/scribus.dir/ui/outputpreviewbas= e.cpp.o scribus/CMakeFiles/scribus.dir/ui/pageitemattributes.cpp.o scribus/= CMakeFiles/scribus.dir/ui/pagelayout.cpp.o scribus/CMakeFiles/scribus.dir/u= i/pagepalette.cpp.o scribus/CMakeFiles/scribus.dir/ui/pagepalette_pages.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/pagepalette_masterpages.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/pagepalette_widgets.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/pagepropertiesdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/p= ageselector.cpp.o scribus/CMakeFiles/scribus.dir/ui/patternpropsdialog.cpp.= o scribus/CMakeFiles/scribus.dir/ui/pdfexportdialog.cpp.o scribus/CMakeFile= s/scribus.dir/ui/pdfversioncombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/pd= fversionmodel.cpp.o scribus/CMakeFiles/scribus.dir/ui/picsearch.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/picsearchoptions.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/picstatus.cpp.o scribus/CMakeFiles/scribus.dir/ui/polygonwidget.= cpp.o scribus/CMakeFiles/scribus.dir/ui/polyprops.cpp.o scribus/CMakeFiles/= scribus.dir/ui/preferencesdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/pr= efs_colormanagement.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_display.c= pp.o scribus/CMakeFiles/scribus.dir/ui/prefs_documentinformation.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/prefs_documentsections.cpp.o scribus/CMakeFil= es/scribus.dir/ui/prefs_documentsetup.cpp.o scribus/CMakeFiles/scribus.dir/= ui/prefs_externaltools.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_fonts.= cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_guides.cpp.o scribus/CMakeFil= es/scribus.dir/ui/prefs_hyphenator.cpp.o scribus/CMakeFiles/scribus.dir/ui/= prefs_imagecache.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_keyboardshor= tcuts.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_miscellaneous.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/prefs_pagesizes.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/prefs_paths.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_plugi= ns.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_preflightverifier.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/prefs_printer.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/prefs_scrapbook.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_sp= elling.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_typography.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/prefs_userinterface.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/prefs_itemtools.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs= _operatortools.cpp.o scribus/CMakeFiles/scribus.dir/ui/prefs_pdfexport.cpp.= o scribus/CMakeFiles/scribus.dir/ui/prefs_tableofcontents.cpp.o scribus/CMa= keFiles/scribus.dir/ui/prefs_documentitemattributes.cpp.o scribus/CMakeFile= s/scribus.dir/ui/printdialog.cpp.o scribus/CMakeFiles/scribus.dir/ui/printl= anguagecombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/printpreview.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/propertiespalette.cpp.o scribus/CMakeFiles/s= cribus.dir/ui/propertiespalette_image.cpp.o scribus/CMakeFiles/scribus.dir/= ui/propertiespalette_group.cpp.o scribus/CMakeFiles/scribus.dir/ui/properti= espalette_line.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertiespalette_sh= adow.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertiespalette_shape.cpp.o = scribus/CMakeFiles/scribus.dir/ui/propertiespalette_table.cpp.o scribus/CMa= keFiles/scribus.dir/ui/propertiespalette_text.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/propertiespalette_utils.cpp.o scribus/CMakeFiles/scribus.dir/ui/= propertiespalette_xyz.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidge= t_advanced.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidget_distance.= cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidget_pareffect.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/propertywidget_flop.cpp.o scribus/CMakeFiles/= scribus.dir/ui/propertywidget_hyphenation.cpp.o scribus/CMakeFiles/scribus.= dir/ui/propertywidget_optmargins.cpp.o scribus/CMakeFiles/scribus.dir/ui/pr= opertywidget_orphans.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidget= _pathtext.cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidget_textcolor.= cpp.o scribus/CMakeFiles/scribus.dir/ui/propertywidget_fontfeatures.cpp.o s= cribus/CMakeFiles/scribus.dir/ui/propertywidgetbase.cpp.o scribus/CMakeFile= s/scribus.dir/ui/proptree.cpp.o scribus/CMakeFiles/scribus.dir/ui/query.cpp= =2Eo scribus/CMakeFiles/scribus.dir/ui/recoverdialog.cpp.o scribus/CMakeFil= es/scribus.dir/ui/replacecolors.cpp.o scribus/CMakeFiles/scribus.dir/ui/rep= laceonecolor.cpp.o scribus/CMakeFiles/scribus.dir/ui/resourcemanager.cpp.o = scribus/CMakeFiles/scribus.dir/ui/resourcemanagerlicense.cpp.o scribus/CMak= eFiles/scribus.dir/ui/rulermover.cpp.o scribus/CMakeFiles/scribus.dir/ui/sc= colorslider.cpp.o scribus/CMakeFiles/scribus.dir/ui/scdockpalette.cpp.o scr= ibus/CMakeFiles/scribus.dir/ui/scescapecatcher.cpp.o scribus/CMakeFiles/scr= ibus.dir/ui/scfilewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/scinputdia= log.cpp.o scribus/CMakeFiles/scribus.dir/ui/sclistwidgetdelegate.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/scmenu.cpp.o scribus/CMakeFiles/scribus.dir/u= i/scmessagebox.cpp.o scribus/CMakeFiles/scribus.dir/ui/scmwmenumanager.cpp.= o scribus/CMakeFiles/scribus.dir/ui/scrapbookpalette.cpp.o scribus/CMakeFil= es/scribus.dir/ui/scresizecursor.cpp.o scribus/CMakeFiles/scribus.dir/ui/sc= rpalettebase.cpp.o scribus/CMakeFiles/scribus.dir/ui/scrspinbox.cpp.o scrib= us/CMakeFiles/scribus.dir/ui/sctablewidget.cpp.o scribus/CMakeFiles/scribus= =2Edir/ui/sctextbrowser.cpp.o scribus/CMakeFiles/scribus.dir/ui/sctoolbar.c= pp.o scribus/CMakeFiles/scribus.dir/ui/sctreewidget.cpp.o scribus/CMakeFile= s/scribus.dir/ui/search.cpp.o scribus/CMakeFiles/scribus.dir/ui/selectobjec= ts.cpp.o scribus/CMakeFiles/scribus.dir/ui/selfield.cpp.o scribus/CMakeFile= s/scribus.dir/ui/shadebutton.cpp.o scribus/CMakeFiles/scribus.dir/ui/shortc= utwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/smalignselect.cpp.o scribu= s/CMakeFiles/scribus.dir/ui/smcellstylewidget.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/smcellstyle.cpp.o scribus/CMakeFiles/scribus.dir/ui/smcheckbox.c= pp.o scribus/CMakeFiles/scribus.dir/ui/smcolorcombo.cpp.o scribus/CMakeFile= s/scribus.dir/ui/smcstylewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/smd= irectionselect.cpp.o scribus/CMakeFiles/scribus.dir/ui/smfontfeatures.cpp.o= scribus/CMakeFiles/scribus.dir/ui/smfontcomboh.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/smlinestyle.cpp.o scribus/CMakeFiles/scribus.dir/ui/smlinestyl= ewidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/smnumformatcombo.cpp.o scri= bus/CMakeFiles/scribus.dir/ui/smpstylewidget.cpp.o scribus/CMakeFiles/scrib= us.dir/ui/smradiobutton.cpp.o scribus/CMakeFiles/scribus.dir/ui/smreplacedi= a.cpp.o scribus/CMakeFiles/scribus.dir/ui/smsccombobox.cpp.o scribus/CMakeF= iles/scribus.dir/ui/smscrspinbox.cpp.o scribus/CMakeFiles/scribus.dir/ui/sm= shadebutton.cpp.o scribus/CMakeFiles/scribus.dir/ui/smspinbox.cpp.o scribus= /CMakeFiles/scribus.dir/ui/smlineedit.cpp.o scribus/CMakeFiles/scribus.dir/= ui/smstyleimport.cpp.o scribus/CMakeFiles/scribus.dir/ui/smstyleselect.cpp.= o scribus/CMakeFiles/scribus.dir/ui/smtablestylewidget.cpp.o scribus/CMakeF= iles/scribus.dir/ui/smtablestyle.cpp.o scribus/CMakeFiles/scribus.dir/ui/sm= tabruler.cpp.o scribus/CMakeFiles/scribus.dir/ui/smtextstyles.cpp.o scribus= /CMakeFiles/scribus.dir/ui/spiralvectordialog.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/spiralwidget.cpp.o scribus/CMakeFiles/scribus.dir/ui/splash.cpp.= o scribus/CMakeFiles/scribus.dir/ui/storyeditor.cpp.o scribus/CMakeFiles/sc= ribus.dir/ui/stylecombos.cpp.o scribus/CMakeFiles/scribus.dir/ui/stylemanag= er.cpp.o scribus/CMakeFiles/scribus.dir/ui/styleselect.cpp.o scribus/CMakeF= iles/scribus.dir/ui/styleview.cpp.o scribus/CMakeFiles/scribus.dir/ui/swatc= hcombo.cpp.o scribus/CMakeFiles/scribus.dir/ui/symbolpalette.cpp.o scribus/= CMakeFiles/scribus.dir/ui/tablecolumnwidthsdialog.cpp.o scribus/CMakeFiles/= scribus.dir/ui/tablerowheightsdialog.cpp.o scribus/CMakeFiles/scribus.dir/u= i/tablesideselector.cpp.o scribus/CMakeFiles/scribus.dir/ui/tabmanager.cpp.= o scribus/CMakeFiles/scribus.dir/ui/tabpdfoptions.cpp.o scribus/CMakeFiles/= scribus.dir/ui/tabruler.cpp.o scribus/CMakeFiles/scribus.dir/ui/transformdi= alog.cpp.o scribus/CMakeFiles/scribus.dir/ui/transparencypalette.cpp.o scri= bus/CMakeFiles/scribus.dir/tt/simpletreemodel/treeitem.cpp.o scribus/CMakeF= iles/scribus.dir/tt/simpletreemodel/treemodel.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/copypagetomasterpagedialog.cpp.o scribus/CMakeFiles/scribus.dir/= ui/createrange.cpp.o scribus/CMakeFiles/scribus.dir/ui/edittoolbar.cpp.o sc= ribus/CMakeFiles/scribus.dir/ui/filetoolbar.cpp.o scribus/CMakeFiles/scribu= s.dir/ui/helpnavigation.cpp.o scribus/CMakeFiles/scribus.dir/ui/modetoolbar= =2Ecpp.o scribus/CMakeFiles/scribus.dir/ui/pdftoolbar.cpp.o scribus/CMakeFi= les/scribus.dir/ui/viewtoolbar.cpp.o scribus/CMakeFiles/scribus.dir/ui/unic= odesearch.cpp.o scribus/CMakeFiles/scribus.dir/ui/vruler.cpp.o scribus/CMak= eFiles/scribus.dir/ui/useprintermarginsdialog.cpp.o scribus/CMakeFiles/scri= bus.dir/ui/weldedit.cpp.o scribus/CMakeFiles/scribus.dir/text/boxes.cpp.o s= cribus/CMakeFiles/scribus.dir/text/frect.cpp.o scribus/CMakeFiles/scribus.d= ir/text/fsize.cpp.o scribus/CMakeFiles/scribus.dir/text/glyphcluster.cpp.o = scribus/CMakeFiles/scribus.dir/text/index.cpp.o scribus/CMakeFiles/scribus.= dir/text/screenpainter.cpp.o scribus/CMakeFiles/scribus.dir/text/scrptrun.c= pp.o scribus/CMakeFiles/scribus.dir/text/sctext_shared.cpp.o scribus/CMakeF= iles/scribus.dir/text/scworditerator.cpp.o scribus/CMakeFiles/scribus.dir/t= ext/shapedtext.cpp.o scribus/CMakeFiles/scribus.dir/text/shapedtextcache.cp= p.o scribus/CMakeFiles/scribus.dir/text/shapedtextfeed.cpp.o scribus/CMakeF= iles/scribus.dir/text/specialchars.cpp.o scribus/CMakeFiles/scribus.dir/tex= t/storytext.cpp.o scribus/CMakeFiles/scribus.dir/text/textlayout.cpp.o scri= bus/CMakeFiles/scribus.dir/text/textlayoutpainter.cpp.o scribus/CMakeFiles/= scribus.dir/text/textshaper.cpp.o scribus/CMakeFiles/scribus.dir/text/textc= ontext.cpp.o scribus/CMakeFiles/scribus.dir/third_party/hyphen/hnjalloc.c.o= scribus/CMakeFiles/scribus.dir/third_party/hyphen/hyphen.c.o scribus/CMake= Files/scribus.dir/main.cpp.o -o scribus/scribus -L/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/colormgmt -L/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/desaxe -L/wrkdirs/usr/ports/print/scribus= -devel/work/.build/scribus/fonts -L/wrkdirs/usr/ports/print/scribus-devel= /work/.build/scribus/styles -L/wrkdirs/usr/ports/print/scribus-devel/work= /.build/scribus/third_party/wpg -L/wrkdirs/usr/ports/print/scribus-devel/= work/.build/scribus/third_party/pgf -L/wrkdirs/usr/ports/print/scribus-de= vel/work/.build/scribus/third_party/rtf-qt -L/wrkdirs/usr/ports/print/scr= ibus-devel/work/.build/scribus/third_party/zip -L/usr/local/lib -L/wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/lib2geom = -L/usr/local/lib/qt5 -Wl,-rpath,lib/scribus/plugins/:/usr/local/lib:/usr/= local/lib/qt5 /usr/local/lib/libcairo.so /usr/local/lib/qt5/libQt5Xml.so.= 5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQ= t5OpenGL.so.5.15.2 /usr/local/lib/qt5/libQt5PrintSupport.so.5.15.2 /usr/l= ocal/lib/libcups.so /usr/local/lib/libfreetype.so -lharfbuzz-icu -lharfb= uzz -licuuc -licudata /usr/local/lib/libxml2.so /usr/local/lib/libtiff.= so /usr/local/lib/libpng.so /usr/lib/libz.so /usr/local/lib/libjpeg.so = /usr/lib/libz.so /usr/local/lib/libfontconfig.so /usr/local/lib/libcups.s= o -lutil -lexecinfo scribus/colormgmt/libscribus_colormgmt_lib.a scribu= s/desaxe/libscribus_desaxe_lib.a scribus/styles/libscribus_styles_lib.a s= cribus/fonts/libscribus_fonts_lib.a scribus/third_party/wpg/libscribus_wpg= _lib.a scribus/third_party/pgf/libscribus_pgf_lib.a scribus/third_party/z= ip/libscribus_zip_lib.a scribus/third_party/rtf-qt/libscribus_rtf_lib.a /= usr/local/lib/liblcms2.so /usr/local/lib/libpodofo.so scribus/third_party= /lib2geom/libscribus_2geom_lib.a /usr/local/lib/libfreetype.so -lharfbuzz= -icu -lharfbuzz -licuuc -licudata /usr/local/lib/libxml2.so /usr/local= /lib/libtiff.so /usr/local/lib/libpng.so /usr/local/lib/libjpeg.so -luti= l -lexecinfo /usr/local/lib/liblcms2.so /usr/local/lib/libpodofo.so /us= r/local/lib/qt5/libQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.= 15.2 /usr/local/lib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/l= ib && : [1771/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/export/pixmapexport && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/export/pixmapexport/moc_d= ialog.cpp_parameters [1772/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/export/pixmapexport && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/po= rts/print/scribus-devel/work/.build/scribus/plugins/export/pixmapexport/ui_= exportform.h /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/sc= ribus/plugins/export/pixmapexport/exportform.ui [1773/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pdf && /usr/local/lib/qt5/bin/uic -o /wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/import/pdf/ui_pdfimportoptions.h= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugin= s/import/pdf/pdfimportoptions.ui [1774/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pdf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pdf/moc_pdfimportoptions.cp= p_parameters [1775/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/ai && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/ai/moc_importai.cpp_paramete= rs [1776/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cdr && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cdr/moc_importcdr.cpp_param= eters [1777/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cvg && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cvg/moc_importcvg.cpp_param= eters [1778/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/fh && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/fh/moc_importfh.cpp_paramete= rs [1779/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pages && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/import/pages/moc_importpages.cpp= _parameters [1780/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pdf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pdf/moc_importpdf.cpp_param= eters [1781/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pub && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pub/moc_importpub.cpp_param= eters [1782/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cgm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cgm/moc_importcgm.cpp_param= eters [1783/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/drw && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/drw/moc_importdrw.cpp_param= eters [1784/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/emf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/emf/moc_importemf.cpp_param= eters [1785/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/emf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/emf/moc_importemfplugin.cpp= _parameters [1786/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/odg && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/odg/moc_importodg.cpp_param= eters [1787/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cvg && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cvg/moc_importcvgplugin.cpp= _parameters [1788/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/pm/moc_importpm.cpp_paramete= rs [1789/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/export/pixmapexport && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/export/pixmapexport/moc_e= xport.cpp_parameters [1790/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cgm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cgm/moc_importcgmplugin.cpp= _parameters [1791/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pct && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pct/moc_importpctplugin.cpp= _parameters [1792/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/cdr && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/cdr/moc_importcdrplugin.cpp= _parameters [1793/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/fh && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/fh/moc_importfhplugin.cpp_pa= rameters [1794/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/idml && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/plugins/import/idml/moc_importidmlplugin.= cpp_parameters [1795/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/odg && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/odg/moc_importodgplugin.cpp= _parameters [1796/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pages && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/import/pages/moc_importpagesplug= in.cpp_parameters [1797/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/export/svgexplugin && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports= /print/scribus-devel/work/.build/scribus/plugins/export/svgexplugin/moc_svg= explugin.cpp_parameters [1798/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/export/xpsexport && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/p= rint/scribus-devel/work/.build/scribus/plugins/export/xpsexport/moc_xpsexpl= ugin.cpp_parameters [1799/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/ai && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/ai/moc_importaiplugin.cpp_pa= rameters [1800/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/drw && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/drw/moc_importdrwplugin.cpp= _parameters [1801/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pdf && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pdf/moc_importpdfplugin.cpp= _parameters [1802/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/sc= ribus-devel/work/.build/scribus/plugins/import/pm/moc_importpmplugin.cpp_pa= rameters [1803/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/idml && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/= scribus-devel/work/.build/scribus/plugins/import/idml/moc_importidml.cpp_pa= rameters [1804/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pub && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pub/moc_importpubplugin.cpp= _parameters [1805/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/qxp && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/qxp/moc_importqxp.cpp_param= eters [1806/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/pct && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/pct/moc_importpct.cpp_param= eters [1807/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/shape && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/import/shape/moc_importshape.cpp= _parameters [1808/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/sml && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/sml/moc_importsml.cpp_param= eters [1809/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/qxp && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/qxp/moc_importqxpplugin.cpp= _parameters [1810/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/sml && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/sml/moc_importsmlplugin.cpp= _parameters [1811/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/svm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/svm/moc_importsvm.cpp_param= eters [1812/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/shape && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print= /scribus-devel/work/.build/scribus/plugins/import/shape/moc_importshapeplug= in.cpp_parameters [1813/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/svm && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/svm/moc_importsvmplugin.cpp= _parameters [1814/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/uniconvertor && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/port= s/print/scribus-devel/work/.build/scribus/plugins/import/uniconvertor/moc_u= niconvplugin.cpp_parameters [1815/2089] cd /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/p= lugins/import/svg && /usr/local/lib/qt5/bin/moc @/wrkdirs/usr/ports/print/s= cribus-devel/work/.build/scribus/plugins/import/svg/moc_svgplugin.cpp_param= eters [1816/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribusexportp= ixmap_EXPORTS -Iscribus/plugins/export/pixmapexport -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport = -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/= libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/loc= al/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/= cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCor= e -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/inc= lude/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/loca= l/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr= /local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/= usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D= /usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD = -MT scribus/plugins/export/pixmapexport/CMakeFiles/scribusexportpixmap.dir/= moc_dialog.cpp.o -MF scribus/plugins/export/pixmapexport/CMakeFiles/scribus= exportpixmap.dir/moc_dialog.cpp.o.d -o scribus/plugins/export/pixmapexport/= CMakeFiles/scribusexportpixmap.dir/moc_dialog.cpp.o -c scribus/plugins/expo= rt/pixmapexport/moc_dialog.cpp [1817/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dpicturebrowser= _EXPORTS -Iscribus/plugins/picbrowser -I/wrkdirs/usr/ports/print/scribus-de= vel/work/scribus-1.5.6.1/scribus/plugins/picbrowser -I/usr/local/include/qt= 5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/s= cribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I= /usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/= glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.= 6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/picb= rowser/CMakeFiles/picturebrowser.dir/picturebrowser.cpp.o -MF scribus/plugi= ns/picbrowser/CMakeFiles/picturebrowser.dir/picturebrowser.cpp.o.d -o scrib= us/plugins/picbrowser/CMakeFiles/picturebrowser.dir/picturebrowser.cpp.o -c= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugin= s/picbrowser/picturebrowser.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /picbrowser/picturebrowser.cpp: In constructor 'PictureBrowser::PictureBrow= ser(ScribusDoc*, QWidget*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /picbrowser/picturebrowser.cpp:33:17: warning: 'QDirModel::QDirModel(QObjec= t*)' is deprecated: Use QFileSystemModel [-Wdeprecated-declarations] 33 | pImages(nullptr) | ^ In file included from /usr/local/include/qt5/QtWidgets/QDirModel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/picbrowser/picturebrowser.h:11, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/picbrowser/picturebrowser.cpp:13: /usr/local/include/qt5/QtWidgets/qdirmodel.h:73:67: note: declared here 73 | QT_DEPRECATED_VERSION_X_5_15("Use QFileSystemModel") explicit Q= DirModel(QObject *parent =3D nullptr); | ^= ~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /picbrowser/picturebrowser.cpp:250:58: warning: 'QStringList QString::split= (const QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is dep= recated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 250 | nameFilters =3D formatD.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qabstractanimation.h:43, from /usr/local/include/qt5/QtCore/QtCore:6, from /usr/local/include/qt5/QtGui/QtGuiDepends:3, from /usr/local/include/qt5/QtGui/QtGui:3, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/picbrowser/picturebrowser.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1818/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportai_EXPOR= TS -Iscribus/plugins/import/ai -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/ai -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/inclu= de/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/m= kspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /us= r/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /u= sr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -= fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/ai/CM= akeFiles/importai.dir/moc_importai.cpp.o -MF scribus/plugins/import/ai/CMak= eFiles/importai.dir/moc_importai.cpp.o.d -o scribus/plugins/import/ai/CMake= Files/importai.dir/moc_importai.cpp.o -c scribus/plugins/import/ai/moc_impo= rtai.cpp [1819/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcdr_EXPO= RTS -Iscribus/plugins/import/cdr -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cdr -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libcdr-0.1 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cdr/CMake= Files/importcdr.dir/moc_importcdr.cpp.o -MF scribus/plugins/import/cdr/CMak= eFiles/importcdr.dir/moc_importcdr.cpp.o.d -o scribus/plugins/import/cdr/CM= akeFiles/importcdr.dir/moc_importcdr.cpp.o -c scribus/plugins/import/cdr/mo= c_importcdr.cpp [1820/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcgm_EXPO= RTS -Iscribus/plugins/import/cgm -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cgm -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cg= m/CMakeFiles/importcgm.dir/moc_importcgm.cpp.o -MF scribus/plugins/import/c= gm/CMakeFiles/importcgm.dir/moc_importcgm.cpp.o.d -o scribus/plugins/import= /cgm/CMakeFiles/importcgm.dir/moc_importcgm.cpp.o -c scribus/plugins/import= /cgm/moc_importcgm.cpp [1821/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportdrw_EXPO= RTS -Iscribus/plugins/import/drw -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/drw -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/dr= w/CMakeFiles/importdrw.dir/moc_importdrw.cpp.o -MF scribus/plugins/import/d= rw/CMakeFiles/importdrw.dir/moc_importdrw.cpp.o.d -o scribus/plugins/import= /drw/CMakeFiles/importdrw.dir/moc_importdrw.cpp.o -c scribus/plugins/import= /drw/moc_importdrw.cpp [1822/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcvg_EXPO= RTS -Iscribus/plugins/import/cvg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cvg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cv= g/CMakeFiles/importcvg.dir/moc_importcvg.cpp.o -MF scribus/plugins/import/c= vg/CMakeFiles/importcvg.dir/moc_importcvg.cpp.o.d -o scribus/plugins/import= /cvg/CMakeFiles/importcvg.dir/moc_importcvg.cpp.o -c scribus/plugins/import= /cvg/moc_importcvg.cpp [1823/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsvgexplugin_EX= PORTS -Iscribus/plugins/export/svgexplugin -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/plugins/export/svgexplugin -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isy= stem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem= /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/Q= tWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/= qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inc= lude/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus= /plugins/export/svgexplugin/CMakeFiles/svgexplugin.dir/moc_svgexplugin.cpp.= o -MF scribus/plugins/export/svgexplugin/CMakeFiles/svgexplugin.dir/moc_svg= explugin.cpp.o.d -o scribus/plugins/export/svgexplugin/CMakeFiles/svgexplug= in.dir/moc_svgexplugin.cpp.o -c scribus/plugins/export/svgexplugin/moc_svge= xplugin.cpp [1824/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribusexportp= ixmap_EXPORTS -Iscribus/plugins/export/pixmapexport -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport = -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/= libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/loc= al/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/= cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCor= e -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/inc= lude/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/loca= l/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr= /local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/= usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D= /usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD = -MT scribus/plugins/export/pixmapexport/CMakeFiles/scribusexportpixmap.dir/= moc_export.cpp.o -MF scribus/plugins/export/pixmapexport/CMakeFiles/scribus= exportpixmap.dir/moc_export.cpp.o.d -o scribus/plugins/export/pixmapexport/= CMakeFiles/scribusexportpixmap.dir/moc_export.cpp.o -c scribus/plugins/expo= rt/pixmapexport/moc_export.cpp [1825/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dxpsexplugin_EX= PORTS -Iscribus/plugins/export/xpsexport -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/plugins/export/xpsexport -I/usr/local/i= nclude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/fre= etype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem= /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /us= r/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWid= gets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/= QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include= /qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plu= gins/export/xpsexport/CMakeFiles/xpsexplugin.dir/moc_xpsexplugin.cpp.o -MF = scribus/plugins/export/xpsexport/CMakeFiles/xpsexplugin.dir/moc_xpsexplugin= =2Ecpp.o.d -o scribus/plugins/export/xpsexport/CMakeFiles/xpsexplugin.dir/m= oc_xpsexplugin.cpp.o -c scribus/plugins/export/xpsexport/moc_xpsexplugin.cpp [1826/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcdr_EXPO= RTS -Iscribus/plugins/import/cdr -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cdr -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libcdr-0.1 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cdr/CMake= Files/importcdr.dir/moc_importcdrplugin.cpp.o -MF scribus/plugins/import/cd= r/CMakeFiles/importcdr.dir/moc_importcdrplugin.cpp.o.d -o scribus/plugins/i= mport/cdr/CMakeFiles/importcdr.dir/moc_importcdrplugin.cpp.o -c scribus/plu= gins/import/cdr/moc_importcdrplugin.cpp [1827/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportai_EXPOR= TS -Iscribus/plugins/import/ai -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/ai -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/inclu= de/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/m= kspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /us= r/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /u= sr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -= fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/ai/CM= akeFiles/importai.dir/moc_importaiplugin.cpp.o -MF scribus/plugins/import/a= i/CMakeFiles/importai.dir/moc_importaiplugin.cpp.o.d -o scribus/plugins/imp= ort/ai/CMakeFiles/importai.dir/moc_importaiplugin.cpp.o -c scribus/plugins/= import/ai/moc_importaiplugin.cpp [1828/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcvg_EXPO= RTS -Iscribus/plugins/import/cvg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cvg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cv= g/CMakeFiles/importcvg.dir/moc_importcvgplugin.cpp.o -MF scribus/plugins/im= port/cvg/CMakeFiles/importcvg.dir/moc_importcvgplugin.cpp.o.d -o scribus/pl= ugins/import/cvg/CMakeFiles/importcvg.dir/moc_importcvgplugin.cpp.o -c scri= bus/plugins/import/cvg/moc_importcvgplugin.cpp [1829/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcgm_EXPO= RTS -Iscribus/plugins/import/cgm -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cgm -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cg= m/CMakeFiles/importcgm.dir/moc_importcgmplugin.cpp.o -MF scribus/plugins/im= port/cgm/CMakeFiles/importcgm.dir/moc_importcgmplugin.cpp.o.d -o scribus/pl= ugins/import/cgm/CMakeFiles/importcgm.dir/moc_importcgmplugin.cpp.o -c scri= bus/plugins/import/cgm/moc_importcgmplugin.cpp [1830/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportdrw_EXPO= RTS -Iscribus/plugins/import/drw -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/drw -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/dr= w/CMakeFiles/importdrw.dir/moc_importdrwplugin.cpp.o -MF scribus/plugins/im= port/drw/CMakeFiles/importdrw.dir/moc_importdrwplugin.cpp.o.d -o scribus/pl= ugins/import/drw/CMakeFiles/importdrw.dir/moc_importdrwplugin.cpp.o -c scri= bus/plugins/import/drw/moc_importdrwplugin.cpp [1831/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportemf_EXPO= RTS -Iscribus/plugins/import/emf -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/emf -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/em= f/CMakeFiles/importemf.dir/importemfplugin.cpp.o -MF scribus/plugins/import= /emf/CMakeFiles/importemf.dir/importemfplugin.cpp.o.d -o scribus/plugins/im= port/emf/CMakeFiles/importemf.dir/importemfplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/emf/impo= rtemfplugin.cpp [1832/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcdr_EXPO= RTS -Iscribus/plugins/import/cdr -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cdr -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libcdr-0.1 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cdr/CMake= Files/importcdr.dir/importcdrplugin.cpp.o -MF scribus/plugins/import/cdr/CM= akeFiles/importcdr.dir/importcdrplugin.cpp.o.d -o scribus/plugins/import/cd= r/CMakeFiles/importcdr.dir/importcdrplugin.cpp.o -c /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/cdr/importcdrpl= ugin.cpp [1833/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcvg_EXPO= RTS -Iscribus/plugins/import/cvg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cvg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cv= g/CMakeFiles/importcvg.dir/importcvgplugin.cpp.o -MF scribus/plugins/import= /cvg/CMakeFiles/importcvg.dir/importcvgplugin.cpp.o.d -o scribus/plugins/im= port/cvg/CMakeFiles/importcvg.dir/importcvgplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/cvg/impo= rtcvgplugin.cpp [1834/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportai_EXPOR= TS -Iscribus/plugins/import/ai -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/ai -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/inclu= de/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/m= kspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /us= r/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /u= sr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -= fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/ai/CM= akeFiles/importai.dir/importaiplugin.cpp.o -MF scribus/plugins/import/ai/CM= akeFiles/importai.dir/importaiplugin.cpp.o.d -o scribus/plugins/import/ai/C= MakeFiles/importai.dir/importaiplugin.cpp.o -c /wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus/plugins/import/ai/importaiplugin.cpp [1835/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcgm_EXPO= RTS -Iscribus/plugins/import/cgm -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cgm -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cg= m/CMakeFiles/importcgm.dir/importcgmplugin.cpp.o -MF scribus/plugins/import= /cgm/CMakeFiles/importcgm.dir/importcgmplugin.cpp.o.d -o scribus/plugins/im= port/cgm/CMakeFiles/importcgm.dir/importcgmplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/cgm/impo= rtcgmplugin.cpp [1836/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportdrw_EXPO= RTS -Iscribus/plugins/import/drw -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/drw -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/dr= w/CMakeFiles/importdrw.dir/importdrwplugin.cpp.o -MF scribus/plugins/import= /drw/CMakeFiles/importdrw.dir/importdrwplugin.cpp.o.d -o scribus/plugins/im= port/drw/CMakeFiles/importdrw.dir/importdrwplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/drw/impo= rtdrwplugin.cpp [1837/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribusexportp= ixmap_EXPORTS -Iscribus/plugins/export/pixmapexport -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport = -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/= libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/loc= al/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/= cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCor= e -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/inc= lude/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/loca= l/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr= /local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/= usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D= /usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD = -MT scribus/plugins/export/pixmapexport/CMakeFiles/scribusexportpixmap.dir/= export.cpp.o -MF scribus/plugins/export/pixmapexport/CMakeFiles/scribusexpo= rtpixmap.dir/export.cpp.o.d -o scribus/plugins/export/pixmapexport/CMakeFil= es/scribusexportpixmap.dir/export.cpp.o -c /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport/export.cpp [1838/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dscribusexportp= ixmap_EXPORTS -Iscribus/plugins/export/pixmapexport -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport = -I/usr/local/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/= libxml2 -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/loc= al/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/gli= b-2.0 -I/usr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-= devel/work/scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/= cairo -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCor= e -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/inc= lude/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/loca= l/include/qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr= /local/include/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath= =3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpat= h=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/= usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D= /usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD = -MT scribus/plugins/export/pixmapexport/CMakeFiles/scribusexportpixmap.dir/= dialog.cpp.o -MF scribus/plugins/export/pixmapexport/CMakeFiles/scribusexpo= rtpixmap.dir/dialog.cpp.o.d -o scribus/plugins/export/pixmapexport/CMakeFil= es/scribusexportpixmap.dir/dialog.cpp.o -c /wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/plugins/export/pixmapexport/dialog.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /export/pixmapexport/dialog.cpp: In constructor 'ExportForm::ExportForm(QWi= dget*, ScribusDoc*, int, int, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /export/pixmapexport/dialog.cpp:29:75: warning: 'constexpr QFlags::QFlag= s(QFlags::Zero) [with Enum =3D Qt::WindowType; QFlags::Zero =3D int Q= Flags::Private::*]' is deprecated: Use default constructor = instead [-Wdeprecated-declarations] 29 | : QDialog(parent, nullptr), m_doc(doc), m_PageCount(doc->DocPages.= count()) | = ^ In file included from /usr/local/include/qt5/QtCore/qglobal.h:1304, from /usr/local/include/qt5/QtGui/qtguiglobal.h:43, from /usr/local/include/qt5/QtWidgets/qtwidgetsglobal.h:43, from /usr/local/include/qt5/QtWidgets/qcompleter.h:43, from /usr/local/include/qt5/QtWidgets/QCompleter:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/export/pixmapexport/dialog.cpp:7: /usr/local/include/qt5/QtCore/qflags.h:123:80: note: declared here 123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONST= EXPR inline QFlags(Zero) noexcept : i(0) {} | = ^~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /export/pixmapexport/dialog.cpp:35:43: warning: 'QDirModel::QDirModel(QObje= ct*)' is deprecated: Use QFileSystemModel [-Wdeprecated-declarations] 35 | QDirModel * dirModel =3D new QDirModel(this); | ^ In file included from /usr/local/include/qt5/QtWidgets/QDirModel:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/export/pixmapexport/dialog.cpp:10: /usr/local/include/qt5/QtWidgets/qdirmodel.h:73:67: note: declared here 73 | QT_DEPRECATED_VERSION_X_5_15("Use QFileSystemModel") explicit Q= DirModel(QObject *parent =3D nullptr); | ^= ~~~~~~~~ [1839/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/export/p= ixmapexport/libscribusexportpixmap.so scribus/plugins/export/pixmapexport/C= MakeFiles/scribusexportpixmap.dir/dialog.cpp.o scribus/plugins/export/pixma= pexport/CMakeFiles/scribusexportpixmap.dir/export.cpp.o scribus/plugins/exp= ort/pixmapexport/CMakeFiles/scribusexportpixmap.dir/moc_dialog.cpp.o scribu= s/plugins/export/pixmapexport/CMakeFiles/scribusexportpixmap.dir/moc_export= =2Ecpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/color= mgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desaxe = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L/w= rkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkdir= s/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/wr= kdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf -= L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/rtf= -qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_pa= rty/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/work/= =2Ebuild/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/= local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/= local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5= =2E15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/li= bQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/l= ib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1840/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcvg_EXPO= RTS -Iscribus/plugins/import/cvg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cvg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cv= g/CMakeFiles/importcvg.dir/importcvg.cpp.o -MF scribus/plugins/import/cvg/C= MakeFiles/importcvg.dir/importcvg.cpp.o.d -o scribus/plugins/import/cvg/CMa= keFiles/importcvg.dir/importcvg.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/cvg/importcvg.cpp [1841/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcdr_EXPO= RTS -Iscribus/plugins/import/cdr -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cdr -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libcdr-0.1 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cdr/CMake= Files/importcdr.dir/importcdr.cpp.o -MF scribus/plugins/import/cdr/CMakeFil= es/importcdr.dir/importcdr.cpp.o.d -o scribus/plugins/import/cdr/CMakeFiles= /importcdr.dir/importcdr.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/plugins/import/cdr/importcdr.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cdr/importcdr.cpp: In member function 'bool CdrPlug::convert(const = QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cdr/importcdr.cpp:329:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 329 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cdr/importcdr.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cdr/importcdr.cpp:329:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 329 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cdr/importcdr.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1842/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/c= vg/libimportcvg.so scribus/plugins/import/cvg/CMakeFiles/importcvg.dir/impo= rtcvg.cpp.o scribus/plugins/import/cvg/CMakeFiles/importcvg.dir/importcvgpl= ugin.cpp.o scribus/plugins/import/cvg/CMakeFiles/importcvg.dir/moc_importcv= g.cpp.o scribus/plugins/import/cvg/CMakeFiles/importcvg.dir/moc_importcvgpl= ugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/col= ormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desax= e -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/r= tf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_= party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/= local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/= local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5= =2E15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/li= bQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/l= ib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1843/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportemf_EXPO= RTS -Iscribus/plugins/import/emf -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/emf -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/em= f/CMakeFiles/importemf.dir/moc_importemf.cpp.o -MF scribus/plugins/import/e= mf/CMakeFiles/importemf.dir/moc_importemf.cpp.o.d -o scribus/plugins/import= /emf/CMakeFiles/importemf.dir/moc_importemf.cpp.o -c scribus/plugins/import= /emf/moc_importemf.cpp [1844/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportemf_EXPO= RTS -Iscribus/plugins/import/emf -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/emf -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/em= f/CMakeFiles/importemf.dir/moc_importemfplugin.cpp.o -MF scribus/plugins/im= port/emf/CMakeFiles/importemf.dir/moc_importemfplugin.cpp.o.d -o scribus/pl= ugins/import/emf/CMakeFiles/importemf.dir/moc_importemfplugin.cpp.o -c scri= bus/plugins/import/emf/moc_importemfplugin.cpp [1845/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportfh_EXPOR= TS -Iscribus/plugins/import/fh -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/fh -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libfreehand-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/fh/CMak= eFiles/importfh.dir/moc_importfh.cpp.o -MF scribus/plugins/import/fh/CMakeF= iles/importfh.dir/moc_importfh.cpp.o.d -o scribus/plugins/import/fh/CMakeFi= les/importfh.dir/moc_importfh.cpp.o -c scribus/plugins/import/fh/moc_import= fh.cpp [1846/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportodg_EXPO= RTS -Iscribus/plugins/import/odg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/odg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/od= g/CMakeFiles/importodg.dir/moc_importodg.cpp.o -MF scribus/plugins/import/o= dg/CMakeFiles/importodg.dir/moc_importodg.cpp.o.d -o scribus/plugins/import= /odg/CMakeFiles/importodg.dir/moc_importodg.cpp.o -c scribus/plugins/import= /odg/moc_importodg.cpp [1847/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportfh_EXPOR= TS -Iscribus/plugins/import/fh -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/fh -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libfreehand-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/fh/CMak= eFiles/importfh.dir/moc_importfhplugin.cpp.o -MF scribus/plugins/import/fh/= CMakeFiles/importfh.dir/moc_importfhplugin.cpp.o.d -o scribus/plugins/impor= t/fh/CMakeFiles/importfh.dir/moc_importfhplugin.cpp.o -c scribus/plugins/im= port/fh/moc_importfhplugin.cpp [1848/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportfh_EXPOR= TS -Iscribus/plugins/import/fh -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/fh -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libfreehand-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/fh/CMak= eFiles/importfh.dir/importfhplugin.cpp.o -MF scribus/plugins/import/fh/CMak= eFiles/importfh.dir/importfhplugin.cpp.o.d -o scribus/plugins/import/fh/CMa= keFiles/importfh.dir/importfhplugin.cpp.o -c /wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/plugins/import/fh/importfhplugin.cpp [1849/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpages_EX= PORTS -Iscribus/plugins/import/pages -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/pages -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/pages/CMakeFiles/importpages.dir/moc_importpages.cpp.o -MF scribus/pl= ugins/import/pages/CMakeFiles/importpages.dir/moc_importpages.cpp.o.d -o sc= ribus/plugins/import/pages/CMakeFiles/importpages.dir/moc_importpages.cpp.o= -c scribus/plugins/import/pages/moc_importpages.cpp [1850/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportidml_EXP= ORTS -Iscribus/plugins/import/idml -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/idml -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import= /idml/CMakeFiles/importidml.dir/moc_importidmlplugin.cpp.o -MF scribus/plug= ins/import/idml/CMakeFiles/importidml.dir/moc_importidmlplugin.cpp.o.d -o s= cribus/plugins/import/idml/CMakeFiles/importidml.dir/moc_importidmlplugin.c= pp.o -c scribus/plugins/import/idml/moc_importidmlplugin.cpp [1851/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpct_EXPO= RTS -Iscribus/plugins/import/pct -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pct -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pc= t/CMakeFiles/importpct.dir/moc_importpct.cpp.o -MF scribus/plugins/import/p= ct/CMakeFiles/importpct.dir/moc_importpct.cpp.o.d -o scribus/plugins/import= /pct/CMakeFiles/importpct.dir/moc_importpct.cpp.o -c scribus/plugins/import= /pct/moc_importpct.cpp [1852/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportodg_EXPO= RTS -Iscribus/plugins/import/odg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/odg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/od= g/CMakeFiles/importodg.dir/moc_importodgplugin.cpp.o -MF scribus/plugins/im= port/odg/CMakeFiles/importodg.dir/moc_importodgplugin.cpp.o.d -o scribus/pl= ugins/import/odg/CMakeFiles/importodg.dir/moc_importodgplugin.cpp.o -c scri= bus/plugins/import/odg/moc_importodgplugin.cpp [1853/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpages_EX= PORTS -Iscribus/plugins/import/pages -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/pages -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/pages/CMakeFiles/importpages.dir/moc_importpagesplugin.cpp.o -MF scri= bus/plugins/import/pages/CMakeFiles/importpages.dir/moc_importpagesplugin.c= pp.o.d -o scribus/plugins/import/pages/CMakeFiles/importpages.dir/moc_impor= tpagesplugin.cpp.o -c scribus/plugins/import/pages/moc_importpagesplugin.cpp [1854/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportodg_EXPO= RTS -Iscribus/plugins/import/odg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/odg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/od= g/CMakeFiles/importodg.dir/importodgplugin.cpp.o -MF scribus/plugins/import= /odg/CMakeFiles/importodg.dir/importodgplugin.cpp.o.d -o scribus/plugins/im= port/odg/CMakeFiles/importodg.dir/importodgplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/odg/impo= rtodgplugin.cpp [1855/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportidml_EXP= ORTS -Iscribus/plugins/import/idml -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/idml -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import= /idml/CMakeFiles/importidml.dir/moc_importidml.cpp.o -MF scribus/plugins/im= port/idml/CMakeFiles/importidml.dir/moc_importidml.cpp.o.d -o scribus/plugi= ns/import/idml/CMakeFiles/importidml.dir/moc_importidml.cpp.o -c scribus/pl= ugins/import/idml/moc_importidml.cpp [1856/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpages_EX= PORTS -Iscribus/plugins/import/pages -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/pages -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/pages/CMakeFiles/importpages.dir/importpagesplugin.cpp.o -MF scribus/= plugins/import/pages/CMakeFiles/importpages.dir/importpagesplugin.cpp.o.d -= o scribus/plugins/import/pages/CMakeFiles/importpages.dir/importpagesplugin= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/import/pages/importpagesplugin.cpp [1857/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpct_EXPO= RTS -Iscribus/plugins/import/pct -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pct -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pc= t/CMakeFiles/importpct.dir/importpctplugin.cpp.o -MF scribus/plugins/import= /pct/CMakeFiles/importpct.dir/importpctplugin.cpp.o.d -o scribus/plugins/im= port/pct/CMakeFiles/importpct.dir/importpctplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pct/impo= rtpctplugin.cpp [1858/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportfh_EXPOR= TS -Iscribus/plugins/import/fh -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/fh -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libfreehand-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/fh/CMak= eFiles/importfh.dir/importfh.cpp.o -MF scribus/plugins/import/fh/CMakeFiles= /importfh.dir/importfh.cpp.o.d -o scribus/plugins/import/fh/CMakeFiles/impo= rtfh.dir/importfh.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scri= bus-1.5.6.1/scribus/plugins/import/fh/importfh.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/fh/importfh.cpp: In member function 'bool FhPlug::convert(const QSt= ring&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/fh/importfh.cpp:329:79: warning: 'QTextStream& QTextStreamFunctions= ::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declaration= s] 329 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/fh/importfh.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/fh/importfh.cpp:329:79: warning: 'QTextStream& QTextStreamFunctions= ::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declaration= s] 329 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/fh/importfh.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1859/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpct_EXPO= RTS -Iscribus/plugins/import/pct -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pct -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pc= t/CMakeFiles/importpct.dir/moc_importpctplugin.cpp.o -MF scribus/plugins/im= port/pct/CMakeFiles/importpct.dir/moc_importpctplugin.cpp.o.d -o scribus/pl= ugins/import/pct/CMakeFiles/importpct.dir/moc_importpctplugin.cpp.o -c scri= bus/plugins/import/pct/moc_importpctplugin.cpp [1860/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportidml_EXP= ORTS -Iscribus/plugins/import/idml -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/idml -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import= /idml/CMakeFiles/importidml.dir/importidmlplugin.cpp.o -MF scribus/plugins/= import/idml/CMakeFiles/importidml.dir/importidmlplugin.cpp.o.d -o scribus/p= lugins/import/idml/CMakeFiles/importidml.dir/importidmlplugin.cpp.o -c /wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/imp= ort/idml/importidmlplugin.cpp [1861/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/moc_pdfimportoptions.cpp.o -MF scribus/plug= ins/import/pdf/CMakeFiles/importpdf.dir/moc_pdfimportoptions.cpp.o.d -o scr= ibus/plugins/import/pdf/CMakeFiles/importpdf.dir/moc_pdfimportoptions.cpp.o= -c scribus/plugins/import/pdf/moc_pdfimportoptions.cpp [1862/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportdrw_EXPO= RTS -Iscribus/plugins/import/drw -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/drw -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/dr= w/CMakeFiles/importdrw.dir/importdrw.cpp.o -MF scribus/plugins/import/drw/C= MakeFiles/importdrw.dir/importdrw.cpp.o.d -o scribus/plugins/import/drw/CMa= keFiles/importdrw.dir/importdrw.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/drw/importdrw.cpp [1863/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/d= rw/libimportdrw.so scribus/plugins/import/drw/CMakeFiles/importdrw.dir/impo= rtdrw.cpp.o scribus/plugins/import/drw/CMakeFiles/importdrw.dir/importdrwpl= ugin.cpp.o scribus/plugins/import/drw/CMakeFiles/importdrw.dir/moc_importdr= w.cpp.o scribus/plugins/import/drw/CMakeFiles/importdrw.dir/moc_importdrwpl= ugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/col= ormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desax= e -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/r= tf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_= party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/= local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/= local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5= =2E15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/li= bQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/l= ib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1864/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/moc_importpdf.cpp.o -MF scribus/plugins/imp= ort/pdf/CMakeFiles/importpdf.dir/moc_importpdf.cpp.o.d -o scribus/plugins/i= mport/pdf/CMakeFiles/importpdf.dir/moc_importpdf.cpp.o -c scribus/plugins/i= mport/pdf/moc_importpdf.cpp [1865/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/pdfimportoptions.cpp.o -MF scribus/plugins/= import/pdf/CMakeFiles/importpdf.dir/pdfimportoptions.cpp.o.d -o scribus/plu= gins/import/pdf/CMakeFiles/importpdf.dir/pdfimportoptions.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/= pdf/pdfimportoptions.cpp [1866/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcgm_EXPO= RTS -Iscribus/plugins/import/cgm -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cgm -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cg= m/CMakeFiles/importcgm.dir/importcgm.cpp.o -MF scribus/plugins/import/cgm/C= MakeFiles/importcgm.dir/importcgm.cpp.o.d -o scribus/plugins/import/cgm/CMa= keFiles/importcgm.dir/importcgm.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/cgm/importcgm.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp: In member function 'void CgmPlug::decodeClass4(Q= DataStream&, quint16, quint16)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:1645:33: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1645 | if (n_s.intersect(n_i, ¢er) !=3D QLineF::NoIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:1693:33: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1693 | if (n_s.intersect(n_i, ¢er) !=3D QLineF::NoIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:1933:61: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1933 | if (QLineF(elPo[a], elPo[a+1]).intersect(stv, &intersect) =3D= =3D QLineF::BoundedIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:1942:61: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1942 | if (QLineF(elPo[a], elPo[a+1]).intersect(env, &intersect) =3D= =3D QLineF::BoundedIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:2030:60: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 2030 | if (QLineF(elPo[a], elPo[a+1]).intersect(stv, &intersect) =3D=3D= QLineF::BoundedIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/cgm/importcgm.cpp:2040:60: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 2040 | if (QLineF(elPo[a], elPo[a+1]).intersect(env, &intersect) =3D=3D= QLineF::BoundedIntersection) | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.h:19, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/cgm/importcgm.cpp:29: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ [1867/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/importpdfplugin.cpp.o -MF scribus/plugins/i= mport/pdf/CMakeFiles/importpdf.dir/importpdfplugin.cpp.o.d -o scribus/plugi= ns/import/pdf/CMakeFiles/importpdf.dir/importpdfplugin.cpp.o -c /wrkdirs/us= r/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf= /importpdfplugin.cpp [1868/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/c= gm/libimportcgm.so scribus/plugins/import/cgm/CMakeFiles/importcgm.dir/impo= rtcgm.cpp.o scribus/plugins/import/cgm/CMakeFiles/importcgm.dir/importcgmpl= ugin.cpp.o scribus/plugins/import/cgm/CMakeFiles/importcgm.dir/moc_importcg= m.cpp.o scribus/plugins/import/cgm/CMakeFiles/importcgm.dir/moc_importcgmpl= ugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/col= ormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/desax= e -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L/wrkd= irs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg -L/= wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/pgf = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/r= tf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_= party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-devel/wor= k/.build/scribus/third_party/lib2geom -Wl,-rpath,lib/scribus/plugins/:/usr/= local/lib:/usr/local/lib/qt5 /usr/local/lib/qt5/libQt5Xml.so.5.15.2 /usr/= local/lib/qt5/libQt5Network.so.5.15.2 /usr/local/lib/qt5/libQt5OpenGL.so.5= =2E15.2 /usr/local/lib/libxml2.so /usr/lib/libz.so /usr/local/lib/qt5/li= bQt5Widgets.so.5.15.2 /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/l= ib/qt5/libQt5Core.so.5.15.2 -Wl,-rpath-link,/usr/local/lib && : [1869/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpm_EXPOR= TS -Iscribus/plugins/import/pm -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/pm -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libpagemaker-0.0 -isystem /usr/local/includ= e/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mk= specs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr= /local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /us= r/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pip= e -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ = -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -f= PIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pm/CMa= keFiles/importpm.dir/moc_importpm.cpp.o -MF scribus/plugins/import/pm/CMake= Files/importpm.dir/moc_importpm.cpp.o.d -o scribus/plugins/import/pm/CMakeF= iles/importpm.dir/moc_importpm.cpp.o -c scribus/plugins/import/pm/moc_impor= tpm.cpp [1870/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/moc_importpdfplugin.cpp.o -MF scribus/plugi= ns/import/pdf/CMakeFiles/importpdf.dir/moc_importpdfplugin.cpp.o.d -o scrib= us/plugins/import/pdf/CMakeFiles/importpdf.dir/moc_importpdfplugin.cpp.o -c= scribus/plugins/import/pdf/moc_importpdfplugin.cpp [1871/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportcdr_EXPO= RTS -Iscribus/plugins/import/cdr -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/cdr -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libcdr-0.1 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/cdr/CMake= Files/importcdr.dir/__/revenge/rawpainter.cpp.o -MF scribus/plugins/import/= cdr/CMakeFiles/importcdr.dir/__/revenge/rawpainter.cpp.o.d -o scribus/plugi= ns/import/cdr/CMakeFiles/importcdr.dir/__/revenge/rawpainter.cpp.o -c /wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/impo= rt/revenge/rawpainter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'virtual void RawPainter= ::openSpan(const librevenge::RVNGPropertyList&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:1654:113: warning: 'QStringList QString::spl= it(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1654 | QStringList pos =3D QString(propList["style:text-position"]->getS= tr().cstr()).split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'QString RawPainter::par= seColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:3485:64: warning: 'QStringList QString::spli= t(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated:= Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3485 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1872/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/importpdf.cpp.o -MF scribus/plugins/import/= pdf/CMakeFiles/importpdf.dir/importpdf.cpp.o.d -o scribus/plugins/import/pd= f/CMakeFiles/importpdf.dir/importpdf.cpp.o -c /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf/importpdf.cpp FAILED: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/importpdf.cpp.o= =20 /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\" -DDESKTO= PDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/share/doc= /scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -DHAVE_UNISTD_= H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/l= ib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D= \"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_L= IB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQ= T_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR= =3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/sc= ribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpd= f_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/i= nclude/poppler -I/usr/local/include/poppler/cpp -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pdf/CMa= keFiles/importpdf.dir/importpdf.cpp.o -MF scribus/plugins/import/pdf/CMakeF= iles/importpdf.dir/importpdf.cpp.o.d -o scribus/plugins/import/pdf/CMakeFil= es/importpdf.dir/importpdf.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/pdf/importpdf.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pdf/importpdf.cpp:33: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pdf/slaoutput.h:199:8: error: 'bool SlaOutputDev::tilingPatternFill= (GfxState*, Gfx*, Catalog*, Object*, const double*, int, int, Dict*, const = double*, const double*, int, int, int, int, double, double)' marked 'overri= de', but does not override 199 | GBool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, O= bject *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, = Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbo= x, int x0, int y0, int x1, int y1, double xStep, double yStep) override; | ^~~~~~~~~~~~~~~~~ [1873/2089] : && /usr/local/bin/g++10 -fPIC -O2 -pipe -fstack-protector-st= rong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c= ++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe -fstack-protector-strong= -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v= 1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC -Wl,-E -L/wrkdirs/usr/= ports/print/scribus-devel/work -fstack-protector-strong -Wl,-rpath=3D/usr/= local/lib/gcc10 -L/usr/local/lib/gcc10 -shared -o scribus/plugins/import/c= dr/libimportcdr.so scribus/plugins/import/cdr/CMakeFiles/importcdr.dir/__/r= evenge/rawpainter.cpp.o scribus/plugins/import/cdr/CMakeFiles/importcdr.dir= /importcdr.cpp.o scribus/plugins/import/cdr/CMakeFiles/importcdr.dir/import= cdrplugin.cpp.o scribus/plugins/import/cdr/CMakeFiles/importcdr.dir/moc_imp= ortcdr.cpp.o scribus/plugins/import/cdr/CMakeFiles/importcdr.dir/moc_import= cdrplugin.cpp.o -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribu= s/colormgmt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/= desaxe -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/fonts= -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/styles -L= /wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/wpg = -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_party/= pgf -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/third_pa= rty/rtf-qt -L/wrkdirs/usr/ports/print/scribus-devel/work/.build/scribus/t= hird_party/zip -L/usr/local/lib -L/wrkdirs/usr/ports/print/scribus-deve= l/work/.build/scribus/third_party/lib2geom -L/usr/local/lib/qt5 -Wl,-rpat= h,lib/scribus/plugins/:/usr/local/lib:/usr/local/lib/qt5 /usr/local/lib/qt= 5/libQt5Xml.so.5.15.2 /usr/local/lib/qt5/libQt5Network.so.5.15.2 /usr/loc= al/lib/qt5/libQt5OpenGL.so.5.15.2 /usr/local/lib/libxml2.so /usr/lib/libz= =2Eso -L/usr/local/lib -lrevenge-0.0 -L/usr/local/lib -lrevenge-generat= ors-0.0 -lrevenge-0.0 -L/usr/local/lib -lrevenge-stream-0.0 -L/usr/loca= l/lib -lcdr-0.1 -lrevenge-0.0 /usr/local/lib/qt5/libQt5Widgets.so.5.15.2= /usr/local/lib/qt5/libQt5Gui.so.5.15.2 /usr/local/lib/qt5/libQt5Core.so.= 5.15.2 -lrevenge-generators-0.0 -lrevenge-stream-0.0 -lcdr-0.1 -Wl,-rpa= th-link,/usr/local/lib && : [1874/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpm_EXPOR= TS -Iscribus/plugins/import/pm -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/pm -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libpagemaker-0.0 -isystem /usr/local/includ= e/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mk= specs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr= /local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /us= r/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pip= e -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ = -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -f= PIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pm/CMa= keFiles/importpm.dir/moc_importpmplugin.cpp.o -MF scribus/plugins/import/pm= /CMakeFiles/importpm.dir/moc_importpmplugin.cpp.o.d -o scribus/plugins/impo= rt/pm/CMakeFiles/importpm.dir/moc_importpmplugin.cpp.o -c scribus/plugins/i= mport/pm/moc_importpmplugin.cpp [1875/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpub_EXPO= RTS -Iscribus/plugins/import/pub -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pub -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libmspub-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pub/CMa= keFiles/importpub.dir/moc_importpub.cpp.o -MF scribus/plugins/import/pub/CM= akeFiles/importpub.dir/moc_importpub.cpp.o.d -o scribus/plugins/import/pub/= CMakeFiles/importpub.dir/moc_importpub.cpp.o -c scribus/plugins/import/pub/= moc_importpub.cpp [1876/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpm_EXPOR= TS -Iscribus/plugins/import/pm -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/pm -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libpagemaker-0.0 -isystem /usr/local/includ= e/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mk= specs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr= /local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /us= r/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pip= e -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ = -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -f= PIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pm/CMa= keFiles/importpm.dir/importpmplugin.cpp.o -MF scribus/plugins/import/pm/CMa= keFiles/importpm.dir/importpmplugin.cpp.o.d -o scribus/plugins/import/pm/CM= akeFiles/importpm.dir/importpmplugin.cpp.o -c /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pm/importpmplugin.cpp [1877/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dsvgexplugin_EX= PORTS -Iscribus/plugins/export/svgexplugin -I/wrkdirs/usr/ports/print/scrib= us-devel/work/scribus-1.5.6.1/scribus/plugins/export/svgexplugin -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isy= stem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem= /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/Q= tWidgets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/= qt5/QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/inc= lude/qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/loc= al/lib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/lo= cal/lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus= /plugins/export/svgexplugin/CMakeFiles/svgexplugin.dir/svgexplugin.cpp.o -M= F scribus/plugins/export/svgexplugin/CMakeFiles/svgexplugin.dir/svgexplugin= =2Ecpp.o.d -o scribus/plugins/export/svgexplugin/CMakeFiles/svgexplugin.dir= /svgexplugin.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/export/svgexplugin/svgexplugin.cpp [1878/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpct_EXPO= RTS -Iscribus/plugins/import/pct -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pct -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pc= t/CMakeFiles/importpct.dir/importpct.cpp.o -MF scribus/plugins/import/pct/C= MakeFiles/importpct.dir/importpct.cpp.o.d -o scribus/plugins/import/pct/CMa= keFiles/importpct.dir/importpct.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/pct/importpct.cpp [1879/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpub_EXPO= RTS -Iscribus/plugins/import/pub -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pub -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libmspub-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pub/CMa= keFiles/importpub.dir/importpubplugin.cpp.o -MF scribus/plugins/import/pub/= CMakeFiles/importpub.dir/importpubplugin.cpp.o.d -o scribus/plugins/import/= pub/CMakeFiles/importpub.dir/importpubplugin.cpp.o -c /wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pub/importpub= plugin.cpp [1880/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -D= HAVE_UNISTD_H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"= /usr/local/lib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\"= -DQMLDIR=3D\"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -D= QT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WID= GETS_LIB -DQT_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" = -DSCRIPTSDIR=3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/lo= cal/share/scribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\= " -Dimportpdf_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/loc= al/include/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I= /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/= ports/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include= /freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/u= sr/local/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work= /scribus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/u= sr/local/include/poppler -I/usr/local/include/poppler/cpp -isystem /usr/loc= al/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/l= ib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isy= stem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -is= ystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOp= enGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10= -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -no= stdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2= -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/impo= rt/pdf/CMakeFiles/importpdf.dir/slaoutput.cpp.o -MF scribus/plugins/import/= pdf/CMakeFiles/importpdf.dir/slaoutput.cpp.o.d -o scribus/plugins/import/pd= f/CMakeFiles/importpdf.dir/slaoutput.cpp.o -c /wrkdirs/usr/ports/print/scri= bus-devel/work/scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp FAILED: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/slaoutput.cpp.o= =20 /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo/\" -DDESKTO= PDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/local/share/doc= /scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_FREETYPE_H -DHAVE_UNISTD_= H -DICONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/l= ib/scribus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D= \"/usr/local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_L= IB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQ= T_XML_LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR= =3D\"/usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/sc= ribus/\" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpd= f_EXPORTS -Iscribus/plugins/import/pdf -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/pdf -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/i= nclude/poppler -I/usr/local/include/poppler/cpp -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pdf/CMa= keFiles/importpdf.dir/slaoutput.cpp.o -MF scribus/plugins/import/pdf/CMakeF= iles/importpdf.dir/slaoutput.cpp.o.d -o scribus/plugins/import/pdf/CMakeFil= es/importpdf.dir/slaoutput.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp In file included from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pdf/slaoutput.cpp:8: /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pdf/slaoutput.h:199:8: error: 'bool SlaOutputDev::tilingPatternFill= (GfxState*, Gfx*, Catalog*, Object*, const double*, int, int, Dict*, const = double*, const double*, int, int, int, int, double, double)' marked 'overri= de', but does not override 199 | GBool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, O= bject *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, = Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbo= x, int x0, int y0, int x1, int y1, double xStep, double yStep) override; | ^~~~~~~~~~~~~~~~~ [1881/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpub_EXPO= RTS -Iscribus/plugins/import/pub -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pub -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libmspub-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pub/CMa= keFiles/importpub.dir/moc_importpubplugin.cpp.o -MF scribus/plugins/import/= pub/CMakeFiles/importpub.dir/moc_importpubplugin.cpp.o.d -o scribus/plugins= /import/pub/CMakeFiles/importpub.dir/moc_importpubplugin.cpp.o -c scribus/p= lugins/import/pub/moc_importpubplugin.cpp [1882/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dxpsexplugin_EX= PORTS -Iscribus/plugins/export/xpsexport -I/wrkdirs/usr/ports/print/scribus= -devel/work/scribus-1.5.6.1/scribus/plugins/export/xpsexport -I/usr/local/i= nclude/qt5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrk= dirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/port= s/print/scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/fre= etype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem= /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /us= r/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWid= gets -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/= QtXml -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include= /qt5/QtOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/l= ib/gcc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/= lib/gcc10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/g= cc10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/= gcc10 -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plu= gins/export/xpsexport/CMakeFiles/xpsexplugin.dir/xpsexplugin.cpp.o -MF scri= bus/plugins/export/xpsexport/CMakeFiles/xpsexplugin.dir/xpsexplugin.cpp.o.d= -o scribus/plugins/export/xpsexport/CMakeFiles/xpsexplugin.dir/xpsexplugin= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/export/xpsexport/xpsexplugin.cpp [1883/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportqxp_EXPO= RTS -Iscribus/plugins/import/qxp -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/qxp -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libqxp-0.0 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/qxp/CMake= Files/importqxp.dir/moc_importqxp.cpp.o -MF scribus/plugins/import/qxp/CMak= eFiles/importqxp.dir/moc_importqxp.cpp.o.d -o scribus/plugins/import/qxp/CM= akeFiles/importqxp.dir/moc_importqxp.cpp.o -c scribus/plugins/import/qxp/mo= c_importqxp.cpp [1884/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpm_EXPOR= TS -Iscribus/plugins/import/pm -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/pm -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libpagemaker-0.0 -isystem /usr/local/includ= e/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mk= specs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr= /local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /us= r/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pip= e -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ = -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -f= PIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pm/CMa= keFiles/importpm.dir/importpm.cpp.o -MF scribus/plugins/import/pm/CMakeFile= s/importpm.dir/importpm.cpp.o.d -o scribus/plugins/import/pm/CMakeFiles/imp= ortpm.dir/importpm.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scr= ibus-1.5.6.1/scribus/plugins/import/pm/importpm.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pm/importpm.cpp: In member function 'bool PmPlug::convert(const QSt= ring&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pm/importpm.cpp:325:79: warning: 'QTextStream& QTextStreamFunctions= ::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declaration= s] 325 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pm/importpm.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pm/importpm.cpp:325:79: warning: 'QTextStream& QTextStreamFunctions= ::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declaration= s] 325 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pm/importpm.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1885/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportqxp_EXPO= RTS -Iscribus/plugins/import/qxp -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/qxp -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libqxp-0.0 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/qxp/CMake= Files/importqxp.dir/importqxpplugin.cpp.o -MF scribus/plugins/import/qxp/CM= akeFiles/importqxp.dir/importqxpplugin.cpp.o.d -o scribus/plugins/import/qx= p/CMakeFiles/importqxp.dir/importqxpplugin.cpp.o -c /wrkdirs/usr/ports/prin= t/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/qxp/importqxppl= ugin.cpp [1886/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportfh_EXPOR= TS -Iscribus/plugins/import/fh -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/fh -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libfreehand-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/fh/CMak= eFiles/importfh.dir/__/revenge/rawpainter.cpp.o -MF scribus/plugins/import/= fh/CMakeFiles/importfh.dir/__/revenge/rawpainter.cpp.o.d -o scribus/plugins= /import/fh/CMakeFiles/importfh.dir/__/revenge/rawpainter.cpp.o -c /wrkdirs/= usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/r= evenge/rawpainter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'virtual void RawPainter= ::openSpan(const librevenge::RVNGPropertyList&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:1654:113: warning: 'QStringList QString::spl= it(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1654 | QStringList pos =3D QString(propList["style:text-position"]->getS= tr().cstr()).split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'QString RawPainter::par= seColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:3485:64: warning: 'QStringList QString::spli= t(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated:= Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3485 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1887/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportqxp_EXPO= RTS -Iscribus/plugins/import/qxp -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/qxp -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libqxp-0.0 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/qxp/CMake= Files/importqxp.dir/moc_importqxpplugin.cpp.o -MF scribus/plugins/import/qx= p/CMakeFiles/importqxp.dir/moc_importqxpplugin.cpp.o.d -o scribus/plugins/i= mport/qxp/CMakeFiles/importqxp.dir/moc_importqxpplugin.cpp.o -c scribus/plu= gins/import/qxp/moc_importqxpplugin.cpp [1888/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpub_EXPO= RTS -Iscribus/plugins/import/pub -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pub -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libmspub-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pub/CMa= keFiles/importpub.dir/importpub.cpp.o -MF scribus/plugins/import/pub/CMakeF= iles/importpub.dir/importpub.cpp.o.d -o scribus/plugins/import/pub/CMakeFil= es/importpub.dir/importpub.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/= work/scribus-1.5.6.1/scribus/plugins/import/pub/importpub.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pub/importpub.cpp: In member function 'bool PubPlug::convert(const = QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pub/importpub.cpp:328:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 328 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pub/importpub.cpp:18: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/pub/importpub.cpp:328:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 328 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/pub/importpub.cpp:18: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1889/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportshape_EX= PORTS -Iscribus/plugins/import/shape -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/shape -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/shape/CMakeFiles/importshape.dir/moc_importshape.cpp.o -MF scribus/pl= ugins/import/shape/CMakeFiles/importshape.dir/moc_importshape.cpp.o.d -o sc= ribus/plugins/import/shape/CMakeFiles/importshape.dir/moc_importshape.cpp.o= -c scribus/plugins/import/shape/moc_importshape.cpp [1890/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportshape_EX= PORTS -Iscribus/plugins/import/shape -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/shape -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/shape/CMakeFiles/importshape.dir/importshapeplugin.cpp.o -MF scribus/= plugins/import/shape/CMakeFiles/importshape.dir/importshapeplugin.cpp.o.d -= o scribus/plugins/import/shape/CMakeFiles/importshape.dir/importshapeplugin= =2Ecpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scr= ibus/plugins/import/shape/importshapeplugin.cpp [1891/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportemf_EXPO= RTS -Iscribus/plugins/import/emf -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/emf -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/em= f/CMakeFiles/importemf.dir/importemf.cpp.o -MF scribus/plugins/import/emf/C= MakeFiles/importemf.dir/importemf.cpp.o.d -o scribus/plugins/import/emf/CMa= keFiles/importemf.dir/importemf.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/emf/importemf.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/emf/importemf.cpp: In member function 'QPointF EmfPlug::intersectBo= undingRect(PageItem*, QLineF)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/emf/importemf.cpp:1976:74: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1976 | if (gradientVector.intersect(QLineF(0, 0, item->width(), 0), &inte= rPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qtransform.h:43, from /usr/local/include/qt5/QtGui/qrawfont.h:50, from /usr/local/include/qt5/QtGui/QRawFont:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/emf/importemf.cpp:20: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/emf/importemf.cpp:1978:104: warning: 'QLineF::IntersectType QLineF:= :intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() = instead [-Wdeprecated-declarations] 1978 | else if (gradientVector.intersect(QLineF(item->width(), 0, item->w= idth(), item->height()), &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qtransform.h:43, from /usr/local/include/qt5/QtGui/qrawfont.h:50, from /usr/local/include/qt5/QtGui/QRawFont:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/emf/importemf.cpp:20: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/emf/importemf.cpp:1980:105: warning: 'QLineF::IntersectType QLineF:= :intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() = instead [-Wdeprecated-declarations] 1980 | else if (gradientVector.intersect(QLineF(item->width(), item->heig= ht(), 0, item->height()), &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qtransform.h:43, from /usr/local/include/qt5/QtGui/qrawfont.h:50, from /usr/local/include/qt5/QtGui/QRawFont:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/emf/importemf.cpp:20: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/emf/importemf.cpp:1982:80: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 1982 | else if (gradientVector.intersect(QLineF(0, item->height(), 0, 0),= &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qtransform.h:43, from /usr/local/include/qt5/QtGui/qrawfont.h:50, from /usr/local/include/qt5/QtGui/QRawFont:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/emf/importemf.cpp:20: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ [1892/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportai_EXPOR= TS -Iscribus/plugins/import/ai -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/ai -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/inclu= de/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/m= kspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /us= r/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /u= sr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2= -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdi= nc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -= fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/ai/CM= akeFiles/importai.dir/importai.cpp.o -MF scribus/plugins/import/ai/CMakeFil= es/importai.dir/importai.cpp.o.d -o scribus/plugins/import/ai/CMakeFiles/im= portai.dir/importai.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/work/sc= ribus-1.5.6.1/scribus/plugins/import/ai/importai.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp: In member function 'bool AIPlug::parseHeader(const= QString&, double&, double&, double&, double&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp:990:60: warning: 'QStringList QString::split(const = QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 990 | QStringList bb =3D BBox.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/ai/importai.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp: In member function 'void AIPlug::processData(const= QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp:1502:61: warning: 'QStringList QString::split(const= QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecate= d: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1502 | QStringList da2 =3D Cdata.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/ai/importai.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp: In member function 'void AIPlug::processGradientDa= ta(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/ai/importai.cpp:2595:61: warning: 'QStringList QString::split(const= QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecate= d: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 2595 | QStringList da2 =3D Cdata.split(" ", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtCore/qiodevice.h:45, from /usr/local/include/qt5/QtCore/qdatastream.h:44, from /usr/local/include/qt5/QtCore/QDataStream:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/ai/importai.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1893/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportqxp_EXPO= RTS -Iscribus/plugins/import/qxp -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/qxp -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libqxp-0.0 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/qxp/CMake= Files/importqxp.dir/importqxp.cpp.o -MF scribus/plugins/import/qxp/CMakeFil= es/importqxp.dir/importqxp.cpp.o.d -o scribus/plugins/import/qxp/CMakeFiles= /importqxp.dir/importqxp.cpp.o -c /wrkdirs/usr/ports/print/scribus-devel/wo= rk/scribus-1.5.6.1/scribus/plugins/import/qxp/importqxp.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/qxp/importqxp.cpp: In member function 'bool QxpPlug::convert(QStrin= g)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/qxp/importqxp.cpp:336:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 336 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/qxp/importqxp.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/qxp/importqxp.cpp:336:79: warning: 'QTextStream& QTextStreamFunctio= ns::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarati= ons] 336 | qDebug() << "File " << QFile::encodeName(fn).data() << " does not= exist" << endl; | = ^~~~ In file included from /usr/local/include/qt5/QtCore/qdebug.h:49, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/qxp/importqxp.cpp:17: /usr/local/include/qt5/QtCore/qtextstream.h:293:75: note: declared here 293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextS= tream &endl(QTextStream &s); | = ^~~~ [1894/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportshape_EX= PORTS -Iscribus/plugins/import/shape -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/shape -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/shape/CMakeFiles/importshape.dir/moc_importshapeplugin.cpp.o -MF scri= bus/plugins/import/shape/CMakeFiles/importshape.dir/moc_importshapeplugin.c= pp.o.d -o scribus/plugins/import/shape/CMakeFiles/importshape.dir/moc_impor= tshapeplugin.cpp.o -c scribus/plugins/import/shape/moc_importshapeplugin.cpp [1895/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportsml_EXPO= RTS -Iscribus/plugins/import/sml -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/sml -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/sm= l/CMakeFiles/importsml.dir/importsmlplugin.cpp.o -MF scribus/plugins/import= /sml/CMakeFiles/importsml.dir/importsmlplugin.cpp.o.d -o scribus/plugins/im= port/sml/CMakeFiles/importsml.dir/importsmlplugin.cpp.o -c /wrkdirs/usr/por= ts/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/sml/impo= rtsmlplugin.cpp [1896/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpages_EX= PORTS -Iscribus/plugins/import/pages -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/pages -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/pages/CMakeFiles/importpages.dir/importpages.cpp.o -MF scribus/plugin= s/import/pages/CMakeFiles/importpages.dir/importpages.cpp.o.d -o scribus/pl= ugins/import/pages/CMakeFiles/importpages.dir/importpages.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/= pages/importpages.cpp [1897/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportshape_EX= PORTS -Iscribus/plugins/import/shape -I/wrkdirs/usr/ports/print/scribus-dev= el/work/scribus-1.5.6.1/scribus/plugins/import/shape -I/usr/local/include/q= t5/QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr= /ports/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/= scribus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -= I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5= =2E6.1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/= local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/loca= l/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -= isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml = -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/Q= tOpenGL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc= 10 -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gc= c10 -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 = -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 = -O2 -Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/i= mport/shape/CMakeFiles/importshape.dir/importshape.cpp.o -MF scribus/plugin= s/import/shape/CMakeFiles/importshape.dir/importshape.cpp.o.d -o scribus/pl= ugins/import/shape/CMakeFiles/importshape.dir/importshape.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/= shape/importshape.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp: In member function 'void ShapePlug::parseGro= up(QDomNode&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp:434:67: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 434 | QStringList substyles =3D style.split(';', QString::SkipEmptyPart= s); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/shape/importshape.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp:437:67: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 437 | QStringList substyle =3D (*it).split(':', QString::SkipEmptyPart= s); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/shape/importshape.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp:529:69: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 529 | QStringList pointList =3D points.split(' ', QString::SkipEmptyPa= rts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/shape/importshape.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp: In member function 'void ShapePlug::parseGro= upProperties(QDomNode&, double&, double&, double&, double&, bool&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/shape/importshape.cpp:704:69: warning: 'QStringList QString::split(= QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: U= se Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 704 | QStringList pointList =3D points.split(' ', QString::SkipEmptyPa= rts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/shape/importshape.cpp:10: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1898/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportsml_EXPO= RTS -Iscribus/plugins/import/sml -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/sml -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/sm= l/CMakeFiles/importsml.dir/importsml.cpp.o -MF scribus/plugins/import/sml/C= MakeFiles/importsml.dir/importsml.cpp.o.d -o scribus/plugins/import/sml/CMa= keFiles/importsml.dir/importsml.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/sml/importsml.cpp [1899/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpm_EXPOR= TS -Iscribus/plugins/import/pm -I/wrkdirs/usr/ports/print/scribus-devel/wor= k/scribus-1.5.6.1/scribus/plugins/import/pm -I/usr/local/include/qt5/QtPrin= tSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports/pr= int/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/loc= al/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0= /include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scri= bus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/libr= evenge-0.0 -I/usr/local/include/libpagemaker-0.0 -isystem /usr/local/includ= e/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mk= specs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr= /local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /us= r/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pip= e -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ = -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -f= PIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pm/CMa= keFiles/importpm.dir/__/revenge/rawpainter.cpp.o -MF scribus/plugins/import= /pm/CMakeFiles/importpm.dir/__/revenge/rawpainter.cpp.o.d -o scribus/plugin= s/import/pm/CMakeFiles/importpm.dir/__/revenge/rawpainter.cpp.o -c /wrkdirs= /usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/= revenge/rawpainter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'virtual void RawPainter= ::openSpan(const librevenge::RVNGPropertyList&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:1654:113: warning: 'QStringList QString::spl= it(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1654 | QStringList pos =3D QString(propList["style:text-position"]->getS= tr().cstr()).split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'QString RawPainter::par= seColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:3485:64: warning: 'QStringList QString::spli= t(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated:= Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3485 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1900/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportidml_EXP= ORTS -Iscribus/plugins/import/idml -I/wrkdirs/usr/ports/print/scribus-devel= /work/scribus-1.5.6.1/scribus/plugins/import/idml -I/usr/local/include/qt5/= QtPrintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/po= rts/print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scr= ibus-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/u= sr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/gl= ib-2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.= 1/scribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local= /include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib= /qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isyst= em /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isys= tem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpen= GL -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -= nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -= O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nost= dinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -= Wall -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import= /idml/CMakeFiles/importidml.dir/importidml.cpp.o -MF scribus/plugins/import= /idml/CMakeFiles/importidml.dir/importidml.cpp.o.d -o scribus/plugins/impor= t/idml/CMakeFiles/importidml.dir/importidml.cpp.o -c /wrkdirs/usr/ports/pri= nt/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/import/idml/importidm= l.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/idml/importidml.cpp: In member function 'QString IdmlPlug::getNodeV= alue(QDomNode&, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/idml/importidml.cpp:79:65: warning: 'QStringList QString::split(con= st QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is depreca= ted: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 79 | QStringList pathParts =3D path.split("/", QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44, from /usr/local/include/qt5/QtCore/qlist.h:47, from /usr/local/include/qt5/QtCore/qhash.h:46, from /usr/local/include/qt5/QtCore/qdebug.h:45, from /usr/local/include/qt5/QtCore/QDebug:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/idml/importidml.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ [1901/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportqxp_EXPO= RTS -Iscribus/plugins/import/qxp -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/qxp -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libqxp-0.0 -isystem /usr/local/include/q= t5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspe= cs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/lo= cal/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr/l= ocal/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -pi= pe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++= -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe = -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -is= ystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fPIC= -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/qxp/CMake= Files/importqxp.dir/__/revenge/rawpainter.cpp.o -MF scribus/plugins/import/= qxp/CMakeFiles/importqxp.dir/__/revenge/rawpainter.cpp.o.d -o scribus/plugi= ns/import/qxp/CMakeFiles/importqxp.dir/__/revenge/rawpainter.cpp.o -c /wrkd= irs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/impo= rt/revenge/rawpainter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'virtual void RawPainter= ::openSpan(const librevenge::RVNGPropertyList&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:1654:113: warning: 'QStringList QString::spl= it(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1654 | QStringList pos =3D QString(propList["style:text-position"]->getS= tr().cstr()).split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'QString RawPainter::par= seColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:3485:64: warning: 'QStringList QString::spli= t(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated:= Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3485 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1902/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportpub_EXPO= RTS -Iscribus/plugins/import/pub -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/pub -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -I/usr/local/include/l= ibrevenge-0.0 -I/usr/local/include/libmspub-0.1 -isystem /usr/local/include= /qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mks= pecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/= local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem /usr= /local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL -O2 -= pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc= ++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -pipe= -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdinc++ -= isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wall -fP= IC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/pub/CMa= keFiles/importpub.dir/__/revenge/rawpainter.cpp.o -MF scribus/plugins/impor= t/pub/CMakeFiles/importpub.dir/__/revenge/rawpainter.cpp.o.d -o scribus/plu= gins/import/pub/CMakeFiles/importpub.dir/__/revenge/rawpainter.cpp.o -c /wr= kdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins/im= port/revenge/rawpainter.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'virtual void RawPainter= ::openSpan(const librevenge::RVNGPropertyList&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:1654:113: warning: 'QStringList QString::spl= it(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated= : Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1654 | QStringList pos =3D QString(propList["style:text-position"]->getS= tr().cstr()).split(' ', QString::SkipEmptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp: In member function 'QString RawPainter::par= seColor(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/revenge/rawpainter.cpp:3485:64: warning: 'QStringList QString::spli= t(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated:= Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3485 | QStringList colors =3D parse.split(',', QString::SkipEmptyParts); | ^ In file included from /usr/local/include/qt5/QtCore/qcoreapplication.h:44, from /usr/local/include/qt5/QtWidgets/qapplication.h:44, from /usr/local/include/qt5/QtWidgets/QApplication:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/revenge/rawpainter.cpp:7: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ [1903/2089] /usr/local/bin/g++10 -DAPPDATADIR=3D\"/usr/local/share/metainfo= /\" -DDESKTOPDIR=3D\"/usr/local/share/applications/\" -DDOCDIR=3D\"/usr/loc= al/share/doc/scribus/\" -DHAVE_CONFIG_H -DHAVE_DLFCN_H -DHAVE_UNISTD_H -DIC= ONDIR=3D\"/usr/local/share/scribus/icons/\" -DLIBDIR=3D\"/usr/local/lib/scr= ibus/\" -DPLUGINDIR=3D\"/usr/local/lib/scribus/plugins/\" -DQMLDIR=3D\"/usr= /local/share/scribus/qml/\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQ= T_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_XML_= LIB -DSAMPLESDIR=3D\"/usr/local/share/scribus/samples/\" -DSCRIPTSDIR=3D\"/= usr/local/share/scribus/scripts/\" -DSHAREDIR=3D\"/usr/local/share/scribus/= \" -DTEMPLATEDIR=3D\"/usr/local/share/scribus/templates/\" -Dimportodg_EXPO= RTS -Iscribus/plugins/import/odg -I/wrkdirs/usr/ports/print/scribus-devel/w= ork/scribus-1.5.6.1/scribus/plugins/import/odg -I/usr/local/include/qt5/QtP= rintSupport -I. -Iscribus -I/usr/local/include/libxml2 -I/wrkdirs/usr/ports= /print/scribus-devel/work/scribus-1.5.6.1 -I/wrkdirs/usr/ports/print/scribu= s-devel/work/scribus-1.5.6.1/scribus -I/usr/local/include/freetype2 -I/usr/= local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-= 2.0/include -I/wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/s= cribus/third_party/hyphen -I/usr/local/include/cairo -isystem /usr/local/in= clude/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt= 5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtWidgets -isystem = /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtXml -isystem= /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtOpenGL = -O2 -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nos= tdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 = -pipe -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc10 -nostdin= c++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc10 -O2 -Wal= l -fPIC -Wl,-E -fPIC -fPIC -std=3Dgnu++11 -MD -MT scribus/plugins/import/od= g/CMakeFiles/importodg.dir/importodg.cpp.o -MF scribus/plugins/import/odg/C= MakeFiles/importodg.dir/importodg.cpp.o.d -o scribus/plugins/import/odg/CMa= keFiles/importodg.dir/importodg.cpp.o -c /wrkdirs/usr/ports/print/scribus-d= evel/work/scribus-1.5.6.1/scribus/plugins/import/odg/importodg.cpp /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'bool OdgPlug::parseStyleShee= ts(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:408:18: warning: 'QXmlInputSource' is deprecated = [-Wdeprecated-declarations] 408 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:23: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:410:19: warning: 'QXmlSimpleReader' is deprecated= : Use QXmlStreamReader [-Wdeprecated-declarations] 410 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:23: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:415:90: warning: 'bool QDomDocument::setContent(Q= XmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use oth= er overloads instead [-Wdeprecated-declarations] 415 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'bool OdgPlug::parseDocRefere= nce(const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:535:18: warning: 'QXmlInputSource' is deprecated = [-Wdeprecated-declarations] 535 | QXmlInputSource xmlSource; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:23: /usr/local/include/qt5/QtXml/qxml.h:197:49: note: declared here 197 | class QT_DEPRECATED_VERSION(5, 15) Q_XML_EXPORT QXmlInputSource | ^~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:537:19: warning: 'QXmlSimpleReader' is deprecated= : Use QXmlStreamReader [-Wdeprecated-declarations] 537 | QXmlSimpleReader xmlReader; | ^~~~~~~~~ In file included from /usr/local/include/qt5/QtXml/QXmlInputSource:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:23: /usr/local/include/qt5/QtXml/qxml.h:275:75: note: declared here 275 | class QT_DEPRECATED_VERSION_X(5, 15, "Use QXmlStreamReader") Q_XML_= EXPORT QXmlSimpleReader | = ^~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:542:90: warning: 'bool QDomDocument::setContent(Q= XmlInputSource*, QXmlReader*, QString*, int*, int*)' is deprecated: Use oth= er overloads instead [-Wdeprecated-declarations] 542 | if (!designMapDom.setContent(&xmlSource, &xmlReader, &errorMsg, &e= rrorLine, &errorColumn)) | = ^ In file included from /usr/local/include/qt5/QtXml/QDomDocument:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtXml/qdom.h:356:10: note: declared here 356 | bool setContent(QXmlInputSource *source, QXmlReader *reader, QS= tring *errorMsg=3Dnullptr, int *errorLine=3Dnullptr, int *errorColumn=3Dnul= lptr ); | ^~~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'PageItem* OdgPlug::parseCust= omShape(QDomElement&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1018:112: warning: 'QStringList QString::split(QC= har, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use= Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1018 | QStringList points =3D textArea.replace( QRegExp(","), " ").sim= plified().split( ' ', QString::SkipEmptyParts ); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1024:66: warning: 'QStringList QString::split(con= st QString&, QString::SplitBehavior, Qt::CaseSensitivity) const' is depreca= ted: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1024 | QStringList paths =3D enhPath.split("N", QString::SkipEmptyParts= ); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:609:17: note: declared here 609 | QStringList split(const QString &sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::parseTransform= (const QString&, double*, double*, double*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1916:74: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1916 | QStringList subtransforms =3D transform.split(')', QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1921:70: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1921 | QStringList subtransform =3D (*it).split('(', QString::SkipEmptyP= arts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1925:74: warning: 'QStringList QString::split(con= st QRegExp&, QString::SplitBehavior) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 1925 | QStringList params =3D subtransform[1].split(reg, QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:622:17: note: declared here 622 | QStringList split(const QRegExp &sep, SplitBehavior behavior) c= onst; | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::parseTransform= (FPointArray*, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1954:74: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1954 | QStringList subtransforms =3D transform.split(')', QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1959:70: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 1959 | QStringList subtransform =3D (*it).split('(', QString::SkipEmptyP= arts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:1963:74: warning: 'QStringList QString::split(con= st QRegExp&, QString::SplitBehavior) const' is deprecated: Use Qt::SplitBeh= avior variant instead [-Wdeprecated-declarations] 1963 | QStringList params =3D subtransform[1].split(reg, QString::SkipEm= ptyParts); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:622:17: note: declared here 622 | QStringList split(const QRegExp &sep, SplitBehavior behavior) c= onst; | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::parseViewBox(c= onst QDomElement&, double*, double*, double*, double*)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:2008:109: warning: 'QStringList QString::split(QC= har, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use= Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 2008 | QStringList points =3D viewbox.replace( QRegExp(","), " ").simpli= fied().split( ' ', QString::SkipEmptyParts ); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::appendPoints(F= PointArray*, const QDomElement&, bool)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:2029:93: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 2029 | QStringList ptList =3D object.attribute( "draw:points" ).split( ' = ', QString::SkipEmptyParts ); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::resovleStyle(O= bjStyle&, const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:2681:110: warning: 'QStringList QString::split(QC= har, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use= Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 2681 | QStringList points =3D viewbox.replace( QRegExp(","), " ").simpl= ified().split( ' ', QString::SkipEmptyParts ); | = ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'QString OdgPlug::parseColor(= const QString&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3238:66: warning: 'QStringList QString::split(QCh= ar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use = Qt::SplitBehavior variant instead [-Wdeprecated-declarations] 3238 | QStringList colors =3D parse.split( ',', QString::SkipEmptyParts = ); | ^ In file included from /usr/local/include/qt5/QtCore/qobject.h:47, from /usr/local/include/qt5/QtGui/qdrag.h:44, from /usr/local/include/qt5/QtGui/QDrag:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:16: /usr/local/include/qt5/QtCore/qstring.h:615:17: note: declared here 615 | QStringList split(QChar sep, SplitBehavior behavior, | ^~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'QPointF OdgPlug::intersectBo= undingRect(PageItem*, QLineF)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3344:74: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 3344 | if (gradientVector.intersect(QLineF(0, 0, item->width(), 0), &inte= rPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3346:104: warning: 'QLineF::IntersectType QLineF:= :intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() = instead [-Wdeprecated-declarations] 3346 | else if (gradientVector.intersect(QLineF(item->width(), 0, item->w= idth(), item->height()), &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3348:105: warning: 'QLineF::IntersectType QLineF:= :intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() = instead [-Wdeprecated-declarations] 3348 | else if (gradientVector.intersect(QLineF(item->width(), item->heig= ht(), 0, item->height()), &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3350:80: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 3350 | else if (gradientVector.intersect(QLineF(0, item->height(), 0, 0),= &interPoint) =3D=3D QLineF::BoundedIntersection) | = ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp: In member function 'void OdgPlug::finishItem(Pag= eItem*, ObjStyle&)': /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1.5.6.1/scribus/plugins= /import/odg/importodg.cpp:3692:25: warning: 'QLineF::IntersectType QLineF::= intersect(const QLineF&, QPointF*) const' is deprecated: Use intersects() i= nstead [-Wdeprecated-declarations] 3692 | LCW.intersect(L1, &P5); | ^ In file included from /usr/local/include/qt5/QtGui/qmatrix.h:47, from /usr/local/include/qt5/QtGui/qbrush.h:49, from /usr/local/include/qt5/QtGui/qpalette.h:46, from /usr/local/include/qt5/QtWidgets/qwidget.h:48, from /usr/local/include/qt5/QtWidgets/QWidget:1, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/pageitem.h:28, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.h:18, from /wrkdirs/usr/ports/print/scribus-devel/work/scribus-1= =2E5.6.1/scribus/plugins/import/odg/importodg.cpp:35: /usr/local/include/qt5/QtCore/qline.h:256:19: note: declared here 256 | IntersectType intersect(const QLineF &l, QPointF *intersectionP= oint) const; | ^~~~~~~~~ ninja: build stopped: subcommand failed. =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/print/scribus-devel --CKcV4UwrlzXoMfoA-- --G5PLOp0cdloMe6K8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmBHWPoACgkQelmbhSCD nJ1SqxAAqcoXsjQfQejbI+i5EWN2X4mNkUNXh30ivB8xMdD5rLLrl2NXenVqSyHd UkQgSnPKBBomCnAbeyklomYNlo1VzDnWRpUxpZG7GqVNWC63yhmoiYSMKDwg8l+w LeLRQ9xqWT/XaqT2MZUmBS8nHQv6AbpETtXTfoPH9gqc8pI/T/el/P/e9afbvzxB HavhFhV3uH30X3n7OLL13MVyS/dYZ/mEUoAjg5Z96Cl6/TuiJTSIP5cxz+bFNP2W A9VwJ+Yk0wENaCaH4+AZt878aZZ2Ps94K4I0e1r3qaIwTeKjRZN9W34ha+bVTG32 Mlr3JoP6/73OXfF5Gig8inEsiYM2T0i5qJVSmmJDL6dLCG2SLwkY+wNdg8DYaC2J y4lqryUfvKUx9BkumDtrFY/OzuTF4lTvzyXxPqQjh+MmLdSW5LpwWYGHxYW0TAD6 pAlg8lwITPq9q6Sn1JvrSfn+wTTh8Ql0+UbwD+3I7JQ2iamxYaZLPtjCpYufAVQT C/gZycK346GlUceIJsPphDEqOWwk62T03WvHWIzX/wMbeeN/ijWGbQt6VuSFOLSE 34rXC7LG6F25rFxHNoKwY8qPkyTms2jVQt0f0uhBEgJOr23TNneQ2mRZQYvuHaUU yjbXCcNtPT42YN0v7HeDmpTCL7BlxVImYHxDdAlFNH+G6MKzJWM= =49zN -----END PGP SIGNATURE----- --G5PLOp0cdloMe6K8-- From owner-svn-ports-all@freebsd.org Tue Mar 9 11:20:03 2021 Return-Path: Delivered-To: svn-ports-all@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 3DD1F5760FB; Tue, 9 Mar 2021 11:20:03 +0000 (UTC) (envelope-from ume@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 4Dvt6C1LYbz3phV; Tue, 9 Mar 2021 11:20:03 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 219491B2AA; Tue, 9 Mar 2021 11:20:03 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129BK2N8011335; Tue, 9 Mar 2021 11:20:02 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129BK2rv011333; Tue, 9 Mar 2021 11:20:02 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202103091120.129BK2rv011333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 9 Mar 2021 11:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567923 - head/mail/cyrus-imapd25 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/mail/cyrus-imapd25 X-SVN-Commit-Revision: 567923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:20:03 -0000 Author: ume Date: Tue Mar 9 11:20:02 2021 New Revision: 567923 URL: https://svnweb.freebsd.org/changeset/ports/567923 Log: Update to 2.5.17. Modified: head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd25/distinfo Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Tue Mar 9 11:12:38 2021 (r567922) +++ head/mail/cyrus-imapd25/Makefile Tue Mar 9 11:20:02 2021 (r567923) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.5.16 +PORTVERSION= 2.5.17 #PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ Modified: head/mail/cyrus-imapd25/distinfo ============================================================================== --- head/mail/cyrus-imapd25/distinfo Tue Mar 9 11:12:38 2021 (r567922) +++ head/mail/cyrus-imapd25/distinfo Tue Mar 9 11:20:02 2021 (r567923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597840135 -SHA256 (cyrus-imapd-2.5.16.tar.gz) = c6fe82fd4af4f25231795db332e854881e5cccf7103adc5c3d829bf03701f9fc -SIZE (cyrus-imapd-2.5.16.tar.gz) = 3125485 +TIMESTAMP = 1615288367 +SHA256 (cyrus-imapd-2.5.17.tar.gz) = 9a160aadbf980f17d5d2b146e999abe2bff9266bbf0cf5b3a4013ed8302bef6a +SIZE (cyrus-imapd-2.5.17.tar.gz) = 3125458 From owner-svn-ports-all@freebsd.org Tue Mar 9 11:29:35 2021 Return-Path: Delivered-To: svn-ports-all@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 72A5A576435; Tue, 9 Mar 2021 11:29:35 +0000 (UTC) (envelope-from ume@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 4DvtKC2qyvz3pmh; Tue, 9 Mar 2021 11:29:35 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5445B1B2CB; Tue, 9 Mar 2021 11:29:35 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129BTZqL017117; Tue, 9 Mar 2021 11:29:35 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129BTZZh017115; Tue, 9 Mar 2021 11:29:35 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202103091129.129BTZZh017115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 9 Mar 2021 11:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567924 - head/mail/cyrus-imapd24 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/mail/cyrus-imapd24 X-SVN-Commit-Revision: 567924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 11:29:35 -0000 Author: ume Date: Tue Mar 9 11:29:34 2021 New Revision: 567924 URL: https://svnweb.freebsd.org/changeset/ports/567924 Log: Update to 2.4.22. Modified: head/mail/cyrus-imapd24/Makefile head/mail/cyrus-imapd24/distinfo Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Tue Mar 9 11:20:02 2021 (r567923) +++ head/mail/cyrus-imapd24/Makefile Tue Mar 9 11:29:34 2021 (r567924) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 2.4.21 +PORTVERSION= 2.4.22 #PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ Modified: head/mail/cyrus-imapd24/distinfo ============================================================================== --- head/mail/cyrus-imapd24/distinfo Tue Mar 9 11:20:02 2021 (r567923) +++ head/mail/cyrus-imapd24/distinfo Tue Mar 9 11:29:34 2021 (r567924) @@ -1,6 +1,6 @@ -TIMESTAMP = 1597839112 -SHA256 (cyrus-imapd-2.4.21.tar.gz) = 2af2ad22819276bc3595ac205b8f8d04f54b95dcf6b3cfffd95b1dc375d07c8c -SIZE (cyrus-imapd-2.4.21.tar.gz) = 2498614 +TIMESTAMP = 1615288616 +SHA256 (cyrus-imapd-2.4.22.tar.gz) = 1a1a0133c39a2a2ba0dc60e7ef4a53af27c615b4e19e865ce0c77dcc3fd204d5 +SIZE (cyrus-imapd-2.4.22.tar.gz) = 2498555 SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 SHA256 (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = daafab6c1a824d1d16745ea25a0bb6e404655ef690961e1dc236805e5c923135 From owner-svn-ports-all@freebsd.org Tue Mar 9 12:54:26 2021 Return-Path: Delivered-To: svn-ports-all@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 9FD6955158C; Tue, 9 Mar 2021 12:54:26 +0000 (UTC) (envelope-from matthew@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 4DvwC649QSz3tmF; Tue, 9 Mar 2021 12:54:26 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 821D91C7CE; Tue, 9 Mar 2021 12:54:26 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129CsQrw070760; Tue, 9 Mar 2021 12:54:26 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129CsPRc070755; Tue, 9 Mar 2021 12:54:25 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202103091254.129CsPRc070755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 9 Mar 2021 12:54:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567925 - in head/databases/pg_citus: . files X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: in head/databases/pg_citus: . files X-SVN-Commit-Revision: 567925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 12:54:26 -0000 Author: matthew Date: Tue Mar 9 12:54:25 2021 New Revision: 567925 URL: https://svnweb.freebsd.org/changeset/ports/567925 Log: Upgrade to 10.0.2 ChangeLog: https://github.com/citusdata/citus/blob/v10.0.2/CHANGELOG.md Added: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c (contents, props changed) Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c head/databases/pg_citus/pkg-plist Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Tue Mar 9 11:29:34 2021 (r567924) +++ head/databases/pg_citus/Makefile Tue Mar 9 12:54:25 2021 (r567925) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.5.4 +PORTVERSION= 10.0.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -13,6 +13,9 @@ COMMENT= Horizontally scale Postgresql using sharding LICENSE= AGPLv3 USES= compiler:c11 gmake pgsql:11+ autoreconf readline + +LIB_DEPENDS= liblz4.so:archivers/liblz4 \ + libzstd.so:archivers/zstd WANT_PGSQL= lib server GNU_CONFIGURE= yes Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Tue Mar 9 11:29:34 2021 (r567924) +++ head/databases/pg_citus/distinfo Tue Mar 9 12:54:25 2021 (r567925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613826360 -SHA256 (citusdata-citus-v9.5.4_GH0.tar.gz) = ea99965c08d5bfc62ec4eec93517913bee2659633b9989594810511352a2f1be -SIZE (citusdata-citus-v9.5.4_GH0.tar.gz) = 4718209 +TIMESTAMP = 1615233661 +SHA256 (citusdata-citus-v10.0.2_GH0.tar.gz) = a87381db7b26078955d733270a9adfdcdf1ec5ce5a698d475d86b5e65ae6a157 +SIZE (citusdata-citus-v10.0.2_GH0.tar.gz) = 5154816 Added: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c Tue Mar 9 12:54:25 2021 (r567925) @@ -0,0 +1,10 @@ +--- src/backend/distributed/commands/multi_copy.c.orig 2021-03-09 08:26:53 UTC ++++ src/backend/distributed/commands/multi_copy.c +@@ -53,6 +53,7 @@ + + #include /* for htons */ + #include /* for htons */ ++#include + #include + + #include "distributed/pg_version_constants.h" Modified: head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c ============================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c Tue Mar 9 11:29:34 2021 (r567924) +++ head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c Tue Mar 9 12:54:25 2021 (r567925) @@ -1,4 +1,4 @@ ---- src/backend/distributed/worker/worker_sql_task_protocol.c.orig 2018-12-15 09:35:56 UTC +--- src/backend/distributed/worker/worker_sql_task_protocol.c.orig 2021-03-03 14:26:26 UTC +++ src/backend/distributed/worker/worker_sql_task_protocol.c @@ -12,6 +12,7 @@ #include "postgres.h" @@ -6,5 +6,5 @@ #include "pgstat.h" +#include - #include "distributed/multi_copy.h" + #include "distributed/commands/multi_copy.h" #include "distributed/multi_executor.h" Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Tue Mar 9 11:29:34 2021 (r567924) +++ head/databases/pg_citus/pkg-plist Tue Mar 9 12:54:25 2021 (r567925) @@ -36,6 +36,7 @@ include/postgresql/server/distributed/insert_select_pl include/postgresql/server/distributed/intermediate_result_pruning.h include/postgresql/server/distributed/intermediate_results.h include/postgresql/server/distributed/listutils.h +include/postgresql/server/distributed/local_distributed_join_planner.h include/postgresql/server/distributed/local_executor.h include/postgresql/server/distributed/local_multi_copy.h include/postgresql/server/distributed/local_plan_cache.h @@ -79,13 +80,16 @@ include/postgresql/server/distributed/recursive_planni include/postgresql/server/distributed/reference_table_utils.h include/postgresql/server/distributed/relation_access_tracking.h include/postgresql/server/distributed/relation_restriction_equivalence.h +include/postgresql/server/distributed/relation_utils.h include/postgresql/server/distributed/relay_utility.h include/postgresql/server/distributed/remote_commands.h include/postgresql/server/distributed/remote_transaction.h include/postgresql/server/distributed/repartition_join_execution.h include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h +include/postgresql/server/distributed/shard_cleaner.h include/postgresql/server/distributed/shard_pruning.h +include/postgresql/server/distributed/shard_rebalancer.h include/postgresql/server/distributed/shard_utils.h include/postgresql/server/distributed/shardinterval_utils.h include/postgresql/server/distributed/shared_connection_stats.h @@ -110,43 +114,9 @@ include/postgresql/server/distributed/worker_protocol. include/postgresql/server/distributed/worker_shard_visibility.h include/postgresql/server/distributed/worker_transaction.h lib/postgresql/citus.so -share/postgresql/extension/citus--7.0-1--7.0-2.sql -share/postgresql/extension/citus--7.0-1.sql -share/postgresql/extension/citus--7.0-10--7.0-11.sql -share/postgresql/extension/citus--7.0-11--7.0-12.sql -share/postgresql/extension/citus--7.0-12--7.0-13.sql -share/postgresql/extension/citus--7.0-13--7.0-14.sql -share/postgresql/extension/citus--7.0-14--7.0-15.sql -share/postgresql/extension/citus--7.0-15--7.1-1.sql -share/postgresql/extension/citus--7.0-2--7.0-3.sql -share/postgresql/extension/citus--7.0-3--7.0-4.sql -share/postgresql/extension/citus--7.0-4--7.0-5.sql -share/postgresql/extension/citus--7.0-5--7.0-6.sql -share/postgresql/extension/citus--7.0-6--7.0-7.sql -share/postgresql/extension/citus--7.0-7--7.0-8.sql -share/postgresql/extension/citus--7.0-8--7.0-9.sql -share/postgresql/extension/citus--7.0-9--7.0-10.sql -share/postgresql/extension/citus--7.1-1--7.1-2.sql -share/postgresql/extension/citus--7.1-2--7.1-3.sql -share/postgresql/extension/citus--7.1-3--7.1-4.sql -share/postgresql/extension/citus--7.1-4--7.2-1.sql -share/postgresql/extension/citus--7.2-1--7.2-2.sql -share/postgresql/extension/citus--7.2-2--7.2-3.sql -share/postgresql/extension/citus--7.2-3--7.3-1.sql -share/postgresql/extension/citus--7.3-1--7.3-2.sql -share/postgresql/extension/citus--7.3-2--7.3-3.sql -share/postgresql/extension/citus--7.3-3--7.4-1.sql -share/postgresql/extension/citus--7.4-1--7.4-2.sql -share/postgresql/extension/citus--7.4-2--7.4-3.sql -share/postgresql/extension/citus--7.4-3--7.5-1.sql -share/postgresql/extension/citus--7.5-1--7.5-2.sql -share/postgresql/extension/citus--7.5-2--7.5-3.sql -share/postgresql/extension/citus--7.5-3--7.5-4.sql -share/postgresql/extension/citus--7.5-4--7.5-5.sql -share/postgresql/extension/citus--7.5-5--7.5-6.sql -share/postgresql/extension/citus--7.5-6--7.5-7.sql -share/postgresql/extension/citus--7.5-7--8.0-1.sql +share/postgresql/extension/citus--10.0-1--10.0-2.sql share/postgresql/extension/citus--8.0-1--8.0-2.sql +share/postgresql/extension/citus--8.0-1.sql share/postgresql/extension/citus--8.0-10--8.0-11.sql share/postgresql/extension/citus--8.0-11--8.0-12.sql share/postgresql/extension/citus--8.0-12--8.0-13.sql @@ -174,4 +144,5 @@ share/postgresql/extension/citus--9.2-4--9.3-2.sql share/postgresql/extension/citus--9.3-1--9.2-4.sql share/postgresql/extension/citus--9.3-2--9.4-1.sql share/postgresql/extension/citus--9.4-1--9.5-1.sql +share/postgresql/extension/citus--9.5-1--10.0-1.sql share/postgresql/extension/citus.control From owner-svn-ports-all@freebsd.org Tue Mar 9 13:00:05 2021 Return-Path: Delivered-To: svn-ports-all@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 7B76C5514DA; Tue, 9 Mar 2021 13:00:05 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvwKc3NwXz3v8q; Tue, 9 Mar 2021 13:00:04 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-ej1-f48.google.com with SMTP id jt13so27426615ejb.0; Tue, 09 Mar 2021 05:00:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AK9algNoATY5ZhufXktlnVLXRayyh1uOTgRtbKIIJGU=; b=F4FVFJuuqasRc81dQOsPhZJvirjI31ZoogjB9vbnm3eJ7HgD0thklK7lCXncs1+ox2 UfC1dGfTZXLDLWdzFjgjOX6b7o0NuXeZFUbpKkimH1Wv/07CF44aZo4XHz/nPhGExw/3 2hirlPeOudJR1dkQFU/kHhcnhwt5bdbtTNY6HTR+BBiFT38U6ZP5A4rlJckCHGtZ1TpJ Vwbjeg1ATkI/S8xhG+dlPPGbdfHyQzjhkoLa74STS0J/iyH35WwCOd60x3StoUx9XGIB +0YaGcr95ql9+H4TnMCDvtAFwap/jBaYHjWGzafAYnj/bL/GiEA9ccp3fPpZiw5xTsDQ ZKDA== X-Gm-Message-State: AOAM531DDOaq+ajuLd7oPfVr7LgKIY0Pyb2qelkNEuB1RXO9vrRCo6Ls vafVPi2AyuFbzZuScohHkTRGTu6yUk6NNg== X-Google-Smtp-Source: ABdhPJzOqa6kgGTTqyePQnELh/92xbLY2H6dWs0EgcjlM2fn1XeiJzdDXAtuFkGtueWNExm8PhbhPQ== X-Received: by 2002:a17:906:f10c:: with SMTP id gv12mr20273807ejb.53.1615294801912; Tue, 09 Mar 2021 05:00:01 -0800 (PST) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com. [209.85.218.44]) by smtp.gmail.com with ESMTPSA id c20sm8107541eje.59.2021.03.09.05.00.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 09 Mar 2021 05:00:01 -0800 (PST) Received: by mail-ej1-f44.google.com with SMTP id e19so27399282ejt.3; Tue, 09 Mar 2021 05:00:01 -0800 (PST) X-Received: by 2002:a17:907:778d:: with SMTP id ky13mr20280172ejc.291.1615294801351; Tue, 09 Mar 2021 05:00:01 -0800 (PST) MIME-Version: 1.0 References: <202103081932.128JWuGR041210@repo.freebsd.org> In-Reply-To: From: "Tobias C. Berner" Date: Tue, 9 Mar 2021 13:59:50 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... To: Piotr Kubaj Cc: "Tobias C. Berner" , ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4DvwKc3NwXz3v8q X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of tcberner@gmail.com designates 209.85.218.48 as permitted sender) smtp.mailfrom=tcberner@gmail.com X-Spamd-Result: default: False [-0.01 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; FORGED_SENDER(0.30)[tcberner@freebsd.org,tcberner@gmail.com]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.218.48:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[tcberner@freebsd.org,tcberner@gmail.com]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[tcberner]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; URI_HIDDEN_PATH(1.00)[ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.99)[0.993]; SPAMHAUS_ZRD(0.00)[209.85.218.48:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.218.48:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.218.48:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 13:00:05 -0000 Moin moin It seems upstream is working on a fix: https://github.com/scribusproject/scribus/commit/6b9ff916959bcb941866f0bd86da639a421337f8 mfg Tobias On Tue, 9 Mar 2021 at 12:16, Piotr Kubaj wrote: > > This breaks print/scribus-devel. Log attached. > > On 21-03-08 19:32:56, Tobias C. Berner wrote: > >Author: tcberner > >Date: Mon Mar 8 19:32:55 2021 > >New Revision: 567866 > >URL: https://svnweb.freebsd.org/changeset/ports/567866 > > > >Log: > > graphics/poppler: update to 21.03.0 > > > > Release 21.03.0: > > core: > > * Fix parsing text in some broken pdf files. Issue #1040 > > * Fix memory issue when using threads. Issue #1050 > > * TextSelectionDumper: Fix getText() for space after word > > * Change signature of OutputDev:tilingPatternFill > > * Make PDFDocBuilder return a std::unique_ptr > > * Improve well formed check for shading functions > > * Fix leak in case of fread failing > > * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap > > * PSOutputDev: Fix stack overflow in broken files > > > > glib: > > * poppler_annot_free_text_get_callout_line: Fix wrong static cast > > * poppler-structure-element: fix memleak > > * Improve documentation > > * demo: keep same visual appearance between displayed and copied text > > > > utils: > > * pdftotext: Add -cropbox option > > * pdftoppm: Add -progress option > > * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 > > > > qt6: > > * Add missing poppler-qt6.pc.cmake > > > > PR: 253953 > > Exp-run by: antoine > > > >Modified: > > head/converters/pdf2djvu/Makefile > > head/databases/kbibtex/Makefile > > head/deskutils/calibre/Makefile > > head/deskutils/cfiles/Makefile > > head/deskutils/lumina-pdf/Makefile > > head/deskutils/recoll/Makefile > > head/deskutils/xfce4-tumbler/Makefile > > head/devel/efl/Makefile > > head/devel/kf5-kfilemetadata/Makefile > > head/editors/calligra/Makefile > > head/editors/kile/Makefile > > head/editors/libreoffice/Makefile > > head/editors/libreoffice6/Makefile > > head/editors/setzer/Makefile > > head/editors/texstudio/Makefile > > head/editors/texworks/Makefile > > head/graphics/atril/Makefile > > head/graphics/diff-pdf/Makefile > > head/graphics/diffpdf/Makefile > > head/graphics/dspdfviewer/Makefile > > head/graphics/engauge-digitizer/Makefile > > head/graphics/epdfview/Makefile > > head/graphics/evince/Makefile > > head/graphics/gdal/Makefile > > head/graphics/geeqie/Makefile > > head/graphics/gegl/Makefile > > head/graphics/gimp-app/Makefile > > head/graphics/graphviz/Makefile > > head/graphics/impressive/Makefile > > head/graphics/inkscape/Makefile > > head/graphics/katarakt/Makefile > > head/graphics/krita/Makefile > > head/graphics/okular/Makefile > > head/graphics/openfx-arena/Makefile > > head/graphics/osg/Makefile > > head/graphics/osg34/Makefile > > head/graphics/pdf2svg/Makefile > > head/graphics/pdfpc/Makefile > > head/graphics/poppler/Makefile > > head/graphics/poppler/distinfo > > head/graphics/pqiv/Makefile > > head/graphics/qcomicbook/Makefile > > head/graphics/sane-backends/Makefile > > head/graphics/tikzit/Makefile > > head/graphics/vips/Makefile > > head/graphics/xournal/Makefile > > head/graphics/xournalpp/Makefile > > head/graphics/yacreader/Makefile > > head/mail/claws-mail-pdf_viewer/Makefile > > head/mail/textmail/Makefile > > head/math/cantor/Makefile > > head/math/labplot/Makefile > > head/misc/tellico/Makefile > > head/net/kitinerary/Makefile > > head/print/cups-filters/Makefile > > head/print/deforaos-pdfviewer/Makefile > > head/print/ghostscript9-agpl-base/Makefile > > head/print/pdf-tools/Makefile > > head/print/qpdfview/Makefile > > head/print/scribus-devel/Makefile > > head/print/texlive-base/Makefile > > head/print/xreader/Makefile > > head/sysutils/tracker-miners/Makefile > > head/textproc/pdfgrep/Makefile > > head/textproc/pdfsandwich/Makefile > > head/textproc/py-pdftotext/Makefile > > head/www/hotcrp/Makefile > > head/x11/eaglemode/Makefile > > > >Modified: head/converters/pdf2djvu/Makefile > >============================================================================== > >--- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdf2djvu > > DISTVERSION= 0.9.17.1 > >-PORTREVISION= 7 > >+PORTREVISION= 8 > > CATEGORIES= converters > > MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ > > > > > >Modified: head/databases/kbibtex/Makefile > >============================================================================== > >--- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= kbibtex > > DISTVERSION= 0.9.2 > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= databases kde > > MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} > > > > > >Modified: head/deskutils/calibre/Makefile > >============================================================================== > >--- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= calibre > > PORTVERSION= 5.12.0 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= deskutils python > > MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ > > > > > >Modified: head/deskutils/cfiles/Makefile > >============================================================================== > >--- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= cfiles > > DISTVERSIONPREFIX= v > > DISTVERSION= 1.8-6 > > DISTVERSIONSUFFIX= -g327d47f > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= deskutils > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/deskutils/lumina-pdf/Makefile > >============================================================================== > >--- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= lumina-pdf > > DISTVERSION= 1.6.0 > >-PORTREVISION= 12 > >+PORTREVISION= 13 > > CATEGORIES= deskutils > > > > MAINTAINER= lbartoletti@FreeBSD.org > > > >Modified: head/deskutils/recoll/Makefile > >============================================================================== > >--- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= recoll > > PORTVERSION= 1.27.3 > >-PORTREVISION= 9 > >+PORTREVISION= 10 > > CATEGORIES= deskutils > > MASTER_SITES= https://www.lesbonscomptes.com/recoll/ > > > > > >Modified: head/deskutils/xfce4-tumbler/Makefile > >============================================================================== > >--- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= tumbler > > PORTVERSION= 4.16.0 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= deskutils xfce > > MASTER_SITES= XFCE > > PKGNAMEPREFIX= xfce4- > > > >Modified: head/devel/efl/Makefile > >============================================================================== > >--- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= efl > > DISTVERSION= 1.25.1 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > CATEGORIES= devel enlightenment > > MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ > > DIST_SUBDIR= enlightenment > > > >Modified: head/devel/kf5-kfilemetadata/Makefile > >============================================================================== > >--- head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= kfilemetadata > > DISTVERSION= ${KDE_FRAMEWORKS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= devel kde kde-frameworks > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/editors/calligra/Makefile > >============================================================================== > >--- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= calligra > > DISTVERSION= 3.2.1 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > CATEGORIES= editors kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > DIST_SUBDIR= KDE/${PORTNAME} > > > >Modified: head/editors/kile/Makefile > >============================================================================== > >--- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= kile > > DISTVERSIONPREFIX= v > > DISTVERSION= 3.0b3 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > CATEGORIES= editors kde > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/editors/libreoffice/Makefile > >============================================================================== > >--- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,5 +1,5 @@ > > # $FreeBSD$ > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > > > .include "${.CURDIR}/Makefile.common" > > > > > >Modified: head/editors/libreoffice6/Makefile > >============================================================================== > >--- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,5 +1,5 @@ > > # $FreeBSD$ > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > > > .include "${.CURDIR}/Makefile.common" > > > > > >Modified: head/editors/setzer/Makefile > >============================================================================== > >--- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= setzer > > DISTVERSIONPREFIX=v > > DISTVERSION= 0.3.4 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= editors > > > > MAINTAINER= greg@unrelenting.technology > > > >Modified: head/editors/texstudio/Makefile > >============================================================================== > >--- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= texstudio > > DISTVERSION= 3.1.1 > >+PORTREVISION= 1 > > CATEGORIES= editors > > > > MAINTAINER= rigoletto@FreeBSD.org > > > >Modified: head/editors/texworks/Makefile > >============================================================================== > >--- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= texworks > > DISTVERSIONPREFIX= release- > > DISTVERSION= 0.6.2 > >-PORTREVISION= 26 > >+PORTREVISION= 27 > > CATEGORIES= editors > > > > MAINTAINER= hrs@FreeBSD.org > > > >Modified: head/graphics/atril/Makefile > >============================================================================== > >--- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -5,7 +5,7 @@ > > > > PORTNAME= atril > > PORTVERSION= 1.22.3 > >-PORTREVISION= 14 > >+PORTREVISION= 15 > > CATEGORIES= graphics print mate > > MASTER_SITES= MATE > > DIST_SUBDIR= mate > > > >Modified: head/graphics/diff-pdf/Makefile > >============================================================================== > >--- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > PORTNAME= diff-pdf > > DISTVERSIONPREFIX= v > > DISTVERSION= 0.5 > >+PORTREVISION= 1 > > CATEGORIES= graphics > > > > MAINTAINER= uzsolt@uzsolt.hu > > > >Modified: head/graphics/diffpdf/Makefile > >============================================================================== > >--- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= diffpdf > > PORTVERSION= 2.1.3 > >-PORTREVISION= 27 > >+PORTREVISION= 28 > > CATEGORIES= graphics > > MASTER_SITES= http://www.qtrac.eu/ > > > > > >Modified: head/graphics/dspdfviewer/Makefile > >============================================================================== > >--- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= dspdfviewer > > PORTVERSION= 1.15.1 > > DISTVERSIONPREFIX= v > >-PORTREVISION= 38 > >+PORTREVISION= 39 > > CATEGORIES= graphics > > > > MAINTAINER= fox@FreeBSD.org > > > >Modified: head/graphics/engauge-digitizer/Makefile > >============================================================================== > >--- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= engauge-digitizer > > DISTVERSIONPREFIX= v > > DISTVERSION= 12.2.2 > >-PORTREVISION= 8 > >+PORTREVISION= 9 > > CATEGORIES= graphics math science > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/graphics/epdfview/Makefile > >============================================================================== > >--- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= epdfview > > PORTVERSION= 0.1.8 > >-PORTREVISION= 39 > >+PORTREVISION= 40 > > CATEGORIES= graphics print gnome > > MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ > > ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ > > > >Modified: head/graphics/evince/Makefile > >============================================================================== > >--- head/graphics/evince/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= evince > > DISTVERSION= 3.38.2 > >+PORTREVISION= 1 > > CATEGORIES= graphics print gnome > > MASTER_SITES= GNOME > > DIST_SUBDIR= gnome > > > >Modified: head/graphics/gdal/Makefile > >============================================================================== > >--- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= gdal > > PORTVERSION= 3.2.1 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= graphics geography > > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > > LOCAL/sunpoet > > > >Modified: head/graphics/geeqie/Makefile > >============================================================================== > >--- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= geeqie > > PORTVERSION= 1.6 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > MASTER_SITES= http://www.geeqie.org/ > > > > > >Modified: head/graphics/gegl/Makefile > >============================================================================== > >--- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= gegl > > PORTVERSION= 0.4.28 > >-PORTREVISION= 6 > >+PORTREVISION= 7 > > CATEGORIES= graphics > > MASTER_SITES= GIMP > > > > > >Modified: head/graphics/gimp-app/Makefile > >============================================================================== > >--- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME?= gimp-app > > PORTVERSION= 2.10.22 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > PORTEPOCH?= 1 > > CATEGORIES?= graphics gnome > > MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} > > > >Modified: head/graphics/graphviz/Makefile > >============================================================================== > >--- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= graphviz > > PORTVERSION= 2.44.1 > >-PORTREVISION= 7 > >+PORTREVISION= 8 > > CATEGORIES= graphics tk > > MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ > > > > > >Modified: head/graphics/impressive/Makefile > >============================================================================== > >--- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= impressive > > DISTVERSION= 0.13.0-beta2 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > CATEGORIES= graphics python > > MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ > > DISTNAME= Impressive-${DISTVERSION} > > > >Modified: head/graphics/inkscape/Makefile > >============================================================================== > >--- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= inkscape > > PORTVERSION= 1.0.2 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= graphics gnome > > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > > > > > >Modified: head/graphics/katarakt/Makefile > >============================================================================== > >--- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= katarakt > > PORTVERSION= 0.2 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > > > MAINTAINER= kurt@kmk-computers.de > > > >Modified: head/graphics/krita/Makefile > >============================================================================== > >--- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= krita > > DISTVERSION= 4.4.1 > >-PORTREVISION= 10 > >+PORTREVISION= 11 > > CATEGORIES= graphics kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} > > DIST_SUBDIR= KDE/${PORTNAME} > > > >Modified: head/graphics/okular/Makefile > >============================================================================== > >--- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= okular > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= graphics kde kde-applications > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/graphics/openfx-arena/Makefile > >============================================================================== > >--- head/graphics/openfx-arena/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= openfx-arena > > PORTVERSION= 2.3.14 > > DISTVERSIONPREFIX= Natron- > >-PORTREVISION= 34 > >+PORTREVISION= 35 > > CATEGORIES= graphics > > > > MAINTAINER= olivier@FreeBSD.org > > > >Modified: head/graphics/osg/Makefile > >============================================================================== > >--- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= osg > > PORTVERSION= 3.6.5 > > DISTVERSIONPREFIX= OpenSceneGraph- > >-PORTREVISION= 17 > >+PORTREVISION= 18 > > CATEGORIES= graphics > > > > MAINTAINER= amdmi3@FreeBSD.org > > > >Modified: head/graphics/osg34/Makefile > >============================================================================== > >--- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= osg > > PORTVERSION= 3.4.1 > > DISTVERSIONPREFIX= OpenSceneGraph- > >-PORTREVISION= 19 > >+PORTREVISION= 20 > > CATEGORIES= graphics > > PKGNAMESUFFIX= 34 > > > > > >Modified: head/graphics/pdf2svg/Makefile > >============================================================================== > >--- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdf2svg > > PORTVERSION= 0.2.3 > >-PORTREVISION= 26 > >+PORTREVISION= 27 > > DISTVERSIONPREFIX= v > > CATEGORIES= graphics > > > > > >Modified: head/graphics/pdfpc/Makefile > >============================================================================== > >--- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= pdfpc > > DISTVERSION= 4.5.0 > > CATEGORIES= graphics > > DISTVERSIONPREFIX= v > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > > > MAINTAINER= bapt@FreeBSD.org > > COMMENT= Keynote-like multi-monitor presentation viewer > > > >Modified: head/graphics/poppler/Makefile > >============================================================================== > >--- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= poppler > >-DISTVERSION= 21.02.0 > >+DISTVERSION= 21.03.0 > > CATEGORIES= graphics print > > MASTER_SITES= https://poppler.freedesktop.org/ > > > >@@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E > > PORTSCOUT= limitw:1,even > > USES+= iconv > > CMAKE_ON+= ENABLE_CPP > >-PLIST_SUB+= SHLIB_VER=107 > >+PLIST_SUB+= SHLIB_VER=108 > > > > OPTIONS_DEFINE= CURL OPENJPEG > > OPTIONS_DEFAULT= OPENJPEG > > > >Modified: head/graphics/poppler/distinfo > >============================================================================== > >--- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,3 +1,3 @@ > >-TIMESTAMP = 1612288566 > >-SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c > >-SIZE (poppler-21.02.0.tar.xz) = 1684496 > >+TIMESTAMP = 1614683481 > >+SHA256 (poppler-21.03.0.tar.xz) = fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27 > >+SIZE (poppler-21.03.0.tar.xz) = 1690848 > > > >Modified: head/graphics/pqiv/Makefile > >============================================================================== > >--- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pqiv > > PORTVERSION= 2.11 > >-PORTREVISION= 18 > >+PORTREVISION= 19 > > CATEGORIES= graphics > > > > MAINTAINER= danilo@FreeBSD.org > > > >Modified: head/graphics/qcomicbook/Makefile > >============================================================================== > >--- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= QComicBook > > PORTVERSION= 0.9.1 > >-PORTREVISION= 24 > >+PORTREVISION= 25 > > CATEGORIES= graphics > > > > MAINTAINER= ports@FreeBSD.org > > > >Modified: head/graphics/sane-backends/Makefile > >============================================================================== > >--- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= sane-backends > > DISTVERSION= 1.0.32 > >+PORTREVISION= 1 > > CATEGORIES= graphics > > MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ > > > > > >Modified: head/graphics/tikzit/Makefile > >============================================================================== > >--- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= tikzit > > DISTVERSIONPREFIX= v > > DISTVERSION= 2.1.6 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > > > MAINTAINER= lwhsu@FreeBSD.org > > > >Modified: head/graphics/vips/Makefile > >============================================================================== > >--- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= vips > > PORTVERSION= 8.10.5 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ > > > > > >Modified: head/graphics/xournal/Makefile > >============================================================================== > >--- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= xournal > > PORTVERSION= 0.4.8.2016 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= graphics > > MASTER_SITES= SF > > > > > >Modified: head/graphics/xournalpp/Makefile > >============================================================================== > >--- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= xournalpp > > DISTVERSION= 1.0.20 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= graphics > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/graphics/yacreader/Makefile > >============================================================================== > >--- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= yacreader > > DISTVERSION= 9.7.1 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > CATEGORIES= graphics > > > > MAINTAINER= jbeich@FreeBSD.org > > > >Modified: head/mail/claws-mail-pdf_viewer/Makefile > >============================================================================== > >--- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= pdf_viewer > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > > > COMMENT= PDF and PostScript viewer plugin for Claws Mail > > > > > >Modified: head/mail/textmail/Makefile > >============================================================================== > >--- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= textmail > > PORTVERSION= 20070803 > >-PORTREVISION= 23 > >+PORTREVISION= 24 > > CATEGORIES= mail > > MASTER_SITES= http://raf.org/textmail/ > > > > > >Modified: head/math/cantor/Makefile > >============================================================================== > >--- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,6 +4,7 @@ > > > > PORTNAME= cantor > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= math kde kde-applications > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/math/labplot/Makefile > >============================================================================== > >--- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= labplot > > DISTVERSION= 2.8.1 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= math kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > > > > >Modified: head/misc/tellico/Makefile > >============================================================================== > >--- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= tellico > > DISTVERSION= 3.3.5 > >+PORTREVISION= 1 > > CATEGORIES= misc kde > > MASTER_SITES= http://tellico-project.org/files/ > > > > > >Modified: head/net/kitinerary/Makefile > >============================================================================== > >--- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= kitinerary > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= net kde kde-applications > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/print/cups-filters/Makefile > >============================================================================== > >--- head/print/cups-filters/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= cups-filters > > PORTVERSION= 1.28.6 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= print > > MASTER_SITES= https://www.openprinting.org/download/cups-filters/ > > > > > >Modified: head/print/deforaos-pdfviewer/Makefile > >============================================================================== > >--- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdfviewer > > PORTVERSION= 0.0.2 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= print > > MASTER_SITES= http://www.defora.org/os/download/download/4431/ > > PKGNAMEPREFIX= deforaos- > > > >Modified: head/print/ghostscript9-agpl-base/Makefile > >============================================================================== > >--- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= ghostscript > > PORTVERSION= 9.52 > >-PORTREVISION= 14 > >+PORTREVISION= 15 > > CATEGORIES= print > > MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ > > PKGNAMESUFFIX= 9-agpl-base > > > >Modified: head/print/pdf-tools/Makefile > >============================================================================== > >--- head/print/pdf-tools/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= pdf-tools > > DISTVERSIONPREFIX= v > > DISTVERSION= 0.90-41 > > DISTVERSIONSUFFIX= -g2ece508 > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= print elisp > > PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > > > > > >Modified: head/print/qpdfview/Makefile > >============================================================================== > >--- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= qpdfview > > DISTVERSION= 0.4.18 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > CATEGORIES= print > > MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ > > https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ > > > >Modified: head/print/scribus-devel/Makefile > >============================================================================== > >--- head/print/scribus-devel/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= scribus > > PORTVERSION= 1.5.6.1 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= print editors > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ > > http://www.scribus.net/downloads/${PORTVERSION}/ > > > >Modified: head/print/texlive-base/Makefile > >============================================================================== > >--- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= texlive > > PORTVERSION= 20150521 > >-PORTREVISION= 62 > >+PORTREVISION= 63 > > CATEGORIES= print > > MASTER_SITES= TEX_CTAN/systems/texlive/Source/ > > PKGNAMESUFFIX= -base > > > >Modified: head/print/xreader/Makefile > >============================================================================== > >--- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= xreader > > PORTVERSION= 2.8.3 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= print gnome > > > > MAINTAINER= danfe@FreeBSD.org > > > >Modified: head/sysutils/tracker-miners/Makefile > >============================================================================== > >--- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= tracker-miners > > PORTVERSION= 2.3.5 > >-PORTREVISION= 6 > >+PORTREVISION= 7 > > CATEGORIES= sysutils gnome > > MASTER_SITES= GNOME > > > > > >Modified: head/textproc/pdfgrep/Makefile > >============================================================================== > >--- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdfgrep > > PORTVERSION= 2.1.1 > >-PORTREVISION= 25 > >+PORTREVISION= 26 > > CATEGORIES= textproc > > MASTER_SITES= https://pdfgrep.org/download/ > > > > > >Modified: head/textproc/pdfsandwich/Makefile > >============================================================================== > >--- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdfsandwich > > DISTVERSION= 0.1.7 > >-PORTREVISION= 19 > >+PORTREVISION= 20 > > CATEGORIES= textproc > > MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ > > > > > >Modified: head/textproc/py-pdftotext/Makefile > >============================================================================== > >--- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdftotext > > PORTVERSION= 2.1.5 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= textproc python > > MASTER_SITES= CHEESESHOP > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > >Modified: head/www/hotcrp/Makefile > >============================================================================== > >--- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= hotcrp > > PORTVERSION= 2.94 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= www > > MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ > > > > > >Modified: head/x11/eaglemode/Makefile > >============================================================================== > >--- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= eaglemode > > PORTVERSION= 0.95.0 > >-PORTREVISION= 8 > >+PORTREVISION= 9 > > CATEGORIES= x11 > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > From owner-svn-ports-all@freebsd.org Tue Mar 9 13:12:50 2021 Return-Path: Delivered-To: svn-ports-all@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 71F70551D82; Tue, 9 Mar 2021 13:12:50 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvwcL2kJVz3vtM; Tue, 9 Mar 2021 13:12:50 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50D851C9EF; Tue, 9 Mar 2021 13:12:50 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129DCouE082877; Tue, 9 Mar 2021 13:12:50 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129DCoiD082876; Tue, 9 Mar 2021 13:12:50 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103091312.129DCoiD082876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 13:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567926 - head/sysutils/lcdproc X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/sysutils/lcdproc X-SVN-Commit-Revision: 567926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 13:12:50 -0000 Author: pkubaj Date: Tue Mar 9 13:12:49 2021 New Revision: 567926 URL: https://svnweb.freebsd.org/changeset/ports/567926 Log: sysutils/lcdproc: fix build on powerpc64 elfv2 Use GCC: In file included from serialVFD_io.c:45: ./port.h:344:32: error: invalid output constraint '=a' in asm __asm__ volatile ("inb %1,%0":"=a" (value) MFH: 2021Q1 Modified: head/sysutils/lcdproc/Makefile Modified: head/sysutils/lcdproc/Makefile ============================================================================== --- head/sysutils/lcdproc/Makefile Tue Mar 9 12:54:25 2021 (r567925) +++ head/sysutils/lcdproc/Makefile Tue Mar 9 13:12:49 2021 (r567926) @@ -93,6 +93,10 @@ PLIST_SUB+= X86="" PLIST_SUB+= X86="@comment " .endif +.if ${ARCH} == powerpc64 +USE_GCC= any +.endif + .if ${PORT_OPTIONS:MUSB} CONFIGURE_ARGS+= --enable-libusb PLIST_SUB+= USB="" From owner-svn-ports-all@freebsd.org Tue Mar 9 13:13:30 2021 Return-Path: Delivered-To: svn-ports-all@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 B0667551E88; Tue, 9 Mar 2021 13:13:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvwd64f7Xz3wCk; Tue, 9 Mar 2021 13:13:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 924031CD98; Tue, 9 Mar 2021 13:13:30 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129DDU4E083079; Tue, 9 Mar 2021 13:13:30 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129DDU0b083078; Tue, 9 Mar 2021 13:13:30 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103091313.129DDU0b083078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 13:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567927 - branches/2021Q1/sysutils/lcdproc X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2021Q1/sysutils/lcdproc X-SVN-Commit-Revision: 567927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 13:13:30 -0000 Author: pkubaj Date: Tue Mar 9 13:13:30 2021 New Revision: 567927 URL: https://svnweb.freebsd.org/changeset/ports/567927 Log: MFH: r567926 sysutils/lcdproc: fix build on powerpc64 elfv2 Use GCC: In file included from serialVFD_io.c:45: ./port.h:344:32: error: invalid output constraint '=a' in asm __asm__ volatile ("inb %1,%0":"=a" (value) Modified: branches/2021Q1/sysutils/lcdproc/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/sysutils/lcdproc/Makefile ============================================================================== --- branches/2021Q1/sysutils/lcdproc/Makefile Tue Mar 9 13:12:49 2021 (r567926) +++ branches/2021Q1/sysutils/lcdproc/Makefile Tue Mar 9 13:13:30 2021 (r567927) @@ -93,6 +93,10 @@ PLIST_SUB+= X86="" PLIST_SUB+= X86="@comment " .endif +.if ${ARCH} == powerpc64 +USE_GCC= any +.endif + .if ${PORT_OPTIONS:MUSB} CONFIGURE_ARGS+= --enable-libusb PLIST_SUB+= USB="" From owner-svn-ports-all@freebsd.org Tue Mar 9 13:23:57 2021 Return-Path: Delivered-To: svn-ports-all@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 1172055248E; Tue, 9 Mar 2021 13:23:57 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvws8352yz3wRj; Tue, 9 Mar 2021 13:23:56 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 0A297B8A41; Tue, 9 Mar 2021 14:23:53 +0100 (CET) Date: Tue, 9 Mar 2021 14:23:52 +0100 From: Piotr Kubaj To: "Tobias C. Berner" Cc: ports-committers , svn-ports-all , svn-ports-head Subject: Re: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... Message-ID: References: <202103081932.128JWuGR041210@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="m90OyT44h8P4eZwr" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Dvws8352yz3wRj X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 13:23:57 -0000 --m90OyT44h8P4eZwr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks, but my point is, you should make sure all the reverse dependencies = build :) On 21-03-09 13:59:50, Tobias C. Berner wrote: > Moin moin >=20 > It seems upstream is working on a fix: > https://github.com/scribusproject/scribus/commit/6b9ff916959bcb941866f0bd= 86da639a421337f8 >=20 >=20 > mfg Tobias >=20 > On Tue, 9 Mar 2021 at 12:16, Piotr Kubaj wrote: > > > > This breaks print/scribus-devel. Log attached. > > > > On 21-03-08 19:32:56, Tobias C. Berner wrote: > > >Author: tcberner > > >Date: Mon Mar 8 19:32:55 2021 > > >New Revision: 567866 > > >URL: https://svnweb.freebsd.org/changeset/ports/567866 > > > > > >Log: > > > graphics/poppler: update to 21.03.0 > > > > > > Release 21.03.0: > > > core: > > > * Fix parsing text in some broken pdf files. Issue #1040 > > > * Fix memory issue when using threads. Issue #1050 > > > * TextSelectionDumper: Fix getText() for space after word > > > * Change signature of OutputDev:tilingPatternFill > > > * Make PDFDocBuilder return a std::unique_ptr > > > * Improve well formed check for shading functions > > > * Fix leak in case of fread failing > > > * Fix memory leak in broken file in JBIG2Stream::readGeneri= cBitmap > > > * PSOutputDev: Fix stack overflow in broken files > > > > > > glib: > > > * poppler_annot_free_text_get_callout_line: Fix wrong stati= c cast > > > * poppler-structure-element: fix memleak > > > * Improve documentation > > > * demo: keep same visual appearance between displayed and c= opied text > > > > > > utils: > > > * pdftotext: Add -cropbox option > > > * pdftoppm: Add -progress option > > > * pdftoppm: Fix rounding bug in computation of output bitma= p size. Issue #927 > > > > > > qt6: > > > * Add missing poppler-qt6.pc.cmake > > > > > > PR: 253953 > > > Exp-run by: antoine > > > > > >Modified: > > > head/converters/pdf2djvu/Makefile > > > head/databases/kbibtex/Makefile > > > head/deskutils/calibre/Makefile > > > head/deskutils/cfiles/Makefile > > > head/deskutils/lumina-pdf/Makefile > > > head/deskutils/recoll/Makefile > > > head/deskutils/xfce4-tumbler/Makefile > > > head/devel/efl/Makefile > > > head/devel/kf5-kfilemetadata/Makefile > > > head/editors/calligra/Makefile > > > head/editors/kile/Makefile > > > head/editors/libreoffice/Makefile > > > head/editors/libreoffice6/Makefile > > > head/editors/setzer/Makefile > > > head/editors/texstudio/Makefile > > > head/editors/texworks/Makefile > > > head/graphics/atril/Makefile > > > head/graphics/diff-pdf/Makefile > > > head/graphics/diffpdf/Makefile > > > head/graphics/dspdfviewer/Makefile > > > head/graphics/engauge-digitizer/Makefile > > > head/graphics/epdfview/Makefile > > > head/graphics/evince/Makefile > > > head/graphics/gdal/Makefile > > > head/graphics/geeqie/Makefile > > > head/graphics/gegl/Makefile > > > head/graphics/gimp-app/Makefile > > > head/graphics/graphviz/Makefile > > > head/graphics/impressive/Makefile > > > head/graphics/inkscape/Makefile > > > head/graphics/katarakt/Makefile > > > head/graphics/krita/Makefile > > > head/graphics/okular/Makefile > > > head/graphics/openfx-arena/Makefile > > > head/graphics/osg/Makefile > > > head/graphics/osg34/Makefile > > > head/graphics/pdf2svg/Makefile > > > head/graphics/pdfpc/Makefile > > > head/graphics/poppler/Makefile > > > head/graphics/poppler/distinfo > > > head/graphics/pqiv/Makefile > > > head/graphics/qcomicbook/Makefile > > > head/graphics/sane-backends/Makefile > > > head/graphics/tikzit/Makefile > > > head/graphics/vips/Makefile > > > head/graphics/xournal/Makefile > > > head/graphics/xournalpp/Makefile > > > head/graphics/yacreader/Makefile > > > head/mail/claws-mail-pdf_viewer/Makefile > > > head/mail/textmail/Makefile > > > head/math/cantor/Makefile > > > head/math/labplot/Makefile > > > head/misc/tellico/Makefile > > > head/net/kitinerary/Makefile > > > head/print/cups-filters/Makefile > > > head/print/deforaos-pdfviewer/Makefile > > > head/print/ghostscript9-agpl-base/Makefile > > > head/print/pdf-tools/Makefile > > > head/print/qpdfview/Makefile > > > head/print/scribus-devel/Makefile > > > head/print/texlive-base/Makefile > > > head/print/xreader/Makefile > > > head/sysutils/tracker-miners/Makefile > > > head/textproc/pdfgrep/Makefile > > > head/textproc/pdfsandwich/Makefile > > > head/textproc/py-pdftotext/Makefile > > > head/www/hotcrp/Makefile > > > head/x11/eaglemode/Makefile > > > > > >Modified: head/converters/pdf2djvu/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D pdf2djvu > > > DISTVERSION=3D 0.9.17.1 > > >-PORTREVISION=3D 7 > > >+PORTREVISION=3D 8 > > > CATEGORIES=3D converters > > > MASTER_SITES=3D https://github.com/jwilk/${PORTNAME}/releases/downloa= d/${PORTVERSION}/ > > > > > > > > >Modified: head/databases/kbibtex/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D kbibtex > > > DISTVERSION=3D 0.9.2 > > >-PORTREVISION=3D 11 > > >+PORTREVISION=3D 12 > > > CATEGORIES=3D databases kde > > > MASTER_SITES=3D KDE/stable/KBibTeX/${DISTVERSION} > > > > > > > > >Modified: head/deskutils/calibre/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D calibre > > > PORTVERSION=3D 5.12.0 > > >-PORTREVISION=3D 1 > > >+PORTREVISION=3D 2 > > > CATEGORIES=3D deskutils python > > > MASTER_SITES=3D http://download.calibre-ebook.com/${PORTVERSION}/ > > > > > > > > >Modified: head/deskutils/cfiles/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -4,7 +4,7 @@ PORTNAME=3D cfiles > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 1.8-6 > > > DISTVERSIONSUFFIX=3D -g327d47f > > >-PORTREVISION=3D 11 > > >+PORTREVISION=3D 12 > > > CATEGORIES=3D deskutils > > > > > > MAINTAINER=3D yuri@FreeBSD.org > > > > > >Modified: head/deskutils/lumina-pdf/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D lumina-pdf > > > DISTVERSION=3D 1.6.0 > > >-PORTREVISION=3D 12 > > >+PORTREVISION=3D 13 > > > CATEGORIES=3D deskutils > > > > > > MAINTAINER=3D lbartoletti@FreeBSD.org > > > > > >Modified: head/deskutils/recoll/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D recoll > > > PORTVERSION=3D 1.27.3 > > >-PORTREVISION=3D 9 > > >+PORTREVISION=3D 10 > > > CATEGORIES=3D deskutils > > > MASTER_SITES=3D https://www.lesbonscomptes.com/recoll/ > > > > > > > > >Modified: head/deskutils/xfce4-tumbler/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D tumbler > > > PORTVERSION=3D 4.16.0 > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > CATEGORIES=3D deskutils xfce > > > MASTER_SITES=3D XFCE > > > PKGNAMEPREFIX=3D xfce4- > > > > > >Modified: head/devel/efl/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D efl > > > DISTVERSION=3D 1.25.1 > > >-PORTREVISION=3D 5 > > >+PORTREVISION=3D 6 > > > CATEGORIES=3D devel enlightenment > > > MASTER_SITES=3D http://download.enlightenment.org/rel/libs/${PORTNAME= }/ > > > DIST_SUBDIR=3D enlightenment > > > > > >Modified: head/devel/kf5-kfilemetadata/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -2,6 +2,7 @@ > > > > > > PORTNAME=3D kfilemetadata > > > DISTVERSION=3D ${KDE_FRAMEWORKS_VERSION} > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D devel kde kde-frameworks > > > > > > MAINTAINER=3D kde@FreeBSD.org > > > > > >Modified: head/editors/calligra/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D calligra > > > DISTVERSION=3D 3.2.1 > > >-PORTREVISION=3D 15 > > >+PORTREVISION=3D 16 > > > CATEGORIES=3D editors kde > > > MASTER_SITES=3D KDE/stable/${PORTNAME}/${PORTVERSION} > > > DIST_SUBDIR=3D KDE/${PORTNAME} > > > > > >Modified: head/editors/kile/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D kile > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 3.0b3 > > >-PORTREVISION=3D 15 > > >+PORTREVISION=3D 16 > > > CATEGORIES=3D editors kde > > > > > > MAINTAINER=3D kde@FreeBSD.org > > > > > >Modified: head/editors/libreoffice/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -1,5 +1,5 @@ > > > # $FreeBSD$ > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > > > > .include "${.CURDIR}/Makefile.common" > > > > > > > > >Modified: head/editors/libreoffice6/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -1,5 +1,5 @@ > > > # $FreeBSD$ > > >-PORTREVISION=3D 4 > > >+PORTREVISION=3D 5 > > > > > > .include "${.CURDIR}/Makefile.common" > > > > > > > > >Modified: head/editors/setzer/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D setzer > > > DISTVERSIONPREFIX=3Dv > > > DISTVERSION=3D 0.3.4 > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > CATEGORIES=3D editors > > > > > > MAINTAINER=3D greg@unrelenting.technology > > > > > >Modified: head/editors/texstudio/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,6 +2,7 @@ > > > > > > PORTNAME=3D texstudio > > > DISTVERSION=3D 3.1.1 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D editors > > > > > > MAINTAINER=3D rigoletto@FreeBSD.org > > > > > >Modified: head/editors/texworks/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -4,7 +4,7 @@ > > > PORTNAME=3D texworks > > > DISTVERSIONPREFIX=3D release- > > > DISTVERSION=3D 0.6.2 > > >-PORTREVISION=3D 26 > > >+PORTREVISION=3D 27 > > > CATEGORIES=3D editors > > > > > > MAINTAINER=3D hrs@FreeBSD.org > > > > > >Modified: head/graphics/atril/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -5,7 +5,7 @@ > > > > > > PORTNAME=3D atril > > > PORTVERSION=3D 1.22.3 > > >-PORTREVISION=3D 14 > > >+PORTREVISION=3D 15 > > > CATEGORIES=3D graphics print mate > > > MASTER_SITES=3D MATE > > > DIST_SUBDIR=3D mate > > > > > >Modified: head/graphics/diff-pdf/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,6 +3,7 @@ > > > PORTNAME=3D diff-pdf > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 0.5 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D uzsolt@uzsolt.hu > > > > > >Modified: head/graphics/diffpdf/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D diffpdf > > > PORTVERSION=3D 2.1.3 > > >-PORTREVISION=3D 27 > > >+PORTREVISION=3D 28 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D http://www.qtrac.eu/ > > > > > > > > >Modified: head/graphics/dspdfviewer/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D dspdfviewer > > > PORTVERSION=3D 1.15.1 > > > DISTVERSIONPREFIX=3D v > > >-PORTREVISION=3D 38 > > >+PORTREVISION=3D 39 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D fox@FreeBSD.org > > > > > >Modified: head/graphics/engauge-digitizer/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D engauge-digitizer > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 12.2.2 > > >-PORTREVISION=3D 8 > > >+PORTREVISION=3D 9 > > > CATEGORIES=3D graphics math science > > > > > > MAINTAINER=3D yuri@FreeBSD.org > > > > > >Modified: head/graphics/epdfview/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D epdfview > > > PORTVERSION=3D 0.1.8 > > >-PORTREVISION=3D 39 > > >+PORTREVISION=3D 40 > > > CATEGORIES=3D graphics print gnome > > > MASTER_SITES=3D FRUGALWARE/xapps-extra/${PORTNAME} \ > > > ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNA= ME}/ \ > > > > > >Modified: head/graphics/evince/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/evince/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,6 +3,7 @@ > > > > > > PORTNAME=3D evince > > > DISTVERSION=3D 3.38.2 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D graphics print gnome > > > MASTER_SITES=3D GNOME > > > DIST_SUBDIR=3D gnome > > > > > >Modified: head/graphics/gdal/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D gdal > > > PORTVERSION=3D 3.2.1 > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > CATEGORIES=3D graphics geography > > > MASTER_SITES=3D https://download.osgeo.org/gdal/${PORTVERSION}/ \ > > > LOCAL/sunpoet > > > > > >Modified: head/graphics/geeqie/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D geeqie > > > PORTVERSION=3D 1.6 > > >-PORTREVISION=3D 3 > > >+PORTREVISION=3D 4 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D http://www.geeqie.org/ > > > > > > > > >Modified: head/graphics/gegl/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D gegl > > > PORTVERSION=3D 0.4.28 > > >-PORTREVISION=3D 6 > > >+PORTREVISION=3D 7 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D GIMP > > > > > > > > >Modified: head/graphics/gimp-app/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME?=3D gimp-app > > > PORTVERSION=3D 2.10.22 > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > PORTEPOCH?=3D 1 > > > CATEGORIES?=3D graphics gnome > > > MASTER_SITES=3D GIMP/gimp/v${PORTVERSION:R} > > > > > >Modified: head/graphics/graphviz/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D graphviz > > > PORTVERSION=3D 2.44.1 > > >-PORTREVISION=3D 7 > > >+PORTREVISION=3D 8 > > > CATEGORIES=3D graphics tk > > > MASTER_SITES=3D https://www2.graphviz.org/Packages/stable/portable_so= urce/ > > > > > > > > >Modified: head/graphics/impressive/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D impressive > > > DISTVERSION=3D 0.13.0-beta2 > > >-PORTREVISION=3D 5 > > >+PORTREVISION=3D 6 > > > CATEGORIES=3D graphics python > > > MASTER_SITES=3D SF/${PORTNAME}/Impressive/${DISTVERSION}/ > > > DISTNAME=3D Impressive-${DISTVERSION} > > > > > >Modified: head/graphics/inkscape/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D inkscape > > > PORTVERSION=3D 1.0.2 > > >-PORTREVISION=3D 1 > > >+PORTREVISION=3D 2 > > > CATEGORIES=3D graphics gnome > > > MASTER_SITES=3D https://media.inkscape.org/dl/resources/file/ > > > > > > > > >Modified: head/graphics/katarakt/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D katarakt > > > PORTVERSION=3D 0.2 > > >-PORTREVISION=3D 3 > > >+PORTREVISION=3D 4 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D kurt@kmk-computers.de > > > > > >Modified: head/graphics/krita/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D krita > > > DISTVERSION=3D 4.4.1 > > >-PORTREVISION=3D 10 > > >+PORTREVISION=3D 11 > > > CATEGORIES=3D graphics kde > > > MASTER_SITES=3D KDE/stable/${PORTNAME}/${DISTVERSION} > > > DIST_SUBDIR=3D KDE/${PORTNAME} > > > > > >Modified: head/graphics/okular/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,6 +2,7 @@ > > > > > > PORTNAME=3D okular > > > DISTVERSION=3D ${KDE_APPLICATIONS_VERSION} > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D graphics kde kde-applications > > > > > > MAINTAINER=3D kde@FreeBSD.org > > > > > >Modified: head/graphics/openfx-arena/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/openfx-arena/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D openfx-arena > > > PORTVERSION=3D 2.3.14 > > > DISTVERSIONPREFIX=3D Natron- > > >-PORTREVISION=3D 34 > > >+PORTREVISION=3D 35 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D olivier@FreeBSD.org > > > > > >Modified: head/graphics/osg/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -4,7 +4,7 @@ > > > PORTNAME=3D osg > > > PORTVERSION=3D 3.6.5 > > > DISTVERSIONPREFIX=3D OpenSceneGraph- > > >-PORTREVISION=3D 17 > > >+PORTREVISION=3D 18 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D amdmi3@FreeBSD.org > > > > > >Modified: head/graphics/osg34/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -4,7 +4,7 @@ > > > PORTNAME=3D osg > > > PORTVERSION=3D 3.4.1 > > > DISTVERSIONPREFIX=3D OpenSceneGraph- > > >-PORTREVISION=3D 19 > > >+PORTREVISION=3D 20 > > > CATEGORIES=3D graphics > > > PKGNAMESUFFIX=3D 34 > > > > > > > > >Modified: head/graphics/pdf2svg/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D pdf2svg > > > PORTVERSION=3D 0.2.3 > > >-PORTREVISION=3D 26 > > >+PORTREVISION=3D 27 > > > DISTVERSIONPREFIX=3D v > > > CATEGORIES=3D graphics > > > > > > > > >Modified: head/graphics/pdfpc/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -4,7 +4,7 @@ PORTNAME=3D pdfpc > > > DISTVERSION=3D 4.5.0 > > > CATEGORIES=3D graphics > > > DISTVERSIONPREFIX=3D v > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > > > > MAINTAINER=3D bapt@FreeBSD.org > > > COMMENT=3D Keynote-like multi-monitor presentation viewer > > > > > >Modified: head/graphics/poppler/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > # $FreeBSD$ > > > > > > PORTNAME=3D poppler > > >-DISTVERSION=3D 21.02.0 > > >+DISTVERSION=3D 21.03.0 > > > CATEGORIES=3D graphics print > > > MASTER_SITES=3D https://poppler.freedesktop.org/ > > > > > >@@ -47,7 +47,7 @@ CMAKE_OFF+=3D ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:= S/^/E > > > PORTSCOUT=3D limitw:1,even > > > USES+=3D iconv > > > CMAKE_ON+=3D ENABLE_CPP > > >-PLIST_SUB+=3D SHLIB_VER=3D107 > > >+PLIST_SUB+=3D SHLIB_VER=3D108 > > > > > > OPTIONS_DEFINE=3D CURL OPENJPEG > > > OPTIONS_DEFAULT=3D OPENJPEG > > > > > >Modified: head/graphics/poppler/distinfo > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -1,3 +1,3 @@ > > >-TIMESTAMP =3D 1612288566 > > >-SHA256 (poppler-21.02.0.tar.xz) =3D 5c14759c99891e6e472aced6d5f0ff1da= cf85d80cd9026d365c55c653edf792c > > >-SIZE (poppler-21.02.0.tar.xz) =3D 1684496 > > >+TIMESTAMP =3D 1614683481 > > >+SHA256 (poppler-21.03.0.tar.xz) =3D fd51ead4aac1d2f4684fa6e7b0ec06f02= 33ed21667e720a4e817e4455dd63d27 > > >+SIZE (poppler-21.03.0.tar.xz) =3D 1690848 > > > > > >Modified: head/graphics/pqiv/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D pqiv > > > PORTVERSION=3D 2.11 > > >-PORTREVISION=3D 18 > > >+PORTREVISION=3D 19 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D danilo@FreeBSD.org > > > > > >Modified: head/graphics/qcomicbook/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D QComicBook > > > PORTVERSION=3D 0.9.1 > > >-PORTREVISION=3D 24 > > >+PORTREVISION=3D 25 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D ports@FreeBSD.org > > > > > >Modified: head/graphics/sane-backends/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,6 +3,7 @@ > > > > > > PORTNAME=3D sane-backends > > > DISTVERSION=3D 1.0.32 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D https://gitlab.com/sane-project/backends/uploads/104f= 09c07d35519cc8e72e604f11643f/ > > > > > > > > >Modified: head/graphics/tikzit/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > PORTNAME=3D tikzit > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 2.1.6 > > >-PORTREVISION=3D 3 > > >+PORTREVISION=3D 4 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D lwhsu@FreeBSD.org > > > > > >Modified: head/graphics/vips/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D vips > > > PORTVERSION=3D 8.10.5 > > >-PORTREVISION=3D 3 > > >+PORTREVISION=3D 4 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D https://github.com/libvips/libvips/releases/download/= v${PORTVERSION}/ > > > > > > > > >Modified: head/graphics/xournal/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D xournal > > > PORTVERSION=3D 0.4.8.2016 > > >-PORTREVISION=3D 22 > > >+PORTREVISION=3D 23 > > > CATEGORIES=3D graphics > > > MASTER_SITES=3D SF > > > > > > > > >Modified: head/graphics/xournalpp/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D xournalpp > > > DISTVERSION=3D 1.0.20 > > >-PORTREVISION=3D 2 > > >+PORTREVISION=3D 3 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D yuri@FreeBSD.org > > > > > >Modified: head/graphics/yacreader/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D yacreader > > > DISTVERSION=3D 9.7.1 > > >-PORTREVISION=3D 5 > > >+PORTREVISION=3D 6 > > > CATEGORIES=3D graphics > > > > > > MAINTAINER=3D jbeich@FreeBSD.org > > > > > >Modified: head/mail/claws-mail-pdf_viewer/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -2,7 +2,7 @@ > > > # $FreeBSD$ > > > > > > PORTNAME=3D pdf_viewer > > >-PORTREVISION=3D 3 > > >+PORTREVISION=3D 4 > > > > > > COMMENT=3D PDF and PostScript viewer plugin for Claws Mail > > > > > > > > >Modified: head/mail/textmail/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D textmail > > > PORTVERSION=3D 20070803 > > >-PORTREVISION=3D 23 > > >+PORTREVISION=3D 24 > > > CATEGORIES=3D mail > > > MASTER_SITES=3D http://raf.org/textmail/ > > > > > > > > >Modified: head/math/cantor/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -4,6 +4,7 @@ > > > > > > PORTNAME=3D cantor > > > DISTVERSION=3D ${KDE_APPLICATIONS_VERSION} > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D math kde kde-applications > > > > > > MAINTAINER=3D kde@FreeBSD.org > > > > > >Modified: head/math/labplot/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D labplot > > > DISTVERSION=3D 2.8.1 > > >-PORTREVISION=3D 4 > > >+PORTREVISION=3D 5 > > > CATEGORIES=3D math kde > > > MASTER_SITES=3D KDE/stable/${PORTNAME}/${PORTVERSION} > > > > > > > > >Modified: head/misc/tellico/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -3,6 +3,7 @@ > > > > > > PORTNAME=3D tellico > > > DISTVERSION=3D 3.3.5 > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D misc kde > > > MASTER_SITES=3D http://tellico-project.org/files/ > > > > > > > > >Modified: head/net/kitinerary/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,6 +2,7 @@ > > > > > > PORTNAME=3D kitinerary > > > DISTVERSION=3D ${KDE_APPLICATIONS_VERSION} > > >+PORTREVISION=3D 1 > > > CATEGORIES=3D net kde kde-applications > > > > > > MAINTAINER=3D kde@FreeBSD.org > > > > > >Modified: head/print/cups-filters/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/cups-filters/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D cups-filters > > > PORTVERSION=3D 1.28.6 > > >-PORTREVISION=3D 4 > > >+PORTREVISION=3D 5 > > > CATEGORIES=3D print > > > MASTER_SITES=3D https://www.openprinting.org/download/cups-filters/ > > > > > > > > >Modified: head/print/deforaos-pdfviewer/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D pdfviewer > > > PORTVERSION=3D 0.0.2 > > >-PORTREVISION=3D 22 > > >+PORTREVISION=3D 23 > > > CATEGORIES=3D print > > > MASTER_SITES=3D http://www.defora.org/os/download/download/4431/ > > > PKGNAMEPREFIX=3D deforaos- > > > > > >Modified: head/print/ghostscript9-agpl-base/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D ghostscript > > > PORTVERSION=3D 9.52 > > >-PORTREVISION=3D 14 > > >+PORTREVISION=3D 15 > > > CATEGORIES=3D print > > > MASTER_SITES=3D https://github.com/ArtifexSoftware/ghostpdl-downloads= /releases/download/gs${PORTVERSION:S/.//}/ > > > PKGNAMESUFFIX=3D 9-agpl-base > > > > > >Modified: head/print/pdf-tools/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/pdf-tools/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -4,7 +4,7 @@ PORTNAME=3D pdf-tools > > > DISTVERSIONPREFIX=3D v > > > DISTVERSION=3D 0.90-41 > > > DISTVERSIONSUFFIX=3D -g2ece508 > > >-PORTREVISION=3D 11 > > >+PORTREVISION=3D 12 > > > CATEGORIES=3D print elisp > > > PKGNAMESUFFIX=3D ${EMACS_PKGNAMESUFFIX} > > > > > > > > >Modified: head/print/qpdfview/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D qpdfview > > > DISTVERSION=3D 0.4.18 > > >-PORTREVISION=3D 15 > > >+PORTREVISION=3D 16 > > > CATEGORIES=3D print > > > MASTER_SITES=3D https://launchpadlibrarian.net/294276875/ \ > > > https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/= +download/ > > > > > >Modified: head/print/scribus-devel/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/scribus-devel/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D scribus > > > PORTVERSION=3D 1.5.6.1 > > >-PORTREVISION=3D 1 > > >+PORTREVISION=3D 2 > > > CATEGORIES=3D print editors > > > MASTER_SITES=3D SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERS= ION}/ \ > > > http://www.scribus.net/downloads/${PORTVERSION}/ > > > > > >Modified: head/print/texlive-base/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D texlive > > > PORTVERSION=3D 20150521 > > >-PORTREVISION=3D 62 > > >+PORTREVISION=3D 63 > > > CATEGORIES=3D print > > > MASTER_SITES=3D TEX_CTAN/systems/texlive/Source/ > > > PKGNAMESUFFIX=3D -base > > > > > >Modified: head/print/xreader/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D xreader > > > PORTVERSION=3D 2.8.3 > > >-PORTREVISION=3D 1 > > >+PORTREVISION=3D 2 > > > CATEGORIES=3D print gnome > > > > > > MAINTAINER=3D danfe@FreeBSD.org > > > > > >Modified: head/sysutils/tracker-miners/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D tracker-miners > > > PORTVERSION=3D 2.3.5 > > >-PORTREVISION=3D 6 > > >+PORTREVISION=3D 7 > > > CATEGORIES=3D sysutils gnome > > > MASTER_SITES=3D GNOME > > > > > > > > >Modified: head/textproc/pdfgrep/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D pdfgrep > > > PORTVERSION=3D 2.1.1 > > >-PORTREVISION=3D 25 > > >+PORTREVISION=3D 26 > > > CATEGORIES=3D textproc > > > MASTER_SITES=3D https://pdfgrep.org/download/ > > > > > > > > >Modified: head/textproc/pdfsandwich/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D pdfsandwich > > > DISTVERSION=3D 0.1.7 > > >-PORTREVISION=3D 19 > > >+PORTREVISION=3D 20 > > > CATEGORIES=3D textproc > > > MASTER_SITES=3D SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ > > > > > > > > >Modified: head/textproc/py-pdftotext/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 202= 1 (r567865) > > >+++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 202= 1 (r567866) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D pdftotext > > > PORTVERSION=3D 2.1.5 > > >-PORTREVISION=3D 4 > > >+PORTREVISION=3D 5 > > > CATEGORIES=3D textproc python > > > MASTER_SITES=3D CHEESESHOP > > > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > > > > > >Modified: head/www/hotcrp/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r56786= 5) > > >+++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r56786= 6) > > >@@ -2,7 +2,7 @@ > > > > > > PORTNAME=3D hotcrp > > > PORTVERSION=3D 2.94 > > >-PORTREVISION=3D 22 > > >+PORTREVISION=3D 23 > > > CATEGORIES=3D www > > > MASTER_SITES=3D http://www.read.seas.harvard.edu/~kohler/hotcrp/ > > > > > > > > >Modified: head/x11/eaglemode/Makefile > > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >--- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 = (r567865) > > >+++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 = (r567866) > > >@@ -3,7 +3,7 @@ > > > > > > PORTNAME=3D eaglemode > > > PORTVERSION=3D 0.95.0 > > >-PORTREVISION=3D 8 > > >+PORTREVISION=3D 9 > > > CATEGORIES=3D x11 > > > MASTER_SITES=3D SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > > --m90OyT44h8P4eZwr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmBHdugACgkQelmbhSCD nJ2DtRAAwwQasByfN5dLkeLoVCdQFCdDwEO7W6lS2D9W6JVB7QRL41ECGGMzGdMI /6US5D76nGEa6UzxuqRfodpbO61uVofEX1WZ/ZyZ/rkfj1XBlP8AhEpTte9cHBhe FLcGb4nUCeJrm0D4awCnkr8/JBiNw234IMTb/x8XDjADeBoMGSdwt/j0eQA8QXht bgzsct0f25//Ir8EjR+1n0UMWz832ZUSEf+ODNOQFUjzlKhp/algYNwbqKnGhgmK 7z0wDrs0xug/V5MXE8xP0DOy/SnEhIYt6FcRMpCvPPvZph+cGHvKVQFBPo9JOKwk eMeuDn0KVZgYUfhl/AcfFiXXzARNfXB9E08v1e9VbfhxE78/scqNjesRHFC8PNg2 Y7iIlTGVU7PJTnnZ49DUGYiHrRfoCAWT5HE5Uhb4aRZmigmJ5CtcOKZPX1RMnh6S Cwv+i2WEltM22WjZnLITRmJBasjCHiYQG0kxc2MErTslHzPStQQLaOXz42mV+wor I08t32//gKumIoQPPqVc7sgrJcs2nmqHld4cod9PcoeS0SaTxuC/AmyDY7G1FOXa /fQ4/0Gb1TmoSuZ1oZvvWM85c8709mx2Q+laBU9mOSYblFIvOysiKkKykZVSE375 vCX78DFVZ0ZJCVJpOoIjyZG8VbfAQW/jsxtToxYRdonCYRyXuGA= =tgWP -----END PGP SIGNATURE----- --m90OyT44h8P4eZwr-- From owner-svn-ports-all@freebsd.org Tue Mar 9 13:52:00 2021 Return-Path: Delivered-To: svn-ports-all@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 11731552D80; Tue, 9 Mar 2021 13:52:00 +0000 (UTC) (envelope-from osa@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 4DvxTX02Qmz4Rxm; Tue, 9 Mar 2021 13:52:00 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E85E11CB73; Tue, 9 Mar 2021 13:51:59 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129DpxYJ008430; Tue, 9 Mar 2021 13:51:59 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129Dpxri008427; Tue, 9 Mar 2021 13:51:59 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202103091351.129Dpxri008427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 9 Mar 2021 13:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567928 - head/www/nginx-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/nginx-devel X-SVN-Commit-Revision: 567928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 13:52:00 -0000 Author: osa Date: Tue Mar 9 13:51:59 2021 New Revision: 567928 URL: https://svnweb.freebsd.org/changeset/ports/567928 Log: Update NGINX JavaScript module from 0.5.1 to 0.5.2. Bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Mar 9 13:13:30 2021 (r567927) +++ head/www/nginx-devel/Makefile Tue Mar 9 13:51:59 2021 (r567928) @@ -3,7 +3,7 @@ PORTNAME?= nginx PORTVERSION= 1.19.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Tue Mar 9 13:13:30 2021 (r567927) +++ head/www/nginx-devel/Makefile.extmod Tue Mar 9 13:51:59 2021 (r567928) @@ -231,7 +231,7 @@ NAXSI_NGINX_VER= 1.3 NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src -NJS_GH_TUPLE= nginx:njs:0.5.1:njs +NJS_GH_TUPLE= nginx:njs:0.5.2:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx NJS_USES= libedit Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Mar 9 13:13:30 2021 (r567927) +++ head/www/nginx-devel/distinfo Tue Mar 9 13:51:59 2021 (r567928) @@ -1,4 +1,4 @@ -TIMESTAMP = 1614189908 +TIMESTAMP = 1615297765 SHA256 (nginx-1.19.7.tar.gz) = 7ae4dd020c41d3a5e1e6a8578fcc60e508e3e27e7668e845ddc87a05a775b50e SIZE (nginx-1.19.7.tar.gz) = 1056631 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920 SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628 SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626 -SHA256 (nginx-njs-0.5.1_GH0.tar.gz) = d44f7eca7d9998101a546690249f90c8833109faed6a017ee1b32855022a6bcf -SIZE (nginx-njs-0.5.1_GH0.tar.gz) = 516345 +SHA256 (nginx-njs-0.5.2_GH0.tar.gz) = 13781a3a92ad61fdb409a87048e3b7a76f36a5569b0c705006e1f2224056b7d1 +SIZE (nginx-njs-0.5.2_GH0.tar.gz) = 519331 SHA256 (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = b082bb8e0f4de2e3361c9cae79e266856de1e5b26a43611e08446b7c2bc0b2b4 SIZE (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = 664357 SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b From owner-svn-ports-all@freebsd.org Tue Mar 9 14:00:16 2021 Return-Path: Delivered-To: svn-ports-all@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 5F497552DCE; Tue, 9 Mar 2021 14:00:16 +0000 (UTC) (envelope-from lcook@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 4Dvxg42K8Mz4SRB; Tue, 9 Mar 2021 14:00:16 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4278D1D504; Tue, 9 Mar 2021 14:00:16 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129E0GIA008880; Tue, 9 Mar 2021 14:00:16 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129E0FQg008879; Tue, 9 Mar 2021 14:00:15 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103091400.129E0FQg008879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Tue, 9 Mar 2021 14:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567929 - head/security/p5-Crypt-Argon2 X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/security/p5-Crypt-Argon2 X-SVN-Commit-Revision: 567929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:00:16 -0000 Author: lcook Date: Tue Mar 9 14:00:15 2021 New Revision: 567929 URL: https://svnweb.freebsd.org/changeset/ports/567929 Log: security/p5-Crypt-Argon2: Update to 0.009 Changes: https://metacpan.org/changes/release/LEONT/Crypt-Argon2-0.009 PR: 254145 Submitted by: Sergei Vyshenski (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29135 Modified: head/security/p5-Crypt-Argon2/Makefile head/security/p5-Crypt-Argon2/distinfo Modified: head/security/p5-Crypt-Argon2/Makefile ============================================================================== --- head/security/p5-Crypt-Argon2/Makefile Tue Mar 9 13:51:59 2021 (r567928) +++ head/security/p5-Crypt-Argon2/Makefile Tue Mar 9 14:00:15 2021 (r567929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-Argon2 -PORTVERSION= 0.008 +PORTVERSION= 0.009 CATEGORIES= security MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Crypt-Argon2/distinfo ============================================================================== --- head/security/p5-Crypt-Argon2/distinfo Tue Mar 9 13:51:59 2021 (r567928) +++ head/security/p5-Crypt-Argon2/distinfo Tue Mar 9 14:00:15 2021 (r567929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613813153 -SHA256 (Crypt-Argon2-0.008.tar.gz) = c31191ad2cd42b849c223040615acec5458c4e241c5dcecfa267958c6a170dfa -SIZE (Crypt-Argon2-0.008.tar.gz) = 35004 +TIMESTAMP = 1615235447 +SHA256 (Crypt-Argon2-0.009.tar.gz) = 2d0f054618a36ba95e2116329a5262f51f9c1ad2f59788abea096ecad775b633 +SIZE (Crypt-Argon2-0.009.tar.gz) = 35076 From owner-svn-ports-all@freebsd.org Tue Mar 9 14:03:36 2021 Return-Path: Delivered-To: svn-ports-all@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 2FE2455359F; Tue, 9 Mar 2021 14:03:36 +0000 (UTC) (envelope-from lcook@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 4Dvxkw0x5Gz4StM; Tue, 9 Mar 2021 14:03:36 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1365A1D17F; Tue, 9 Mar 2021 14:03:36 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129E3ZL3015051; Tue, 9 Mar 2021 14:03:35 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129E3ZuO015049; Tue, 9 Mar 2021 14:03:35 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103091403.129E3ZuO015049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Tue, 9 Mar 2021 14:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567930 - head/devel/jetbrains-goland X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/devel/jetbrains-goland X-SVN-Commit-Revision: 567930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:03:36 -0000 Author: lcook Date: Tue Mar 9 14:03:35 2021 New Revision: 567930 URL: https://svnweb.freebsd.org/changeset/ports/567930 Log: devel/jetbrains-goland: Update to 2020.3.3 Changes: https://confluence.jetbrains.com/display/GOLAND/GoLand%2B2020.3.3%2BRelease%2BNotes PR: 254143 Submitted by: Dmitry Wagin (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29134 Modified: head/devel/jetbrains-goland/Makefile head/devel/jetbrains-goland/distinfo Modified: head/devel/jetbrains-goland/Makefile ============================================================================== --- head/devel/jetbrains-goland/Makefile Tue Mar 9 14:00:15 2021 (r567929) +++ head/devel/jetbrains-goland/Makefile Tue Mar 9 14:03:35 2021 (r567930) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goland -PORTVERSION= 2020.3.2 +PORTVERSION= 2020.3.3 CATEGORIES= devel java MASTER_SITES= https://download-cf.jetbrains.com/go/ PKGNAMEPREFIX= jetbrains- @@ -28,7 +28,7 @@ SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes NO_BUILD= yes -SUB_FILES= goland goland.desktop pkg-message +SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message WRKSRC= ${WRKDIR}/GoLand-${PORTVERSION} @@ -40,22 +40,26 @@ DELVE_DESC= Debugger for the Go programming language DELVE_RUN_DEPENDS= delve>0:devel/delve do-install: +# Initial JDK 15+ support + @${REINPLACE_CMD} '/UseConcMarkSweepGC/d' ${WRKSRC}/bin/${PORTNAME}.vmoptions + @${REINPLACE_CMD} '/UseConcMarkSweepGC/d' ${WRKSRC}/bin/${PORTNAME}64.vmoptions # Linux/Windows/OS X only so remove them - @${RM} -r ${WRKSRC}/bin/fsnotifier \ + @${RM} -r \ + ${WRKSRC}/bin/fsnotifier \ ${WRKSRC}/bin/fsnotifier-arm \ ${WRKSRC}/bin/fsnotifier64 \ + ${WRKSRC}/jbr \ + ${WRKSRC}/jre64 \ ${WRKSRC}/lib/pty4j-native \ ${WRKSRC}/plugins/go/lib/dlv \ ${WRKSRC}/plugins/performanceTesting/bin -# Remove bundled linux JetBrains Runtime and OpenJDK - @${RM} -r ${WRKSRC}/jbr ${WRKSRC}/jre64 ${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ - "! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") + "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") - ${INSTALL_SCRIPT} ${WRKDIR}/goland ${STAGEDIR}${PREFIX}/bin/goland - ${INSTALL_MAN} ${FILESDIR}/goland.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKDIR}/goland.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Use pty4j replacement provided by java/intellij-pty4j Modified: head/devel/jetbrains-goland/distinfo ============================================================================== --- head/devel/jetbrains-goland/distinfo Tue Mar 9 14:00:15 2021 (r567929) +++ head/devel/jetbrains-goland/distinfo Tue Mar 9 14:03:35 2021 (r567930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612110616 -SHA256 (jetbrains/goland-2020.3.2.tar.gz) = 5f1bacaadac20259b58215fb3a5f58fe97ba1051279a7f9060693d1e1ea18b03 -SIZE (jetbrains/goland-2020.3.2.tar.gz) = 484904300 +TIMESTAMP = 1615152004 +SHA256 (jetbrains/goland-2020.3.3.tar.gz) = 276b07c8b8a49a62c002d9565fb33a8e6800e40edfdb809d70870e6074db86f8 +SIZE (jetbrains/goland-2020.3.3.tar.gz) = 484958892 From owner-svn-ports-all@freebsd.org Tue Mar 9 14:10:35 2021 Return-Path: Delivered-To: svn-ports-all@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 CE8105536D8; Tue, 9 Mar 2021 14:10:35 +0000 (UTC) (envelope-from emaste@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 4Dvxtz5YbHz4Sy5; Tue, 9 Mar 2021 14:10:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B22CB1D78B; Tue, 9 Mar 2021 14:10:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129EAZD6015356; Tue, 9 Mar 2021 14:10:35 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129EAZvV015355; Tue, 9 Mar 2021 14:10:35 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202103091410.129EAZvV015355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Tue, 9 Mar 2021 14:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567931 - head/japanese/kon2-16dot X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/japanese/kon2-16dot X-SVN-Commit-Revision: 567931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:10:35 -0000 Author: emaste (src committer) Date: Tue Mar 9 14:10:35 2021 New Revision: 567931 URL: https://svnweb.freebsd.org/changeset/ports/567931 Log: japanese/kon2-16dot: fix build with base system PIE default PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. Emailed maintainer for approval, no objection. PR: 253275 [exp-run] Submitted by: Dawid Gorecki Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28868 Modified: head/japanese/kon2-16dot/Makefile Modified: head/japanese/kon2-16dot/Makefile ============================================================================== --- head/japanese/kon2-16dot/Makefile Tue Mar 9 14:03:35 2021 (r567930) +++ head/japanese/kon2-16dot/Makefile Tue Mar 9 14:10:35 2021 (r567931) @@ -25,6 +25,9 @@ SUB_LIST= KON16FONT=${KON16FONT} \ OPTIONS_DEFINE= DOCS +# XXX Static libraries with PIE are currently unsupported. +MAKE_ARGS+= WITHOUT_PIE=true + .include .if !defined(KONFONT) From owner-svn-ports-all@freebsd.org Tue Mar 9 14:13:34 2021 Return-Path: Delivered-To: svn-ports-all@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 22D4D5537B7; Tue, 9 Mar 2021 14:13:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvxyQ0XGqz4Td4; Tue, 9 Mar 2021 14:13:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 057501D2FE; Tue, 9 Mar 2021 14:13:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129EDXJ0020982; Tue, 9 Mar 2021 14:13:33 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129EDXkR020981; Tue, 9 Mar 2021 14:13:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103091413.129EDXkR020981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Mar 2021 14:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567932 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 567932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:13:34 -0000 Author: mat Date: Tue Mar 9 14:13:33 2021 New Revision: 567932 URL: https://svnweb.freebsd.org/changeset/ports/567932 Log: Remove LUA_LIBDIR from PLIST_SUB. It contains only `lib` and gets replaced in so many wrong places it is a bad idea to have it. Differential Revision: https://reviews.freebsd.org/D29138 Modified: head/Mk/Uses/lua.mk Modified: head/Mk/Uses/lua.mk ============================================================================== --- head/Mk/Uses/lua.mk Tue Mar 9 14:10:35 2021 (r567931) +++ head/Mk/Uses/lua.mk Tue Mar 9 14:13:33 2021 (r567932) @@ -243,7 +243,6 @@ PLIST_SUB+= LUA_MODLIBDIR=${LUA_MODLIBDIR:S,^${LUA_PRE LUA_MODSHAREDIR=${LUA_MODSHAREDIR:S,^${LUA_PREFIX}/,,} \ LUA_MODDOCSDIR=${LUA_MODDOCSDIR:S,^${LUA_PREFIX}/,,} \ LUA_INCDIR=${LUA_INCDIR:S,^${LUA_BASE}/,,} \ - LUA_LIBDIR=${LUA_LIBDIR:S,^${LUA_BASE}/,,} \ LUA_VER=${LUA_VER} \ LUA_VER_STR=${LUA_VER_STR} MAKE_ENV+= LUA_MODLIBDIR=${LUA_MODLIBDIR} \ From owner-svn-ports-all@freebsd.org Tue Mar 9 14:13:45 2021 Return-Path: Delivered-To: svn-ports-all@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 1EB38553776; Tue, 9 Mar 2021 14:13:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvxyc74hcz4TRg; Tue, 9 Mar 2021 14:13:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E59591D55D; Tue, 9 Mar 2021 14:13:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129EDije021436; Tue, 9 Mar 2021 14:13:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129EDfR1021419; Tue, 9 Mar 2021 14:13:41 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103091413.129EDfR1021419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Mar 2021 14:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567933 - in head: archivers/rpm4 editors/neovim graphics/cegui graphics/ipe irc/hexchat lang/fennel lang/lua53 lang/lua54 lang/tolua++ mail/dovecot net-im/prosody net/freeswitch textpr... X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: archivers/rpm4 editors/neovim graphics/cegui graphics/ipe irc/hexchat lang/fennel lang/lua53 lang/lua54 lang/tolua++ mail/dovecot net-im/prosody net/freeswitch textproc/fcitx5-lua www/domotic... X-SVN-Commit-Revision: 567933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:13:45 -0000 Author: mat Date: Tue Mar 9 14:13:41 2021 New Revision: 567933 URL: https://svnweb.freebsd.org/changeset/ports/567933 Log: Remove occurrences of %%LUA_LIBDIR%%. Differential Revision: https://reviews.freebsd.org/D29138 Modified: head/archivers/rpm4/pkg-plist (contents, props changed) head/editors/neovim/pkg-plist (contents, props changed) head/graphics/cegui/pkg-plist (contents, props changed) head/graphics/ipe/pkg-plist (contents, props changed) head/irc/hexchat/pkg-plist (contents, props changed) head/lang/fennel/pkg-plist (contents, props changed) head/lang/lua53/pkg-plist (contents, props changed) head/lang/lua54/pkg-plist (contents, props changed) head/lang/tolua++/pkg-plist (contents, props changed) head/mail/dovecot/pkg-plist (contents, props changed) head/net-im/prosody/pkg-plist (contents, props changed) head/net/freeswitch/pkg-plist (contents, props changed) head/textproc/fcitx5-lua/pkg-plist (contents, props changed) head/www/domoticz/pkg-plist (contents, props changed) head/www/lighttpd/pkg-plist (contents, props changed) head/www/luakit-devel/pkg-plist (contents, props changed) head/www/luakit/pkg-plist (contents, props changed) head/www/osrm-backend/pkg-plist (contents, props changed) head/x11-wm/awesome/pkg-plist (contents, props changed) Modified: head/archivers/rpm4/pkg-plist ============================================================================== --- head/archivers/rpm4/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/archivers/rpm4/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -25,7 +25,7 @@ include/rpm/rpmfiles.h include/rpm/rpmfileutil.h include/rpm/rpmio.h include/rpm/rpmkeyring.h -include/rpm/rpm%%LUA_LIBDIR%%.h +include/rpm/rpmlib.h include/rpm/rpmlog.h include/rpm/rpmmacro.h include/rpm/rpmpgp.h @@ -46,137 +46,137 @@ include/rpm/rpmtypes.h include/rpm/rpmurl.h include/rpm/rpmutil.h include/rpm/rpmver.h -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so.9 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpm.so.9.1.2 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so.9 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmbuild.so.9.1.2 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so.9 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmio.so.9.1.2 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so.9 -%%LUA_LIBDIR%%/%%LUA_LIBDIR%%rpmsign.so.9.1.2 +lib/librpm.so +lib/librpm.so.9 +lib/librpm.so.9.1.2 +lib/librpmbuild.so +lib/librpmbuild.so.9 +lib/librpmbuild.so.9.1.2 +lib/librpmio.so +lib/librpmio.so.9 +lib/librpmio.so.9.1.2 +lib/librpmsign.so +lib/librpmsign.so.9 +lib/librpmsign.so.9.1.2 %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpm.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py -%%LUA_LIBDIR%%/rpm/brp-compress -%%LUA_LIBDIR%%/rpm/brp-java-gcjcompile -%%LUA_LIBDIR%%/rpm/brp-python-bytecompile -%%LUA_LIBDIR%%/rpm/brp-python-hardlink -%%LUA_LIBDIR%%/rpm/brp-strip -%%LUA_LIBDIR%%/rpm/brp-strip-comment-note -%%LUA_LIBDIR%%/rpm/brp-strip-shared -%%LUA_LIBDIR%%/rpm/brp-strip-static-archive -%%LUA_LIBDIR%%/rpm/check-buildroot -%%LUA_LIBDIR%%/rpm/check-files -%%LUA_LIBDIR%%/rpm/check-prereqs -%%LUA_LIBDIR%%/rpm/check-rpaths -%%LUA_LIBDIR%%/rpm/check-rpaths-worker -%%LUA_LIBDIR%%/rpm/fileattrs/debuginfo.attr -%%LUA_LIBDIR%%/rpm/fileattrs/desktop.attr -%%LUA_LIBDIR%%/rpm/fileattrs/elf.attr -%%LUA_LIBDIR%%/rpm/fileattrs/font.attr -%%LUA_LIBDIR%%/rpm/fileattrs/%%LUA_LIBDIR%%tool.attr -%%LUA_LIBDIR%%/rpm/fileattrs/metainfo.attr -%%LUA_LIBDIR%%/rpm/fileattrs/ocaml.attr -%%LUA_LIBDIR%%/rpm/fileattrs/perl.attr -%%LUA_LIBDIR%%/rpm/fileattrs/perl%%LUA_LIBDIR%%.attr -%%LUA_LIBDIR%%/rpm/fileattrs/pkgconfig.attr -%%LUA_LIBDIR%%/rpm/fileattrs/python.attr -%%LUA_LIBDIR%%/rpm/fileattrs/pythondist.attr -%%LUA_LIBDIR%%/rpm/fileattrs/script.attr -%%LUA_LIBDIR%%/rpm/find-lang.sh -%%LUA_LIBDIR%%/rpm/find-provides -%%LUA_LIBDIR%%/rpm/find-requires -%%LUA_LIBDIR%%/rpm/fontconfig.prov -%%LUA_LIBDIR%%/rpm/%%LUA_LIBDIR%%tooldeps.sh -%%LUA_LIBDIR%%/rpm/macros -%%LUA_LIBDIR%%/rpm/mkinstalldirs -%%LUA_LIBDIR%%/rpm/ocamldeps.sh -%%LUA_LIBDIR%%/rpm/perl.prov -%%LUA_LIBDIR%%/rpm/perl.req -%%LUA_LIBDIR%%/rpm/pkgconfigdeps.sh -%%LUA_LIBDIR%%/rpm/platform/aarch64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alpha-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alphaev5-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alphaev56-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alphaev6-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alphaev67-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/alphapca56-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/amd64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv3l-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv4b-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv4l-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv5tejl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv5tel-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv5tl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv6hl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv6l-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv7hl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv7hnl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv7l-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv8hl-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/armv8l-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/athlon-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/geode-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/i386-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/i486-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/i586-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/i686-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ia32e-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ia64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/m68k-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mips-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mips64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mips64el-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mips64r6-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mips64r6el-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mipsel-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mipsr6-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/mipsr6el-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/noarch-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/pentium3-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/pentium4-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc32dy4-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc64iseries-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc64le-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc64p7-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc64pseries-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc8260-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppc8560-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppciseries-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/ppcpseries-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/riscv64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/s390-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/s390x-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sh-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sh3-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sh4-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sh4a-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparc-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparc64-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparc64v-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparcv8-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparcv9-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/sparcv9v-%%OPSYS%%/macros -%%LUA_LIBDIR%%/rpm/platform/x86_64-%%OPSYS%%/macros -%%PYTHON%%%%LUA_LIBDIR%%/rpm/pythondistdeps.py -%%LUA_LIBDIR%%/rpm/rpm.daily -%%LUA_LIBDIR%%/rpm/rpm.log -%%LUA_LIBDIR%%/rpm/rpm.supp -%%LUA_LIBDIR%%/rpm/rpm2cpio.sh -%%LUA_LIBDIR%%/rpm/rpmdb_dump -%%LUA_LIBDIR%%/rpm/rpmdb_load -%%LUA_LIBDIR%%/rpm/rpmdeps -%%LUA_LIBDIR%%/rpm/rpmpopt-%%VERSION%% -%%LUA_LIBDIR%%/rpm/rpmrc -%%LUA_LIBDIR%%/rpm/script.req -%%LUA_LIBDIR%%/rpm/tgpg -%%LUA_LIBDIR%%data/pkgconfig/rpm.pc +lib/rpm/brp-compress +lib/rpm/brp-java-gcjcompile +lib/rpm/brp-python-bytecompile +lib/rpm/brp-python-hardlink +lib/rpm/brp-strip +lib/rpm/brp-strip-comment-note +lib/rpm/brp-strip-shared +lib/rpm/brp-strip-static-archive +lib/rpm/check-buildroot +lib/rpm/check-files +lib/rpm/check-prereqs +lib/rpm/check-rpaths +lib/rpm/check-rpaths-worker +lib/rpm/fileattrs/debuginfo.attr +lib/rpm/fileattrs/desktop.attr +lib/rpm/fileattrs/elf.attr +lib/rpm/fileattrs/font.attr +lib/rpm/fileattrs/libtool.attr +lib/rpm/fileattrs/metainfo.attr +lib/rpm/fileattrs/ocaml.attr +lib/rpm/fileattrs/perl.attr +lib/rpm/fileattrs/perllib.attr +lib/rpm/fileattrs/pkgconfig.attr +lib/rpm/fileattrs/python.attr +lib/rpm/fileattrs/pythondist.attr +lib/rpm/fileattrs/script.attr +lib/rpm/find-lang.sh +lib/rpm/find-provides +lib/rpm/find-requires +lib/rpm/fontconfig.prov +lib/rpm/libtooldeps.sh +lib/rpm/macros +lib/rpm/mkinstalldirs +lib/rpm/ocamldeps.sh +lib/rpm/perl.prov +lib/rpm/perl.req +lib/rpm/pkgconfigdeps.sh +lib/rpm/platform/aarch64-%%OPSYS%%/macros +lib/rpm/platform/alpha-%%OPSYS%%/macros +lib/rpm/platform/alphaev5-%%OPSYS%%/macros +lib/rpm/platform/alphaev56-%%OPSYS%%/macros +lib/rpm/platform/alphaev6-%%OPSYS%%/macros +lib/rpm/platform/alphaev67-%%OPSYS%%/macros +lib/rpm/platform/alphapca56-%%OPSYS%%/macros +lib/rpm/platform/amd64-%%OPSYS%%/macros +lib/rpm/platform/armv3l-%%OPSYS%%/macros +lib/rpm/platform/armv4b-%%OPSYS%%/macros +lib/rpm/platform/armv4l-%%OPSYS%%/macros +lib/rpm/platform/armv5tejl-%%OPSYS%%/macros +lib/rpm/platform/armv5tel-%%OPSYS%%/macros +lib/rpm/platform/armv5tl-%%OPSYS%%/macros +lib/rpm/platform/armv6hl-%%OPSYS%%/macros +lib/rpm/platform/armv6l-%%OPSYS%%/macros +lib/rpm/platform/armv7hl-%%OPSYS%%/macros +lib/rpm/platform/armv7hnl-%%OPSYS%%/macros +lib/rpm/platform/armv7l-%%OPSYS%%/macros +lib/rpm/platform/armv8hl-%%OPSYS%%/macros +lib/rpm/platform/armv8l-%%OPSYS%%/macros +lib/rpm/platform/athlon-%%OPSYS%%/macros +lib/rpm/platform/geode-%%OPSYS%%/macros +lib/rpm/platform/i386-%%OPSYS%%/macros +lib/rpm/platform/i486-%%OPSYS%%/macros +lib/rpm/platform/i586-%%OPSYS%%/macros +lib/rpm/platform/i686-%%OPSYS%%/macros +lib/rpm/platform/ia32e-%%OPSYS%%/macros +lib/rpm/platform/ia64-%%OPSYS%%/macros +lib/rpm/platform/m68k-%%OPSYS%%/macros +lib/rpm/platform/mips-%%OPSYS%%/macros +lib/rpm/platform/mips64-%%OPSYS%%/macros +lib/rpm/platform/mips64el-%%OPSYS%%/macros +lib/rpm/platform/mips64r6-%%OPSYS%%/macros +lib/rpm/platform/mips64r6el-%%OPSYS%%/macros +lib/rpm/platform/mipsel-%%OPSYS%%/macros +lib/rpm/platform/mipsr6-%%OPSYS%%/macros +lib/rpm/platform/mipsr6el-%%OPSYS%%/macros +lib/rpm/platform/noarch-%%OPSYS%%/macros +lib/rpm/platform/pentium3-%%OPSYS%%/macros +lib/rpm/platform/pentium4-%%OPSYS%%/macros +lib/rpm/platform/ppc-%%OPSYS%%/macros +lib/rpm/platform/ppc32dy4-%%OPSYS%%/macros +lib/rpm/platform/ppc64-%%OPSYS%%/macros +lib/rpm/platform/ppc64iseries-%%OPSYS%%/macros +lib/rpm/platform/ppc64le-%%OPSYS%%/macros +lib/rpm/platform/ppc64p7-%%OPSYS%%/macros +lib/rpm/platform/ppc64pseries-%%OPSYS%%/macros +lib/rpm/platform/ppc8260-%%OPSYS%%/macros +lib/rpm/platform/ppc8560-%%OPSYS%%/macros +lib/rpm/platform/ppciseries-%%OPSYS%%/macros +lib/rpm/platform/ppcpseries-%%OPSYS%%/macros +lib/rpm/platform/riscv64-%%OPSYS%%/macros +lib/rpm/platform/s390-%%OPSYS%%/macros +lib/rpm/platform/s390x-%%OPSYS%%/macros +lib/rpm/platform/sh-%%OPSYS%%/macros +lib/rpm/platform/sh3-%%OPSYS%%/macros +lib/rpm/platform/sh4-%%OPSYS%%/macros +lib/rpm/platform/sh4a-%%OPSYS%%/macros +lib/rpm/platform/sparc-%%OPSYS%%/macros +lib/rpm/platform/sparc64-%%OPSYS%%/macros +lib/rpm/platform/sparc64v-%%OPSYS%%/macros +lib/rpm/platform/sparcv8-%%OPSYS%%/macros +lib/rpm/platform/sparcv9-%%OPSYS%%/macros +lib/rpm/platform/sparcv9v-%%OPSYS%%/macros +lib/rpm/platform/x86_64-%%OPSYS%%/macros +%%PYTHON%%lib/rpm/pythondistdeps.py +lib/rpm/rpm.daily +lib/rpm/rpm.log +lib/rpm/rpm.supp +lib/rpm/rpm2cpio.sh +lib/rpm/rpmdb_dump +lib/rpm/rpmdb_load +lib/rpm/rpmdeps +lib/rpm/rpmpopt-%%VERSION%% +lib/rpm/rpmrc +lib/rpm/script.req +lib/rpm/tgpg +libdata/pkgconfig/rpm.pc man/fr/man8/rpm.8.gz man/ja/man8/rpm.8.gz man/ja/man8/rpm2cpio.8.gz @@ -240,5 +240,5 @@ man/sk/man8/rpm.8.gz %%NLS%%share/locale/vi/LC_MESSAGES/rpm.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/rpm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/rpm.mo -@dir %%LUA_LIBDIR%%/rpm/lua -@dir %%LUA_LIBDIR%%/rpm/macros.d +@dir lib/rpm/lua +@dir lib/rpm/macros.d Modified: head/editors/neovim/pkg-plist ============================================================================== --- head/editors/neovim/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/editors/neovim/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -904,7 +904,7 @@ share/nvim/runtime/syntax/cuplsim.vim share/nvim/runtime/syntax/cvs.vim share/nvim/runtime/syntax/cvsrc.vim share/nvim/runtime/syntax/cweb.vim -share/nvim/runtime/syntax/cyn%%LUA_LIBDIR%%.vim +share/nvim/runtime/syntax/cynlib.vim share/nvim/runtime/syntax/cynpp.vim share/nvim/runtime/syntax/d.vim share/nvim/runtime/syntax/datascript.vim Modified: head/graphics/cegui/pkg-plist ============================================================================== --- head/graphics/cegui/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/graphics/cegui/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -340,7 +340,7 @@ lib/libCEGUICommonDialogs-0.so.2.4.2 %%OGRE%%libdata/pkgconfig/CEGUI-0-OGRE.pc %%OPENGL%%libdata/pkgconfig/CEGUI-0-OPENGL.pc %%OPENGL3%%libdata/pkgconfig/CEGUI-0-OPENGL3.pc -%%SDL2%%%%LUA_LIBDIR%%/cegui-0.8/%%LUA_LIBDIR%%CEGUISDL2ImageCodec.so +%%SDL2%%lib/cegui-0.8/libCEGUISDL2ImageCodec.so libdata/pkgconfig/CEGUI-0.pc share/cegui-0/animations/GameMenu.anims share/cegui-0/animations/example.anims Modified: head/graphics/ipe/pkg-plist ============================================================================== --- head/graphics/ipe/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/graphics/ipe/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -96,5 +96,5 @@ man/man1/ipetoipe.1.gz %%DATADIR%%/%%VERSION%%/styles/right-to-left.isy %%DATADIR%%/%%VERSION%%/styles/tikz-shapes.isy share/pixmaps/ipe.png -%%LUA_LIBDIR%%/ipe/%%VERSION%%/ipelets/gridmaker.lua -%%LUA_LIBDIR%%/ipe/%%VERSION%%/ipelets/selectby.lua +lib/ipe/%%VERSION%%/ipelets/gridmaker.lua +lib/ipe/%%VERSION%%/ipelets/selectby.lua Modified: head/irc/hexchat/pkg-plist ============================================================================== --- head/irc/hexchat/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/irc/hexchat/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -5,7 +5,7 @@ lib/hexchat/plugins/checksum.so %%FISHLIM%%lib/hexchat/plugins/fishlim.so %%PERL%%lib/hexchat/plugins/perl.so lib/hexchat/plugins/python.so -%%LUA%%%%LUA_LIBDIR%%/hexchat/plugins/lua.so +%%LUA%%lib/hexchat/plugins/lua.so %%SYSINFO%%lib/hexchat/plugins/sysinfo.so libdata/pkgconfig/hexchat-plugin.pc man/man1/hexchat.1.gz Modified: head/lang/fennel/pkg-plist ============================================================================== --- head/lang/fennel/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/lang/fennel/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -1,3 +1,3 @@ bin/fennel -%%LUA_LIBDIR%%/fennelview.lua +lib/fennelview.lua man/man1/fennel.1.gz Modified: head/lang/lua53/pkg-plist ============================================================================== --- head/lang/lua53/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/lang/lua53/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -5,8 +5,8 @@ bin/luac%%LUA_VER_STR%% %%LUA_INCDIR%%/lua.hpp %%LUA_INCDIR%%/luaconf.h %%LUA_INCDIR%%/lualib.h -%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.a -%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.so +lib/liblua-%%LUA_VER%%.a +lib/liblua-%%LUA_VER%%.so libdata/pkgconfig/lua-%%LUA_VER%%.pc man/man1/lua%%LUA_VER_STR%%.1.gz man/man1/luac%%LUA_VER_STR%%.1.gz Modified: head/lang/lua54/pkg-plist ============================================================================== --- head/lang/lua54/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/lang/lua54/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -5,8 +5,8 @@ bin/luac%%LUA_VER_STR%% %%LUA_INCDIR%%/lua.hpp %%LUA_INCDIR%%/luaconf.h %%LUA_INCDIR%%/lualib.h -%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.a -%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.so +lib/liblua-%%LUA_VER%%.a +lib/liblua-%%LUA_VER%%.so libdata/pkgconfig/lua-%%LUA_VER%%.pc man/man1/lua%%LUA_VER_STR%%.1.gz man/man1/luac%%LUA_VER_STR%%.1.gz Modified: head/lang/tolua++/pkg-plist ============================================================================== --- head/lang/tolua++/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/lang/tolua++/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -1,6 +1,6 @@ bin/tolua++ bin/tolua++-%%LUA_VER%% -%%LUA_LIBDIR%%/libtolua++.a -%%LUA_LIBDIR%%/libtolua++.so +lib/libtolua++.a +lib/libtolua++.so lib/libtolua++-%%LUA_VER%%.so %%LUA_INCDIR%%/tolua++.h Modified: head/mail/dovecot/pkg-plist ============================================================================== --- head/mail/dovecot/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/mail/dovecot/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -50,10 +50,10 @@ %%LDAP%%lib/dovecot/libdovecot-ldap.so.0 %%LDAP%%lib/dovecot/libdovecot-ldap.so.0.0.0 %%LIBWRAP%%libexec/dovecot/tcpwrap -%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a -%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so -%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a -%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.so +%%LUA%%lib/dovecot/lib01_mail_lua_plugin.a +%%LUA%%lib/dovecot/lib01_mail_lua_plugin.so +%%LUA%%lib/dovecot/lib22_push_notification_lua_plugin.a +%%LUA%%lib/dovecot/lib22_push_notification_lua_plugin.so %%LUA%%include/dovecot/dlua-script-private.h %%LUA%%include/dovecot/dlua-script.h %%LUA%%include/dovecot/mail-lua-plugin.h Modified: head/net-im/prosody/pkg-plist ============================================================================== --- head/net-im/prosody/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/net-im/prosody/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -4,220 +4,220 @@ bin/prosody-migrator @dir %%ETCDIR%%/certs @sample %%ETCDIR%%/migrator.cfg.lua.sample @sample %%ETCDIR%%/prosody.cfg.lua.sample -%%LUA_LIBDIR%%/prosody/core/certmanager.lua -%%LUA_LIBDIR%%/prosody/core/configmanager.lua -%%LUA_LIBDIR%%/prosody/core/hostmanager.lua -%%LUA_LIBDIR%%/prosody/core/loggingmanager.lua -%%LUA_LIBDIR%%/prosody/core/moduleapi.lua -%%LUA_LIBDIR%%/prosody/core/modulemanager.lua -%%LUA_LIBDIR%%/prosody/core/portmanager.lua -%%LUA_LIBDIR%%/prosody/core/rostermanager.lua -%%LUA_LIBDIR%%/prosody/core/s2smanager.lua -%%LUA_LIBDIR%%/prosody/core/sessionmanager.lua -%%LUA_LIBDIR%%/prosody/core/stanza_router.lua -%%LUA_LIBDIR%%/prosody/core/statsmanager.lua -%%LUA_LIBDIR%%/prosody/core/storagemanager.lua -%%LUA_LIBDIR%%/prosody/core/usermanager.lua -%%LUA_LIBDIR%%/prosody/migrator/jabberd14.lua -%%LUA_LIBDIR%%/prosody/migrator/mtools.lua -%%LUA_LIBDIR%%/prosody/migrator/prosody_files.lua -%%LUA_LIBDIR%%/prosody/migrator/prosody_sql.lua -%%LUA_LIBDIR%%/prosody/modules/adhoc/adhoc.lib.lua -%%LUA_LIBDIR%%/prosody/modules/adhoc/mod_adhoc.lua -%%LUA_LIBDIR%%/prosody/modules/mod_admin_adhoc.lua -%%LUA_LIBDIR%%/prosody/modules/mod_admin_telnet.lua -%%LUA_LIBDIR%%/prosody/modules/mod_announce.lua -%%LUA_LIBDIR%%/prosody/modules/mod_auth_anonymous.lua -%%LUA_LIBDIR%%/prosody/modules/mod_auth_cyrus.lua -%%LUA_LIBDIR%%/prosody/modules/mod_auth_insecure.lua -%%LUA_LIBDIR%%/prosody/modules/mod_auth_internal_hashed.lua -%%LUA_LIBDIR%%/prosody/modules/mod_auth_internal_plain.lua -%%LUA_LIBDIR%%/prosody/modules/mod_blocklist.lua -%%LUA_LIBDIR%%/prosody/modules/mod_bosh.lua -%%LUA_LIBDIR%%/prosody/modules/mod_c2s.lua -%%LUA_LIBDIR%%/prosody/modules/mod_carbons.lua -%%LUA_LIBDIR%%/prosody/modules/mod_component.lua -%%LUA_LIBDIR%%/prosody/modules/mod_csi.lua -%%LUA_LIBDIR%%/prosody/modules/mod_csi_simple.lua -%%LUA_LIBDIR%%/prosody/modules/mod_debug_sql.lua -%%LUA_LIBDIR%%/prosody/modules/mod_dialback.lua -%%LUA_LIBDIR%%/prosody/modules/mod_disco.lua -%%LUA_LIBDIR%%/prosody/modules/mod_groups.lua -%%LUA_LIBDIR%%/prosody/modules/mod_http.lua -%%LUA_LIBDIR%%/prosody/modules/mod_http_errors.lua -%%LUA_LIBDIR%%/prosody/modules/mod_http_files.lua -%%LUA_LIBDIR%%/prosody/modules/mod_iq.lua -%%LUA_LIBDIR%%/prosody/modules/mod_lastactivity.lua -%%LUA_LIBDIR%%/prosody/modules/mod_legacyauth.lua -%%LUA_LIBDIR%%/prosody/modules/mod_limits.lua -%%LUA_LIBDIR%%/prosody/modules/mod_mam/mamprefs.lib.lua -%%LUA_LIBDIR%%/prosody/modules/mod_mam/mamprefsxml.lib.lua -%%LUA_LIBDIR%%/prosody/modules/mod_mam/mod_mam.lua -%%LUA_LIBDIR%%/prosody/modules/mod_message.lua -%%LUA_LIBDIR%%/prosody/modules/mod_motd.lua -%%LUA_LIBDIR%%/prosody/modules/mod_muc_mam.lua -%%LUA_LIBDIR%%/prosody/modules/mod_muc_unique.lua -%%LUA_LIBDIR%%/prosody/modules/mod_net_multiplex.lua -%%LUA_LIBDIR%%/prosody/modules/mod_offline.lua -%%LUA_LIBDIR%%/prosody/modules/mod_pep.lua -%%LUA_LIBDIR%%/prosody/modules/mod_pep_plus.lua -%%LUA_LIBDIR%%/prosody/modules/mod_pep_simple.lua -%%LUA_LIBDIR%%/prosody/modules/mod_ping.lua -%%LUA_LIBDIR%%/prosody/modules/mod_posix.lua -%%LUA_LIBDIR%%/prosody/modules/mod_presence.lua -%%LUA_LIBDIR%%/prosody/modules/mod_private.lua -%%LUA_LIBDIR%%/prosody/modules/mod_proxy65.lua -%%LUA_LIBDIR%%/prosody/modules/mod_pubsub/mod_pubsub.lua -%%LUA_LIBDIR%%/prosody/modules/mod_pubsub/pubsub.lib.lua -%%LUA_LIBDIR%%/prosody/modules/mod_register.lua -%%LUA_LIBDIR%%/prosody/modules/mod_register_ibr.lua -%%LUA_LIBDIR%%/prosody/modules/mod_register_limits.lua -%%LUA_LIBDIR%%/prosody/modules/mod_roster.lua -%%LUA_LIBDIR%%/prosody/modules/mod_s2s/mod_s2s.lua -%%LUA_LIBDIR%%/prosody/modules/mod_s2s/s2sout.lib.lua -%%LUA_LIBDIR%%/prosody/modules/mod_s2s_auth_certs.lua -%%LUA_LIBDIR%%/prosody/modules/mod_saslauth.lua -%%LUA_LIBDIR%%/prosody/modules/mod_scansion_record.lua -%%LUA_LIBDIR%%/prosody/modules/mod_server_contact_info.lua -%%LUA_LIBDIR%%/prosody/modules/mod_stanza_debug.lua -%%LUA_LIBDIR%%/prosody/modules/mod_storage_internal.lua -%%LUA_LIBDIR%%/prosody/modules/mod_storage_memory.lua -%%LUA_LIBDIR%%/prosody/modules/mod_storage_none.lua -%%LUA_LIBDIR%%/prosody/modules/mod_storage_sql.lua -%%LUA_LIBDIR%%/prosody/modules/mod_storage_xep0227.lua -%%LUA_LIBDIR%%/prosody/modules/mod_time.lua -%%LUA_LIBDIR%%/prosody/modules/mod_tls.lua -%%LUA_LIBDIR%%/prosody/modules/mod_unknown.lua -%%LUA_LIBDIR%%/prosody/modules/mod_uptime.lua -%%LUA_LIBDIR%%/prosody/modules/mod_user_account_management.lua -%%LUA_LIBDIR%%/prosody/modules/mod_vcard.lua -%%LUA_LIBDIR%%/prosody/modules/mod_vcard4.lua -%%LUA_LIBDIR%%/prosody/modules/mod_vcard_legacy.lua -%%LUA_LIBDIR%%/prosody/modules/mod_version.lua -%%LUA_LIBDIR%%/prosody/modules/mod_watchregistrations.lua -%%LUA_LIBDIR%%/prosody/modules/mod_websocket.lua -%%LUA_LIBDIR%%/prosody/modules/mod_welcome.lua -%%LUA_LIBDIR%%/prosody/modules/mod_windows.lua -%%LUA_LIBDIR%%/prosody/modules/muc/config_form_sections.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/description.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/hidden.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/history.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/language.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/lock.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/members_only.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/mod_muc.lua -%%LUA_LIBDIR%%/prosody/modules/muc/moderated.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/muc.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/name.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/occupant.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/password.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/persistent.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/register.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/request.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/subject.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/util.lib.lua -%%LUA_LIBDIR%%/prosody/modules/muc/whois.lib.lua -%%LUA_LIBDIR%%/prosody/net/adns.lua -%%LUA_LIBDIR%%/prosody/net/connect.lua -%%LUA_LIBDIR%%/prosody/net/connlisteners.lua -%%LUA_LIBDIR%%/prosody/net/cqueues.lua -%%LUA_LIBDIR%%/prosody/net/dns.lua -%%LUA_LIBDIR%%/prosody/net/http.lua -%%LUA_LIBDIR%%/prosody/net/http/codes.lua -%%LUA_LIBDIR%%/prosody/net/http/parser.lua -%%LUA_LIBDIR%%/prosody/net/http/server.lua -%%LUA_LIBDIR%%/prosody/net/httpserver.lua -%%LUA_LIBDIR%%/prosody/net/resolvers/basic.lua -%%LUA_LIBDIR%%/prosody/net/resolvers/manual.lua -%%LUA_LIBDIR%%/prosody/net/resolvers/service.lua -%%LUA_LIBDIR%%/prosody/net/server.lua -%%LUA_LIBDIR%%/prosody/net/server_epoll.lua -%%LUA_LIBDIR%%/prosody/net/server_event.lua -%%LUA_LIBDIR%%/prosody/net/server_select.lua -%%LUA_LIBDIR%%/prosody/net/websocket.lua -%%LUA_LIBDIR%%/prosody/net/websocket/frames.lua -%%LUA_LIBDIR%%/prosody/prosody.version -%%LUA_LIBDIR%%/prosody/util/adhoc.lua -%%LUA_LIBDIR%%/prosody/util/array.lua -%%LUA_LIBDIR%%/prosody/util/async.lua -%%LUA_LIBDIR%%/prosody/util/cache.lua -%%LUA_LIBDIR%%/prosody/util/caps.lua -%%LUA_LIBDIR%%/prosody/util/compat.so -%%LUA_LIBDIR%%/prosody/util/crand.so -%%LUA_LIBDIR%%/prosody/util/dataforms.lua -%%LUA_LIBDIR%%/prosody/util/datamanager.lua -%%LUA_LIBDIR%%/prosody/util/datetime.lua -%%LUA_LIBDIR%%/prosody/util/dbuffer.lua -%%LUA_LIBDIR%%/prosody/util/debug.lua -%%LUA_LIBDIR%%/prosody/util/dependencies.lua -%%LUA_LIBDIR%%/prosody/util/encodings.so -%%LUA_LIBDIR%%/prosody/util/envload.lua -%%LUA_LIBDIR%%/prosody/util/events.lua -%%LUA_LIBDIR%%/prosody/util/filters.lua -%%LUA_LIBDIR%%/prosody/util/format.lua -%%LUA_LIBDIR%%/prosody/util/gc.lua -%%LUA_LIBDIR%%/prosody/util/hashes.so -%%LUA_LIBDIR%%/prosody/util/helpers.lua -%%LUA_LIBDIR%%/prosody/util/hex.lua -%%LUA_LIBDIR%%/prosody/util/hmac.lua -%%LUA_LIBDIR%%/prosody/util/http.lua -%%LUA_LIBDIR%%/prosody/util/id.lua -%%LUA_LIBDIR%%/prosody/util/import.lua -%%LUA_LIBDIR%%/prosody/util/indexedbheap.lua -%%LUA_LIBDIR%%/prosody/util/interpolation.lua -%%LUA_LIBDIR%%/prosody/util/ip.lua -%%LUA_LIBDIR%%/prosody/util/iterators.lua -%%LUA_LIBDIR%%/prosody/util/jid.lua -%%LUA_LIBDIR%%/prosody/util/json.lua -%%LUA_LIBDIR%%/prosody/util/logger.lua -%%LUA_LIBDIR%%/prosody/util/mercurial.lua -%%LUA_LIBDIR%%/prosody/util/multitable.lua -%%LUA_LIBDIR%%/prosody/util/net.so -%%LUA_LIBDIR%%/prosody/util/openssl.lua -%%LUA_LIBDIR%%/prosody/util/paths.lua -%%LUA_LIBDIR%%/prosody/util/pluginloader.lua -%%LUA_LIBDIR%%/prosody/util/poll.so -%%LUA_LIBDIR%%/prosody/util/pposix.so -%%LUA_LIBDIR%%/prosody/util/presence.lua -%%LUA_LIBDIR%%/prosody/util/promise.lua -%%LUA_LIBDIR%%/prosody/util/prosodyctl.lua -%%LUA_LIBDIR%%/prosody/util/pubsub.lua -%%LUA_LIBDIR%%/prosody/util/queue.lua -%%LUA_LIBDIR%%/prosody/util/random.lua -%%LUA_LIBDIR%%/prosody/util/rfc6724.lua -%%LUA_LIBDIR%%/prosody/util/ringbuffer.so -%%LUA_LIBDIR%%/prosody/util/rsm.lua -%%LUA_LIBDIR%%/prosody/util/sasl.lua -%%LUA_LIBDIR%%/prosody/util/sasl/anonymous.lua -%%LUA_LIBDIR%%/prosody/util/sasl/digest-md5.lua -%%LUA_LIBDIR%%/prosody/util/sasl/external.lua -%%LUA_LIBDIR%%/prosody/util/sasl/plain.lua -%%LUA_LIBDIR%%/prosody/util/sasl/scram.lua -%%LUA_LIBDIR%%/prosody/util/sasl_cyrus.lua -%%LUA_LIBDIR%%/prosody/util/serialization.lua -%%LUA_LIBDIR%%/prosody/util/session.lua -%%LUA_LIBDIR%%/prosody/util/set.lua -%%LUA_LIBDIR%%/prosody/util/signal.so -%%LUA_LIBDIR%%/prosody/util/sql.lua -%%LUA_LIBDIR%%/prosody/util/sslconfig.lua -%%LUA_LIBDIR%%/prosody/util/stanza.lua -%%LUA_LIBDIR%%/prosody/util/startup.lua -%%LUA_LIBDIR%%/prosody/util/statistics.lua -%%LUA_LIBDIR%%/prosody/util/statsd.lua -%%LUA_LIBDIR%%/prosody/util/strbitop.so -%%LUA_LIBDIR%%/prosody/util/table.so -%%LUA_LIBDIR%%/prosody/util/template.lua -%%LUA_LIBDIR%%/prosody/util/termcolours.lua -%%LUA_LIBDIR%%/prosody/util/throttle.lua -%%LUA_LIBDIR%%/prosody/util/time.so -%%LUA_LIBDIR%%/prosody/util/timer.lua -%%LUA_LIBDIR%%/prosody/util/uuid.lua -%%LUA_LIBDIR%%/prosody/util/vcard.lua -%%LUA_LIBDIR%%/prosody/util/watchdog.lua -%%LUA_LIBDIR%%/prosody/util/x509.lua -%%LUA_LIBDIR%%/prosody/util/xml.lua -%%LUA_LIBDIR%%/prosody/util/xmppstream.lua -%%LUA_LIBDIR%%/prosody/util/xpcall.lua +lib/prosody/core/certmanager.lua +lib/prosody/core/configmanager.lua +lib/prosody/core/hostmanager.lua +lib/prosody/core/loggingmanager.lua +lib/prosody/core/moduleapi.lua +lib/prosody/core/modulemanager.lua +lib/prosody/core/portmanager.lua +lib/prosody/core/rostermanager.lua +lib/prosody/core/s2smanager.lua +lib/prosody/core/sessionmanager.lua +lib/prosody/core/stanza_router.lua +lib/prosody/core/statsmanager.lua +lib/prosody/core/storagemanager.lua +lib/prosody/core/usermanager.lua +lib/prosody/migrator/jabberd14.lua +lib/prosody/migrator/mtools.lua +lib/prosody/migrator/prosody_files.lua +lib/prosody/migrator/prosody_sql.lua +lib/prosody/modules/adhoc/adhoc.lib.lua +lib/prosody/modules/adhoc/mod_adhoc.lua +lib/prosody/modules/mod_admin_adhoc.lua +lib/prosody/modules/mod_admin_telnet.lua +lib/prosody/modules/mod_announce.lua +lib/prosody/modules/mod_auth_anonymous.lua +lib/prosody/modules/mod_auth_cyrus.lua +lib/prosody/modules/mod_auth_insecure.lua +lib/prosody/modules/mod_auth_internal_hashed.lua +lib/prosody/modules/mod_auth_internal_plain.lua +lib/prosody/modules/mod_blocklist.lua +lib/prosody/modules/mod_bosh.lua +lib/prosody/modules/mod_c2s.lua +lib/prosody/modules/mod_carbons.lua +lib/prosody/modules/mod_component.lua +lib/prosody/modules/mod_csi.lua +lib/prosody/modules/mod_csi_simple.lua +lib/prosody/modules/mod_debug_sql.lua +lib/prosody/modules/mod_dialback.lua +lib/prosody/modules/mod_disco.lua +lib/prosody/modules/mod_groups.lua +lib/prosody/modules/mod_http.lua +lib/prosody/modules/mod_http_errors.lua +lib/prosody/modules/mod_http_files.lua +lib/prosody/modules/mod_iq.lua +lib/prosody/modules/mod_lastactivity.lua +lib/prosody/modules/mod_legacyauth.lua +lib/prosody/modules/mod_limits.lua +lib/prosody/modules/mod_mam/mamprefs.lib.lua +lib/prosody/modules/mod_mam/mamprefsxml.lib.lua +lib/prosody/modules/mod_mam/mod_mam.lua +lib/prosody/modules/mod_message.lua +lib/prosody/modules/mod_motd.lua +lib/prosody/modules/mod_muc_mam.lua +lib/prosody/modules/mod_muc_unique.lua +lib/prosody/modules/mod_net_multiplex.lua +lib/prosody/modules/mod_offline.lua +lib/prosody/modules/mod_pep.lua +lib/prosody/modules/mod_pep_plus.lua +lib/prosody/modules/mod_pep_simple.lua +lib/prosody/modules/mod_ping.lua +lib/prosody/modules/mod_posix.lua +lib/prosody/modules/mod_presence.lua +lib/prosody/modules/mod_private.lua +lib/prosody/modules/mod_proxy65.lua +lib/prosody/modules/mod_pubsub/mod_pubsub.lua +lib/prosody/modules/mod_pubsub/pubsub.lib.lua +lib/prosody/modules/mod_register.lua +lib/prosody/modules/mod_register_ibr.lua +lib/prosody/modules/mod_register_limits.lua +lib/prosody/modules/mod_roster.lua +lib/prosody/modules/mod_s2s/mod_s2s.lua +lib/prosody/modules/mod_s2s/s2sout.lib.lua +lib/prosody/modules/mod_s2s_auth_certs.lua +lib/prosody/modules/mod_saslauth.lua +lib/prosody/modules/mod_scansion_record.lua +lib/prosody/modules/mod_server_contact_info.lua +lib/prosody/modules/mod_stanza_debug.lua +lib/prosody/modules/mod_storage_internal.lua +lib/prosody/modules/mod_storage_memory.lua +lib/prosody/modules/mod_storage_none.lua +lib/prosody/modules/mod_storage_sql.lua +lib/prosody/modules/mod_storage_xep0227.lua +lib/prosody/modules/mod_time.lua +lib/prosody/modules/mod_tls.lua +lib/prosody/modules/mod_unknown.lua +lib/prosody/modules/mod_uptime.lua +lib/prosody/modules/mod_user_account_management.lua +lib/prosody/modules/mod_vcard.lua +lib/prosody/modules/mod_vcard4.lua +lib/prosody/modules/mod_vcard_legacy.lua +lib/prosody/modules/mod_version.lua +lib/prosody/modules/mod_watchregistrations.lua +lib/prosody/modules/mod_websocket.lua +lib/prosody/modules/mod_welcome.lua +lib/prosody/modules/mod_windows.lua +lib/prosody/modules/muc/config_form_sections.lib.lua +lib/prosody/modules/muc/description.lib.lua +lib/prosody/modules/muc/hidden.lib.lua +lib/prosody/modules/muc/history.lib.lua +lib/prosody/modules/muc/language.lib.lua +lib/prosody/modules/muc/lock.lib.lua +lib/prosody/modules/muc/members_only.lib.lua +lib/prosody/modules/muc/mod_muc.lua +lib/prosody/modules/muc/moderated.lib.lua +lib/prosody/modules/muc/muc.lib.lua +lib/prosody/modules/muc/name.lib.lua +lib/prosody/modules/muc/occupant.lib.lua +lib/prosody/modules/muc/password.lib.lua +lib/prosody/modules/muc/persistent.lib.lua +lib/prosody/modules/muc/register.lib.lua +lib/prosody/modules/muc/request.lib.lua +lib/prosody/modules/muc/subject.lib.lua +lib/prosody/modules/muc/util.lib.lua +lib/prosody/modules/muc/whois.lib.lua +lib/prosody/net/adns.lua +lib/prosody/net/connect.lua +lib/prosody/net/connlisteners.lua +lib/prosody/net/cqueues.lua +lib/prosody/net/dns.lua +lib/prosody/net/http.lua +lib/prosody/net/http/codes.lua +lib/prosody/net/http/parser.lua +lib/prosody/net/http/server.lua +lib/prosody/net/httpserver.lua +lib/prosody/net/resolvers/basic.lua +lib/prosody/net/resolvers/manual.lua +lib/prosody/net/resolvers/service.lua +lib/prosody/net/server.lua +lib/prosody/net/server_epoll.lua +lib/prosody/net/server_event.lua +lib/prosody/net/server_select.lua +lib/prosody/net/websocket.lua +lib/prosody/net/websocket/frames.lua +lib/prosody/prosody.version +lib/prosody/util/adhoc.lua +lib/prosody/util/array.lua +lib/prosody/util/async.lua +lib/prosody/util/cache.lua +lib/prosody/util/caps.lua +lib/prosody/util/compat.so +lib/prosody/util/crand.so +lib/prosody/util/dataforms.lua +lib/prosody/util/datamanager.lua +lib/prosody/util/datetime.lua +lib/prosody/util/dbuffer.lua +lib/prosody/util/debug.lua +lib/prosody/util/dependencies.lua +lib/prosody/util/encodings.so +lib/prosody/util/envload.lua +lib/prosody/util/events.lua +lib/prosody/util/filters.lua +lib/prosody/util/format.lua +lib/prosody/util/gc.lua +lib/prosody/util/hashes.so +lib/prosody/util/helpers.lua +lib/prosody/util/hex.lua +lib/prosody/util/hmac.lua +lib/prosody/util/http.lua +lib/prosody/util/id.lua +lib/prosody/util/import.lua +lib/prosody/util/indexedbheap.lua +lib/prosody/util/interpolation.lua +lib/prosody/util/ip.lua +lib/prosody/util/iterators.lua +lib/prosody/util/jid.lua +lib/prosody/util/json.lua +lib/prosody/util/logger.lua +lib/prosody/util/mercurial.lua +lib/prosody/util/multitable.lua +lib/prosody/util/net.so +lib/prosody/util/openssl.lua +lib/prosody/util/paths.lua +lib/prosody/util/pluginloader.lua +lib/prosody/util/poll.so +lib/prosody/util/pposix.so +lib/prosody/util/presence.lua +lib/prosody/util/promise.lua +lib/prosody/util/prosodyctl.lua +lib/prosody/util/pubsub.lua +lib/prosody/util/queue.lua +lib/prosody/util/random.lua +lib/prosody/util/rfc6724.lua +lib/prosody/util/ringbuffer.so +lib/prosody/util/rsm.lua +lib/prosody/util/sasl.lua +lib/prosody/util/sasl/anonymous.lua +lib/prosody/util/sasl/digest-md5.lua +lib/prosody/util/sasl/external.lua +lib/prosody/util/sasl/plain.lua +lib/prosody/util/sasl/scram.lua +lib/prosody/util/sasl_cyrus.lua +lib/prosody/util/serialization.lua +lib/prosody/util/session.lua +lib/prosody/util/set.lua +lib/prosody/util/signal.so +lib/prosody/util/sql.lua +lib/prosody/util/sslconfig.lua +lib/prosody/util/stanza.lua +lib/prosody/util/startup.lua +lib/prosody/util/statistics.lua +lib/prosody/util/statsd.lua +lib/prosody/util/strbitop.so +lib/prosody/util/table.so +lib/prosody/util/template.lua +lib/prosody/util/termcolours.lua +lib/prosody/util/throttle.lua +lib/prosody/util/time.so +lib/prosody/util/timer.lua +lib/prosody/util/uuid.lua +lib/prosody/util/vcard.lua +lib/prosody/util/watchdog.lua +lib/prosody/util/x509.lua +lib/prosody/util/xml.lua +lib/prosody/util/xmppstream.lua +lib/prosody/util/xpcall.lua man/man1/prosodyctl.1.gz @dir(%%PROSODY_USER%%,%%PROSODY_GROUP%%,) /var/db/prosody @dir(%%PROSODY_USER%%,%%PROSODY_GROUP%%,) /var/run/prosody Modified: head/net/freeswitch/pkg-plist ============================================================================== --- head/net/freeswitch/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/net/freeswitch/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -107,7 +107,7 @@ lib/libfreeswitch.a lib/libfreeswitch.so lib/libfreeswitch.so.1 lib/libfreeswitch.so.1.0.0 -%%PGSQL%%%%LUA_LIBDIR%%/freeswitch/mod/mod_pgsql.so +%%PGSQL%%lib/freeswitch/mod/mod_pgsql.so libdata/pkgconfig/freeswitch.pc %%DATADIR%%/fonts/FreeMono.ttf %%DATADIR%%/fonts/FreeMonoBold.ttf Modified: head/textproc/fcitx5-lua/pkg-plist ============================================================================== --- head/textproc/fcitx5-lua/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/textproc/fcitx5-lua/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -1,7 +1,7 @@ include/Fcitx5/Module/fcitx-module/luaaddonloader/luaaddon_public.h -%%LUA_LIBDIR%%/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfig.cmake -%%LUA_LIBDIR%%/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfigVersion.cmake -%%LUA_LIBDIR%%/fcitx5/luaaddonloader.so +lib/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfig.cmake +lib/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfigVersion.cmake +lib/fcitx5/luaaddonloader.so share/fcitx5/addon/imeapi.conf share/fcitx5/addon/luaaddonloader.conf share/fcitx5/lua/imeapi/imeapi.lua Modified: head/www/domoticz/pkg-plist ============================================================================== --- head/www/domoticz/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/www/domoticz/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -905,8 +905,8 @@ domoticz/dzVents/runtime/tests/testVariable.lua domoticz/dzVents/runtime/tests/testfile domoticz/dzVents/runtime/tests/tstData.lua domoticz/dzVents/runtime/todo.md -domoticz/plugins/AwoxSMP/%%LUA_LIBDIR%%/__init__.py -domoticz/plugins/AwoxSMP/%%LUA_LIBDIR%%/pySmartPlugSmpB16.py +domoticz/plugins/AwoxSMP/lib/__init__.py +domoticz/plugins/AwoxSMP/lib/pySmartPlugSmpB16.py domoticz/plugins/AwoxSMP/plugin.py domoticz/plugins/examples/BaseTemplate.py domoticz/plugins/examples/DenonMarantz.py Modified: head/www/lighttpd/pkg-plist ============================================================================== --- head/www/lighttpd/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/www/lighttpd/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -46,7 +46,7 @@ lib/lighttpd/mod_flv_streaming.so %%GNUTLS%%lib/lighttpd/mod_gnutls.so lib/lighttpd/mod_indexfile.so %%LUA%%lib/lighttpd/mod_magnet.so -%%MAXMINDDB%%%%LUA_LIBDIR%%/lighttpd/mod_maxminddb.so +%%MAXMINDDB%%lib/lighttpd/mod_maxminddb.so %%MYSQL%%lib/lighttpd/mod_mysql_vhost.so %%NSS%%lib/lighttpd/mod_nss.so %%OPENSSL%%lib/lighttpd/mod_openssl.so @@ -68,7 +68,7 @@ lib/lighttpd/mod_uploadprogress.so lib/lighttpd/mod_userdir.so lib/lighttpd/mod_usertrack.so lib/lighttpd/mod_vhostdb.so -%%DBI%%%%LUA_LIBDIR%%/lighttpd/mod_vhostdb_dbi.so +%%DBI%%lib/lighttpd/mod_vhostdb_dbi.so %%LDAP%%lib/lighttpd/mod_vhostdb_ldap.so %%MYSQL%%lib/lighttpd/mod_vhostdb_mysql.so lib/lighttpd/mod_webdav.so Modified: head/www/luakit-devel/pkg-plist ============================================================================== --- head/www/luakit-devel/pkg-plist Tue Mar 9 14:13:33 2021 (r567932) +++ head/www/luakit-devel/pkg-plist Tue Mar 9 14:13:41 2021 (r567933) @@ -1,7 +1,7 @@ bin/luakit etc/xdg/luakit/rc.lua etc/xdg/luakit/theme.lua -%%LUA_LIBDIR%%/luakit/luakit.so +lib/luakit/luakit.so man/man1/luakit.1.gz share/applications/luakit.desktop share/doc/luakit/AUTHORS @@ -106,7 +106,7 @@ share/doc/luakit/modules/tab_favicons.html share/doc/luakit/modules/tabhistory.html share/doc/luakit/modules/tabmenu.html share/doc/luakit/modules/taborder.html -share/doc/luakit/modules/tests.%%LUA_LIBDIR%%.html +share/doc/luakit/modules/tests.lib.html share/doc/luakit/modules/undoclose.html share/doc/luakit/modules/unique_instance.html share/doc/luakit/modules/userscripts.html @@ -125,95 +125,95 @@ share/doc/luakit/pages/04-migration-guide.html share/doc/luakit/pages/05-configuration.html share/doc/luakit/pages/06-tests.html share/doc/luakit/pages/07-build-debian-package.html -share/luakit/%%LUA_LIBDIR%%/adblock.lua -share/luakit/%%LUA_LIBDIR%%/adblock_chrome.lua -share/luakit/%%LUA_LIBDIR%%/adblock_wm.lua -share/luakit/%%LUA_LIBDIR%%/binds.lua -share/luakit/%%LUA_LIBDIR%%/binds_chrome.lua -share/luakit/%%LUA_LIBDIR%%/bookmarks.lua -share/luakit/%%LUA_LIBDIR%%/bookmarks_chrome.lua -share/luakit/%%LUA_LIBDIR%%/chrome.lua -share/luakit/%%LUA_LIBDIR%%/chrome_wm.lua -share/luakit/%%LUA_LIBDIR%%/clear_data.lua -share/luakit/%%LUA_LIBDIR%%/cmdhist.lua -share/luakit/%%LUA_LIBDIR%%/completion.lua -share/luakit/%%LUA_LIBDIR%%/domain_props.lua -share/luakit/%%LUA_LIBDIR%%/downloads.lua -share/luakit/%%LUA_LIBDIR%%/downloads_chrome.lua -share/luakit/%%LUA_LIBDIR%%/editor.lua -share/luakit/%%LUA_LIBDIR%%/error_page.lua -share/luakit/%%LUA_LIBDIR%%/error_page_wm.lua -share/luakit/%%LUA_LIBDIR%%/follow.lua -share/luakit/%%LUA_LIBDIR%%/follow_selected.lua -share/luakit/%%LUA_LIBDIR%%/follow_selected_wm.lua -share/luakit/%%LUA_LIBDIR%%/follow_wm.lua -share/luakit/%%LUA_LIBDIR%%/formfiller.lua -share/luakit/%%LUA_LIBDIR%%/formfiller_wm.lua -share/luakit/%%LUA_LIBDIR%%/go_input.lua -share/luakit/%%LUA_LIBDIR%%/go_next_prev.lua -share/luakit/%%LUA_LIBDIR%%/go_up.lua -share/luakit/%%LUA_LIBDIR%%/gopher.lua -share/luakit/%%LUA_LIBDIR%%/help_chrome.lua -share/luakit/%%LUA_LIBDIR%%/hide_scrollbars.lua -share/luakit/%%LUA_LIBDIR%%/history.lua -share/luakit/%%LUA_LIBDIR%%/history_chrome.lua -share/luakit/%%LUA_LIBDIR%%/image_css.lua -share/luakit/%%LUA_LIBDIR%%/image_css_wm.lua -share/luakit/%%LUA_LIBDIR%%/introspector_chrome.lua -share/luakit/%%LUA_LIBDIR%%/keysym.lua -share/luakit/%%LUA_LIBDIR%%/log_chrome.lua -share/luakit/%%LUA_LIBDIR%%/lousy/bind.lua -share/luakit/%%LUA_LIBDIR%%/lousy/init.lua -share/luakit/%%LUA_LIBDIR%%/lousy/load.lua -share/luakit/%%LUA_LIBDIR%%/lousy/mode.lua -share/luakit/%%LUA_LIBDIR%%/lousy/pickle.lua -share/luakit/%%LUA_LIBDIR%%/lousy/signal.lua -share/luakit/%%LUA_LIBDIR%%/lousy/theme.lua -share/luakit/%%LUA_LIBDIR%%/lousy/uri.lua -share/luakit/%%LUA_LIBDIR%%/lousy/util.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/buf.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/common.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/hist.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/init.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/menu.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/progress.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/scroll.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/ssl.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/tab.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/tabi.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/tablist.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/uri.lua -share/luakit/%%LUA_LIBDIR%%/lousy/widget/zoom.lua -share/luakit/%%LUA_LIBDIR%%/markdown.lua -share/luakit/%%LUA_LIBDIR%%/modes.lua -share/luakit/%%LUA_LIBDIR%%/newtab_chrome.lua -share/luakit/%%LUA_LIBDIR%%/noscript.lua -share/luakit/%%LUA_LIBDIR%%/open_editor.lua -share/luakit/%%LUA_LIBDIR%%/proxy.lua -share/luakit/%%LUA_LIBDIR%%/quickmarks.lua -share/luakit/%%LUA_LIBDIR%%/readline.lua -share/luakit/%%LUA_LIBDIR%%/referer_control_wm.lua -share/luakit/%%LUA_LIBDIR%%/search.lua -share/luakit/%%LUA_LIBDIR%%/select.lua -share/luakit/%%LUA_LIBDIR%%/select_wm.lua -share/luakit/%%LUA_LIBDIR%%/session.lua -share/luakit/%%LUA_LIBDIR%%/settings.lua -share/luakit/%%LUA_LIBDIR%%/settings_chrome.lua -share/luakit/%%LUA_LIBDIR%%/styles.lua -share/luakit/%%LUA_LIBDIR%%/tab_favicons.lua -share/luakit/%%LUA_LIBDIR%%/tabhistory.lua -share/luakit/%%LUA_LIBDIR%%/tabmenu.lua -share/luakit/%%LUA_LIBDIR%%/taborder.lua -share/luakit/%%LUA_LIBDIR%%/undoclose.lua -share/luakit/%%LUA_LIBDIR%%/unique_instance.lua -share/luakit/%%LUA_LIBDIR%%/userscripts.lua -share/luakit/%%LUA_LIBDIR%%/vertical_tabs.lua -share/luakit/%%LUA_LIBDIR%%/view_source.lua -share/luakit/%%LUA_LIBDIR%%/viewpdf.lua -share/luakit/%%LUA_LIBDIR%%/webinspector.lua -share/luakit/%%LUA_LIBDIR%%/webview.lua -share/luakit/%%LUA_LIBDIR%%/webview_wm.lua -share/luakit/%%LUA_LIBDIR%%/window.lua +share/luakit/lib/adblock.lua +share/luakit/lib/adblock_chrome.lua +share/luakit/lib/adblock_wm.lua +share/luakit/lib/binds.lua *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Mar 9 14:13:48 2021 Return-Path: Delivered-To: svn-ports-all@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 4EDE0553C01; Tue, 9 Mar 2021 14:13:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvxyh1SCFz4Tll; Tue, 9 Mar 2021 14:13:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 257731D830; Tue, 9 Mar 2021 14:13:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129EDmCw021527; Tue, 9 Mar 2021 14:13:48 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129EDmWA021526; Tue, 9 Mar 2021 14:13:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202103091413.129EDmWA021526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 9 Mar 2021 14:13:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567934 - head/games/freeciv X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/games/freeciv X-SVN-Commit-Revision: 567934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:13:48 -0000 Author: mat Date: Tue Mar 9 14:13:47 2021 New Revision: 567934 URL: https://svnweb.freebsd.org/changeset/ports/567934 Log: Remove a workaround. Differential Revision: https://reviews.freebsd.org/D29138 Modified: head/games/freeciv/Makefile (contents, props changed) Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Tue Mar 9 14:13:41 2021 (r567933) +++ head/games/freeciv/Makefile Tue Mar 9 14:13:47 2021 (r567934) @@ -98,9 +98,6 @@ CONFLICTS= freeciv-nox11 PLIST_SUB+= CLIENT="" .endif -# Avoid annoying and too general LUA_LIBDIR=lib sub from USES=lua -PLIST_SUB:= ${PLIST_SUB:NLUA_LIBDIR=*} - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreeciv*.so From owner-svn-ports-all@freebsd.org Tue Mar 9 14:45:34 2021 Return-Path: Delivered-To: svn-ports-all@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 D7FC85547DB; Tue, 9 Mar 2021 14:45:34 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvygK4nxCz4WMr; Tue, 9 Mar 2021 14:45:33 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id b7so20630602edz.8; Tue, 09 Mar 2021 06:45:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mYLETFCP5p9YNVzaNS0WT0FTUmr5xNKMV6pQhDIou7g=; b=rJCs0okxcCzJVBcqkJN0tb7aW6/qytTQ2Z2wBH+zkQwVrk51HFtIlDaFhGcUtjriq8 zbfDdMy2Vlk72XXnLVu81Lr4VYdki+3o6dAUnC8ffW32A8yL6sOz05iUFWvaDsrVuy7F 6bU5yJXgvdvNe1TiZDcyVCs6sJxja/L7tUsTchNTzPDtK/eRDCvD2bH4A42ACS9ImOSS nMKYN8SPjIEosXu0y9TbFicTxII3HzEeo3fovdRQ0lsDwY7Zao4bosKTqJJXgq+dhq6b Q+kqgF2vrPNzZmz8CpnWqcvgrQ8jG1ItZe+1hKLSjsoBCmXvuTbq86DjtLYe74w9bnir LZ/Q== X-Gm-Message-State: AOAM530/Khubk6pFeB+/Hc3jmpqmmaQzC0B5I+/STGkWHIuHRrzMl1RX IkijVOGnXlXoSE/khDtf9Ec8GCW64oS0ng== X-Google-Smtp-Source: ABdhPJwSi7NmpCdWaklxQo5D+rGpvNidHGw+haqv1gu7D7TzDZnGn+SylfGYPxb2Sj9ohHbENIVD3Q== X-Received: by 2002:aa7:cf95:: with SMTP id z21mr4474492edx.76.1615301131516; Tue, 09 Mar 2021 06:45:31 -0800 (PST) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com. [209.85.218.53]) by smtp.gmail.com with ESMTPSA id q16sm8322424ejd.15.2021.03.09.06.45.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 09 Mar 2021 06:45:31 -0800 (PST) Received: by mail-ej1-f53.google.com with SMTP id c10so28305655ejx.9; Tue, 09 Mar 2021 06:45:31 -0800 (PST) X-Received: by 2002:a17:906:af97:: with SMTP id mj23mr3392152ejb.419.1615301130851; Tue, 09 Mar 2021 06:45:30 -0800 (PST) MIME-Version: 1.0 References: <202103081932.128JWuGR041210@repo.freebsd.org> In-Reply-To: From: "Tobias C. Berner" Date: Tue, 9 Mar 2021 15:45:19 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... To: Piotr Kubaj Cc: "Tobias C. Berner" , ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4DvygK4nxCz4WMr X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of tcberner@gmail.com designates 209.85.208.50 as permitted sender) smtp.mailfrom=tcberner@gmail.com X-Spamd-Result: default: False [0.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; FORGED_SENDER(0.30)[tcberner@freebsd.org,tcberner@gmail.com]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.208.50:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[tcberner@freebsd.org,tcberner@gmail.com]; R_DKIM_NA(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[tcberner]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; URI_HIDDEN_PATH(1.00)[ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[209.85.208.50:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.208.50:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.208.50:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 14:45:34 -0000 It was exp-run :) -- but it might have fallen through. On Tue, 9 Mar 2021 at 14:23, Piotr Kubaj wrote: > > Thanks, but my point is, you should make sure all the reverse dependencies build :) > > On 21-03-09 13:59:50, Tobias C. Berner wrote: > > Moin moin > > > > It seems upstream is working on a fix: > > https://github.com/scribusproject/scribus/commit/6b9ff916959bcb941866f0bd86da639a421337f8 > > > > > > mfg Tobias > > > > On Tue, 9 Mar 2021 at 12:16, Piotr Kubaj wrote: > > > > > > This breaks print/scribus-devel. Log attached. > > > > > > On 21-03-08 19:32:56, Tobias C. Berner wrote: > > > >Author: tcberner > > > >Date: Mon Mar 8 19:32:55 2021 > > > >New Revision: 567866 > > > >URL: https://svnweb.freebsd.org/changeset/ports/567866 > > > > > > > >Log: > > > > graphics/poppler: update to 21.03.0 > > > > > > > > Release 21.03.0: > > > > core: > > > > * Fix parsing text in some broken pdf files. Issue #1040 > > > > * Fix memory issue when using threads. Issue #1050 > > > > * TextSelectionDumper: Fix getText() for space after word > > > > * Change signature of OutputDev:tilingPatternFill > > > > * Make PDFDocBuilder return a std::unique_ptr > > > > * Improve well formed check for shading functions > > > > * Fix leak in case of fread failing > > > > * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap > > > > * PSOutputDev: Fix stack overflow in broken files > > > > > > > > glib: > > > > * poppler_annot_free_text_get_callout_line: Fix wrong static cast > > > > * poppler-structure-element: fix memleak > > > > * Improve documentation > > > > * demo: keep same visual appearance between displayed and copied text > > > > > > > > utils: > > > > * pdftotext: Add -cropbox option > > > > * pdftoppm: Add -progress option > > > > * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 > > > > > > > > qt6: > > > > * Add missing poppler-qt6.pc.cmake > > > > > > > > PR: 253953 > > > > Exp-run by: antoine > > > > > > > >Modified: > > > > head/converters/pdf2djvu/Makefile > > > > head/databases/kbibtex/Makefile > > > > head/deskutils/calibre/Makefile > > > > head/deskutils/cfiles/Makefile > > > > head/deskutils/lumina-pdf/Makefile > > > > head/deskutils/recoll/Makefile > > > > head/deskutils/xfce4-tumbler/Makefile > > > > head/devel/efl/Makefile > > > > head/devel/kf5-kfilemetadata/Makefile > > > > head/editors/calligra/Makefile > > > > head/editors/kile/Makefile > > > > head/editors/libreoffice/Makefile > > > > head/editors/libreoffice6/Makefile > > > > head/editors/setzer/Makefile > > > > head/editors/texstudio/Makefile > > > > head/editors/texworks/Makefile > > > > head/graphics/atril/Makefile > > > > head/graphics/diff-pdf/Makefile > > > > head/graphics/diffpdf/Makefile > > > > head/graphics/dspdfviewer/Makefile > > > > head/graphics/engauge-digitizer/Makefile > > > > head/graphics/epdfview/Makefile > > > > head/graphics/evince/Makefile > > > > head/graphics/gdal/Makefile > > > > head/graphics/geeqie/Makefile > > > > head/graphics/gegl/Makefile > > > > head/graphics/gimp-app/Makefile > > > > head/graphics/graphviz/Makefile > > > > head/graphics/impressive/Makefile > > > > head/graphics/inkscape/Makefile > > > > head/graphics/katarakt/Makefile > > > > head/graphics/krita/Makefile > > > > head/graphics/okular/Makefile > > > > head/graphics/openfx-arena/Makefile > > > > head/graphics/osg/Makefile > > > > head/graphics/osg34/Makefile > > > > head/graphics/pdf2svg/Makefile > > > > head/graphics/pdfpc/Makefile > > > > head/graphics/poppler/Makefile > > > > head/graphics/poppler/distinfo > > > > head/graphics/pqiv/Makefile > > > > head/graphics/qcomicbook/Makefile > > > > head/graphics/sane-backends/Makefile > > > > head/graphics/tikzit/Makefile > > > > head/graphics/vips/Makefile > > > > head/graphics/xournal/Makefile > > > > head/graphics/xournalpp/Makefile > > > > head/graphics/yacreader/Makefile > > > > head/mail/claws-mail-pdf_viewer/Makefile > > > > head/mail/textmail/Makefile > > > > head/math/cantor/Makefile > > > > head/math/labplot/Makefile > > > > head/misc/tellico/Makefile > > > > head/net/kitinerary/Makefile > > > > head/print/cups-filters/Makefile > > > > head/print/deforaos-pdfviewer/Makefile > > > > head/print/ghostscript9-agpl-base/Makefile > > > > head/print/pdf-tools/Makefile > > > > head/print/qpdfview/Makefile > > > > head/print/scribus-devel/Makefile > > > > head/print/texlive-base/Makefile > > > > head/print/xreader/Makefile > > > > head/sysutils/tracker-miners/Makefile > > > > head/textproc/pdfgrep/Makefile > > > > head/textproc/pdfsandwich/Makefile > > > > head/textproc/py-pdftotext/Makefile > > > > head/www/hotcrp/Makefile > > > > head/x11/eaglemode/Makefile > > > > > > > >Modified: head/converters/pdf2djvu/Makefile > > > >============================================================================== > > > >--- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= pdf2djvu > > > > DISTVERSION= 0.9.17.1 > > > >-PORTREVISION= 7 > > > >+PORTREVISION= 8 > > > > CATEGORIES= converters > > > > MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ > > > > > > > > > > > >Modified: head/databases/kbibtex/Makefile > > > >============================================================================== > > > >--- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= kbibtex > > > > DISTVERSION= 0.9.2 > > > >-PORTREVISION= 11 > > > >+PORTREVISION= 12 > > > > CATEGORIES= databases kde > > > > MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} > > > > > > > > > > > >Modified: head/deskutils/calibre/Makefile > > > >============================================================================== > > > >--- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= calibre > > > > PORTVERSION= 5.12.0 > > > >-PORTREVISION= 1 > > > >+PORTREVISION= 2 > > > > CATEGORIES= deskutils python > > > > MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ > > > > > > > > > > > >Modified: head/deskutils/cfiles/Makefile > > > >============================================================================== > > > >--- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ PORTNAME= cfiles > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 1.8-6 > > > > DISTVERSIONSUFFIX= -g327d47f > > > >-PORTREVISION= 11 > > > >+PORTREVISION= 12 > > > > CATEGORIES= deskutils > > > > > > > > MAINTAINER= yuri@FreeBSD.org > > > > > > > >Modified: head/deskutils/lumina-pdf/Makefile > > > >============================================================================== > > > >--- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= lumina-pdf > > > > DISTVERSION= 1.6.0 > > > >-PORTREVISION= 12 > > > >+PORTREVISION= 13 > > > > CATEGORIES= deskutils > > > > > > > > MAINTAINER= lbartoletti@FreeBSD.org > > > > > > > >Modified: head/deskutils/recoll/Makefile > > > >============================================================================== > > > >--- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= recoll > > > > PORTVERSION= 1.27.3 > > > >-PORTREVISION= 9 > > > >+PORTREVISION= 10 > > > > CATEGORIES= deskutils > > > > MASTER_SITES= https://www.lesbonscomptes.com/recoll/ > > > > > > > > > > > >Modified: head/deskutils/xfce4-tumbler/Makefile > > > >============================================================================== > > > >--- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= tumbler > > > > PORTVERSION= 4.16.0 > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > CATEGORIES= deskutils xfce > > > > MASTER_SITES= XFCE > > > > PKGNAMEPREFIX= xfce4- > > > > > > > >Modified: head/devel/efl/Makefile > > > >============================================================================== > > > >--- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= efl > > > > DISTVERSION= 1.25.1 > > > >-PORTREVISION= 5 > > > >+PORTREVISION= 6 > > > > CATEGORIES= devel enlightenment > > > > MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ > > > > DIST_SUBDIR= enlightenment > > > > > > > >Modified: head/devel/kf5-kfilemetadata/Makefile > > > >============================================================================== > > > >--- head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,6 +2,7 @@ > > > > > > > > PORTNAME= kfilemetadata > > > > DISTVERSION= ${KDE_FRAMEWORKS_VERSION} > > > >+PORTREVISION= 1 > > > > CATEGORIES= devel kde kde-frameworks > > > > > > > > MAINTAINER= kde@FreeBSD.org > > > > > > > >Modified: head/editors/calligra/Makefile > > > >============================================================================== > > > >--- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= calligra > > > > DISTVERSION= 3.2.1 > > > >-PORTREVISION= 15 > > > >+PORTREVISION= 16 > > > > CATEGORIES= editors kde > > > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > > > DIST_SUBDIR= KDE/${PORTNAME} > > > > > > > >Modified: head/editors/kile/Makefile > > > >============================================================================== > > > >--- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= kile > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 3.0b3 > > > >-PORTREVISION= 15 > > > >+PORTREVISION= 16 > > > > CATEGORIES= editors kde > > > > > > > > MAINTAINER= kde@FreeBSD.org > > > > > > > >Modified: head/editors/libreoffice/Makefile > > > >============================================================================== > > > >--- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -1,5 +1,5 @@ > > > > # $FreeBSD$ > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > > > > > .include "${.CURDIR}/Makefile.common" > > > > > > > > > > > >Modified: head/editors/libreoffice6/Makefile > > > >============================================================================== > > > >--- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -1,5 +1,5 @@ > > > > # $FreeBSD$ > > > >-PORTREVISION= 4 > > > >+PORTREVISION= 5 > > > > > > > > .include "${.CURDIR}/Makefile.common" > > > > > > > > > > > >Modified: head/editors/setzer/Makefile > > > >============================================================================== > > > >--- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= setzer > > > > DISTVERSIONPREFIX=v > > > > DISTVERSION= 0.3.4 > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > CATEGORIES= editors > > > > > > > > MAINTAINER= greg@unrelenting.technology > > > > > > > >Modified: head/editors/texstudio/Makefile > > > >============================================================================== > > > >--- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,6 +2,7 @@ > > > > > > > > PORTNAME= texstudio > > > > DISTVERSION= 3.1.1 > > > >+PORTREVISION= 1 > > > > CATEGORIES= editors > > > > > > > > MAINTAINER= rigoletto@FreeBSD.org > > > > > > > >Modified: head/editors/texworks/Makefile > > > >============================================================================== > > > >--- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ > > > > PORTNAME= texworks > > > > DISTVERSIONPREFIX= release- > > > > DISTVERSION= 0.6.2 > > > >-PORTREVISION= 26 > > > >+PORTREVISION= 27 > > > > CATEGORIES= editors > > > > > > > > MAINTAINER= hrs@FreeBSD.org > > > > > > > >Modified: head/graphics/atril/Makefile > > > >============================================================================== > > > >--- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -5,7 +5,7 @@ > > > > > > > > PORTNAME= atril > > > > PORTVERSION= 1.22.3 > > > >-PORTREVISION= 14 > > > >+PORTREVISION= 15 > > > > CATEGORIES= graphics print mate > > > > MASTER_SITES= MATE > > > > DIST_SUBDIR= mate > > > > > > > >Modified: head/graphics/diff-pdf/Makefile > > > >============================================================================== > > > >--- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,6 +3,7 @@ > > > > PORTNAME= diff-pdf > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 0.5 > > > >+PORTREVISION= 1 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= uzsolt@uzsolt.hu > > > > > > > >Modified: head/graphics/diffpdf/Makefile > > > >============================================================================== > > > >--- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= diffpdf > > > > PORTVERSION= 2.1.3 > > > >-PORTREVISION= 27 > > > >+PORTREVISION= 28 > > > > CATEGORIES= graphics > > > > MASTER_SITES= http://www.qtrac.eu/ > > > > > > > > > > > >Modified: head/graphics/dspdfviewer/Makefile > > > >============================================================================== > > > >--- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= dspdfviewer > > > > PORTVERSION= 1.15.1 > > > > DISTVERSIONPREFIX= v > > > >-PORTREVISION= 38 > > > >+PORTREVISION= 39 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= fox@FreeBSD.org > > > > > > > >Modified: head/graphics/engauge-digitizer/Makefile > > > >============================================================================== > > > >--- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= engauge-digitizer > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 12.2.2 > > > >-PORTREVISION= 8 > > > >+PORTREVISION= 9 > > > > CATEGORIES= graphics math science > > > > > > > > MAINTAINER= yuri@FreeBSD.org > > > > > > > >Modified: head/graphics/epdfview/Makefile > > > >============================================================================== > > > >--- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= epdfview > > > > PORTVERSION= 0.1.8 > > > >-PORTREVISION= 39 > > > >+PORTREVISION= 40 > > > > CATEGORIES= graphics print gnome > > > > MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ > > > > ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ > > > > > > > >Modified: head/graphics/evince/Makefile > > > >============================================================================== > > > >--- head/graphics/evince/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,6 +3,7 @@ > > > > > > > > PORTNAME= evince > > > > DISTVERSION= 3.38.2 > > > >+PORTREVISION= 1 > > > > CATEGORIES= graphics print gnome > > > > MASTER_SITES= GNOME > > > > DIST_SUBDIR= gnome > > > > > > > >Modified: head/graphics/gdal/Makefile > > > >============================================================================== > > > >--- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= gdal > > > > PORTVERSION= 3.2.1 > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > CATEGORIES= graphics geography > > > > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > > > > LOCAL/sunpoet > > > > > > > >Modified: head/graphics/geeqie/Makefile > > > >============================================================================== > > > >--- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= geeqie > > > > PORTVERSION= 1.6 > > > >-PORTREVISION= 3 > > > >+PORTREVISION= 4 > > > > CATEGORIES= graphics > > > > MASTER_SITES= http://www.geeqie.org/ > > > > > > > > > > > >Modified: head/graphics/gegl/Makefile > > > >============================================================================== > > > >--- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= gegl > > > > PORTVERSION= 0.4.28 > > > >-PORTREVISION= 6 > > > >+PORTREVISION= 7 > > > > CATEGORIES= graphics > > > > MASTER_SITES= GIMP > > > > > > > > > > > >Modified: head/graphics/gimp-app/Makefile > > > >============================================================================== > > > >--- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME?= gimp-app > > > > PORTVERSION= 2.10.22 > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > PORTEPOCH?= 1 > > > > CATEGORIES?= graphics gnome > > > > MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} > > > > > > > >Modified: head/graphics/graphviz/Makefile > > > >============================================================================== > > > >--- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= graphviz > > > > PORTVERSION= 2.44.1 > > > >-PORTREVISION= 7 > > > >+PORTREVISION= 8 > > > > CATEGORIES= graphics tk > > > > MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ > > > > > > > > > > > >Modified: head/graphics/impressive/Makefile > > > >============================================================================== > > > >--- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= impressive > > > > DISTVERSION= 0.13.0-beta2 > > > >-PORTREVISION= 5 > > > >+PORTREVISION= 6 > > > > CATEGORIES= graphics python > > > > MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ > > > > DISTNAME= Impressive-${DISTVERSION} > > > > > > > >Modified: head/graphics/inkscape/Makefile > > > >============================================================================== > > > >--- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= inkscape > > > > PORTVERSION= 1.0.2 > > > >-PORTREVISION= 1 > > > >+PORTREVISION= 2 > > > > CATEGORIES= graphics gnome > > > > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > > > > > > > > > > > >Modified: head/graphics/katarakt/Makefile > > > >============================================================================== > > > >--- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= katarakt > > > > PORTVERSION= 0.2 > > > >-PORTREVISION= 3 > > > >+PORTREVISION= 4 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= kurt@kmk-computers.de > > > > > > > >Modified: head/graphics/krita/Makefile > > > >============================================================================== > > > >--- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= krita > > > > DISTVERSION= 4.4.1 > > > >-PORTREVISION= 10 > > > >+PORTREVISION= 11 > > > > CATEGORIES= graphics kde > > > > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} > > > > DIST_SUBDIR= KDE/${PORTNAME} > > > > > > > >Modified: head/graphics/okular/Makefile > > > >============================================================================== > > > >--- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,6 +2,7 @@ > > > > > > > > PORTNAME= okular > > > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > > > >+PORTREVISION= 1 > > > > CATEGORIES= graphics kde kde-applications > > > > > > > > MAINTAINER= kde@FreeBSD.org > > > > > > > >Modified: head/graphics/openfx-arena/Makefile > > > >============================================================================== > > > >--- head/graphics/openfx-arena/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= openfx-arena > > > > PORTVERSION= 2.3.14 > > > > DISTVERSIONPREFIX= Natron- > > > >-PORTREVISION= 34 > > > >+PORTREVISION= 35 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= olivier@FreeBSD.org > > > > > > > >Modified: head/graphics/osg/Makefile > > > >============================================================================== > > > >--- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ > > > > PORTNAME= osg > > > > PORTVERSION= 3.6.5 > > > > DISTVERSIONPREFIX= OpenSceneGraph- > > > >-PORTREVISION= 17 > > > >+PORTREVISION= 18 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= amdmi3@FreeBSD.org > > > > > > > >Modified: head/graphics/osg34/Makefile > > > >============================================================================== > > > >--- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ > > > > PORTNAME= osg > > > > PORTVERSION= 3.4.1 > > > > DISTVERSIONPREFIX= OpenSceneGraph- > > > >-PORTREVISION= 19 > > > >+PORTREVISION= 20 > > > > CATEGORIES= graphics > > > > PKGNAMESUFFIX= 34 > > > > > > > > > > > >Modified: head/graphics/pdf2svg/Makefile > > > >============================================================================== > > > >--- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= pdf2svg > > > > PORTVERSION= 0.2.3 > > > >-PORTREVISION= 26 > > > >+PORTREVISION= 27 > > > > DISTVERSIONPREFIX= v > > > > CATEGORIES= graphics > > > > > > > > > > > >Modified: head/graphics/pdfpc/Makefile > > > >============================================================================== > > > >--- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ PORTNAME= pdfpc > > > > DISTVERSION= 4.5.0 > > > > CATEGORIES= graphics > > > > DISTVERSIONPREFIX= v > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > > > > > MAINTAINER= bapt@FreeBSD.org > > > > COMMENT= Keynote-like multi-monitor presentation viewer > > > > > > > >Modified: head/graphics/poppler/Makefile > > > >============================================================================== > > > >--- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > # $FreeBSD$ > > > > > > > > PORTNAME= poppler > > > >-DISTVERSION= 21.02.0 > > > >+DISTVERSION= 21.03.0 > > > > CATEGORIES= graphics print > > > > MASTER_SITES= https://poppler.freedesktop.org/ > > > > > > > >@@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E > > > > PORTSCOUT= limitw:1,even > > > > USES+= iconv > > > > CMAKE_ON+= ENABLE_CPP > > > >-PLIST_SUB+= SHLIB_VER=107 > > > >+PLIST_SUB+= SHLIB_VER=108 > > > > > > > > OPTIONS_DEFINE= CURL OPENJPEG > > > > OPTIONS_DEFAULT= OPENJPEG > > > > > > > >Modified: head/graphics/poppler/distinfo > > > >============================================================================== > > > >--- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -1,3 +1,3 @@ > > > >-TIMESTAMP = 1612288566 > > > >-SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c > > > >-SIZE (poppler-21.02.0.tar.xz) = 1684496 > > > >+TIMESTAMP = 1614683481 > > > >+SHA256 (poppler-21.03.0.tar.xz) = fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27 > > > >+SIZE (poppler-21.03.0.tar.xz) = 1690848 > > > > > > > >Modified: head/graphics/pqiv/Makefile > > > >============================================================================== > > > >--- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= pqiv > > > > PORTVERSION= 2.11 > > > >-PORTREVISION= 18 > > > >+PORTREVISION= 19 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= danilo@FreeBSD.org > > > > > > > >Modified: head/graphics/qcomicbook/Makefile > > > >============================================================================== > > > >--- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= QComicBook > > > > PORTVERSION= 0.9.1 > > > >-PORTREVISION= 24 > > > >+PORTREVISION= 25 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= ports@FreeBSD.org > > > > > > > >Modified: head/graphics/sane-backends/Makefile > > > >============================================================================== > > > >--- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,6 +3,7 @@ > > > > > > > > PORTNAME= sane-backends > > > > DISTVERSION= 1.0.32 > > > >+PORTREVISION= 1 > > > > CATEGORIES= graphics > > > > MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ > > > > > > > > > > > >Modified: head/graphics/tikzit/Makefile > > > >============================================================================== > > > >--- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > PORTNAME= tikzit > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 2.1.6 > > > >-PORTREVISION= 3 > > > >+PORTREVISION= 4 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= lwhsu@FreeBSD.org > > > > > > > >Modified: head/graphics/vips/Makefile > > > >============================================================================== > > > >--- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= vips > > > > PORTVERSION= 8.10.5 > > > >-PORTREVISION= 3 > > > >+PORTREVISION= 4 > > > > CATEGORIES= graphics > > > > MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ > > > > > > > > > > > >Modified: head/graphics/xournal/Makefile > > > >============================================================================== > > > >--- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= xournal > > > > PORTVERSION= 0.4.8.2016 > > > >-PORTREVISION= 22 > > > >+PORTREVISION= 23 > > > > CATEGORIES= graphics > > > > MASTER_SITES= SF > > > > > > > > > > > >Modified: head/graphics/xournalpp/Makefile > > > >============================================================================== > > > >--- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= xournalpp > > > > DISTVERSION= 1.0.20 > > > >-PORTREVISION= 2 > > > >+PORTREVISION= 3 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= yuri@FreeBSD.org > > > > > > > >Modified: head/graphics/yacreader/Makefile > > > >============================================================================== > > > >--- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= yacreader > > > > DISTVERSION= 9.7.1 > > > >-PORTREVISION= 5 > > > >+PORTREVISION= 6 > > > > CATEGORIES= graphics > > > > > > > > MAINTAINER= jbeich@FreeBSD.org > > > > > > > >Modified: head/mail/claws-mail-pdf_viewer/Makefile > > > >============================================================================== > > > >--- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > # $FreeBSD$ > > > > > > > > PORTNAME= pdf_viewer > > > >-PORTREVISION= 3 > > > >+PORTREVISION= 4 > > > > > > > > COMMENT= PDF and PostScript viewer plugin for Claws Mail > > > > > > > > > > > >Modified: head/mail/textmail/Makefile > > > >============================================================================== > > > >--- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= textmail > > > > PORTVERSION= 20070803 > > > >-PORTREVISION= 23 > > > >+PORTREVISION= 24 > > > > CATEGORIES= mail > > > > MASTER_SITES= http://raf.org/textmail/ > > > > > > > > > > > >Modified: head/math/cantor/Makefile > > > >============================================================================== > > > >--- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,6 +4,7 @@ > > > > > > > > PORTNAME= cantor > > > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > > > >+PORTREVISION= 1 > > > > CATEGORIES= math kde kde-applications > > > > > > > > MAINTAINER= kde@FreeBSD.org > > > > > > > >Modified: head/math/labplot/Makefile > > > >============================================================================== > > > >--- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= labplot > > > > DISTVERSION= 2.8.1 > > > >-PORTREVISION= 4 > > > >+PORTREVISION= 5 > > > > CATEGORIES= math kde > > > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > > > > > > > > > > >Modified: head/misc/tellico/Makefile > > > >============================================================================== > > > >--- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,6 +3,7 @@ > > > > > > > > PORTNAME= tellico > > > > DISTVERSION= 3.3.5 > > > >+PORTREVISION= 1 > > > > CATEGORIES= misc kde > > > > MASTER_SITES= http://tellico-project.org/files/ > > > > > > > > > > > >Modified: head/net/kitinerary/Makefile > > > >============================================================================== > > > >--- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,6 +2,7 @@ > > > > > > > > PORTNAME= kitinerary > > > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > > > >+PORTREVISION= 1 > > > > CATEGORIES= net kde kde-applications > > > > > > > > MAINTAINER= kde@FreeBSD.org > > > > > > > >Modified: head/print/cups-filters/Makefile > > > >============================================================================== > > > >--- head/print/cups-filters/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= cups-filters > > > > PORTVERSION= 1.28.6 > > > >-PORTREVISION= 4 > > > >+PORTREVISION= 5 > > > > CATEGORIES= print > > > > MASTER_SITES= https://www.openprinting.org/download/cups-filters/ > > > > > > > > > > > >Modified: head/print/deforaos-pdfviewer/Makefile > > > >============================================================================== > > > >--- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= pdfviewer > > > > PORTVERSION= 0.0.2 > > > >-PORTREVISION= 22 > > > >+PORTREVISION= 23 > > > > CATEGORIES= print > > > > MASTER_SITES= http://www.defora.org/os/download/download/4431/ > > > > PKGNAMEPREFIX= deforaos- > > > > > > > >Modified: head/print/ghostscript9-agpl-base/Makefile > > > >============================================================================== > > > >--- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= ghostscript > > > > PORTVERSION= 9.52 > > > >-PORTREVISION= 14 > > > >+PORTREVISION= 15 > > > > CATEGORIES= print > > > > MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ > > > > PKGNAMESUFFIX= 9-agpl-base > > > > > > > >Modified: head/print/pdf-tools/Makefile > > > >============================================================================== > > > >--- head/print/pdf-tools/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -4,7 +4,7 @@ PORTNAME= pdf-tools > > > > DISTVERSIONPREFIX= v > > > > DISTVERSION= 0.90-41 > > > > DISTVERSIONSUFFIX= -g2ece508 > > > >-PORTREVISION= 11 > > > >+PORTREVISION= 12 > > > > CATEGORIES= print elisp > > > > PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > > > > > > > > > > > >Modified: head/print/qpdfview/Makefile > > > >============================================================================== > > > >--- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= qpdfview > > > > DISTVERSION= 0.4.18 > > > >-PORTREVISION= 15 > > > >+PORTREVISION= 16 > > > > CATEGORIES= print > > > > MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ > > > > https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ > > > > > > > >Modified: head/print/scribus-devel/Makefile > > > >============================================================================== > > > >--- head/print/scribus-devel/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= scribus > > > > PORTVERSION= 1.5.6.1 > > > >-PORTREVISION= 1 > > > >+PORTREVISION= 2 > > > > CATEGORIES= print editors > > > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ > > > > http://www.scribus.net/downloads/${PORTVERSION}/ > > > > > > > >Modified: head/print/texlive-base/Makefile > > > >============================================================================== > > > >--- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= texlive > > > > PORTVERSION= 20150521 > > > >-PORTREVISION= 62 > > > >+PORTREVISION= 63 > > > > CATEGORIES= print > > > > MASTER_SITES= TEX_CTAN/systems/texlive/Source/ > > > > PKGNAMESUFFIX= -base > > > > > > > >Modified: head/print/xreader/Makefile > > > >============================================================================== > > > >--- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= xreader > > > > PORTVERSION= 2.8.3 > > > >-PORTREVISION= 1 > > > >+PORTREVISION= 2 > > > > CATEGORIES= print gnome > > > > > > > > MAINTAINER= danfe@FreeBSD.org > > > > > > > >Modified: head/sysutils/tracker-miners/Makefile > > > >============================================================================== > > > >--- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= tracker-miners > > > > PORTVERSION= 2.3.5 > > > >-PORTREVISION= 6 > > > >+PORTREVISION= 7 > > > > CATEGORIES= sysutils gnome > > > > MASTER_SITES= GNOME > > > > > > > > > > > >Modified: head/textproc/pdfgrep/Makefile > > > >============================================================================== > > > >--- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= pdfgrep > > > > PORTVERSION= 2.1.1 > > > >-PORTREVISION= 25 > > > >+PORTREVISION= 26 > > > > CATEGORIES= textproc > > > > MASTER_SITES= https://pdfgrep.org/download/ > > > > > > > > > > > >Modified: head/textproc/pdfsandwich/Makefile > > > >============================================================================== > > > >--- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= pdfsandwich > > > > DISTVERSION= 0.1.7 > > > >-PORTREVISION= 19 > > > >+PORTREVISION= 20 > > > > CATEGORIES= textproc > > > > MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ > > > > > > > > > > > >Modified: head/textproc/py-pdftotext/Makefile > > > >============================================================================== > > > >--- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= pdftotext > > > > PORTVERSION= 2.1.5 > > > >-PORTREVISION= 4 > > > >+PORTREVISION= 5 > > > > CATEGORIES= textproc python > > > > MASTER_SITES= CHEESESHOP > > > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > > > > > >Modified: head/www/hotcrp/Makefile > > > >============================================================================== > > > >--- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -2,7 +2,7 @@ > > > > > > > > PORTNAME= hotcrp > > > > PORTVERSION= 2.94 > > > >-PORTREVISION= 22 > > > >+PORTREVISION= 23 > > > > CATEGORIES= www > > > > MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ > > > > > > > > > > > >Modified: head/x11/eaglemode/Makefile > > > >============================================================================== > > > >--- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 (r567865) > > > >+++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 (r567866) > > > >@@ -3,7 +3,7 @@ > > > > > > > > PORTNAME= eaglemode > > > > PORTVERSION= 0.95.0 > > > >-PORTREVISION= 8 > > > >+PORTREVISION= 9 > > > > CATEGORIES= x11 > > > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > > > From owner-svn-ports-all@freebsd.org Tue Mar 9 15:07:02 2021 Return-Path: Delivered-To: svn-ports-all@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 1B0A5554F41; Tue, 9 Mar 2021 15:07:02 +0000 (UTC) (envelope-from olgeni@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 4Dvz860Fm8z4XXk; Tue, 9 Mar 2021 15:07:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB7381E494; Tue, 9 Mar 2021 15:07:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129F71Dj051583; Tue, 9 Mar 2021 15:07:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129F71tI051578; Tue, 9 Mar 2021 15:07:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <202103091507.129F71tI051578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 9 Mar 2021 15:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567935 - in head/sysutils/webmin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/sysutils/webmin: . files X-SVN-Commit-Revision: 567935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:07:02 -0000 Author: olgeni Date: Tue Mar 9 15:07:00 2021 New Revision: 567935 URL: https://svnweb.freebsd.org/changeset/ports/567935 Log: Update sysutils/webmin to version 1.973. Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/distinfo head/sysutils/webmin/files/patch-setup.sh head/sysutils/webmin/pkg-plist Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Tue Mar 9 14:13:47 2021 (r567934) +++ head/sysutils/webmin/Makefile Tue Mar 9 15:07:00 2021 (r567935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webmin -PORTVERSION= 1.970 +PORTVERSION= 1.973 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf Modified: head/sysutils/webmin/distinfo ============================================================================== --- head/sysutils/webmin/distinfo Tue Mar 9 14:13:47 2021 (r567934) +++ head/sysutils/webmin/distinfo Tue Mar 9 15:07:00 2021 (r567935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610880555 -SHA256 (webmin-1.970.tar.gz) = 6798027c7230be1adf6cf2fd27a74185718abcb0e1ff8b674a518b41e885651e -SIZE (webmin-1.970.tar.gz) = 47312887 +TIMESTAMP = 1615282799 +SHA256 (webmin-1.973.tar.gz) = 1913836c76ef4f38d7ffc997f26039b0fbb170126264077bacd3d76e4731c6b0 +SIZE (webmin-1.973.tar.gz) = 45258810 Modified: head/sysutils/webmin/files/patch-setup.sh ============================================================================== --- head/sysutils/webmin/files/patch-setup.sh Tue Mar 9 14:13:47 2021 (r567934) +++ head/sysutils/webmin/files/patch-setup.sh Tue Mar 9 15:07:00 2021 (r567935) @@ -1,26 +1,6 @@ ---- setup.sh.orig 2020-07-01 17:46:39 UTC +--- setup.sh.orig 2021-03-07 18:10:32 UTC +++ setup.sh -@@ -17,17 +17,9 @@ fi - srcdir=$wadir - ver=`cat "$wadir/version"` - --# Find temp directory --if [ "$tempdir" = "" ]; then -- tempdir=/tmp/.webmin --fi -+tempdir=/tmp/.webmin -+mkdir -p $tempdir - --if [ $? != "0" ]; then -- echo "ERROR: Cannot find the Webmin install directory"; -- echo ""; -- exit 1; --fi -- - echo "***********************************************************************" - echo "* Welcome to the Webmin setup script, version $ver *" - echo "***********************************************************************" -@@ -98,19 +90,7 @@ echo "Webmin uses separate directories for configurati +@@ -102,19 +102,7 @@ echo "Webmin uses separate directories for configurati echo "Unless you want to run multiple versions of Webmin at the same time" echo "you can just accept the defaults." echo "" @@ -41,7 +21,7 @@ if [ ! -d $config_dir ]; then mkdir $config_dir; if [ $? != 0 ]; then -@@ -210,12 +190,12 @@ else +@@ -209,12 +197,12 @@ else fi # Ask for log directory @@ -56,7 +36,7 @@ fi abspath=`echo $var_dir | grep "^/"` if [ "$abspath" = "" ]; then -@@ -243,7 +223,9 @@ else +@@ -242,7 +230,9 @@ else echo "Webmin is written entirely in Perl. Please enter the full path to the" echo "Perl 5 interpreter on your system." echo "" @@ -67,7 +47,7 @@ perldef=/usr/bin/perl elif [ -x /usr/local/bin/perl ]; then perldef=/usr/local/bin/perl -@@ -444,6 +426,7 @@ else +@@ -443,6 +433,7 @@ else fi fi @@ -75,7 +55,7 @@ # Ask whether to run at boot time if [ "$atboot" = "" ]; then if echo "$os_type" | grep -q "\-linux$"; then -@@ -593,6 +576,7 @@ EOF +@@ -594,6 +585,7 @@ EOF fi fi @@ -83,7 +63,7 @@ if [ "$noperlpath" = "" ]; then echo "Inserting path to perl into scripts.." (find "$wadir" -name '*.cgi' -print ; find "$wadir" -name '*.pl' -print) | $perl "$wadir/perlpath.pl" $perl - -@@ -603,7 +587,6 @@ fi +@@ -604,7 +596,6 @@ fi echo "Creating start and stop scripts.." rm -f $config_dir/stop $config_dir/start $config_dir/restart $config_dir/reload echo "#!/bin/sh" >>$config_dir/start @@ -91,7 +71,7 @@ echo "trap '' 1" >>$config_dir/start echo "LANG=" >>$config_dir/start echo "export LANG" >>$config_dir/start -@@ -754,6 +737,7 @@ if [ "$?" != "0" ]; then +@@ -763,6 +754,7 @@ if [ "$?" != "0" ]; then echo passdelay=1 >> $config_dir/miniserv.conf fi @@ -99,7 +79,7 @@ if [ "$nouninstall" = "" ]; then echo "Creating uninstall script $config_dir/uninstall.sh .." cat >$config_dir/uninstall.sh < Delivered-To: svn-ports-all@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 B49B0555B37; Tue, 9 Mar 2021 15:28:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvzcZ4nwfz4YdG; Tue, 9 Mar 2021 15:28:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97ABE1E27B; Tue, 9 Mar 2021 15:28:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129FSEkT063871; Tue, 9 Mar 2021 15:28:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129FSE1m063869; Tue, 9 Mar 2021 15:28:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103091528.129FSE1m063869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Mar 2021 15:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567936 - head/astro/mkgmap X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/mkgmap X-SVN-Commit-Revision: 567936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:28:14 -0000 Author: amdmi3 Date: Tue Mar 9 15:28:13 2021 New Revision: 567936 URL: https://svnweb.freebsd.org/changeset/ports/567936 Log: - Update to r4606 Modified: head/astro/mkgmap/Makefile head/astro/mkgmap/distinfo Modified: head/astro/mkgmap/Makefile ============================================================================== --- head/astro/mkgmap/Makefile Tue Mar 9 15:07:00 2021 (r567935) +++ head/astro/mkgmap/Makefile Tue Mar 9 15:28:13 2021 (r567936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkgmap -PORTVERSION= r4605 +PORTVERSION= r4606 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/mkgmap/distinfo ============================================================================== --- head/astro/mkgmap/distinfo Tue Mar 9 15:07:00 2021 (r567935) +++ head/astro/mkgmap/distinfo Tue Mar 9 15:28:13 2021 (r567936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614816653 -SHA256 (mkgmap-r4605.tar.gz) = 84bcdf4eaaaccc629b586daaba5b40ae556c4e7f230ff405f1cce9eb8b138c6d -SIZE (mkgmap-r4605.tar.gz) = 3474200 +TIMESTAMP = 1615298998 +SHA256 (mkgmap-r4606.tar.gz) = 5dad0bdd76997670b28d12496f89a7469743b94e340650df9a909602ecf91e43 +SIZE (mkgmap-r4606.tar.gz) = 3475194 From owner-svn-ports-all@freebsd.org Tue Mar 9 15:41:57 2021 Return-Path: Delivered-To: svn-ports-all@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 6F503557010; Tue, 9 Mar 2021 15:41:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DvzwP2g5fz4bfT; Tue, 9 Mar 2021 15:41:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E8DF1EA1A; Tue, 9 Mar 2021 15:41:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129FfvxA073381; Tue, 9 Mar 2021 15:41:57 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129FfuuZ073379; Tue, 9 Mar 2021 15:41:56 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103091541.129FfuuZ073379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 15:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567937 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 567937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:41:57 -0000 Author: bhughes Date: Tue Mar 9 15:41:56 2021 New Revision: 567937 URL: https://svnweb.freebsd.org/changeset/ports/567937 Log: devel/py-botocore: Update 1.19.56 -> 1.20.23 Sponsored by: Miles AS Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Tue Mar 9 15:28:13 2021 (r567936) +++ head/devel/py-botocore/Makefile Tue Mar 9 15:41:56 2021 (r567937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.19.56 +PORTVERSION= 1.20.23 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1<3.0.0:devel/py-dateutil@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<1.0.0:devel/py-jmespath@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.20,1<1.26,1:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.4,1<1.27,1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Tue Mar 9 15:28:13 2021 (r567936) +++ head/devel/py-botocore/distinfo Tue Mar 9 15:41:56 2021 (r567937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611000894 -SHA256 (botocore-1.19.56.tar.gz) = 01496e4c2c06aab79689f2c345a0e2cceb5fe1da7858a7e7df189bcf97703223 -SIZE (botocore-1.19.56.tar.gz) = 7390812 +TIMESTAMP = 1615270056 +SHA256 (botocore-1.20.23.tar.gz) = f3ae5cae250c3fb200d33abacbee3f0c6513fc6f1d17a851b04a3998de68c829 +SIZE (botocore-1.20.23.tar.gz) = 7499542 From owner-svn-ports-all@freebsd.org Tue Mar 9 15:42:23 2021 Return-Path: Delivered-To: svn-ports-all@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 6F51E556FAD; Tue, 9 Mar 2021 15:42:23 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvzwv2mWYz4bpQ; Tue, 9 Mar 2021 15:42:23 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 526421EA2B; Tue, 9 Mar 2021 15:42:23 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129FgNmt075848; Tue, 9 Mar 2021 15:42:23 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129FgM3U075846; Tue, 9 Mar 2021 15:42:22 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103091542.129FgM3U075846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 15:42:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567938 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 567938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:42:23 -0000 Author: bhughes Date: Tue Mar 9 15:42:22 2021 New Revision: 567938 URL: https://svnweb.freebsd.org/changeset/ports/567938 Log: devel/awscli: Update 1.18.216 -> 1.19.23 Sponsored by: Miles AS Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Tue Mar 9 15:41:56 2021 (r567937) +++ head/devel/awscli/Makefile Tue Mar 9 15:42:22 2021 (r567938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.18.216 +PORTVERSION= 1.19.23 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.19.56:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.20.23:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.3.0:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Tue Mar 9 15:41:56 2021 (r567937) +++ head/devel/awscli/distinfo Tue Mar 9 15:42:22 2021 (r567938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611000967 -SHA256 (awscli-1.18.216.tar.gz) = ea427e3e61551dff2b1afa7b5fbb7b7b5f9156844bfce1101cff60a921ee8216 -SIZE (awscli-1.18.216.tar.gz) = 1375700 +TIMESTAMP = 1615270139 +SHA256 (awscli-1.19.23.tar.gz) = 191c07061bf227775437bf0b6e6209e0db50affcd8d5a37ba9fe5d87b6b80585 +SIZE (awscli-1.19.23.tar.gz) = 1394733 From owner-svn-ports-all@freebsd.org Tue Mar 9 15:43:06 2021 Return-Path: Delivered-To: svn-ports-all@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 3D9CC556FBC; Tue, 9 Mar 2021 15:43:06 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dvzxk1JfGz4bgw; Tue, 9 Mar 2021 15:43:06 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FEB61EAC7; Tue, 9 Mar 2021 15:43:06 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129Fh5tO075980; Tue, 9 Mar 2021 15:43:05 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129Fh5U1075978; Tue, 9 Mar 2021 15:43:05 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103091543.129Fh5U1075978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 15:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567939 - head/www/py-boto3 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/py-boto3 X-SVN-Commit-Revision: 567939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:43:06 -0000 Author: bhughes Date: Tue Mar 9 15:43:05 2021 New Revision: 567939 URL: https://svnweb.freebsd.org/changeset/ports/567939 Log: www/py-boto3: Update 1.16.56 -> 1.17.23 Approved by: koobs (maintainer, implicit) Sponsored by: Miles AS Modified: head/www/py-boto3/Makefile head/www/py-boto3/distinfo Modified: head/www/py-boto3/Makefile ============================================================================== --- head/www/py-boto3/Makefile Tue Mar 9 15:42:22 2021 (r567938) +++ head/www/py-boto3/Makefile Tue Mar 9 15:43:05 2021 (r567939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto3 -PORTVERSION= 1.16.56 +PORTVERSION= 1.17.23 CATEGORIES= www python devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= AWS SDK for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.19.56,<1.20.0:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.20.23,<1.21.0:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1,<1.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.3.0,<0.4.0:net/py-s3transfer@${PY_FLAVOR} Modified: head/www/py-boto3/distinfo ============================================================================== --- head/www/py-boto3/distinfo Tue Mar 9 15:42:22 2021 (r567938) +++ head/www/py-boto3/distinfo Tue Mar 9 15:43:05 2021 (r567939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611009086 -SHA256 (boto-boto3-1.16.56_GH0.tar.gz) = ffe14080ca297777f9d24b6457ff4f5bf0d4213480396d6254201314abcfddbd -SIZE (boto-boto3-1.16.56_GH0.tar.gz) = 344547 +TIMESTAMP = 1615270102 +SHA256 (boto-boto3-1.17.23_GH0.tar.gz) = 545ce0c38551a8a29bf235760c94f23b8ca4f623eff6435c599f235492f350fe +SIZE (boto-boto3-1.17.23_GH0.tar.gz) = 348518 From owner-svn-ports-all@freebsd.org Tue Mar 9 15:53:12 2021 Return-Path: Delivered-To: svn-ports-all@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 96EBD557394; Tue, 9 Mar 2021 15:53:12 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw09N3sSJz4cH6; Tue, 9 Mar 2021 15:53:12 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77BD81EAFA; Tue, 9 Mar 2021 15:53:12 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129FrCjp082015; Tue, 9 Mar 2021 15:53:12 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129FrCvp082013; Tue, 9 Mar 2021 15:53:12 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103091553.129FrCvp082013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 9 Mar 2021 15:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567940 - head/print/scribus-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/print/scribus-devel/files X-SVN-Commit-Revision: 567940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 15:53:12 -0000 Author: pkubaj Date: Tue Mar 9 15:53:11 2021 New Revision: 567940 URL: https://svnweb.freebsd.org/changeset/ports/567940 Log: print/scribus-devel: fix build after poppler 21.03.0 upgrade PR: 254158 Submitted by: tcberner Reported by: vvd@unislabs.com Added: head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp (contents, props changed) head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.h (contents, props changed) Added: head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.cpp Tue Mar 9 15:53:11 2021 (r567940) @@ -0,0 +1,35 @@ +--- scribus/plugins/import/pdf/slaoutput.cpp.orig 2021-03-09 15:39:49 UTC ++++ scribus/plugins/import/pdf/slaoutput.cpp +@@ -2291,9 +2291,19 @@ GBool SlaOutputDev::patchMeshShadedFill(GfxState *stat + return gTrue; + } + +-GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep) ++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0) ++bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep) ++#else ++GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int /*paintType*/, int /*tilingType*/, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep) ++#endif + { + // qDebug() << "SlaOutputDev::tilingPatternFill"; ++ #if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0) ++ const double *bbox = tPat->getBBox(); ++ const double *pmat = tPat->getMatrix(); ++ Dict *resDict = tPat->getResDict(); ++#endif ++ + PDFRectangle box; + Gfx *gfx; + QString id; +@@ -2325,7 +2335,11 @@ GBool SlaOutputDev::tilingPatternFill(GfxState *state, + // Unset the clip path as it is unrelated to the pattern's coordinate space. + QPainterPath savedClip = m_currentClipPath; + m_currentClipPath = QPainterPath(); ++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0) ++ gfx->display(tPat->getContentStream()); ++#else + gfx->display(str); ++#endif + m_currentClipPath = savedClip; + inPattern--; + gElements = m_groupStack.pop(); Added: head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus-devel/files/patch-scribus_plugins_import_pdf_slaoutput.h Tue Mar 9 15:53:11 2021 (r567940) @@ -0,0 +1,14 @@ +--- scribus/plugins/import/pdf/slaoutput.h.orig 2021-03-09 15:40:35 UTC ++++ scribus/plugins/import/pdf/slaoutput.h +@@ -196,7 +196,11 @@ class SlaOutputDev : public OutputDev (public) + void stroke(GfxState *state) override; + void fill(GfxState *state) override; + void eoFill(GfxState *state) override; ++ #if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0) ++ bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, double xStep, double yStep) override; ++#else + GBool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, Object *str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep) override; ++#endif + GBool functionShadedFill(GfxState * /*state*/, GfxFunctionShading * /*shading*/) override { qDebug() << "Function Shaded Fill"; return gFalse; } + GBool axialShadedFill(GfxState *state, GfxAxialShading *shading, double tMin, double tMax) override; + GBool axialShadedSupportExtend(GfxState *state, GfxAxialShading *shading) override { return (shading->getExtend0() == shading->getExtend1()); } From owner-svn-ports-all@freebsd.org Tue Mar 9 16:32:01 2021 Return-Path: Delivered-To: svn-ports-all@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 3FEE0568739; Tue, 9 Mar 2021 16:32:01 +0000 (UTC) (envelope-from thierry@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 4Dw1291PCyz4f8K; Tue, 9 Mar 2021 16:32:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22D241F43A; Tue, 9 Mar 2021 16:32:01 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129GW0NA006368; Tue, 9 Mar 2021 16:32:00 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129GW0Hl006366; Tue, 9 Mar 2021 16:32:00 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103091632.129GW0Hl006366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Mar 2021 16:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567941 - head/astro/py-sgp4 X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/astro/py-sgp4 X-SVN-Commit-Revision: 567941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 16:32:01 -0000 Author: thierry Date: Tue Mar 9 16:32:00 2021 New Revision: 567941 URL: https://svnweb.freebsd.org/changeset/ports/567941 Log: Upgrade to 2.18. Modified: head/astro/py-sgp4/Makefile head/astro/py-sgp4/distinfo Modified: head/astro/py-sgp4/Makefile ============================================================================== --- head/astro/py-sgp4/Makefile Tue Mar 9 15:53:11 2021 (r567940) +++ head/astro/py-sgp4/Makefile Tue Mar 9 16:32:00 2021 (r567941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sgp4 -PORTVERSION= 2.17 +PORTVERSION= 2.18 CATEGORIES= astro python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/astro/py-sgp4/distinfo ============================================================================== --- head/astro/py-sgp4/distinfo Tue Mar 9 15:53:11 2021 (r567940) +++ head/astro/py-sgp4/distinfo Tue Mar 9 16:32:00 2021 (r567941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613674592 -SHA256 (brandon-rhodes-python-sgp4-2.17_GH0.tar.gz) = 25146b56598a6a3ee3f61dd6075253a2e8e160b23fee77695f11565d6015b964 -SIZE (brandon-rhodes-python-sgp4-2.17_GH0.tar.gz) = 151679 +TIMESTAMP = 1615301808 +SHA256 (brandon-rhodes-python-sgp4-2.18_GH0.tar.gz) = ccbc47081d19f9e2edf0a17e26e377bcb4fddf3304ae3f35f6d1ccdb0d93a876 +SIZE (brandon-rhodes-python-sgp4-2.18_GH0.tar.gz) = 152257 From owner-svn-ports-all@freebsd.org Tue Mar 9 16:32:09 2021 Return-Path: Delivered-To: svn-ports-all@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 926EB56873C; Tue, 9 Mar 2021 16:32:09 +0000 (UTC) (envelope-from thierry@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 4Dw12J5mlFz4f8q; Tue, 9 Mar 2021 16:32:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 176551F43D; Tue, 9 Mar 2021 16:32:08 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129GW7Rb006547; Tue, 9 Mar 2021 16:32:07 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129GW6JW006541; Tue, 9 Mar 2021 16:32:06 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103091632.129GW6JW006541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Mar 2021 16:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567942 - in head/math: eclib eclib/files sage X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/math: eclib eclib/files sage X-SVN-Commit-Revision: 567942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 16:32:09 -0000 Author: thierry Date: Tue Mar 9 16:32:06 2021 New Revision: 567942 URL: https://svnweb.freebsd.org/changeset/ports/567942 Log: Upgrade math/eclib to v20210308. Release notes at . Added: head/math/eclib/files/ head/math/eclib/files/patch-tests_Makefile.am (contents, props changed) Modified: head/math/eclib/Makefile head/math/eclib/distinfo head/math/eclib/pkg-plist head/math/sage/Makefile Modified: head/math/eclib/Makefile ============================================================================== --- head/math/eclib/Makefile Tue Mar 9 16:32:00 2021 (r567941) +++ head/math/eclib/Makefile Tue Mar 9 16:32:06 2021 (r567942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eclib -PORTVERSION= 20210226 +PORTVERSION= 20210308 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/eclib/distinfo ============================================================================== --- head/math/eclib/distinfo Tue Mar 9 16:32:00 2021 (r567941) +++ head/math/eclib/distinfo Tue Mar 9 16:32:06 2021 (r567942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614446577 -SHA256 (JohnCremona-eclib-v20210226_GH0.tar.gz) = 3c7d5797df45248f65846bcf904f5a7f8504f526f2db92f1bd15a1b819beb2f6 -SIZE (JohnCremona-eclib-v20210226_GH0.tar.gz) = 993364 +TIMESTAMP = 1615302638 +SHA256 (JohnCremona-eclib-v20210308_GH0.tar.gz) = fffe62595668592ff1b03fbf51ff0a755e9066fc3addfe09af33d81fb78c90d8 +SIZE (JohnCremona-eclib-v20210308_GH0.tar.gz) = 1016120 Added: head/math/eclib/files/patch-tests_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/eclib/files/patch-tests_Makefile.am Tue Mar 9 16:32:06 2021 (r567942) @@ -0,0 +1,15 @@ +--- tests/Makefile.am.orig 2021-03-08 17:51:22 UTC ++++ tests/Makefile.am +@@ -129,9 +129,9 @@ tnfd_SOURCES=tnfd.cc + # This is the name of a directory which will be used for newform + # input/output in the "make check" tests and removed afterwards. + +-export NF_DIR:=nftmp +-export SNF_DIR:=snftmp +-export TCURVE_DIR:=tcurves ++export NF_DIR=nftmp ++export SNF_DIR=snftmp ++export TCURVE_DIR=tcurves + + check_g0n: g0n_tests + @echo Running g0n checks... Modified: head/math/eclib/pkg-plist ============================================================================== --- head/math/eclib/pkg-plist Tue Mar 9 16:32:00 2021 (r567941) +++ head/math/eclib/pkg-plist Tue Mar 9 16:32:06 2021 (r567942) @@ -117,8 +117,8 @@ include/eclib/xsplit.h include/eclib/xsplit_data.h lib/libec.a lib/libec.so -lib/libec.so.6 -lib/libec.so.6.0.2 +lib/libec.so.7 +lib/libec.so.7.0.0 libdata/pkgconfig/eclib.pc man/man1/mwrank.1.gz %%PORTDOCS%%%%DOCSDIR%%/g0n.txt Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Tue Mar 9 16:32:00 2021 (r567941) +++ head/math/sage/Makefile Tue Mar 9 16:32:06 2021 (r567942) @@ -3,7 +3,7 @@ PORTNAME= sage PORTVERSION= 9.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ From owner-svn-ports-all@freebsd.org Tue Mar 9 16:47:11 2021 Return-Path: Delivered-To: svn-ports-all@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 F360C568C5A; Tue, 9 Mar 2021 16:47:11 +0000 (UTC) (envelope-from lcook@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 4Dw1Mg6JQJz4g5G; Tue, 9 Mar 2021 16:47:11 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB3311F5D9; Tue, 9 Mar 2021 16:47:11 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129GlBK7012532; Tue, 9 Mar 2021 16:47:11 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129GlBx4012530; Tue, 9 Mar 2021 16:47:11 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103091647.129GlBx4012530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Tue, 9 Mar 2021 16:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567943 - head/net/hblock X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/net/hblock X-SVN-Commit-Revision: 567943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 16:47:12 -0000 Author: lcook Date: Tue Mar 9 16:47:11 2021 New Revision: 567943 URL: https://svnweb.freebsd.org/changeset/ports/567943 Log: net/hblock: Update to 3.2.1 Changes: https://github.com/hectorm/hblock/compare/v3.2.0...v3.2.1 Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29149 Modified: head/net/hblock/Makefile head/net/hblock/distinfo Modified: head/net/hblock/Makefile ============================================================================== --- head/net/hblock/Makefile Tue Mar 9 16:32:06 2021 (r567942) +++ head/net/hblock/Makefile Tue Mar 9 16:47:11 2021 (r567943) @@ -2,7 +2,7 @@ PORTNAME= hblock DISTVERSIONPREFIX= v -DISTVERSION= 3.2.0 +DISTVERSION= 3.2.1 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org Modified: head/net/hblock/distinfo ============================================================================== --- head/net/hblock/distinfo Tue Mar 9 16:32:06 2021 (r567942) +++ head/net/hblock/distinfo Tue Mar 9 16:47:11 2021 (r567943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611443727 -SHA256 (hectorm-hblock-v3.2.0_GH0.tar.gz) = a5a86a0e9913d88dcba7270c9e3ed37f4c626c8a6a8b5e9303a8a173824bdfee -SIZE (hectorm-hblock-v3.2.0_GH0.tar.gz) = 755740 +TIMESTAMP = 1615300270 +SHA256 (hectorm-hblock-v3.2.1_GH0.tar.gz) = d24d3791cba605070e0ea30aa32d4e567104562a8f1cd909865959df7a10bb70 +SIZE (hectorm-hblock-v3.2.1_GH0.tar.gz) = 757800 From owner-svn-ports-all@freebsd.org Tue Mar 9 16:58:13 2021 Return-Path: Delivered-To: svn-ports-all@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 AE5A3569141; Tue, 9 Mar 2021 16:58:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw1cP4bVRz4gNL; Tue, 9 Mar 2021 16:58:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90A4F1F571; Tue, 9 Mar 2021 16:58:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129GwD2j018631; Tue, 9 Mar 2021 16:58:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129GwCs9018627; Tue, 9 Mar 2021 16:58:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103091658.129GwCs9018627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 16:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567944 - in head: devel/py-game_sdl2 games/renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/py-game_sdl2 games/renpy X-SVN-Commit-Revision: 567944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 16:58:13 -0000 Author: jbeich Date: Tue Mar 9 16:58:12 2021 New Revision: 567944 URL: https://svnweb.freebsd.org/changeset/ports/567944 Log: devel/renpy: update to 7.4.3 Changes: https://www.renpy.org/release/7.4.3 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-3 Reported by: Repology Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/py-game_sdl2/distinfo (contents, props changed) head/games/renpy/Makefile (contents, props changed) head/games/renpy/distinfo (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Tue Mar 9 16:47:11 2021 (r567943) +++ head/devel/py-game_sdl2/Makefile Tue Mar 9 16:58:12 2021 (r567944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 7.4.2 +PORTVERSION= 7.4.3 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: head/devel/py-game_sdl2/distinfo ============================================================================== --- head/devel/py-game_sdl2/distinfo Tue Mar 9 16:47:11 2021 (r567943) +++ head/devel/py-game_sdl2/distinfo Tue Mar 9 16:58:12 2021 (r567944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612074067 -SHA256 (pygame_sdl2-2.1.0-for-renpy-7.4.2.tar.gz) = c7544a660713090c9ec0117b98ac9effea4456e968a04cdb2d3d9d016d32f3d2 -SIZE (pygame_sdl2-2.1.0-for-renpy-7.4.2.tar.gz) = 3966788 +TIMESTAMP = 1615150533 +SHA256 (pygame_sdl2-2.1.0-for-renpy-7.4.3.tar.gz) = bdcbb0b86e403d1e42ecd68f5bf6d82d74353e2887eda9d3990651a3eb2079f9 +SIZE (pygame_sdl2-2.1.0-for-renpy-7.4.3.tar.gz) = 3968395 Modified: head/games/renpy/Makefile ============================================================================== --- head/games/renpy/Makefile Tue Mar 9 16:47:11 2021 (r567943) +++ head/games/renpy/Makefile Tue Mar 9 16:58:12 2021 (r567944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 7.4.2 +PORTVERSION= 7.4.3 DISTVERSIONSUFFIX=-sdk CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ Modified: head/games/renpy/distinfo ============================================================================== --- head/games/renpy/distinfo Tue Mar 9 16:47:11 2021 (r567943) +++ head/games/renpy/distinfo Tue Mar 9 16:58:12 2021 (r567944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612073796 -SHA256 (renpy-7.4.2-sdk.tar.bz2) = 5ce5bf8f0d508f79268db0c46797fccc968e740a8c303df34780c5c59de8b08c -SIZE (renpy-7.4.2-sdk.tar.bz2) = 112269741 +TIMESTAMP = 1615150188 +SHA256 (renpy-7.4.3-sdk.tar.bz2) = 3373fd2371c52de84b2b9235798bc7f089ca30815d9fd9730fb21db7c71636d3 +SIZE (renpy-7.4.3-sdk.tar.bz2) = 112399103 From owner-svn-ports-all@freebsd.org Tue Mar 9 16:58:54 2021 Return-Path: Delivered-To: svn-ports-all@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 32ACE569318; Tue, 9 Mar 2021 16:58:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw1dB100tz4gP0; Tue, 9 Mar 2021 16:58:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A3621FB05; Tue, 9 Mar 2021 16:58:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129Gwr9r018788; Tue, 9 Mar 2021 16:58:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129GwrJR018783; Tue, 9 Mar 2021 16:58:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103091658.129GwrJR018783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 9 Mar 2021 16:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567945 - in branches/2021Q1: devel/py-game_sdl2 games/renpy X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1: devel/py-game_sdl2 games/renpy X-SVN-Commit-Revision: 567945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 16:58:54 -0000 Author: jbeich Date: Tue Mar 9 16:58:52 2021 New Revision: 567945 URL: https://svnweb.freebsd.org/changeset/ports/567945 Log: MFH: r567944 devel/renpy: update to 7.4.3 Changes: https://www.renpy.org/release/7.4.3 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-3 Reported by: Repology Modified: branches/2021Q1/devel/py-game_sdl2/Makefile branches/2021Q1/devel/py-game_sdl2/distinfo branches/2021Q1/games/renpy/Makefile branches/2021Q1/games/renpy/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2021Q1/devel/py-game_sdl2/Makefile Tue Mar 9 16:58:12 2021 (r567944) +++ branches/2021Q1/devel/py-game_sdl2/Makefile Tue Mar 9 16:58:52 2021 (r567945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= game_sdl2 -PORTVERSION= 7.4.2 +PORTVERSION= 7.4.3 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO Modified: branches/2021Q1/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2021Q1/devel/py-game_sdl2/distinfo Tue Mar 9 16:58:12 2021 (r567944) +++ branches/2021Q1/devel/py-game_sdl2/distinfo Tue Mar 9 16:58:52 2021 (r567945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612074067 -SHA256 (pygame_sdl2-2.1.0-for-renpy-7.4.2.tar.gz) = c7544a660713090c9ec0117b98ac9effea4456e968a04cdb2d3d9d016d32f3d2 -SIZE (pygame_sdl2-2.1.0-for-renpy-7.4.2.tar.gz) = 3966788 +TIMESTAMP = 1615150533 +SHA256 (pygame_sdl2-2.1.0-for-renpy-7.4.3.tar.gz) = bdcbb0b86e403d1e42ecd68f5bf6d82d74353e2887eda9d3990651a3eb2079f9 +SIZE (pygame_sdl2-2.1.0-for-renpy-7.4.3.tar.gz) = 3968395 Modified: branches/2021Q1/games/renpy/Makefile ============================================================================== --- branches/2021Q1/games/renpy/Makefile Tue Mar 9 16:58:12 2021 (r567944) +++ branches/2021Q1/games/renpy/Makefile Tue Mar 9 16:58:52 2021 (r567945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= renpy -PORTVERSION= 7.4.2 +PORTVERSION= 7.4.3 DISTVERSIONSUFFIX=-sdk CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ Modified: branches/2021Q1/games/renpy/distinfo ============================================================================== --- branches/2021Q1/games/renpy/distinfo Tue Mar 9 16:58:12 2021 (r567944) +++ branches/2021Q1/games/renpy/distinfo Tue Mar 9 16:58:52 2021 (r567945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612073796 -SHA256 (renpy-7.4.2-sdk.tar.bz2) = 5ce5bf8f0d508f79268db0c46797fccc968e740a8c303df34780c5c59de8b08c -SIZE (renpy-7.4.2-sdk.tar.bz2) = 112269741 +TIMESTAMP = 1615150188 +SHA256 (renpy-7.4.3-sdk.tar.bz2) = 3373fd2371c52de84b2b9235798bc7f089ca30815d9fd9730fb21db7c71636d3 +SIZE (renpy-7.4.3-sdk.tar.bz2) = 112399103 From owner-svn-ports-all@freebsd.org Tue Mar 9 17:24:17 2021 Return-Path: Delivered-To: svn-ports-all@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 69B7956A915; Tue, 9 Mar 2021 17:24:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw2BT2ZWfz4jyC; Tue, 9 Mar 2021 17:24:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40E912020D; Tue, 9 Mar 2021 17:24:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129HOHSg036798; Tue, 9 Mar 2021 17:24:17 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129HOHh0036797; Tue, 9 Mar 2021 17:24:17 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202103091724.129HOHh0036797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 9 Mar 2021 17:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: svn commit: r567946 - tags/RELEASE_13_0_0 X-SVN-Group: ports-tags X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: tags/RELEASE_13_0_0 X-SVN-Commit-Revision: 567946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 17:24:17 -0000 Author: gjb Date: Tue Mar 9 17:24:16 2021 New Revision: 567946 URL: https://svnweb.freebsd.org/changeset/ports/567946 Log: Tag branches/2021Q1@r567285 as RELEASE_13_0_0. Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") Added: tags/RELEASE_13_0_0/ - copied from r567285, branches/2021Q1/ From owner-svn-ports-all@freebsd.org Tue Mar 9 17:37:14 2021 Return-Path: Delivered-To: svn-ports-all@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 5BF3856B07A; Tue, 9 Mar 2021 17:37:14 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw2TN6zbCz4kZ8; Tue, 9 Mar 2021 17:37:12 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.229.168]) by shaw.ca with ESMTPA id JgI8lTFBVHmS3JgIAlfE7v; Tue, 09 Mar 2021 10:37:10 -0700 X-Authority-Analysis: v=2.4 cv=MaypB7zf c=1 sm=1 tr=0 ts=6047b247 a=7AlCcx2GqMg+lh9P3BclKA==:117 a=7AlCcx2GqMg+lh9P3BclKA==:17 a=xqWC_Br6kY4A:10 a=kj9zAlcOel0A:10 a=dESyimp9J3IA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=IZ9kWSt4KcgxxcOLcV0A:9 a=CjuIK1q_8ugA:10 a=Y5bGxUzbcfsA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 a=BPzZvq435JnGatEyYwdK:22 Received: from slippy.cwsent.com (slippy [IPv6:fc00:1:1:1::5b]) by spqr.komquats.com (Postfix) with ESMTPS id DB911719; Tue, 9 Mar 2021 09:37:07 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.16.1/8.16.1) with ESMTP id 129Hb76s033050; Tue, 9 Mar 2021 09:37:07 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202103091737.129Hb76s033050@slippy.cwsent.com> X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Chris Rees cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r566192 - head/x11/cde Comments: In-reply-to Cy Schubert message dated "Sat, 20 Feb 2021 16:31:51 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Mar 2021 09:37:07 -0800 X-CMAE-Envelope: MS4xfNxQ6GG+TDw+3s9eytUVvBfmzzEFQlU4Rvqhwe5t6CDBo+1b5hCp2kgnZWnotYPDiXs41cDK6l4wwjImZwrQO36Q1zo71ErIVCk7TeCTYT3emzkzMf7Y ZyWR5cxr83LH/23dGsfIhWNVZox4CQDacci3A9xguLnqEsbpDf4UefkqqQAQjfbbkHKEv30shSJVyBL+Q+MQBlcTwBa1nzlnIE2pdzAUyuNaA+uAF6OTz/Iu d1SSXhGBQJcwvssYw9XdHYdUeEI7rH0+Ebssjo7LbXzB7j9znwA/FwmLcgT41MFQQyPcFUU25qtBpWTYoSEf+g== X-Rspamd-Queue-Id: 4Dw2TN6zbCz4kZ8 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of cy.schubert@cschubert.com has no SPF policy when checking 64.59.136.137) smtp.mailfrom=cy.schubert@cschubert.com X-Spamd-Result: default: False [1.17 / 15.00]; HAS_REPLYTO(0.00)[Cy.Schubert@cschubert.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; RWL_MAILSPIKE_GOOD(0.00)[64.59.136.137:from]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RECEIVED_SPAMHAUS_PBL(0.00)[70.67.229.168:received]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.59.136.137:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:6327, ipnet:64.59.128.0/20, country:CA]; FAKE_REPLY(1.00)[]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[cschubert.com: no valid DMARC record]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.87)[0.873]; SPAMHAUS_ZRD(0.00)[64.59.136.137:from:127.0.2.255]; RCVD_IN_DNSWL_LOW(-0.10)[64.59.136.137:from]; RCVD_TLS_LAST(0.00)[]; R_SPF_NA(0.00)[no SPF record]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 17:37:14 -0000 Cy Schubert writes: > In message <202102202137.11KLb2IN098276@repo.freebsd.org>, Chris Rees > writes: > > Author: crees > > Date: Sat Feb 20 21:37:02 2021 > > New Revision: 566192 > > URL: https://svnweb.freebsd.org/changeset/ports/566192 > > > > Log: > > x11/cde: Sadly, broken on all archs for head > > > > Modified: > > head/x11/cde/Makefile (contents, props changed) > > > > Modified: head/x11/cde/Makefile > > =========================================================================== > == > > = > > --- head/x11/cde/Makefile Sat Feb 20 21:09:01 2021 (r566191) > > +++ head/x11/cde/Makefile Sat Feb 20 21:37:02 2021 (r566192) > > @@ -12,7 +12,7 @@ LICENSE= LGPL21 > > > > BROKEN_mips64= fails to build: ./config/imake/imake: No such f > > ile or directory > > BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or d > > irectory > > -BROKEN_FreeBSD_14_i386= jams flex scanner > > +BROKEN_FreeBSD_14= jams flex scanner > > I saw flex scanner failures in virtually all applications while testing > c61fae1475f1864dc4bba667b642f279afd44855 without c31480a1f66537e59b02e935a54 > 7bcfc76715278 applied. The flex scanner failures caused boot failures on my > test VM with 1 vCPU and 512 MB vRAM. > > I built this port yesterday on a very recent 14-CURRENT with both of the > above revisions applied without any failures. It builds fine on 14-CURRENT > on amd64 and i386. I wonder whether the users with the build failures had > c61fae1475f1864dc4bba667b642f279afd44855 installed. > > However there is a different build failure while running the shipin ksh93 > script to build shipout. That failure only occurs when building by hand, > i.e. using make, but builds successfully when building through poudriere. The problem only occurs when building by hand. rm -f ship/*/*/BUILT; SHELL=/usr/local/bin/ksh93 CC="cc" CCFLAGS="-O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -DPROFILEPATH=\"/usr/local/etc/dt/config/profile\" -DSUIDPROFILEPATH=\"/usr/local/etc/dt/config/suid_profile\" -DSUIDEXECPATH=\"/usr/local/dt/bin/suid_exec\" -DCDE_INSTALLATION_TOP=\"/us r/local/dt\" -DCSRG_BASED -DANSICPP -DMULTIBYTE -DNLS16 -DOSMAJORVERSION=14 -DOSMINORVERSION=0 " ICCFLAGS="-O0 -DCSRG_BASED -DANSICPP -DMULTIBYTE -DNLS16 -DOSMAJORVERSION=14 -DOSMINORVERSION=0 " /usr/local/bin/ksh93 ship/shipin -F cc: error: unable to make temporary file: No such file or directory ship/shipin: must have shipop to continue *** Error code 1 Stop. There is no such failure when building under poudriere. I suspect that a package that is currently installed but not installed under poudriere, because of the minimal environment poudriere builds packages under, is the likely cause. As to which is a mystery. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Tue Mar 9 18:09:37 2021 Return-Path: Delivered-To: svn-ports-all@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 B271056BAB6; Tue, 9 Mar 2021 18:09:37 +0000 (UTC) (envelope-from osa@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 4Dw3Bn4lYzz4mBC; Tue, 9 Mar 2021 18:09:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95D4520628; Tue, 9 Mar 2021 18:09:37 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129I9bPx062528; Tue, 9 Mar 2021 18:09:37 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129I9bVg062526; Tue, 9 Mar 2021 18:09:37 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202103091809.129I9bVg062526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 9 Mar 2021 18:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567947 - in head/www/nginx-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www/nginx-devel: . files X-SVN-Commit-Revision: 567947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:09:37 -0000 Author: osa Date: Tue Mar 9 18:09:36 2021 New Revision: 567947 URL: https://svnweb.freebsd.org/changeset/ports/567947 Log: Update from 1.19.7 to 1.19.8. Add the vendor's patch to build mail module without SSL support. *) Feature: flags in the "proxy_cookie_flags" directive can now contain variables. *) Feature: the "proxy_protocol" parameter of the "listen" directive, the "proxy_protocol" and "set_real_ip_from" directives in mail proxy. *) Bugfix: HTTP/2 connections were immediately closed when using "keepalive_timeout 0"; the bug had appeared in 1.19.7. *) Bugfix: some errors were logged as unknown if nginx was built with glibc 2.32. *) Bugfix: in the eventport method. Added: head/www/nginx-devel/files/patch-src-mail-ngx_mail_auth_http_module.c (contents, props changed) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Mar 9 17:24:16 2021 (r567946) +++ head/www/nginx-devel/Makefile Tue Mar 9 18:09:36 2021 (r567947) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= nginx -PORTVERSION= 1.19.7 -PORTREVISION= 3 +PORTVERSION= 1.19.8 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Mar 9 17:24:16 2021 (r567946) +++ head/www/nginx-devel/distinfo Tue Mar 9 18:09:36 2021 (r567947) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615297765 -SHA256 (nginx-1.19.7.tar.gz) = 7ae4dd020c41d3a5e1e6a8578fcc60e508e3e27e7668e845ddc87a05a775b50e -SIZE (nginx-1.19.7.tar.gz) = 1056631 +TIMESTAMP = 1615304472 +SHA256 (nginx-1.19.8.tar.gz) = 308919b1a1359315a8066578472f998f14cb32af8de605a3743acca834348b05 +SIZE (nginx-1.19.8.tar.gz) = 1060155 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 Added: head/www/nginx-devel/files/patch-src-mail-ngx_mail_auth_http_module.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/patch-src-mail-ngx_mail_auth_http_module.c Tue Mar 9 18:09:36 2021 (r567947) @@ -0,0 +1,26 @@ +--- src/mail/ngx_mail_auth_http_module.c.orig 2021-03-09 12:50:37.389186000 -0500 ++++ src/mail/ngx_mail_auth_http_module.c 2021-03-09 12:55:40.877872000 -0500 +@@ -1135,10 +1135,10 @@ + size_t len; + ngx_buf_t *b; + ngx_str_t login, passwd; ++ ngx_connection_t *c; + #if (NGX_MAIL_SSL) + ngx_str_t verify, subject, issuer, serial, fingerprint, + raw_cert, cert; +- ngx_connection_t *c; + ngx_mail_ssl_conf_t *sslcf; + #endif + ngx_mail_core_srv_conf_t *cscf; +@@ -1151,9 +1151,10 @@ + return NULL; + } + ++ c = s->connection; ++ + #if (NGX_MAIL_SSL) + +- c = s->connection; + sslcf = ngx_mail_get_module_srv_conf(s, ngx_mail_ssl_module); + + if (c->ssl && sslcf->verify) { From owner-svn-ports-all@freebsd.org Tue Mar 9 18:21:53 2021 Return-Path: Delivered-To: svn-ports-all@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 DD01156BE99; Tue, 9 Mar 2021 18:21:53 +0000 (UTC) (envelope-from adridg@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 4Dw3Sx60Jsz4mbF; Tue, 9 Mar 2021 18:21:53 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0CBC20650; Tue, 9 Mar 2021 18:21:53 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129ILrm3071190; Tue, 9 Mar 2021 18:21:53 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129ILr1F071187; Tue, 9 Mar 2021 18:21:53 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202103091821.129ILr1F071187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 9 Mar 2021 18:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567948 - in head/deskutils/kongress: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/deskutils/kongress: . files X-SVN-Commit-Revision: 567948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:21:53 -0000 Author: adridg Date: Tue Mar 9 18:21:52 2021 New Revision: 567948 URL: https://svnweb.freebsd.org/changeset/ports/567948 Log: Update deskutils/kongress to latest upstream Kongress is a conference-attendance helper application. This release shuffles the translations-scheme to be more in-line with what KDE does, and has no major changes. Patches that were upstreamed have been duly removed. Deleted: head/deskutils/kongress/files/ Modified: head/deskutils/kongress/Makefile head/deskutils/kongress/distinfo head/deskutils/kongress/pkg-plist Modified: head/deskutils/kongress/Makefile ============================================================================== --- head/deskutils/kongress/Makefile Tue Mar 9 18:09:36 2021 (r567947) +++ head/deskutils/kongress/Makefile Tue Mar 9 18:21:52 2021 (r567948) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kongress -DISTVERSION= 1.0 +DISTVERSION= 1.0.1 CATEGORIES= deskutils MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} Modified: head/deskutils/kongress/distinfo ============================================================================== --- head/deskutils/kongress/distinfo Tue Mar 9 18:09:36 2021 (r567947) +++ head/deskutils/kongress/distinfo Tue Mar 9 18:21:52 2021 (r567948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611949562 -SHA256 (kongress-1.0.tar.xz) = b12371deceb2fc5580d235f43f299ad08996adb922395f7fb5f8c03213deef82 -SIZE (kongress-1.0.tar.xz) = 418376 +TIMESTAMP = 1615313915 +SHA256 (kongress-1.0.1.tar.xz) = ca2b89a67c4d21abb535f8411154e26ae5a5ee0465e7f2b248296e1a1a6d2175 +SIZE (kongress-1.0.1.tar.xz) = 419024 Modified: head/deskutils/kongress/pkg-plist ============================================================================== --- head/deskutils/kongress/pkg-plist Tue Mar 9 18:09:36 2021 (r567947) +++ head/deskutils/kongress/pkg-plist Tue Mar 9 18:21:52 2021 (r567948) @@ -4,54 +4,54 @@ share/applications/org.kde.kongress.desktop share/dbus-1/services/org.kde.kongressac.service share/icons/hicolor/scalable/apps/org.kde.kongress.svg share/knotifications5/kongressac.notifyrc -share/locale/ca/LC_MESSAGES/kongress.qm -share/locale/ca/LC_MESSAGES/kongressac.qm -share/locale/ca@valencia/LC_MESSAGES/kongress.qm -share/locale/ca@valencia/LC_MESSAGES/kongressac.qm -share/locale/cs/LC_MESSAGES/kongress.qm -share/locale/cs/LC_MESSAGES/kongressac.qm -share/locale/da/LC_MESSAGES/kongress.qm -share/locale/da/LC_MESSAGES/kongressac.qm -share/locale/de/LC_MESSAGES/kongress.qm -share/locale/el/LC_MESSAGES/kongress.qm -share/locale/el/LC_MESSAGES/kongressac.qm -share/locale/en_GB/LC_MESSAGES/kongress.qm -share/locale/en_GB/LC_MESSAGES/kongressac.qm -share/locale/es/LC_MESSAGES/kongress.qm -share/locale/es/LC_MESSAGES/kongressac.qm -share/locale/et/LC_MESSAGES/kongress.qm -share/locale/et/LC_MESSAGES/kongressac.qm -share/locale/fi/LC_MESSAGES/kongress.qm -share/locale/fi/LC_MESSAGES/kongressac.qm -share/locale/fr/LC_MESSAGES/kongress.qm -share/locale/fr/LC_MESSAGES/kongressac.qm -share/locale/gl/LC_MESSAGES/kongress.qm -share/locale/gl/LC_MESSAGES/kongressac.qm -share/locale/ia/LC_MESSAGES/kongress.qm -share/locale/ia/LC_MESSAGES/kongressac.qm -share/locale/it/LC_MESSAGES/kongress.qm -share/locale/it/LC_MESSAGES/kongressac.qm -share/locale/ko/LC_MESSAGES/kongress.qm -share/locale/ko/LC_MESSAGES/kongressac.qm -share/locale/nl/LC_MESSAGES/kongress.qm -share/locale/nl/LC_MESSAGES/kongressac.qm -share/locale/nn/LC_MESSAGES/kongress.qm -share/locale/nn/LC_MESSAGES/kongressac.qm -share/locale/pt/LC_MESSAGES/kongress.qm -share/locale/pt/LC_MESSAGES/kongressac.qm -share/locale/pt_BR/LC_MESSAGES/kongress.qm -share/locale/pt_BR/LC_MESSAGES/kongressac.qm -share/locale/ro/LC_MESSAGES/kongressac.qm -share/locale/ru/LC_MESSAGES/kongress.qm -share/locale/ru/LC_MESSAGES/kongressac.qm -share/locale/sk/LC_MESSAGES/kongress.qm -share/locale/sk/LC_MESSAGES/kongressac.qm -share/locale/sl/LC_MESSAGES/kongress.qm -share/locale/sl/LC_MESSAGES/kongressac.qm -share/locale/sv/LC_MESSAGES/kongress.qm -share/locale/sv/LC_MESSAGES/kongressac.qm -share/locale/uk/LC_MESSAGES/kongress.qm -share/locale/uk/LC_MESSAGES/kongressac.qm -share/locale/zh_TW/LC_MESSAGES/kongress.qm -share/locale/zh_TW/LC_MESSAGES/kongressac.qm +share/locale/ca/LC_MESSAGES/kongress.mo +share/locale/ca/LC_MESSAGES/kongressac.mo +share/locale/ca@valencia/LC_MESSAGES/kongress.mo +share/locale/ca@valencia/LC_MESSAGES/kongressac.mo +share/locale/cs/LC_MESSAGES/kongress.mo +share/locale/cs/LC_MESSAGES/kongressac.mo +share/locale/da/LC_MESSAGES/kongress.mo +share/locale/da/LC_MESSAGES/kongressac.mo +share/locale/de/LC_MESSAGES/kongress.mo +share/locale/el/LC_MESSAGES/kongress.mo +share/locale/el/LC_MESSAGES/kongressac.mo +share/locale/en_GB/LC_MESSAGES/kongress.mo +share/locale/en_GB/LC_MESSAGES/kongressac.mo +share/locale/es/LC_MESSAGES/kongress.mo +share/locale/es/LC_MESSAGES/kongressac.mo +share/locale/et/LC_MESSAGES/kongress.mo +share/locale/et/LC_MESSAGES/kongressac.mo +share/locale/fi/LC_MESSAGES/kongress.mo +share/locale/fi/LC_MESSAGES/kongressac.mo +share/locale/fr/LC_MESSAGES/kongress.mo +share/locale/fr/LC_MESSAGES/kongressac.mo +share/locale/gl/LC_MESSAGES/kongress.mo +share/locale/gl/LC_MESSAGES/kongressac.mo +share/locale/ia/LC_MESSAGES/kongress.mo +share/locale/ia/LC_MESSAGES/kongressac.mo +share/locale/it/LC_MESSAGES/kongress.mo +share/locale/it/LC_MESSAGES/kongressac.mo +share/locale/ko/LC_MESSAGES/kongress.mo +share/locale/ko/LC_MESSAGES/kongressac.mo +share/locale/nl/LC_MESSAGES/kongress.mo +share/locale/nl/LC_MESSAGES/kongressac.mo +share/locale/nn/LC_MESSAGES/kongress.mo +share/locale/nn/LC_MESSAGES/kongressac.mo +share/locale/pt/LC_MESSAGES/kongress.mo +share/locale/pt/LC_MESSAGES/kongressac.mo +share/locale/pt_BR/LC_MESSAGES/kongress.mo +share/locale/pt_BR/LC_MESSAGES/kongressac.mo +share/locale/ro/LC_MESSAGES/kongressac.mo +share/locale/ru/LC_MESSAGES/kongress.mo +share/locale/ru/LC_MESSAGES/kongressac.mo +share/locale/sk/LC_MESSAGES/kongress.mo +share/locale/sk/LC_MESSAGES/kongressac.mo +share/locale/sl/LC_MESSAGES/kongress.mo +share/locale/sl/LC_MESSAGES/kongressac.mo +share/locale/sv/LC_MESSAGES/kongress.mo +share/locale/sv/LC_MESSAGES/kongressac.mo +share/locale/uk/LC_MESSAGES/kongress.mo +share/locale/uk/LC_MESSAGES/kongressac.mo +share/locale/zh_TW/LC_MESSAGES/kongress.mo +share/locale/zh_TW/LC_MESSAGES/kongressac.mo share/metainfo/org.kde.kongress.appdata.xml From owner-svn-ports-all@freebsd.org Tue Mar 9 18:24:56 2021 Return-Path: Delivered-To: svn-ports-all@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 72DB256BCFC; Tue, 9 Mar 2021 18:24:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw3XS2scCz4n41; Tue, 9 Mar 2021 18:24:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5538B20E09; Tue, 9 Mar 2021 18:24:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129IOuiC074674; Tue, 9 Mar 2021 18:24:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129IOuwi074673; Tue, 9 Mar 2021 18:24:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103091824.129IOuwi074673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 18:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567949 - head/shells/starship X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/shells/starship X-SVN-Commit-Revision: 567949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:24:56 -0000 Author: yuri Date: Tue Mar 9 18:24:55 2021 New Revision: 567949 URL: https://svnweb.freebsd.org/changeset/ports/567949 Log: shells/starship: Change FONTS option to OFF by default Modified: head/shells/starship/Makefile Modified: head/shells/starship/Makefile ============================================================================== --- head/shells/starship/Makefile Tue Mar 9 18:21:52 2021 (r567948) +++ head/shells/starship/Makefile Tue Mar 9 18:24:55 2021 (r567949) @@ -2,7 +2,7 @@ PORTNAME= starship DISTVERSION= 0.50.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -208,7 +208,6 @@ CARGO_CRATES= \ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= FONTS -OPTIONS_DEFAULT= FONTS FONTS_DESC= Install fonts FONTS_RUN_DEPENDS= nerd-fonts>0:x11-fonts/nerd-fonts From owner-svn-ports-all@freebsd.org Tue Mar 9 18:27:41 2021 Return-Path: Delivered-To: svn-ports-all@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 6CC8456C124; Tue, 9 Mar 2021 18:27:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw3bd2QkJz4mxC; Tue, 9 Mar 2021 18:27:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 457CF20B58; Tue, 9 Mar 2021 18:27:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129IRflD076592; Tue, 9 Mar 2021 18:27:41 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129IRadd076569; Tue, 9 Mar 2021 18:27:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103091827.129IRadd076569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 9 Mar 2021 18:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567950 - in head: . emulators emulators/virtualbox-ose emulators/virtualbox-ose-additions emulators/virtualbox-ose-additions-legacy emulators/virtualbox-ose-additions-nox11-legacy emul... X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head: . emulators emulators/virtualbox-ose emulators/virtualbox-ose-additions emulators/virtualbox-ose-additions-legacy emulators/virtualbox-ose-additions-nox11-legacy emulators/virtualbox-ose-kmod... X-SVN-Commit-Revision: 567950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:27:41 -0000 Author: madpilot Date: Tue Mar 9 18:27:36 2021 New Revision: 567950 URL: https://svnweb.freebsd.org/changeset/ports/567950 Log: - Update VirtualBox OSE to 6.1.18 - Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the ports (repocopied) - Add back extra patch removed in r528258, actually required to build DEBUG kmod - Correctly define WITH_DEBUG when enabling the DEBUG option, so binaries are not stripped Please note that this new version supports only amd64 CPUs. If you need to use older hardware please install the legacy ports. Note that moving VM snapshots across major updates is unsupported, it's strongly suggested to properly shutdown VMs before upgrading, please check UPDATING for further details. This update is the result of work from many people, and thanks to all who gave feedback and tested things. Patch based on work from: Mario Lobo and jkim. PR: 234878 Submitted by: kunda Approved by: vbox (implicit) Reviewed by: decke Tested by: jwb, martin ilavsky , Mario Lobo Relnotes: https://www.virtualbox.org/wiki/Changelog-6.1 Differential Revision: https://reviews.freebsd.org/D28871 Added: head/emulators/virtualbox-ose-additions-legacy/ - copied from r566234, head/emulators/virtualbox-ose-additions/ head/emulators/virtualbox-ose-additions-nox11-legacy/ - copied from r566234, head/emulators/virtualbox-ose-additions-nox11/ head/emulators/virtualbox-ose-kmod-legacy/ - copied from r566234, head/emulators/virtualbox-ose-kmod/ head/emulators/virtualbox-ose-legacy/ - copied from r566234, head/emulators/virtualbox-ose/ head/emulators/virtualbox-ose-nox11-legacy/ - copied from r566234, head/emulators/virtualbox-ose-nox11/ head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_bcmp.c (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_x11_VBoxClient_logging.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_x11_x11include_xproto-7.0.18_X11_Xfuncproto.h (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Graphics_DevVGA-SVGA3d-glLdr.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Graphics_DevVGA-SVGA3d-glLdr.h (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Graphics_DevVGA-SVGA3d-ogl.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Makefile.kmk (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_PC_ipxe_Makefile.kmk (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VBoxManage_VBoxManageModifyVM.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetAdp_freebsd_Makefile (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_Makefile.kmk (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_Makefile (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_NetworkServices_Dhcpd_VBoxNetDhcpd.cpp (contents, props changed) head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_posix_process-creation-posix.cpp (contents, props changed) Deleted: head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderAdditions.cpp head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_net_UIDownloaderExtensionPack.cpp head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_settings_global_UIGlobalSettingsNetworkDetailsHost.cpp head/emulators/virtualbox-ose/files/patch-include-VBox-vmm-cpumctx.h head/emulators/virtualbox-ose/files/patch-include_VBox_VBoxGL2D.h head/emulators/virtualbox-ose/files/patch-include_iprt_assertcompile.h head/emulators/virtualbox-ose/files/patch-include_iprt_cdefs.h head/emulators/virtualbox-ose/files/patch-include_iprt_types.h head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports.py head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports_dri.py head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_glxapi_exports.py head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-ipxe-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Storage-DrvHostBase-freebsd.cpp head/emulators/virtualbox-ose/files/patch-src-VBox-GuestHost-OpenGL-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c head/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp head/emulators/virtualbox-ose/files/patch-src-recompiler-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_dri__glx.h head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_fakedri__drv.h head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_glx.c head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_glx__c__exports.c head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_glx__proto.h head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_crOpenGL_stub.h head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Storage_DrvHostBase-freebsd.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_src_globals_UIImageTools.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_src_widgets_UIMenuToolBar.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_src_widgets_UIPopupBox.h head/emulators/virtualbox-ose/files/patch-src_VBox_GuestHost_OpenGL_include_chromium.h head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_HostServices_SharedOpenGL_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Main_include_USBProxyBackend.h head/emulators/virtualbox-ose/files/patch-src_VBox_Main_src-client_ConsoleImpl2.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Main_src-server_freebsd_NetIf-freebsd.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_RDP-client-1.8.4-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_common_err_RTErrConvertFromErrno.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_VMM_VMMR0_GVMMR0.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_VMM_VMMR3_VMReq.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_VMM_include_IEMInternal.h head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_xpcom_reflect_xptcall_src_md_unix_xptcinvoke__x86__64__linux.cpp head/emulators/virtualbox-ose/files/patch-src_recompiler_Makefile.kmk Modified: head/MOVED head/UPDATING head/emulators/Makefile head/emulators/virtualbox-ose-additions-legacy/Makefile head/emulators/virtualbox-ose-additions-nox11-legacy/Makefile head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod-legacy/Makefile head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose-legacy/Makefile head/emulators/virtualbox-ose-nox11-legacy/Makefile head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo head/emulators/virtualbox-ose/files/patch-Config.kmk head/emulators/virtualbox-ose/files/patch-configure head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h head/emulators/virtualbox-ose/files/patch-include_VBox_com_array.h head/emulators/virtualbox-ose/files/patch-include_iprt_string.h head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-Makefile head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-files_vboxguest head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh head/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-VirtualBoxImpl.cpp head/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-sleepqueue-r0drv-freebsd.h head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_VBoxService_VBoxServiceVMInfo.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_pam_pam__vbox.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs.h head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c head/emulators/virtualbox-ose/files/patch-src_VBox_Debugger_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostALSAAudio.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VBoxManage_VBoxManageHelp.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Main_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_VBox_Main_include_HostPower.h head/emulators/virtualbox-ose/files/patch-src_VBox_Main_src-server_HostImpl.cpp head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memobj-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semevent-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semeventmulti-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semfastmutex-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_spinlock-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_the-freebsd-kernel.h head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_thread2-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_time-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_timer-r0drv-freebsd.c head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_Makefile.kmk head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_nsprpub_pr_src_pthreads_ptsynch.c head/emulators/virtualbox-ose/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue Mar 9 18:24:55 2021 (r567949) +++ head/MOVED Tue Mar 9 18:27:36 2021 (r567950) @@ -6868,8 +6868,6 @@ databases/p5-DBD-FrontBase||2014-09-07|Cascade removal databases/ruby-frontbase||2014-09-07|Cascade removal (databases/frontbase) devel/flex-sdk2||2014-09-07|Not staged devel/flex_compiler_shell||2014-09-07|Cascade removal (devel/flex-sdk2) -emulators/virtualbox-ose-legacy||2014-09-09|Not staged -emulators/virtualbox-ose-kmod-legacy||2014-09-09|No purpose after removal of virtualbox-ose-legacy devel/arm-eabi-gcc||2014-09-09|Not staged devel/cross-gcc||2014-09-09|Not staged devel/arm-eabi-binutils||2014-09-09|No purpose after removal of arm-eabi-gcc Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Mar 9 18:24:55 2021 (r567949) +++ head/UPDATING Tue Mar 9 18:27:36 2021 (r567950) @@ -5,6 +5,34 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210309: + AFFECTS: users of emulators/virtualbox-ose + AUTHOR: madpilot@FreeBSD.org + + emulators/virtualbox-ose has been updated to 6.1.18. This new + version only works on amd64 hardware. + + Previous version 5.x of the virtualbox ports have been preserved + as emulators/virtualbox-ose-legacy and similarly named ports for + the other parts. + + If you can't run the latest version or wish to stay with the old + version, please install the legacy ports. + + Also the additions at present build successfully only for amd64. + If you need i386 additions you can fallback to the old legacy + ones. + + NOTE: There is no support for moving saved running machine states + across major updates of virtualbox. It is recommended to properly + shutdown all virtual machines before upgrading. Otherwise the saved + state can simply be discarded after the upgrade, if it's not + important to preserve it. + + It should also be possible to downgrade to the legacy ports and + shutdown the machine properly from the saved state and then upgrade + back again. + 20210302: AFFECTS: users of editors/emacs-devel AUTHOR: jrm@FreeBSD.org Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -153,9 +153,14 @@ SUBDIR += vice SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions + SUBDIR += virtualbox-ose-additions-legacy SUBDIR += virtualbox-ose-additions-nox11 + SUBDIR += virtualbox-ose-additions-nox11-legacy SUBDIR += virtualbox-ose-kmod + SUBDIR += virtualbox-ose-kmod-legacy + SUBDIR += virtualbox-ose-legacy SUBDIR += virtualbox-ose-nox11 + SUBDIR += virtualbox-ose-nox11-legacy SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup Modified: head/emulators/virtualbox-ose-additions-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Sun Feb 21 17:49:05 2021 (r566234) +++ head/emulators/virtualbox-ose-additions-legacy/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -6,7 +6,7 @@ PORTVERSION= 5.2.44 PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ -PKGNAMESUFFIX?= -additions +PKGNAMESUFFIX?= -additions-legacy DISTNAME= VirtualBox-${PORTVERSION} MAINTAINER= vbox@FreeBSD.org @@ -26,7 +26,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox -PATCHDIR= ${.CURDIR}/../${PORTNAME}/files +PATCHDIR= ${.CURDIR}/../${PORTNAME}-legacy/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} MAKE_JOBS_UNSAFE= yes @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --nofatal --with-gcc="${CC}" --with-g CONFLICTS_INSTALL= virtualbox-ose-[0-9]* \ virtualbox-ose-additions-devel-[0-9]* \ virtualbox-ose-devel-[0-9]* \ - virtualbox-ose-legacy-[0-9]* \ + virtualbox-ose-[0-9]* \ virtualbox-ose-lite-[0-9]* \ virtualbox-ose-nox11-[0-9]* Modified: head/emulators/virtualbox-ose-additions-nox11-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions-nox11/Makefile Sun Feb 21 17:49:05 2021 (r566234) +++ head/emulators/virtualbox-ose-additions-nox11-legacy/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -1,9 +1,9 @@ # $FreeBSD$ -PKGNAMESUFFIX= -additions-nox11 +PKGNAMESUFFIX= -additions-nox11-legacy OPTIONS_EXCLUDE= DBUS DEBUG OPENGL X11 -MASTERDIR= ${.CURDIR}/../virtualbox-ose-additions +MASTERDIR= ${.CURDIR}/../virtualbox-ose-additions-legacy .include "${MASTERDIR}/Makefile" Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose-additions/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.44 -PORTREVISION= 3 +PORTVERSION= 6.1.18 CATEGORIES= emulators -MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.virtualbox.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions DISTNAME= VirtualBox-${PORTVERSION} @@ -15,7 +14,7 @@ COMMENT= VirtualBox additions for FreeBSD guests LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 USES= compiler:c++11-lang cpe iconv kmod tar:bzip2 USE_RC_SUBR= vboxguest vboxservice @@ -91,12 +90,6 @@ VBOX_WITH_X11= .include -.if ${COMPILER_TYPE} == clang -.if ${COMPILER_FEATURES:Mlibc++} -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk -.endif -.endif - post-patch: @${ECHO_CMD} 'VBOX_ONLY_ADDITIONS = 1' > ${WRKSRC}/LocalConfig.kmk @${ECHO_CMD} 'VBOX_WITH_DRAG_AND_DROP = ${VBOX_WITH_X11}' >> \ @@ -111,13 +104,10 @@ post-patch: -e 's| -fno-merge-constants||' \ -e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk .endif - @${REINPLACE_CMD} -e 's|/usr/X11|${LOCALBASE}|g' \ - ${WRKSRC}/src/VBox/Additions/x11/VBoxClient/display.cpp @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Config.kmk ${WRKSRC}/configure \ ${WRKSRC}/kBuild/header.kmk ${WRKSRC}/kBuild/units/qt4.kmk \ ${WRKSRC}/kBuild/units/qt5.kmk ${WRKSRC}/kBuild/sdks/LIBSDL.kmk \ - ${WRKSRC}/src/VBox/Additions/common/crOpenGL/load.c \ ${WRKSRC}/src/VBox/Additions/x11/Installer/98vboxadd-xclient \ ${WRKSRC}/src/VBox/Additions/x11/Installer/vboxclient.desktop \ ${WRKSRC}/src/VBox/Additions/x11/vboxmouse/Makefile.kmk \ Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose-additions/distinfo Tue Mar 9 18:27:36 2021 (r567950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594821235 -SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e -SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 +TIMESTAMP = 1613903085 +SHA256 (VirtualBox-6.1.18.tar.bz2) = 108d42b9b391b7a332a33df1662cf7b0e9d9a80f3079d16288d8b9487f427d40 +SIZE (VirtualBox-6.1.18.tar.bz2) = 165507486 Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Sun Feb 21 17:49:05 2021 (r566234) +++ head/emulators/virtualbox-ose-kmod-legacy/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -6,7 +6,7 @@ PORTVERSION= 5.2.44 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ -PKGNAMESUFFIX= -kmod +PKGNAMESUFFIX= -kmod-legacy DISTNAME= VirtualBox-${PORTVERSION} MAINTAINER= vbox@FreeBSD.org @@ -21,7 +21,7 @@ CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox USES= cpe kmod tar:bzip2 -PATCHDIR= ${.CURDIR}/../${PORTNAME}/files +PATCHDIR= ${.CURDIR}/../${PORTNAME}-legacy/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxnet ONLY_FOR_ARCHS= i386 amd64 @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-alsa \ CONFIGURE_ARGS+= --nofatal --with-gcc="${CC}" --with-g++="${CXX}" CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-* \ - virtualbox-ose-kmod-legacy-* + virtualbox-ose-kmod-* OPTIONS_DEFINE= DEBUG VIMAGE OPTIONS_DEFAULT=VIMAGE Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose-kmod/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.44 -PORTREVISION= 4 +PORTVERSION= 6.1.18 CATEGORIES= emulators -MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod DISTNAME= VirtualBox-${PORTVERSION} @@ -20,11 +19,11 @@ BUILD_DEPENDS= kmk:devel/kBuild CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox -USES= cpe kmod tar:bzip2 +USES= cpe compiler:c++14-lang kmod tar:bzip2 PATCHDIR= ${.CURDIR}/../${PORTNAME}/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxnet -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --build-headless @@ -63,7 +62,8 @@ KMK_FLAGS= HostDrivers-scripts vboxdrv-src VBoxNetFlt- .if ${PORT_OPTIONS:MDEBUG} KMK_FLAGS+= BUILD_TYPE=debug KMK_BUILDTYPE= debug -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ + ${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile MAKE_ARGS+= DEBUG_FLAGS="-O1 -g" .endif Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose-kmod/distinfo Tue Mar 9 18:27:36 2021 (r567950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594821147 -SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e -SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 +TIMESTAMP = 1613865409 +SHA256 (VirtualBox-6.1.18.tar.bz2) = 108d42b9b391b7a332a33df1662cf7b0e9d9a80f3079d16288d8b9487f427d40 +SIZE (VirtualBox-6.1.18.tar.bz2) = 165507486 Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Sun Feb 21 17:49:05 2021 (r566234) +++ head/emulators/virtualbox-ose-legacy/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -6,6 +6,7 @@ PORTVERSION= 5.2.44 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ +PKGNAMESUFFIX?= -legacy DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} EXTRACT_ONLY= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} @@ -23,7 +24,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ LIB_DEPENDS= libpng.so:graphics/png \ libxslt.so:textproc/libxslt \ libcurl.so:ftp/curl -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/vboxnet:emulators/virtualbox-ose-kmod +RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/vboxnet:emulators/virtualbox-ose-kmod-legacy CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox @@ -39,7 +40,7 @@ CONFIGURE_ARGS+= --with-gcc="${CC}" --with-g++="${CXX} CONFLICTS_INSTALL= virtualbox-ose-additions-* \ virtualbox-ose-devel-[0-9]* \ - virtualbox-ose-legacy-[0-9]* \ + virtualbox-ose-[0-9]* \ virtualbox-ose-lite-[0-9]* LDFLAGS= -lpthread Modified: head/emulators/virtualbox-ose-nox11-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-nox11/Makefile Sun Feb 21 17:49:05 2021 (r566234) +++ head/emulators/virtualbox-ose-nox11-legacy/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -1,10 +1,10 @@ # $FreeBSD$ -PKGNAMESUFFIX= -nox11 +PKGNAMESUFFIX= -nox11-legacy OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO OPTIONS_EXCLUDE+= QT5 VPX X11 -MASTERDIR= ${.CURDIR}/../virtualbox-ose +MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy .include "${MASTERDIR}/Makefile" Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/Makefile Tue Mar 9 18:27:36 2021 (r567950) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.44 -PORTREVISION= 4 +PORTVERSION= 6.1.18 CATEGORIES= emulators -MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} EXTRACT_ONLY= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} @@ -15,7 +14,6 @@ COMMENT= General-purpose full virtualizer for x86 hard LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild BUILD_DEPENDS= yasm:devel/yasm \ xsltproc:textproc/libxslt \ kmk:devel/kBuild \ @@ -29,7 +27,7 @@ CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 USES= compiler:c++14-lang cpe gnome iconv pkgconfig ssl tar:bzip2 USE_GNOME= libidl libxml2 @@ -42,8 +40,6 @@ CONFLICTS_INSTALL= virtualbox-ose-additions-* \ virtualbox-ose-legacy-[0-9]* \ virtualbox-ose-lite-[0-9]* -LDFLAGS= -lpthread - VBOXUSER?= vboxusers VBOXWSUSER?= vboxusers VBOXGROUP?= vboxusers @@ -57,7 +53,7 @@ VBOX_PROGS= VBoxAutostart VBoxBalloonCtrl VBoxBugRepor VBOX_UTILS= VBoxExtPackHelperApp VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT \ VBoxSVC VBoxXPCOMIPCD -OPTIONS_DEFINE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO \ +OPTIONS_DEFINE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS OPUS PULSEAUDIO \ PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11 OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11 OPTIONS_SUB= yes @@ -66,6 +62,7 @@ DEBUG_DESC= Debug symbols, additional logs and asserti GUESTADDITIONS_DESC= Build with Guest Additions MANUAL_DESC= Build with user manual NLS_DESC= Native language support (requires QT5) +OPUS_DESC= Use libvpx for audio recording (requires VPX) QT5_DESC= Build with QT5 frontend (requires X11) R0LOGGING_DESC= Enable R0 logging (requires DEBUG) UDPTUNNEL_DESC= Build with UDP tunnel support @@ -82,6 +79,9 @@ DEBUG_CONFIGURE_ON= --build-debug MANUAL_BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.4/docbookx.dtd:textproc/docbook-xml MANUAL_CONFIGURE_OFF= --disable-docs NLS_IMPLIES= QT5 +OPUS_CONFIGURE_OFF= --disable-libopus +OPUS_LIB_DEPENDS= libopus.so:audio/opus +OPUS_IMPLIES= VPX PULSEAUDIO_CONFIGURE_OFF= --disable-pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PYTHON_CONFIGURE_OFF= --disable-python @@ -124,6 +124,7 @@ _ELF32!= kldstat -q -m elf32 && echo yes || echo no .if ${PORT_OPTIONS:MDEBUG} KMK_BUILDTYPE= debug KMK_FLAGS+= BUILD_TYPE=debug +WITH_DEBUG= yes .else KMK_BUILDTYPE= release .endif @@ -158,7 +159,7 @@ USE_QT= buildtools_build core dbus gui linguisttools_ USE_QT+= printsupport widgets x11extras USE_XORG= xcb INSTALLS_ICONS= yes -VBOX_PROGS+= VirtualBox +VBOX_PROGS+= VirtualBox VirtualBoxVM VBOX_UTILS+= VBoxTestOGL VBOX_WITH_QT= 1 .else @@ -174,7 +175,7 @@ VBOX_UTILS+= vboxwebsrv webtest .endif .if ${PORT_OPTIONS:MX11} -USES+= sdl +USES+= sdl xorg USE_SDL= sdl USE_XORG+= xorgproto x11 xcursor xext xinerama xmu xt VBOX_PROGS+= VBoxSDL @@ -202,6 +203,19 @@ KMK_FLAGS+= -j${MAKE_JOBS_NUMBER} .include +.if ${CHOSEN_COMPILER_TYPE} == clang +# llvm10 in FreeBSD before r364284 miscompiles virtualbox 6.1 causing errors. +# force llvm11 from ports +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300109 +BUILD_DEPENDS+= clang11:devel/llvm${VBOX_LLVM_VER} +CC= ${LOCALBASE}/bin/clang${VBOX_LLVM_VER} +CXX= ${LOCALBASE}/bin/clang++${VBOX_LLVM_VER} +VBOX_LLVM_VER?= 11 +.endif +PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk +.endif + .if ${PYTHON_MAJOR_VER} >= 3 PLIST_SUB+= PYTHON_PYCDIR=/__pycache__/ \ PYTHON_PYCEXT=.cpython-${PYTHON_SUFFIX}.pyc @@ -274,19 +288,20 @@ post-patch: ${WRKSRC}/LocalConfig.kmk @${ECHO_CMD} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $$(VBOX_GCC_WARN) -Wno-long-long' >> \ ${WRKSRC}/LocalConfig.kmk - @${REINPLACE_CMD} -E -e '/soap_socket_errno\(/s/(soap_socket_errno)(\([^)]+\))/\1/' \ - ${WRKSRC}/src/VBox/Main/webservice/vboxweb.cpp .endif +.if empty(PORT_OPTIONS:MX11) + @${ECHO} 'VBOX_WITH_VMSVGA3D =' >> ${WRKSRC}/LocalConfig.kmk +.endif +.if ${CHOSEN_COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's| -finline-limit=8000||' \ - -e 's| -mpreferred-stack-boundary=2||' \ - -e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|' \ - ${WRKSRC}/Config.kmk + -e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk @${REINPLACE_CMD} -e 's| -fpermissive||' ${WRKSRC}/Config.kmk \ ${WRKSRC}/src/VBox/Main/webservice/Makefile.kmk @${ECHO_CMD} 'TOOL_VBoxGccFreeBSD_LD = ${CXX}' >> ${WRKSRC}/LocalConfig.kmk @${SED} -e 's|GXX3|VBoxGccFreeBSD|g' \ ${LOCALBASE}/share/kBuild/tools/GXX3.kmk > \ ${WRKSRC}/tools/kBuildTools/VBoxGccFreeBSD.kmk +.endif @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Config.kmk ${WRKSRC}/configure \ ${WRKSRC}/kBuild/header.kmk ${WRKSRC}/kBuild/units/qt4.kmk \ @@ -329,7 +344,7 @@ do-install: ${MKDIR} ${STAGEDIR}${VBOX_DIR} cd ${KMK_BUILDDIR}/bin && ${COPYTREE_SHARE} \ - "*.fd *.r0 *.rc *.so components" ${STAGEDIR}${VBOX_DIR} + "*.fd *.r0 *.so components" ${STAGEDIR}${VBOX_DIR} .if ${PORT_OPTIONS:MPYTHON} || ${PORT_OPTIONS:MWEBSERVICE} ${RLN} ${STAGEDIR}${DATADIR}/sdk ${STAGEDIR}${VBOX_DIR} .endif Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/distinfo Tue Mar 9 18:27:36 2021 (r567950) @@ -1,5 +1,5 @@ -TIMESTAMP = 1594897148 -SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e -SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 -SHA256 (VBoxGuestAdditions_5.2.44.iso) = 9883ee443a309f4ffa1d5dee2833f9e35ced598686c36d159f410e5edbac1ca4 -SIZE (VBoxGuestAdditions_5.2.44.iso) = 49829888 +TIMESTAMP = 1613863264 +SHA256 (VirtualBox-6.1.18.tar.bz2) = 108d42b9b391b7a332a33df1662cf7b0e9d9a80f3079d16288d8b9487f427d40 +SIZE (VirtualBox-6.1.18.tar.bz2) = 165507486 +SHA256 (VBoxGuestAdditions_6.1.18.iso) = 904432eb331d7ae517afaa4e4304e6492b7947b46ecb8267de7ef792c4921b4c +SIZE (VBoxGuestAdditions_6.1.18.iso) = 61157376 Added: head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-ipxe-Makefile.kmk Tue Mar 9 18:27:36 2021 (r567950) @@ -0,0 +1,11 @@ +--- src/VBox/Devices/PC/ipxe/Makefile.kmk.orig 2013-11-29 14:23:32.000000000 -0500 ++++ src/VBox/Devices/PC/ipxe/Makefile.kmk 2013-12-13 15:06:45.000000000 -0500 +@@ -35,7 +35,7 @@ + iPxeBiosBin_CLEAN = \ + $(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c \ + +-if1of ($(KBUILD_TARGET), darwin os2 solaris win) ++if1of ($(KBUILD_TARGET), darwin freebsd os2 solaris win) + $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c: $(PATH_SUB_CURRENT)/iPxeBiosBin.rom $(VBOX_BIN2C) | $$(dir $$@) + $(call MSG_TOOL,bin2c,iPxeBiosBin,$<,$@) + $(QUIET)$(VBOX_BIN2C) -min 32 -max 56 -mask 0x1ff -export NetBiosBinary $< $@ Modified: head/emulators/virtualbox-ose/files/patch-Config.kmk ============================================================================== --- head/emulators/virtualbox-ose/files/patch-Config.kmk Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-Config.kmk Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,6 @@ ---- Config.kmk.orig 2020-07-09 16:49:46 UTC +--- Config.kmk.orig 2021-01-07 15:31:21 UTC +++ Config.kmk -@@ -445,11 +445,11 @@ ifn1of ($(KBUILD_TARGET), win darwin) +@@ -469,11 +469,11 @@ ifn1of ($(KBUILD_TARGET), win darwin) # Enable OSS audio support. VBOX_WITH_AUDIO_OSS = 1 endif @@ -14,9 +14,9 @@ # Enable PulseAudio audio support. VBOX_WITH_AUDIO_PULSE = 1 endif -@@ -464,11 +464,11 @@ VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT = 1 - # Enable PCI passthrough support. - VBOX_WITH_PCI_PASSTHROUGH = 1 +@@ -489,11 +489,11 @@ VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT = 1 + # (disabled with 6.1, since it's not complete/useful enough) + VBOX_WITH_PCI_PASSTHROUGH = # Enable statically linked dbus support. -if1of ($(KBUILD_TARGET), linux solaris) +if1of ($(KBUILD_TARGET), freebsd linux solaris) @@ -28,16 +28,25 @@ VBOX_WITH_PAM = 1 endif # Enable internal networking. -@@ -664,7 +664,7 @@ VBOX_WITH_TESTCASES = 1 - VBOX_WITH_VDITOOL = - # Enable this to build vbox-img even if VBOX_WITH_TESTCASES is disabled - VBOX_WITH_VBOX_IMG = --if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) -+if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 freebsd.x86 freebsd.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) - # Enables the video capturing support. - VBOX_WITH_VIDEOREC = 1 - # Enable VPX (VP8 / VP9 codec), used for video capturing. -@@ -992,10 +992,6 @@ ifeq ($(KBUILD_TARGET),darwin) +@@ -501,7 +501,7 @@ VBOX_WITH_INTERNAL_NETWORKING = 1 + # Enable vmsvga (svga2) graphics device variant, 2D part + VBOX_WITH_VMSVGA = 1 + # Enable vmsvga (svga2) graphics device variant, 3D part +-if1of ($(KBUILD_TARGET), darwin linux win) ++if1of ($(KBUILD_TARGET), darwin freebsd linux win) + VBOX_WITH_VMSVGA3D = 1 + endif + # Enable the generic 3D settings support if at least one 3D capable solution is enabled +@@ -647,7 +647,7 @@ VBOX_WITH_MAIN_USB_ID_DATABASE = 1 + #endif + # Set this to prefix all C symbols in XPCOM, to avoid dynamic linking problems + # caused by our XPCOM library polluting the symbol namespace for system libs. +-if1of ($(KBUILD_TARGET), linux solaris) ++if1of ($(KBUILD_TARGET), freebsd linux solaris) + VBOX_WITH_XPCOM_NAMESPACE_CLEANUP = 1 + endif + # The webservices api. +@@ -1064,10 +1064,6 @@ ifeq ($(KBUILD_TARGET),darwin) VBOX_WITH_VBOXSDL= endif @@ -48,7 +57,7 @@ ifeq ($(KBUILD_TARGET),haiku) # Don't bother with SDL ttf for now. VBOX_WITH_SECURELABEL= -@@ -1155,7 +1151,7 @@ ifdef VBOX_OSE +@@ -1228,7 +1224,7 @@ ifdef VBOX_OSE VBOX_WITH_KCHMVIEWER= VBOX_WITH_PLUGIN_CRYPT= VBOX_WITH_DRAG_AND_DROP_PROMISES= @@ -57,93 +66,24 @@ VBOX_WITH_DOCS= VBOX_WITH_DOCS_PACKING= endif -@@ -1176,14 +1172,14 @@ ifdef VBOX_OSE - ifn1of ($(KBUILD_TARGET), darwin linux solaris win) - VBOX_WITH_INSTALLER= - endif -- if1of ($(KBUILD_TARGET), win) -+ # if1of ($(KBUILD_TARGET), win) - # Undefine codec libraries which are not needed. - VBOX_WITH_LIBVPX= - VBOX_WITH_LIBOPUS= - # Disable video recording (with audio support). - VBOX_WITH_VIDEOREC= - VBOX_WITH_AUDIO_VIDEOREC= -- endif -+ # endif - # branding - VBOX_BRAND_LICENSE_HTML := $(PATH_ROOT)/doc/License-gpl-2.0.html - VBOX_BRAND_LICENSE_RTF := $(PATH_ROOT)/doc/License-gpl-2.0.rtf -@@ -1810,6 +1806,7 @@ ifndef VBOX_BLD_PYTHON - else - VBOX_BLD_PYTHON := $(firstword $(which python2.7$(HOSTSUFF_EXE)) $(which python2.6$(HOSTSUFF_EXE)) \ - $(which python$(HOSTSUFF_EXE)) $(which python3$(HOSTSUFF_EXE)) \ -+ $(which %%PYTHON_VERSION%%) \ - python-not-found) - endif - endif -@@ -2550,6 +2547,10 @@ ifeq ($(KBUILD_HOST),win) ## @todo can drop this now, - # This isn't important (yet) on windows, so cook the result until - # cygwin is feeling better. - VBOX_GCC_VERSION := $(int-add $(int-mul 10000, 3), $(int-mul 100, 3), 3) -+else ifeq($(KBUILD_HOST,freebsd)) -+ # At a minimum, we'll be building with GCC 4.2 on FreeBSD. LLVM will always -+ # pose as GCC 4.2 anyways, so this seems safe. -+ VBOX_GCC_VERSION := $(int-add $(int-mul 10000, 4), $(int-mul 100, 2), 0) - else - # This is kind of bad, the returned string needs to be re-evaluated before use. - # The reason for this hack is that the windows kmk_ash cannot deal with $((1+1)). -@@ -4218,6 +4219,7 @@ ifdef VBOX_WITH_RAW_MODE - TEMPLATE_VBoxRc_TOOL = $(VBOX_GCC32_TOOL) - TEMPLATE_VBoxRc_CXXFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC32_Wno-variadic-macros) -fno-exceptions $(VBOX_GCC_GC_OPT) $(VBOX_GCC_GC_FP) -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden) -fno-rtti $(VBOX_GCC_IPRT_FMT_CHECK) - TEMPLATE_VBoxRc_CFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_C) $(VBOX_GCC32_Wno-variadic-macros) -fno-exceptions $(VBOX_GCC_GC_OPT) $(VBOX_GCC_GC_FP) -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_IPRT_FMT_CHECK) -+ TEMPLATE_VBoxRc_CXXFLAGS.freebsd = -fno-builtin - ifeq ($(KBUILD_TARGET),solaris) - TEMPLATE_VBoxRc_LDFLAGS = -r - else -@@ -4359,6 +4361,7 @@ ifeq ($(VBOX_LDR_FMT),elf) - TEMPLATE_VBoxR0_TOOL = $(VBOX_GCC_TOOL) - TEMPLATE_VBoxR0_CFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_C) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) -fno-strict-aliasing -fno-exceptions $(VBOX_GCC_fno-stack-protector) -fno-common $(VBOX_GCC_fvisibility-hidden) -std=gnu99 $(VBOX_GCC_IPRT_FMT_CHECK) - TEMPLATE_VBoxR0_CXXFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) -fno-strict-aliasing -fno-exceptions $(VBOX_GCC_fno-stack-protector) -fno-common $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) -fno-rtti $(VBOX_GCC_IPRT_FMT_CHECK) -+TEMPLATE_VBoxR0_CXXFLAGS.freebsd = -fno-builtin - TEMPLATE_VBoxR0_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables -ffreestanding - TEMPLATE_VBoxR0_CXXFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables - ifeq ($(KBUILD_TARGET),solaris) -@@ -4683,13 +4686,13 @@ TEMPLATE_VBOXR0DRV_CFLAGS = \ - -O2 -ffreestanding -fno-strict-aliasing -fno-common -finline-limit=8000 \ - $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) \ - -nostdinc -std=c99 --TEMPLATE_VBOXR0DRV_CFLAGS.x86 = -m32 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -+TEMPLATE_VBOXR0DRV_CFLAGS.x86 = -m32 -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 - TEMPLATE_VBOXR0DRV_CFLAGS.amd64 = -m64 --param inline-unit-growth=100 --param large-function-growth=1000 \ - -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx \ - -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -Wundef - TEMPLATE_VBOXR0DRV_CXXFLAGS = -fno-exceptions -fno-rtti \ - $(VBOX_GCC_WARN) -Wpointer-arith -Winline \ -- -O2 -fno-strict-aliasing -fno-common -finline-limit=8000 \ -+ -O2 -fno-builtin -fno-strict-aliasing -fno-common -finline-limit=8000 \ - $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) \ - -nostdinc - TEMPLATE_VBOXR0DRV_CXXFLAGS.x86 = $(TEMPLATE_VBOXR0DRV_CFLAGS.x86) -@@ -4716,7 +4719,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS - | xargs -J% objcopy % $(out) - - ## Strip debug info (comment out if debugging or something). -- objcopy --strip-debug $(out) -+# objcopy --strip-debug $(out) - endef - else # x86 - TOOL_FREEBSDKMODLD_LINK_SYSMOD_OUTPUT = $(outbase).kld -@@ -4730,7 +4733,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS +@@ -4928,7 +4924,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS | xargs -J% objcopy % $(outbase).kld # Link the final .ko (a shared object). - ld $(flags) -Bshareable -o $(out) $(outbase).kld -+ ld $(flags) -Bshareable -znotext -o $(out) $(outbase).kld ++ ld $(flags) -Bshareable -znotext -o $(out) $(outbase).kld endef endif # x86 -@@ -5016,10 +5019,18 @@ TEMPLATE_VBOXR3EXE_LIBPATH += \ +@@ -5205,6 +5201,7 @@ TEMPLATE_VBOXR3EXE_LDFLAGS.x86 = -m32 + TEMPLATE_VBOXR3EXE_LDFLAGS.amd64 = -m64 + TEMPLATE_VBOXR3EXE_LDFLAGS.sparc32 = -m32 + TEMPLATE_VBOXR3EXE_LDFLAGS.sparc64 = -m64 ++TEMPLATE_VBOXR3EXE_LDFLAGS.freebsd = -Wl,-z,noexecstack,-z,relro $(VBOX_LD_as_needed) + TEMPLATE_VBOXR3EXE_LDFLAGS.linux = -Wl,-z,noexecstack,-z,relro $(VBOX_LD_as_needed) + TEMPLATE_VBOXR3EXE_LDFLAGS.solaris = -Wl,-z,ignore # same as VBOX_LD_as_needed + TEMPLATE_VBOXR3EXE_LDFLAGS.debug = $(VBOX_GCC_SANITIZER_FLAGS) $(VBOX_GCC_SANITIZER_LDFLAGS) +@@ -5238,10 +5235,18 @@ TEMPLATE_VBOXR3EXE_LIBPATH += \ TEMPLATE_VBOXR3EXE_CFLAGS += -fno-pic TEMPLATE_VBOXR3EXE_CXXFLAGS += -fno-pic TEMPLATE_VBOXR3EXE_LDFLAGS += -fno-pic @@ -163,16 +103,48 @@ /usr/include \ /usr/X11R6/include \ /usr/local/include -@@ -5310,7 +5321,7 @@ ifeq ($(KBUILD_TARGET),win) # No CRT! - TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.win.amd64 = $(TEMPLATE_VBOXR3EXE_LDFLAGS.win.amd64) /entry:suplibHardenedWindowsMain - TEMPLATE_VBOXR3HARDENEDEXE_LIBS.x86 = $(NOT_SUCH_VARIABLE) - TEMPLATE_VBOXR3HARDENEDEXE_LIBS.amd64 = $(NOT_SUCH_VARIABLE) --else ifn1of ($(KBUILD_TARGET), os2 solaris) -+else ifn1of ($(KBUILD_TARGET), freebsd os2 solaris) +@@ -5273,6 +5278,7 @@ TEMPLATE_VBOXR3EXE_CXXFLAGS.kprofile = $(TEMPLATE_VB + TEMPLATE_VBOXR3EXE_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)' + endif + ifdef VBOX_WITH_ORIGIN ++ TEMPLATE_VBOXR3EXE_LDFLAGS.freebsd += $(VBOX_GCC_ORIGIN_OPT) + TEMPLATE_VBOXR3EXE_LDFLAGS.linux += $(VBOX_GCC_ORIGIN_OPT) + endif + endif +@@ -5412,7 +5418,7 @@ ifeq ($(KBUILD_TARGET),win) + $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib \ + $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcpmt$(VBOX_VCC_CRT_TYPE).lib \ + $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/oldnames.lib +-else ifn1of ($(KBUILD_TARGET), darwin linux solaris) ++else ifn1of ($(KBUILD_TARGET), darwin freebsd linux solaris) + # The gcc guys sans darwin, linux and solaris (don't depend on statically compiled system libs there) + TEMPLATE_VBOXR3STATIC_CFLAGS = $(TEMPLATE_VBOXR3EXE_CFLAGS) -static + TEMPLATE_VBOXR3STATIC_CXXFLAGS = $(TEMPLATE_VBOXR3EXE_CXXFLAGS) -static +@@ -5557,6 +5563,7 @@ ifeq ($(KBUILD_TARGET),win) # No CRT! + else ifn1of ($(KBUILD_TARGET), os2 solaris) # We want to keep the RPATH on Solaris to be able to find libgcc_1/libstdc++ within $(VBOX_WITH_RUNPATH) TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS)) ++ TEMPLATE_VBoxR3HardenedTstDll_LDFLAGS.freebsd = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBoxR3TstDll_LDFLAGS.freebsd)) TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux)) -@@ -5837,10 +5848,18 @@ TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTI + endif + +@@ -5584,6 +5591,7 @@ TEMPLATE_VBoxR3HardenedTstDll_INST = $(INST_TESTCASE) + TEMPLATE_VBoxR3HardenedTstDll_LDFLAGS.win = $(TEMPLATE_VBoxR3TstDll_LDFLAGS.win) -IntegrityCheck + ifn1of ($(KBUILD_TARGET), win os2) + TEMPLATE_VBoxR3HardenedTstDll_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBoxR3TstDll_LDFLAGS)) ++ TEMPLATE_VBoxR3HardenedTstDll_LDFLAGS.freebsd = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBoxR3TstDll_LDFLAGS.freebsd)) + TEMPLATE_VBoxR3HardenedTstDll_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBoxR3TstDll_LDFLAGS.linux)) + endif + +@@ -5606,6 +5614,7 @@ ifndef VBOX_WITH_HARDENING + TEMPLATE_VBoxR3SetUidToRoot_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)' + endif + ifdef VBOX_WITH_ORIGIN ++ TEMPLATE_VBoxR3SetUidToRoot_LDFLAGS.freebsd += $(VBOX_GCC_ORIGIN_OPT) + TEMPLATE_VBoxR3SetUidToRoot_LDFLAGS.linux += $(VBOX_GCC_ORIGIN_OPT) + endif + endif +@@ -6132,10 +6141,19 @@ TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTI else ifeq ($(KBUILD_TARGET),haiku) TEMPLATE_VBOXMAINEXE_TOOL = GXX3 TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTIME) network stdc++ supc++ @@ -180,6 +152,7 @@ + else ifeq ($(KBUILD_TARGET),freebsd) TEMPLATE_VBOXMAINEXE_TOOL = GXX3 TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTIME) ++TEMPLATE_VBOXMAINEXE_LDFLAGS.freebsd = -Wl,-z,noexecstack,-z,relro $(VBOX_LD_as_needed) +TEMPLATE_VBOXMAINEXE_LDFLAGS.freebsd.x86 = -Wl,-z,notext TEMPLATE_VBOXMAINEXE_INCS += \ + /usr/local/include @@ -192,10 +165,19 @@ /usr/include \ /usr/X11R6/include \ /usr/local/include -@@ -6382,13 +6401,10 @@ ifdef VBOX_WITH_QTGUI +@@ -6167,6 +6185,7 @@ TEMPLATE_VBOXMAINEXE_LDFLAGS += '$(VBOX_GCC + TEMPLATE_VBOXMAINEXE_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)' + endif + ifdef VBOX_WITH_ORIGIN ++TEMPLATE_VBOXMAINEXE_LDFLAGS.freebsd += $(VBOX_GCC_ORIGIN_OPT) + TEMPLATE_VBOXMAINEXE_LDFLAGS.linux += $(VBOX_GCC_ORIGIN_OPT) + endif + +@@ -6735,13 +6754,11 @@ ifdef VBOX_WITH_QTGUI TEMPLATE_VBOXQTGUIEXE_LIBPATH += \ $(VBOX_LIBPATH_X11) ifeq ($(KBUILD_TARGET),freebsd) ++ TEMPLATE_VBOXQTGUIEXE_LDFLAGS += -Wl,-z,noexecstack,-z,relro $(VBOX_LD_as_needed) + TEMPLATE_VBOXQTGUIEXE_LDFLAGS.freebsd.x86 = -Wl,-z,notext TEMPLATE_VBOXQTGUIEXE_INCS += \ - /usr/include \ @@ -207,33 +189,46 @@ /usr/local/lib endif ifeq ($(KBUILD_TARGET),solaris) -@@ -6617,12 +6633,8 @@ TEMPLATE_VBoxBldProg_LIBPATH += \ +@@ -6988,10 +7005,17 @@ TEMPLATE_VBoxBldProg_TOOL = GXX3 + TEMPLATE_VBoxBldProg_LIBS = network iconv + TEMPLATE_VBoxBldProg_LIBPATH += \ + /boot/common/lib +- else if1of ($(KBUILD_HOST), freebsd openbsd) ++ else ifeq ($(KBUILD_HOST),freebsd) TEMPLATE_VBoxBldProg_TOOL = GXX3 TEMPLATE_VBoxBldProg_LIBS = pthread TEMPLATE_VBoxBldProg_INCS += \ -- /usr/include \ -- /usr/X11R6/include \ ++ /usr/local/include ++TEMPLATE_VBoxBldProg_LIBPATH += \ ++ /usr/local/lib ++ else ifeq ($(KBUILD_HOST),openbsd) ++TEMPLATE_VBoxBldProg_TOOL = GXX3 ++TEMPLATE_VBoxBldProg_LIBS = pthread ++TEMPLATE_VBoxBldProg_INCS += \ + /usr/include \ + /usr/X11R6/include \ /usr/local/include - TEMPLATE_VBoxBldProg_LIBPATH += \ -- /usr/lib \ -- /usr/X11R6/lib \ - /usr/local/lib - else ifeq ($(KBUILD_HOST),netbsd) - TEMPLATE_VBoxBldProg_TOOL = GXX3 -@@ -7008,7 +7020,7 @@ +@@ -7115,6 +7139,7 @@ else # the gcc guys + # Do not inherit sanitizer flags from VBOXR3EXE in guest executables. Deal with them separately. + TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS.debug = $(NO_SUCH_VARIABLE) + TEMPLATE_VBOXGUESTR3EXE_CFLAGS.debug = $(NO_SUCH_VARIABLE) ++ TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.freebsd = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.freebsd)) + TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux)) + TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.debug = $(NO_SUCH_VARIABLE) + TEMPLATE_VBOXGUESTR3EXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS)) +@@ -7138,6 +7163,7 @@ TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS.linux = \ + $(VBOX_GCC_fno-stack-protector) + TEMPLATE_VBOXGUESTR3EXE_CFLAGS.linux = $(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS.linux) + # The GNU_HASH ELF tag is not supported by older systems. ++TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.freebsd += $(VBOX_LD_hash_style_sysv) + TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.linux += $(VBOX_LD_hash_style_sysv) + # - TEMPLATE_VBOXCROGLR3HOSTDLL = VBox OpenGL Host DLLs - TEMPLATE_VBOXCROGLR3HOSTDLL_EXTENDS := $(if-expr "$(KBUILD_TARGET)" == "win",VBOXR3,VBOXR3NP) --TEMPLATE_VBOXCROGLR3HOSTDLL_EXTENDS_BY = prepending -+TEMPLATE_VBOXCROGLR3HOSTDLL_EXTENDS_BY = appending - TEMPLATE_VBOXCROGLR3HOSTDLL_DEFS = VBOX_WITH_HGCM UNPACKS - TEMPLATE_VBOXCROGLR3HOSTDLL_DEFS.win = _WIN32_WINNT=0x0500 WINDOWS=1 - TEMPLATE_VBOXCROGLR3HOSTDLL_DEFS.linux = Linux=1 _GNU_SOURCE -@@ -7023,6 +7035,7 @@ TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.darwin += \ - -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \ - -compatibility_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) - TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.linux = -Wl,--no-as-needed -+TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.freebsd = -Wl,--no-as-needed - TEMPLATE_VBOXCROGLR3HOSTDLL_BLDDIRS = $(VBOX_PATH_CROGL_GENFILES)/ - ifeq ($(KBUILD_TARGET),darwin) - TEMPLATE_VBOXCROGLR3HOSTDLL_CFLAGS = $(TEMPLATE_VBOXR3NP_CFLAGS) -Wno-deprecated-declarations +@@ -7345,6 +7371,7 @@ TEMPLATE_VBOXGUESTR3XF86MOD_LIBS.$(KBUILD_TYPE) = + TEMPLATE_VBOXGUESTR3XF86MOD_LIBS.$(KBUILD_TARGET) = $(NO_SUCH_VARIABLE) + TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.$(KBUILD_TARGET) = $(NO_SUCH_VARIABLE) + # The GNU_HASH ELF tag is not supported by older glibc dynamic linkers. ++TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.freebsd = $(subst -Wl$(COMMA),,$(VBOX_LD_hash_style_sysv)) + TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.linux = $(subst -Wl$(COMMA),,$(VBOX_LD_hash_style_sysv)) + TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.$(KBUILD_TYPE) = $(NO_SUCH_VARIABLE) + TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS = -r Modified: head/emulators/virtualbox-ose/files/patch-configure ============================================================================== --- head/emulators/virtualbox-ose/files/patch-configure Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-configure Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,6 @@ ---- configure.orig 2020-05-13 19:36:41 UTC +--- configure.orig 2021-01-07 15:31:21 UTC +++ configure -@@ -138,10 +138,14 @@ CXX_FLAGS="" +@@ -140,10 +140,14 @@ CXX_FLAGS="" if [ "$OS" = "freebsd" ]; then INCCURL="-I/usr/local/include" LIBCURL="-L/usr/local/lib -lcurl" @@ -15,17 +15,7 @@ else INCCURL="" LIBCURL="-lcurl" -@@ -441,6 +445,9 @@ check_gcc() - elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then - log_success "found version $cc_ver" - # gcc-4.0 is allowed for Darwin only -+ elif [ $cc_maj -eq 4 -a $cc_min -eq 2 -a "$OS" = "freebsd" ]; then -+ log_success "found version $cc_ver" -+ # gcc-4.2 is allowed for FreeBSD only - elif [ $cc_maj -lt 4 \ - -o \( $cc_maj -eq 4 -a $cc_min -lt 4 -a "$OS" != "darwin" \) \ - -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) ]; then -@@ -1208,7 +1215,7 @@ extern "C" int main(void) +@@ -1258,7 +1262,7 @@ extern "C" int main(void) #endif } EOF @@ -34,17 +24,18 @@ test_execute fi } -@@ -1508,8 +1515,7 @@ EOF +@@ -1563,9 +1567,7 @@ EOF if [ $? -eq 0 ]; then echo "(Qt5 from pkg-config)" >> $LOG FLGQT5=`pkg-config Qt5Core --cflags` - # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) - [ $cc_maj -eq 4 -a $cc_min -eq 8 ] && FLGQT5="$FLGQT5 -std=c++11" -+ FLGQT5="$FLGQT5 -std=c++11" - INCQT5=`strip_I "$FLGQT5"` +- INCQT5=`strip_I "$FLGQT5"` ++ FLGQT5="$FLGQT5 -std=c++11" INCQT5=`strip_I "$FLGQT5"` LIBDIR5=`pkg-config Qt5Core --variable=libdir` LIBQT5=`pkg-config Qt5Core --libs` -@@ -1648,7 +1654,7 @@ check_libopus() + LIBQT5="-L$LIBDIR5 $LIBQT5" +@@ -1703,7 +1705,7 @@ check_libopus() fi cat > $ODIR.tmp_src.cc << EOF #include @@ -53,7 +44,7 @@ extern "C" int main(void) { OpusEncoder *test; -@@ -1980,8 +1986,8 @@ EOF +@@ -2035,8 +2037,8 @@ EOF echo "compiling the following source file:" >> $LOG cat $ODIR.tmp_src.cc >> $LOG echo "using the following command line:" >> $LOG @@ -64,7 +55,7 @@ if [ $? -eq 0 ]; then found=1 break -@@ -2453,7 +2459,7 @@ for option in "$@"; do +@@ -2512,7 +2514,7 @@ for option in "$@"; do --with-openssl-dir=*) OPENSSLDIR=`echo $option | cut -d'=' -f2` INCCRYPTO="-I${OPENSSLDIR}/include" @@ -73,38 +64,39 @@ ;; --with-ow-dir=*) WATCOM=`echo $option | cut -d'=' -f2` -@@ -2767,7 +2773,7 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then - check_ssl - check_curl - [ $WITH_LIBVPX -eq 1 ] && check_vpx -- check_libopus -+ [ $OSE -eq 0 -a "$OS" != "win" ] && check_libopus - [ "$OS" != "darwin" ] && check_z - [ "$OS" != "darwin" ] && check_png - [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam -@@ -2788,13 +2794,20 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then +@@ -2856,14 +2858,23 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then [ $WITH_PYTHON -eq 1 ] && check_python [ $WITH_JAVA -eq 1 ] && check_java - # PulseAudio - if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "netbsd" ]; then +- if [ $WITH_PULSE -eq 1 ]; then +- check_pulse +- elif [ $WITH_PULSE -eq 0 ]; then # Force disabling PulseAudio. +- cnf_append "VBOX_WITH_AUDIO_PULSE" "" +- elif [ $WITH_PULSE -eq 2 ]; then # --enable-pulse was passed, force PulseAudio. +- cnf_append "VBOX_WITH_AUDIO_PULSE" "1" +- fi ++ if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "netbsd" ]; then + if [ $WITH_ALSA -eq 1 ]; then + check_alsa + else + cnf_append "VBOX_WITH_AUDIO_ALSA" "" + fi - if [ $WITH_PULSE -eq 1 ]; then - check_pulse - elif [ $WITH_PULSE -eq 0 ]; then - cnf_append "VBOX_WITH_AUDIO_PULSE" "" - fi ++ if [ $WITH_PULSE -eq 1 ]; then ++ check_pulse ++ elif [ $WITH_PULSE -eq 0 ]; then # Force disabling PulseAudio. ++ cnf_append "VBOX_WITH_AUDIO_PULSE" "" ++ elif [ $WITH_PULSE -eq 2 ]; then # --enable-pulse was passed, force PulseAudio. ++ cnf_append "VBOX_WITH_AUDIO_PULSE" "1" ++ fi + if [ $WITH_DBUS -eq 0 ]; then + cnf_append "VBOX_WITH_DBUS" "" + fi - fi ++ fi fi -@@ -2810,14 +2823,6 @@ if [ "$OS" = "linux" ]; then + # Linux-specific +@@ -2878,14 +2889,6 @@ if [ "$OS" = "linux" ]; then cnf_append "VBOX_WITHOUT_LINUX_TEST_BUILDS" "1" fi if [ $ONLY_ADDITIONS -eq 0 ]; then Modified: head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h ============================================================================== --- head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,6 @@ ---- include/iprt/x86.h.orig 2020-05-13 19:36:52 UTC +--- include/iprt/x86.h.orig 2021-01-07 15:31:34 UTC +++ include/iprt/x86.h -@@ -35,6 +35,16 @@ +@@ -38,6 +38,16 @@ # pragma D depends_on library vbox-types.d #endif Modified: head/emulators/virtualbox-ose/files/patch-include_VBox_com_array.h ============================================================================== --- head/emulators/virtualbox-ose/files/patch-include_VBox_com_array.h Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-include_VBox_com_array.h Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,6 @@ ---- include/VBox/com/array.h.orig 2019-04-12 15:47:42 UTC +--- include/VBox/com/array.h.orig 2021-01-07 15:31:25 UTC +++ include/VBox/com/array.h -@@ -168,7 +168,7 @@ +@@ -171,7 +171,7 @@ #include "VBox/com/defs.h" @@ -9,28 +9,28 @@ /** @def VBOX_WITH_TYPE_TRAITS * Type traits are a C++ 11 feature, so not available everywhere (yet). * Only GCC 4.6 or newer and MSVC++ 16.0 (Visual Studio 2010) or newer. -@@ -940,12 +940,12 @@ class SafeArray : public Traits (public) - */ - T &operator[] (size_t aIdx) +@@ -960,12 +960,12 @@ class SafeArray : public Traits (public) { -- AssertReturn(m.arr != NULL, *((T *)NULL)); -- AssertReturn(aIdx < size(), *((T *)NULL)); + /** @todo r=klaus should do this as a AssertCompile, but cannot find a way which works. */ + Assert(sizeof(T) <= sizeof(Zeroes)); +- AssertReturn(m.arr != NULL, *(T *)&Zeroes[0]); +- AssertReturn(aIdx < size(), *(T *)&Zeroes[0]); + AssertReturn(m.arr != NULL, *((T *)1)); + AssertReturn(aIdx < size(), *((T *)1)); #ifdef VBOX_WITH_XPCOM return m.arr[aIdx]; #else -- AssertReturn(m.raw != NULL, *((T *)NULL)); +- AssertReturn(m.raw != NULL, *(T *)&Zeroes[0]); + AssertReturn(m.raw != NULL, *((T *)1)); return m.raw[aIdx]; #endif } -@@ -960,7 +960,7 @@ class SafeArray : public Traits (public) +@@ -980,7 +980,7 @@ class SafeArray : public Traits (public) #ifdef VBOX_WITH_XPCOM return m.arr[aIdx]; #else -- AssertReturn(m.raw != NULL, *((T *)NULL)); -+ AssertReturn(m.raw != NULL, *((T *)1)); +- AssertReturn(m.raw != NULL, *(const T *)&Zeroes[0]); ++ AssertReturn(m.raw != NULL, *((T *)1)); return m.raw[aIdx]; #endif } Modified: head/emulators/virtualbox-ose/files/patch-include_iprt_string.h ============================================================================== --- head/emulators/virtualbox-ose/files/patch-include_iprt_string.h Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-include_iprt_string.h Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,6 @@ ---- include/iprt/string.h.orig 2018-06-29 13:08:03 UTC +--- include/iprt/string.h.orig 2021-01-07 15:31:33 UTC +++ include/iprt/string.h -@@ -43,6 +43,11 @@ +@@ -46,6 +46,11 @@ #elif defined(RT_OS_FREEBSD) && defined(_KERNEL) RT_C_DECLS_BEGIN # include Modified: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c ============================================================================== --- head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c Tue Mar 9 18:24:55 2021 (r567949) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c Tue Mar 9 18:27:36 2021 (r567950) @@ -1,6 +1,22 @@ ---- src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c.orig 2020-05-13 19:37:01 UTC +--- src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c.orig 2019-01-25 18:12:28 UTC *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Mar 9 18:47:18 2021 Return-Path: Delivered-To: svn-ports-all@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 DE32156CC8E; Tue, 9 Mar 2021 18:47:18 +0000 (UTC) (envelope-from nc@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 4Dw42G5y5Zz4pM6; Tue, 9 Mar 2021 18:47:18 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF27320FC9; Tue, 9 Mar 2021 18:47:18 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129IlIp1088397; Tue, 9 Mar 2021 18:47:18 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129IlIeT088396; Tue, 9 Mar 2021 18:47:18 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103091847.129IlIeT088396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Tue, 9 Mar 2021 18:47:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567951 - head/net/freeradius3 X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net/freeradius3 X-SVN-Commit-Revision: 567951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:47:18 -0000 Author: nc Date: Tue Mar 9 18:47:18 2021 New Revision: 567951 URL: https://svnweb.freebsd.org/changeset/ports/567951 Log: net/freeradius3: Add FLAVORs for LDAP, MYSQL, PGSQL, and SQLITE3 PR: 254165 Approved by: zi (maintainer) Differential Revision: https://reviews.freebsd.org/D28718 Modified: head/net/freeradius3/Makefile Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Tue Mar 9 18:27:36 2021 (r567950) +++ head/net/freeradius3/Makefile Tue Mar 9 18:47:18 2021 (r567951) @@ -21,6 +21,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libgdbm.so:databases/gdbm \ libtalloc.so:devel/talloc +FLAVORS= default ldap mysql pgsql sqlite3 +FLAVOR?= ${FLAVORS:[1]} +ldap_PKGNAMESUFFIX= -ldap +mysql_PKGNAMESUFFIX= -mysql +pgsql_PKGNAMESUFFIX= -pgsql +sqlite3_PKGNAMESUFFIX= -sqlite3 + LOGDIR?= /var/log KRB5_CONFIG?= /usr/bin/krb5-config --libs @@ -52,6 +59,19 @@ OPTIONS_DEFINE= USER LDAP MYSQL PGSQL UNIXODBC FIREBIR OPTIONS_DEFAULT=USER PERL HEIMDAL UDPFROMTO OPTIONS_SINGLE= KRB OPTIONS_SINGLE_KRB= NOKRB HEIMDAL HEIMDAL_PORT MITKRB_PORT + +.if ${FLAVOR} == ldap +OPTIONS_DEFAULT+= LDAP +.endif +.if ${FLAVOR} == mysql +OPTIONS_DEFAULT+= MYSQL +.endif +.if ${FLAVOR} == pgsql +OPTIONS_DEFAULT+= PGSQL +.endif +.if ${FLAVOR} == sqlite3 +OPTIONS_DEFAULT+= SQLITE3 +.endif USER_DESC= Run as user freeradius, group freeradius KRB_DESC= ${KERBEROS_DESC} From owner-svn-ports-all@freebsd.org Tue Mar 9 18:58:07 2021 Return-Path: Delivered-To: svn-ports-all@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 322DB56D076; Tue, 9 Mar 2021 18:58:07 +0000 (UTC) (envelope-from danfe@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 4Dw4Gl10QQz4q2H; Tue, 9 Mar 2021 18:58:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10E9121506; Tue, 9 Mar 2021 18:58:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129Iw669094628; Tue, 9 Mar 2021 18:58:06 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129Iw5g3094622; Tue, 9 Mar 2021 18:58:05 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103091858.129Iw5g3094622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 9 Mar 2021 18:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567952 - in head/graphics/appleseed: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/graphics/appleseed: . files X-SVN-Commit-Revision: 567952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 18:58:07 -0000 Author: danfe Date: Tue Mar 9 18:58:05 2021 New Revision: 567952 URL: https://svnweb.freebsd.org/changeset/ports/567952 Log: - Fix Python 3.x bindings build and enable them by default - Add one missing LIB_DEPENDS per the stage Q/A report - Make symlinks to external programs instead of copying - Prevent overlinking to libGLU when it is being found Added: head/graphics/appleseed/files/patch-cmake_modules_FindPython3.cmake (contents, props changed) head/graphics/appleseed/files/patch-cmake_utilities.txt (contents, props changed) head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt (contents, props changed) Modified: head/graphics/appleseed/Makefile head/graphics/appleseed/files/patch-CMakeLists.txt head/graphics/appleseed/pkg-plist Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Tue Mar 9 18:47:18 2021 (r567951) +++ head/graphics/appleseed/Makefile Tue Mar 9 18:58:05 2021 (r567952) @@ -3,6 +3,7 @@ PORTNAME= appleseed DISTVERSION= 2.1.0-beta +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -15,6 +16,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ liblz4.so:archivers/liblz4 \ libpng.so:graphics/png \ libIlmImf.so:graphics/openexr \ + libIlmThread.so:graphics/ilmbase \ libOpenImageIO.so:graphics/openimageio \ libxerces-c.so:textproc/xerces-c3 \ liboslexec.so:graphics/openshadinglanguage @@ -25,11 +27,11 @@ GH_ACCOUNT= ${PORTNAME}hq ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= not ported to it yet -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang shebangfix +SHEBANG_FILES= scripts/*.py CMAKE_ARGS= -DWITH_STUDIO:BOOL=OFF \ -DWITH_PYTHON2_BINDINGS:BOOL=OFF \ - -DWITH_PYTHON3_BINDINGS:BOOL=OFF \ -DWITH_DOXYGEN:BOOL=OFF \ -DINSTALL_HEADERS:BOOL=OFF \ -DINSTALL_TESTS:BOOL=OFF \ @@ -46,6 +48,14 @@ PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX} SUB_FILES= pkg-message SUB_LIST:= ${PLIST_SUB} + +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON +OPTIONS_SUB= yes + +PYTHON_USES= gl python:3.5+,build,run +PYTHON_USE= GL=gl +PYTHON_CMAKE_ON= -DWITH_PYTHON3_BINDINGS:BOOL=ON post-patch: @${RMDIR} ${WRKSRC}/sandbox/docs/api Modified: head/graphics/appleseed/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/appleseed/files/patch-CMakeLists.txt Tue Mar 9 18:47:18 2021 (r567951) +++ head/graphics/appleseed/files/patch-CMakeLists.txt Tue Mar 9 18:58:05 2021 (r567952) @@ -1,6 +1,6 @@ --- CMakeLists.txt.orig 2019-08-31 15:49:01 UTC +++ CMakeLists.txt -@@ -732,9 +732,16 @@ install ( +@@ -732,15 +732,27 @@ install ( sandbox/share sandbox/stylesheets DESTINATION . @@ -8,16 +8,28 @@ ) install ( +- FILES + DIRECTORY + sandbox/share/cmake + DESTINATION ../share +) + +install ( - FILES ++ PROGRAMS scripts/cleanmany.py scripts/convertmany.py -@@ -754,11 +761,6 @@ install ( + scripts/rendermanager.py + scripts/rendermany.py + scripts/rendernode.py ++ DESTINATION bin ++) ++ ++install_relative_symlink ( ++ ${CMAKE_INSTALL_PREFIX} + ${OSL_COMPILER} + ${OSL_QUERY_INFO} + ${OSL_MAKETX} +@@ -754,11 +766,6 @@ install ( sandbox/schemas/settings.xsd sandbox/schemas/project.xsd DESTINATION schemas Added: head/graphics/appleseed/files/patch-cmake_modules_FindPython3.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/appleseed/files/patch-cmake_modules_FindPython3.cmake Tue Mar 9 18:58:05 2021 (r567952) @@ -0,0 +1,27 @@ +--- cmake/modules/FindPython3.cmake.orig 2019-08-31 15:49:01 UTC ++++ cmake/modules/FindPython3.cmake +@@ -39,19 +39,13 @@ + + include (FindPackageHandleStandardArgs) + +-find_path (PYTHON3_INCLUDE_DIR NAMES Python.h) +-find_library (PYTHON3_LIBRARY NAMES python3) ++find_package(PythonInterp) # provides Python major/minor version vars ++find_package(PythonLibs) + +-# Handle the QUIETLY and REQUIRED arguments and set PYTHON3_FOUND. +-find_package_handle_standard_args (PYTHON3 DEFAULT_MSG +- PYTHON3_INCLUDE_DIR +- PYTHON3_LIBRARY +-) +- + # Set the output variables. +-if (PYTHON3_FOUND) +- set (PYTHON3_INCLUDE_DIRS ${PYTHON3_INCLUDE_DIR}) +- set (PYTHON3_LIBRARIES ${PYTHON3_LIBRARY}) ++if (PYTHONLIBS_FOUND) ++ set (PYTHON3_INCLUDE_DIRS ${PYTHON_INCLUDE_DIR}) ++ set (PYTHON3_LIBRARIES ${PYTHON_LIBRARIES}) + else () + set (PYTHON3_INCLUDE_DIRS) + set (PYTHON3_LIBRARIES) Added: head/graphics/appleseed/files/patch-cmake_utilities.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/appleseed/files/patch-cmake_utilities.txt Tue Mar 9 18:58:05 2021 (r567952) @@ -0,0 +1,19 @@ +--- cmake/utilities.txt.orig 2019-08-31 15:49:01 UTC ++++ cmake/utilities.txt +@@ -150,3 +150,16 @@ function (detect_target_arch output_var) + + set (${output_var} "${ARCH}" PARENT_SCOPE) + endfunction () ++ ++function (install_relative_symlink) ++ math (EXPR ac-1 "${ARGC} - 1") ++ math (EXPR ac-3 "${ARGC} - 3") ++ foreach (prog RANGE 1 ${ac-3}) ++ file (RELATIVE_PATH link ${ARGV0}/${ARGV${ac-1}} ${ARGV${prog}}) ++ get_filename_component (basename ${ARGV${prog}} NAME) ++ install (CODE "file (CREATE_LINK ++ ${link} \$ENV{DESTDIR}${ARGV0}/${ARGV${ac-1}}/${basename} ++ SYMBOLIC)" ++ ) ++ endforeach () ++endfunction () Added: head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt Tue Mar 9 18:58:05 2021 (r567952) @@ -0,0 +1,20 @@ +--- src/appleseed.python/CMakeLists.txt.orig 2019-08-31 15:49:01 UTC ++++ src/appleseed.python/CMakeLists.txt +@@ -182,7 +182,7 @@ if (WITH_PYTHON3_BINDINGS) + endif () + + target_link_libraries (appleseed.python3 +- ${OPENGL_LIBRARY} ++ ${OPENGL_gl_LIBRARY} + ) + endif () + +@@ -288,7 +288,7 @@ endif () + # Installation. + #-------------------------------------------------------------------------------------------------- + +-set (py_module_dst "lib/python${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_VERSION}/appleseed") ++set (py_module_dst "lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/appleseed") + + install (FILES __init__.py DESTINATION ${py_module_dst}) + install (FILES logtarget.py DESTINATION ${py_module_dst}) Modified: head/graphics/appleseed/pkg-plist ============================================================================== --- head/graphics/appleseed/pkg-plist Tue Mar 9 18:47:18 2021 (r567951) +++ head/graphics/appleseed/pkg-plist Tue Mar 9 18:58:05 2021 (r567952) @@ -106,6 +106,14 @@ icons/rendertab_toggle_pixel_inspector.png icons/rendertab_toggle_pixel_inspector_hover.png lib/libappleseed.shared.so lib/libappleseed.so +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/__init__.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/_appleseedpython3.so +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/logtarget.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/runtests.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testbasis.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testdict2dict.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testentitymap.py +%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testentityvector.py schemas/project.xsd schemas/settings.xsd settings/appleseed.cli.xml From owner-svn-ports-all@freebsd.org Tue Mar 9 19:02:23 2021 Return-Path: Delivered-To: svn-ports-all@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 2090756CEFC; Tue, 9 Mar 2021 19:02:23 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw4Mf6MF4z4qBV; Tue, 9 Mar 2021 19:02:22 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD8D521240; Tue, 9 Mar 2021 19:02:22 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129J2MuL097291; Tue, 9 Mar 2021 19:02:22 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129J2MSu097289; Tue, 9 Mar 2021 19:02:22 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103091902.129J2MSu097289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 9 Mar 2021 19:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567953 - in head/www/node: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head/www/node: . files X-SVN-Commit-Revision: 567953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 19:02:23 -0000 Author: bhughes Date: Tue Mar 9 19:02:21 2021 New Revision: 567953 URL: https://svnweb.freebsd.org/changeset/ports/567953 Log: www/node: Update 15.10.0 -> 15.11.0 https://nodejs.org/en/blog/release/v15.11.0/ Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-node.gypi Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Mar 9 18:58:05 2021 (r567952) +++ head/www/node/Makefile Tue Mar 9 19:02:21 2021 (r567953) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 15.10.0 +DISTVERSION= 15.11.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Mar 9 18:58:05 2021 (r567952) +++ head/www/node/distinfo Tue Mar 9 19:02:21 2021 (r567953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614197688 -SHA256 (node-v15.10.0.tar.gz) = 643f9bbd6ae4c424224c946cad52d11b9379aaab927673b2e3c6c4df9a1a7b0e -SIZE (node-v15.10.0.tar.gz) = 62153962 +TIMESTAMP = 1615306880 +SHA256 (node-v15.11.0.tar.gz) = 367aea2415df651bf23242e1b627071173f044ffd9f216d9ff69d3322a889bad +SIZE (node-v15.11.0.tar.gz) = 62275158 Modified: head/www/node/files/patch-node.gypi ============================================================================== --- head/www/node/files/patch-node.gypi Tue Mar 9 18:58:05 2021 (r567952) +++ head/www/node/files/patch-node.gypi Tue Mar 9 19:02:21 2021 (r567953) @@ -1,9 +1,9 @@ ---- node.gypi.orig 2021-02-02 17:47:04 UTC +--- node.gypi.orig 2021-03-03 05:40:19 UTC +++ node.gypi -@@ -322,6 +322,9 @@ - ['openssl_fips != "" or openssl_is_fips=="true"', { - 'defines': [ 'NODE_FIPS_MODE' ], - }], +@@ -319,6 +319,9 @@ + [ 'node_use_openssl=="true"', { + 'defines': [ 'HAVE_OPENSSL=1' ], + 'conditions': [ + ['openssl_no_asm==1', { + 'defines': [ 'OPENSSL_NO_ASM' ], + }], From owner-svn-ports-all@freebsd.org Tue Mar 9 20:10:11 2021 Return-Path: Delivered-To: svn-ports-all@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 32A1056ED41; Tue, 9 Mar 2021 20:10:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw5sv0zlbz4tmF; Tue, 9 Mar 2021 20:10:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1499B22044; Tue, 9 Mar 2021 20:10:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129KAAs9036679; Tue, 9 Mar 2021 20:10:10 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129KAAnL036678; Tue, 9 Mar 2021 20:10:10 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103092010.129KAAnL036678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 9 Mar 2021 20:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567954 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 567954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 20:10:11 -0000 Author: rene Date: Tue Mar 9 20:10:10 2021 New Revision: 567954 URL: https://svnweb.freebsd.org/changeset/ports/567954 Log: bsd.default-versions.mk: Remove default for JULIA which has been removed Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Tue Mar 9 19:02:21 2021 (r567953) +++ head/Mk/bsd.default-versions.mk Tue Mar 9 20:10:10 2021 (r567954) @@ -20,7 +20,7 @@ _INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes LOCALBASE?= /usr/local .for lang in APACHE BDB COROSYNC EMACS FIREBIRD FORTRAN FPC GCC GHOSTSCRIPT \ - IMAGEMAGICK JAVA JULIA LAZARUS LIBRSVG2 LINUX LLVM LUA MYSQL PERL5 \ + IMAGEMAGICK JAVA LAZARUS LIBRSVG2 LINUX LLVM LUA MYSQL PERL5 \ PGSQL PHP PYTHON PYTHON2 PYTHON3 RUBY RUST SAMBA SSL TCLTK VARNISH .if defined(${lang}_DEFAULT) ERROR+= "The variable ${lang}_DEFAULT is set and it should only be defined through DEFAULT_VERSIONS+=${lang:tl}=${${lang}_DEFAULT} in /etc/make.conf" @@ -59,8 +59,6 @@ GHOSTSCRIPT_DEFAULT?= agpl IMAGEMAGICK_DEFAULT?= 7 # Possible values: 7, 8, 11, 12, 13, 14, 15 JAVA_DEFAULT?= 8 -# Possible values: 0.6, 0.7, 1.0, 1.1 -JULIA_DEFAULT?= 1.0 # Possible values: 2.0.10 LAZARUS_DEFAULT?= 2.0.10 # Possible values: rust legacy From owner-svn-ports-all@freebsd.org Tue Mar 9 20:40:25 2021 Return-Path: Delivered-To: svn-ports-all@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 C346356FDA9; Tue, 9 Mar 2021 20:40:25 +0000 (UTC) (envelope-from thierry@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 4Dw6Xn5Dt7z3CjZ; Tue, 9 Mar 2021 20:40:25 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6D6A2275A; Tue, 9 Mar 2021 20:40:25 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129KePi7054449; Tue, 9 Mar 2021 20:40:25 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129KePja054447; Tue, 9 Mar 2021 20:40:25 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103092040.129KePja054447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Mar 2021 20:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567955 - head/astro/kosmorro X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/astro/kosmorro X-SVN-Commit-Revision: 567955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 20:40:25 -0000 Author: thierry Date: Tue Mar 9 20:40:25 2021 New Revision: 567955 URL: https://svnweb.freebsd.org/changeset/ports/567955 Log: textproc/rubygem-ronn is BROKEN on 11.4: do not build manpages. Since I´m there define noflavors. Modified: head/astro/kosmorro/Makefile head/astro/kosmorro/pkg-plist Modified: head/astro/kosmorro/Makefile ============================================================================== --- head/astro/kosmorro/Makefile Tue Mar 9 20:10:10 2021 (r567954) +++ head/astro/kosmorro/Makefile Tue Mar 9 20:40:25 2021 (r567955) @@ -12,7 +12,6 @@ COMMENT= Ephemerides computation LICENSE= AGPLv3 BUILD_DEPENDS= ${PYNUMPY} \ - ronn:textproc/rubygem-ronn \ ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ @@ -29,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pipenv>0:devel/py USE_GITHUB= yes USES= python:3.7+ shebangfix -USE_PYTHON= distutils +USE_PYTHON= distutils noflavors SHEBANG_FILES= ${PORTNAME} OPTIONS_DEFINE= PDF @@ -39,14 +38,28 @@ PDF_RUN_DEPENDS=pdflatex:print/tex-formats NO_ARCH= yes +.include + +# ronn is broken on 11.x => do not build manpages +.if ${OSVERSION} < 1200000 +PLIST_SUB+= MAN="@comment " +.else +BUILD_DEPENDS+= ronn:textproc/rubygem-ronn +PLIST_SUB+= MAN="" +.endif + pre-configure: ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile +.if ${OSVERSION} < 1200000 + ${REINPLACE_CMD} -e 's|i18n manpages|manpages|' ${WRKSRC}/Makefile +.else post-build: (cd ${WRKSRC} && LC_ALL=C.UTF-8 ${MAKE} manpages) +.endif do-test: install #(cd ${WRKSRC} && ${MAKE} test) ${DO_NADA} # It uses unittest-data-provider which is deprecated -.include +.include Modified: head/astro/kosmorro/pkg-plist ============================================================================== --- head/astro/kosmorro/pkg-plist Tue Mar 9 20:10:10 2021 (r567954) +++ head/astro/kosmorro/pkg-plist Tue Mar 9 20:40:25 2021 (r567955) @@ -88,5 +88,5 @@ bin/kosmorro %%PYTHON_SITELIBDIR%%/test/ephemerides.py %%PYTHON_SITELIBDIR%%/test/events.py %%PYTHON_SITELIBDIR%%/test/testutils.py -man/man1/kosmorro.1.gz -man/man7/kosmorro.7.gz +%%MAN%%man/man1/kosmorro.1.gz +%%MAN%%man/man7/kosmorro.7.gz From owner-svn-ports-all@freebsd.org Tue Mar 9 20:50:12 2021 Return-Path: Delivered-To: svn-ports-all@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 D070056FDD8; Tue, 9 Mar 2021 20:50:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw6m45fM7z3DBC; Tue, 9 Mar 2021 20:50:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4CE722E01; Tue, 9 Mar 2021 20:50:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129KoCYG060617; Tue, 9 Mar 2021 20:50:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129KoC2W060616; Tue, 9 Mar 2021 20:50:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103092050.129KoC2W060616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 20:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567956 - head/sysutils/synergy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/synergy X-SVN-Commit-Revision: 567956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 20:50:12 -0000 Author: yuri Date: Tue Mar 9 20:50:12 2021 New Revision: 567956 URL: https://svnweb.freebsd.org/changeset/ports/567956 Log: sysutils/synergy: Remove unnecessary CONFLICTS statement. Modified: head/sysutils/synergy/Makefile Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Tue Mar 9 20:40:25 2021 (r567955) +++ head/sysutils/synergy/Makefile Tue Mar 9 20:50:12 2021 (r567956) @@ -24,8 +24,6 @@ GH_ACCOUNT= symless GH_PROJECT= synergy-core GH_TUPLE= google:googletest:18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6:google_googletest/ext/googletest -CONFLICTS= synergy-1 - CMAKE_ARGS= -DSYNERGY_REVISION:STRING=${PORTVERSION:S/.//g}00 # it expects a 8-digit hash PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ From owner-svn-ports-all@freebsd.org Tue Mar 9 20:51:52 2021 Return-Path: Delivered-To: svn-ports-all@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 574185702B7; Tue, 9 Mar 2021 20:51:52 +0000 (UTC) (envelope-from cy@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 4Dw6p024Jnz3DYv; Tue, 9 Mar 2021 20:51:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A14C22A3D; Tue, 9 Mar 2021 20:51:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129KpqOL065501; Tue, 9 Mar 2021 20:51:52 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129KppoV065500; Tue, 9 Mar 2021 20:51:51 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202103092051.129KppoV065500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 9 Mar 2021 20:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567957 - head/mail/exmh2 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/mail/exmh2 X-SVN-Commit-Revision: 567957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 20:51:52 -0000 Author: cy Date: Tue Mar 9 20:51:51 2021 New Revision: 567957 URL: https://svnweb.freebsd.org/changeset/ports/567957 Log: mail/exmh2: require tk 8.7 to avoid no such variable error tk 8.6 produces the following error while 8.7 works: can't read "state(tag)": no such variable while executing "string compare $value $state(tag)" (procedure "TextUndoTagAddProc" line 10) invoked from within "TextUndoTagAddProc state .msgframe.msg.t tagoff link 2200.35" MFH: 2021Q1 Modified: head/mail/exmh2/Makefile (contents, props changed) Modified: head/mail/exmh2/Makefile ============================================================================== --- head/mail/exmh2/Makefile Tue Mar 9 20:50:12 2021 (r567956) +++ head/mail/exmh2/Makefile Tue Mar 9 20:51:51 2021 (r567957) @@ -5,6 +5,7 @@ PORTNAME= exmh PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES+= mail tk # XXX: Standard SF fails with a hung download MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= tclsh8.0jp:japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -USES= tk +USES= tk:87 .endif # exmh is pretty useless without this, but it's not needed to build it. From owner-svn-ports-all@freebsd.org Tue Mar 9 20:58:04 2021 Return-Path: Delivered-To: svn-ports-all@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 B0F6B570846; Tue, 9 Mar 2021 20:58:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw6x84d2bz3FLH; Tue, 9 Mar 2021 20:58:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 910A122F8D; Tue, 9 Mar 2021 20:58:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129Kw42x066682; Tue, 9 Mar 2021 20:58:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129Kw4WR066680; Tue, 9 Mar 2021 20:58:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103092058.129Kw4WR066680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 20:58:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567958 - head/sysutils/goawk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/goawk X-SVN-Commit-Revision: 567958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 20:58:04 -0000 Author: yuri Date: Tue Mar 9 20:58:03 2021 New Revision: 567958 URL: https://svnweb.freebsd.org/changeset/ports/567958 Log: sysutils/goawk: Update 1.6.1 -> 1.7.0 Reported by: portscout Modified: head/sysutils/goawk/Makefile head/sysutils/goawk/distinfo Modified: head/sysutils/goawk/Makefile ============================================================================== --- head/sysutils/goawk/Makefile Tue Mar 9 20:51:51 2021 (r567957) +++ head/sysutils/goawk/Makefile Tue Mar 9 20:58:03 2021 (r567958) @@ -2,7 +2,7 @@ PORTNAME= goawk DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 +DISTVERSION= 1.7.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org Modified: head/sysutils/goawk/distinfo ============================================================================== --- head/sysutils/goawk/distinfo Tue Mar 9 20:51:51 2021 (r567957) +++ head/sysutils/goawk/distinfo Tue Mar 9 20:58:03 2021 (r567958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583737547 -SHA256 (benhoyt-goawk-v1.6.1_GH0.tar.gz) = cc2bfd094950b8a67cd022b11095752a059d59efe57ccd64a0e3fc80238f8cb0 -SIZE (benhoyt-goawk-v1.6.1_GH0.tar.gz) = 1565826 +TIMESTAMP = 1615323337 +SHA256 (benhoyt-goawk-v1.7.0_GH0.tar.gz) = 9dbd82ddcbab3d1fe008ef88b143b0ef029deffb3d89de12338de74727ea8347 +SIZE (benhoyt-goawk-v1.7.0_GH0.tar.gz) = 1566664 From owner-svn-ports-all@freebsd.org Tue Mar 9 21:01:35 2021 Return-Path: Delivered-To: svn-ports-all@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 C8097570E09; Tue, 9 Mar 2021 21:01:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw71C5KBCz3G5v; Tue, 9 Mar 2021 21:01:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A98EC22DE4; Tue, 9 Mar 2021 21:01:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129L1ZMK068719; Tue, 9 Mar 2021 21:01:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129L1ZC3068718; Tue, 9 Mar 2021 21:01:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202103092101.129L1ZC3068718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 9 Mar 2021 21:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567959 - head/multimedia/get_iplayer X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/multimedia/get_iplayer X-SVN-Commit-Revision: 567959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:01:35 -0000 Author: antoine Date: Tue Mar 9 21:01:35 2021 New Revision: 567959 URL: https://svnweb.freebsd.org/changeset/ports/567959 Log: Fix RUN_DEPENDS Modified: head/multimedia/get_iplayer/Makefile Modified: head/multimedia/get_iplayer/Makefile ============================================================================== --- head/multimedia/get_iplayer/Makefile Tue Mar 9 20:58:03 2021 (r567958) +++ head/multimedia/get_iplayer/Makefile Tue Mar 9 21:01:35 2021 (r567959) @@ -41,7 +41,7 @@ OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY FFMPEG_DESC= Enable file conversion using FFmpeg FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg ATOMICPARSLEY_DESC= Enable tagging of media files -ATOMICPARSLEY_RUN_DEPENDS= AtomicParsley>=0:multimedia/atomicparsley +ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley post-patch: ${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \ From owner-svn-ports-all@freebsd.org Tue Mar 9 21:07:53 2021 Return-Path: Delivered-To: svn-ports-all@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 568B157146A; Tue, 9 Mar 2021 21:07:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw78T20z7z3GrN; Tue, 9 Mar 2021 21:07:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3798323091; Tue, 9 Mar 2021 21:07:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129L7rp3072949; Tue, 9 Mar 2021 21:07:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129L7q5p072947; Tue, 9 Mar 2021 21:07:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103092107.129L7q5p072947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 21:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567960 - head/science/thermofun X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/thermofun X-SVN-Commit-Revision: 567960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:07:53 -0000 Author: yuri Date: Tue Mar 9 21:07:52 2021 New Revision: 567960 URL: https://svnweb.freebsd.org/changeset/ports/567960 Log: science/thermofun: Update 0.3.6 -> 0.3.7 Reported by: portscout Modified: head/science/thermofun/Makefile head/science/thermofun/distinfo Modified: head/science/thermofun/Makefile ============================================================================== --- head/science/thermofun/Makefile Tue Mar 9 21:01:35 2021 (r567959) +++ head/science/thermofun/Makefile Tue Mar 9 21:07:52 2021 (r567960) @@ -2,8 +2,8 @@ PORTNAME= thermofun DISTVERSIONPREFIX= v -DISTVERSION= 0.3.6 -CATEGORIES= science +DISTVERSION= 0.3.7 +CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org COMMENT= Code for calculating thermodynamic properties of materials Modified: head/science/thermofun/distinfo ============================================================================== --- head/science/thermofun/distinfo Tue Mar 9 21:01:35 2021 (r567959) +++ head/science/thermofun/distinfo Tue Mar 9 21:07:52 2021 (r567960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612225842 -SHA256 (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 083e55f1c142344870de9fe9638e5d14e541f33cf0968b681f1ee857ea2e17a0 -SIZE (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 1195683 +TIMESTAMP = 1615323513 +SHA256 (thermohub-thermofun-v0.3.7_GH0.tar.gz) = 0cf7c9c09e83f56d6d0b43e1c57bc1e1595a6002e87cd2ccf3ec519f2be5323c +SIZE (thermohub-thermofun-v0.3.7_GH0.tar.gz) = 1269032 From owner-svn-ports-all@freebsd.org Tue Mar 9 21:11:01 2021 Return-Path: Delivered-To: svn-ports-all@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 1E85357147D; Tue, 9 Mar 2021 21:11:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw7D50RsPz3GxK; Tue, 9 Mar 2021 21:11:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 025A223336; Tue, 9 Mar 2021 21:11:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129LB0Ke073220; Tue, 9 Mar 2021 21:11:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129LB0p6073219; Tue, 9 Mar 2021 21:11:00 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103092111.129LB0p6073219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 9 Mar 2021 21:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567961 - head/sysutils/cpdup X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/cpdup X-SVN-Commit-Revision: 567961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:11:01 -0000 Author: madpilot Date: Tue Mar 9 21:11:00 2021 New Revision: 567961 URL: https://svnweb.freebsd.org/changeset/ports/567961 Log: Give back port to former maintainer updating ti new email address on his request. Modified: head/sysutils/cpdup/Makefile Modified: head/sysutils/cpdup/Makefile ============================================================================== --- head/sysutils/cpdup/Makefile Tue Mar 9 21:07:52 2021 (r567960) +++ head/sysutils/cpdup/Makefile Tue Mar 9 21:11:00 2021 (r567961) @@ -5,7 +5,7 @@ PORTNAME= cpdup PORTVERSION= 1.22 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Comprehensive filesystem mirroring and backup program LICENSE= BSD2CLAUSE # clarified by Matthew Dillon himself From owner-svn-ports-all@freebsd.org Tue Mar 9 21:17:30 2021 Return-Path: Delivered-To: svn-ports-all@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 929C55714EA; Tue, 9 Mar 2021 21:17:30 +0000 (UTC) (envelope-from flo@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 4Dw7MZ3lCdz3HPs; Tue, 9 Mar 2021 21:17:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 736C22341B; Tue, 9 Mar 2021 21:17:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129LHUcG079560; Tue, 9 Mar 2021 21:17:30 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129LHTcb079555; Tue, 9 Mar 2021 21:17:29 GMT (envelope-from flo@FreeBSD.org) Message-Id: <202103092117.129LHTcb079555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Tue, 9 Mar 2021 21:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567962 - in head/textproc/wbxml2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/textproc/wbxml2: . files X-SVN-Commit-Revision: 567962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:17:30 -0000 Author: flo Date: Tue Mar 9 21:17:29 2021 New Revision: 567962 URL: https://svnweb.freebsd.org/changeset/ports/567962 Log: Update to 0.11.7 PR: 251242 Submitted by: Martin Waschbüsch Modified: head/textproc/wbxml2/Makefile head/textproc/wbxml2/distinfo head/textproc/wbxml2/files/patch-src__CMakeLists.txt head/textproc/wbxml2/pkg-plist Modified: head/textproc/wbxml2/Makefile ============================================================================== --- head/textproc/wbxml2/Makefile Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/Makefile Tue Mar 9 21:17:29 2021 (r567962) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= wbxml2 -PORTVERSION= 0.11.6 +PORTVERSION= 0.11.7 CATEGORIES= textproc devel -MASTER_SITES= SF/libwbxml/libwbxml/${PORTVERSION} DISTNAME= libwbxml-${PORTVERSION} MAINTAINER= flo@FreeBSD.org @@ -17,7 +16,10 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 USES= cmake iconv tar:bzip2 USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= libwbxml +GH_PROJECT= libwbxml +GH_TAGNAME= libwbxml-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/libwbxml Modified: head/textproc/wbxml2/distinfo ============================================================================== --- head/textproc/wbxml2/distinfo Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/distinfo Tue Mar 9 21:17:29 2021 (r567962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513447051 -SHA256 (libwbxml-0.11.6.tar.bz2) = 2f5ffe6f59986b34f9032bfbf013e32cabf426e654c160d208a99dc1b6284d29 -SIZE (libwbxml-0.11.6.tar.bz2) = 360001 +TIMESTAMP = 1605696198 +SHA256 (libwbxml-libwbxml-0.11.7-libwbxml-0.11.7_GH0.tar.gz) = 35e2cf033066edebc0d96543c0bdde87273359e4f4e59291299d41e103bd6338 +SIZE (libwbxml-libwbxml-0.11.7-libwbxml-0.11.7_GH0.tar.gz) = 427429 Modified: head/textproc/wbxml2/files/patch-src__CMakeLists.txt ============================================================================== --- head/textproc/wbxml2/files/patch-src__CMakeLists.txt Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/files/patch-src__CMakeLists.txt Tue Mar 9 21:17:29 2021 (r567962) @@ -4,8 +4,8 @@ SET_TARGET_PROPERTIES( wbxml2 PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} ) SET_TARGET_PROPERTIES( wbxml2 PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} ) -- TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) +- TARGET_LINK_LIBRARIES( wbxml2 PRIVATE ${EXPAT_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( wbxml2 PRIVATE ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) INSTALL( TARGETS wbxml2 RUNTIME DESTINATION ${LIBWBXML_BIN_DIR} @@ -13,8 +13,8 @@ SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} ) SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} ) -- TARGET_LINK_LIBRARIES( wbxml2_static ${EXPAT_LIBRARIES} ) -+ TARGET_LINK_LIBRARIES( wbxml2_static ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) +- TARGET_LINK_LIBRARIES( wbxml2_static PRIVATE ${EXPAT_LIBRARIES} ) ++ TARGET_LINK_LIBRARIES( wbxml2_static PRIVATE ${EXPAT_LIBRARIES} ${ICONV_LIBRARIES} ) SET_TARGET_PROPERTIES( wbxml2_static PROPERTIES OUTPUT_NAME wbxml2 ) INSTALL( TARGETS wbxml2_static Modified: head/textproc/wbxml2/pkg-plist ============================================================================== --- head/textproc/wbxml2/pkg-plist Tue Mar 9 21:11:00 2021 (r567961) +++ head/textproc/wbxml2/pkg-plist Tue Mar 9 21:17:29 2021 (r567962) @@ -7,7 +7,7 @@ include/libwbxml-1.0/wbxml/wbxml_defines.h include/libwbxml-1.0/wbxml/wbxml_errors.h lib/libwbxml2.so lib/libwbxml2.so.1 -lib/libwbxml2.so.1.0.6 +lib/libwbxml2.so.1.0.7 libdata/pkgconfig/libwbxml2.pc share/cmake/Modules/FindLibWbxml2.cmake %%PORTDOCS%%%%DOCSDIR%%/BUGS From owner-svn-ports-all@freebsd.org Tue Mar 9 21:19:24 2021 Return-Path: Delivered-To: svn-ports-all@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 B26BA571AA5; Tue, 9 Mar 2021 21:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw7Pm4lG0z3HQX; Tue, 9 Mar 2021 21:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 956C92341C; Tue, 9 Mar 2021 21:19:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129LJO1D079794; Tue, 9 Mar 2021 21:19:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129LJOSr079791; Tue, 9 Mar 2021 21:19:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103092119.129LJOSr079791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 21:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567963 - head/audio/jamulus X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/jamulus X-SVN-Commit-Revision: 567963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:19:24 -0000 Author: yuri Date: Tue Mar 9 21:19:23 2021 New Revision: 567963 URL: https://svnweb.freebsd.org/changeset/ports/567963 Log: audio/jamulus: Change GH account to reflect GH redirect, add the PORTSCOUT tag. Modified: head/audio/jamulus/Makefile head/audio/jamulus/distinfo Modified: head/audio/jamulus/Makefile ============================================================================== --- head/audio/jamulus/Makefile Tue Mar 9 21:17:29 2021 (r567962) +++ head/audio/jamulus/Makefile Tue Mar 9 21:19:23 2021 (r567963) @@ -4,8 +4,6 @@ PORTNAME= jamulus DISTVERSIONPREFIX= r DISTVERSION= 3_6_2 CATEGORIES= audio -#MASTER_SITES= SF/llcon/${NAME}/${DISTVERSION}/ # it is unclear whether SF or GH should be used because SF doesn't have 3.6.0, but README on GH claims that it is hosted on SF -DISTNAME= ${NAME}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Internet jam session software @@ -20,7 +18,7 @@ USE_QT= concurrent core gui network widgets xml build USE_GL= gl USE_GITHUB= yes -GH_ACCOUNT= corrados +GH_ACCOUNT= jamulussoftware NAME= Jamulus @@ -29,6 +27,8 @@ DESKTOP_ENTRIES= "${NAME}" "${COMMENT}" "${NAME}" \ PLIST_FILES= bin/${NAME} \ share/pixmaps/jamulus.png + +PORTSCOUT= limit:^r\d+_ # prevent malformatted tags, like 'latest' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${NAME} ${STAGEDIR}${PREFIX}/bin Modified: head/audio/jamulus/distinfo ============================================================================== --- head/audio/jamulus/distinfo Tue Mar 9 21:17:29 2021 (r567962) +++ head/audio/jamulus/distinfo Tue Mar 9 21:19:23 2021 (r567963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608012091 -SHA256 (corrados-jamulus-r3_6_2_GH0.tar.gz) = 6bea992f0e4b6a9d08104f8ad9d42b630d523da258e201f70418cecda1c11dac -SIZE (corrados-jamulus-r3_6_2_GH0.tar.gz) = 4929639 +TIMESTAMP = 1614053356 +SHA256 (jamulussoftware-jamulus-r3_6_2_GH0.tar.gz) = 6bea992f0e4b6a9d08104f8ad9d42b630d523da258e201f70418cecda1c11dac +SIZE (jamulussoftware-jamulus-r3_6_2_GH0.tar.gz) = 4929639 From owner-svn-ports-all@freebsd.org Tue Mar 9 21:24:14 2021 Return-Path: Delivered-To: svn-ports-all@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 46A9E571EF6; Tue, 9 Mar 2021 21:24:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw7WL1XwCz3JcW; Tue, 9 Mar 2021 21:24:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27E9C236A9; Tue, 9 Mar 2021 21:24:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129LOEo6085736; Tue, 9 Mar 2021 21:24:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129LOC9h085728; Tue, 9 Mar 2021 21:24:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103092124.129LOC9h085728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 9 Mar 2021 21:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567964 - in head: games/tetrinet-x games/xtet42 mail/minimalist math/abs misc/delay misc/fortuneit misc/xtail X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head: games/tetrinet-x games/xtet42 mail/minimalist math/abs misc/delay misc/fortuneit misc/xtail X-SVN-Commit-Revision: 567964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 21:24:14 -0000 Author: madpilot Date: Tue Mar 9 21:24:12 2021 New Revision: 567964 URL: https://svnweb.freebsd.org/changeset/ports/567964 Log: Update maintainer address on his request. Modified: head/games/tetrinet-x/Makefile head/games/xtet42/Makefile head/mail/minimalist/Makefile head/math/abs/Makefile head/misc/delay/Makefile head/misc/fortuneit/Makefile head/misc/xtail/Makefile Modified: head/games/tetrinet-x/Makefile ============================================================================== --- head/games/tetrinet-x/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/games/tetrinet-x/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -10,7 +10,7 @@ MASTER_SITES= http://utenti.gufi.org/~gmarco/files/dis DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Addictive 6 player tetr*s game WRKSRC= ${WRKDIR}/tetrinetx-${PORTVERSION} Modified: head/games/xtet42/Makefile ============================================================================== --- head/games/xtet42/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/games/xtet42/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= One or two player T*tris game GNU_CONFIGURE= yes Modified: head/mail/minimalist/Makefile ============================================================================== --- head/mail/minimalist/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/mail/minimalist/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -7,7 +7,7 @@ CATEGORIES= mail MASTER_SITES= http://www.mml.org.ua/LIST/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Minimalistic mailing list manager USES= shebangfix perl5 Modified: head/math/abs/Makefile ============================================================================== --- head/math/abs/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/math/abs/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -9,7 +9,7 @@ MASTER_SITES= http://utenti.gufi.org/~gmarco/files/dis http://fresh.t-systems-sfr.com/unix/src/privat2/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Free spreadsheet with graphical user interface PLIST_FILES= bin/abs Modified: head/misc/delay/Makefile ============================================================================== --- head/misc/delay/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/misc/delay/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Delay program with feedback to the user USES= ncurses Modified: head/misc/fortuneit/Makefile ============================================================================== --- head/misc/fortuneit/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/misc/fortuneit/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ DISTNAME= fortune-it-${PORTVERSION} -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Funny fortune file in Italian .if exists(/usr/games/strfile) Modified: head/misc/xtail/Makefile ============================================================================== --- head/misc/xtail/Makefile Tue Mar 9 21:19:23 2021 (r567963) +++ head/misc/xtail/Makefile Tue Mar 9 21:24:12 2021 (r567964) @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://www.unicom.com/sw/xtail/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ -MAINTAINER= gmarco@gufi.org +MAINTAINER= gmarco@giovannelli.it COMMENT= Watches the growth of files or directories HAS_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Mar 9 22:16:26 2021 Return-Path: Delivered-To: svn-ports-all@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 0F01E5734D6; Tue, 9 Mar 2021 22:16:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw8gY71Drz3Mhg; Tue, 9 Mar 2021 22:16:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3A5C23DBC; Tue, 9 Mar 2021 22:16:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129MGPrI016839; Tue, 9 Mar 2021 22:16:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129MGPuj016837; Tue, 9 Mar 2021 22:16:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103092216.129MGPuj016837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Mar 2021 22:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567965 - head/multimedia/ustreamer X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/ustreamer X-SVN-Commit-Revision: 567965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 22:16:26 -0000 Author: yuri Date: Tue Mar 9 22:16:25 2021 New Revision: 567965 URL: https://svnweb.freebsd.org/changeset/ports/567965 Log: multimedia/ustreamer: Update 3.17 -> 3.18 Reported by: portscout Modified: head/multimedia/ustreamer/Makefile head/multimedia/ustreamer/distinfo Modified: head/multimedia/ustreamer/Makefile ============================================================================== --- head/multimedia/ustreamer/Makefile Tue Mar 9 21:24:12 2021 (r567964) +++ head/multimedia/ustreamer/Makefile Tue Mar 9 22:16:25 2021 (r567965) @@ -2,7 +2,7 @@ PORTNAME= ustreamer DISTVERSIONPREFIX= v -DISTVERSION= 3.17 +DISTVERSION= 3.18 CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org Modified: head/multimedia/ustreamer/distinfo ============================================================================== --- head/multimedia/ustreamer/distinfo Tue Mar 9 21:24:12 2021 (r567964) +++ head/multimedia/ustreamer/distinfo Tue Mar 9 22:16:25 2021 (r567965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613640944 -SHA256 (pikvm-ustreamer-v3.17_GH0.tar.gz) = f101adc5f440eb1cce85df8668cc877b53d6be9b6968f5d563ff9256b47ed8df -SIZE (pikvm-ustreamer-v3.17_GH0.tar.gz) = 123815 +TIMESTAMP = 1615327354 +SHA256 (pikvm-ustreamer-v3.18_GH0.tar.gz) = 022fcf0690b9fdc478f425f02c2cc3269a052cccb552429fa9d2c23923fb0162 +SIZE (pikvm-ustreamer-v3.18_GH0.tar.gz) = 124248 From owner-svn-ports-all@freebsd.org Tue Mar 9 22:26:26 2021 Return-Path: Delivered-To: svn-ports-all@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 A3DBD573A6E; Tue, 9 Mar 2021 22:26:26 +0000 (UTC) (envelope-from gerald@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 4Dw8v64G8rz3N6B; Tue, 9 Mar 2021 22:26:26 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84DE323F63; Tue, 9 Mar 2021 22:26:26 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129MQQVx023073; Tue, 9 Mar 2021 22:26:26 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129MQQun023071; Tue, 9 Mar 2021 22:26:26 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103092226.129MQQun023071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 9 Mar 2021 22:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567966 - in head/lang/gcc11-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc11-devel: . files X-SVN-Commit-Revision: 567966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 22:26:26 -0000 Author: gerald Date: Tue Mar 9 22:26:25 2021 New Revision: 567966 URL: https://svnweb.freebsd.org/changeset/ports/567966 Log: Update to the 20210307 snapshot of GCC 11.0.1. Temporarily add files/patch-gcc-lra-constraints.c to work around upstream breakage. Added: head/lang/gcc11-devel/files/patch-gcc-lra-constraints.c (contents, props changed) Modified: head/lang/gcc11-devel/Makefile head/lang/gcc11-devel/distinfo Modified: head/lang/gcc11-devel/Makefile ============================================================================== --- head/lang/gcc11-devel/Makefile Tue Mar 9 22:16:25 2021 (r567965) +++ head/lang/gcc11-devel/Makefile Tue Mar 9 22:26:25 2021 (r567966) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 11.0.1.s20210228 +PORTVERSION= 11.0.1.s20210307 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc11-devel/distinfo ============================================================================== --- head/lang/gcc11-devel/distinfo Tue Mar 9 22:16:25 2021 (r567965) +++ head/lang/gcc11-devel/distinfo Tue Mar 9 22:26:25 2021 (r567966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614807756 -SHA256 (gcc-11-20210228.tar.xz) = 3e323aae8a946d383c5d8b22c807516dea766877b86b69efbc1cd6a744b4c4d6 -SIZE (gcc-11-20210228.tar.xz) = 75217492 +TIMESTAMP = 1615235075 +SHA256 (gcc-11-20210307.tar.xz) = 0897b54cfa8283455abe100db3735c2a38f9567471c0353fcc2411588bded073 +SIZE (gcc-11-20210307.tar.xz) = 75254036 Added: head/lang/gcc11-devel/files/patch-gcc-lra-constraints.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc11-devel/files/patch-gcc-lra-constraints.c Tue Mar 9 22:26:25 2021 (r567966) @@ -0,0 +1,17 @@ +Temporarily revert an upstream commit that breaks i386 / i586. +Cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99422 + +--- gcc/lra-constraints.c.orig 2021-03-07 22:32:27.000000000 +0000 ++++ gcc/lra-constraints.c 2021-03-08 20:41:16.094547000 +0000 +@@ -3450,9 +3450,8 @@ + i.e. bcst_mem_operand in i386 backend. */ + else if (MEM_P (mem) + && !(INSN_CODE (curr_insn) < 0 +- && (cn == CONSTRAINT__UNKNOWN +- || (get_constraint_type (cn) == CT_FIXED_FORM +- && constraint_satisfied_p (op, cn))))) ++ && get_constraint_type (cn) == CT_FIXED_FORM ++ && constraint_satisfied_p (op, cn))) + decompose_mem_address (&ad, mem); + else if (GET_CODE (op) == SUBREG + && MEM_P (SUBREG_REG (op))) From owner-svn-ports-all@freebsd.org Tue Mar 9 22:34:55 2021 Return-Path: Delivered-To: svn-ports-all@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 7A980574095; Tue, 9 Mar 2021 22:34:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dw94v2HdZz3NgP; Tue, 9 Mar 2021 22:34:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4132F2407B; Tue, 9 Mar 2021 22:34:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129MYtXJ028986; Tue, 9 Mar 2021 22:34:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129MYtAI028985; Tue, 9 Mar 2021 22:34:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103092234.129MYtAI028985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 9 Mar 2021 22:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567967 - head/mail/qpopper X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/qpopper X-SVN-Commit-Revision: 567967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 22:34:55 -0000 Author: amdmi3 Date: Tue Mar 9 22:34:54 2021 New Revision: 567967 URL: https://svnweb.freebsd.org/changeset/ports/567967 Log: mail/qpopper: mark deprecated The port is unmaintained and upstream is dead since 2011 PR: 225567 Modified: head/mail/qpopper/Makefile Modified: head/mail/qpopper/Makefile ============================================================================== --- head/mail/qpopper/Makefile Tue Mar 9 22:26:25 2021 (r567966) +++ head/mail/qpopper/Makefile Tue Mar 9 22:34:54 2021 (r567967) @@ -13,6 +13,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Berkeley POP 3 server (now maintained by Qualcomm) +DEPRECATED= Unmaintained and dead upstream +EXPIRATION_DATE=2021-05-10 + # BSD-style license LICENSE= QUALCOMM LICENSE_NAME= Qualcomm BSD-style license From owner-svn-ports-all@freebsd.org Tue Mar 9 22:55:19 2021 Return-Path: Delivered-To: svn-ports-all@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 C5AB0574AB5; Tue, 9 Mar 2021 22:55:19 +0000 (UTC) (envelope-from nc@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 4Dw9XR5BqKz3QgJ; Tue, 9 Mar 2021 22:55:19 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5327246C9; Tue, 9 Mar 2021 22:55:19 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 129MtJwe041518; Tue, 9 Mar 2021 22:55:19 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 129MtJsE041516; Tue, 9 Mar 2021 22:55:19 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103092255.129MtJsE041516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Tue, 9 Mar 2021 22:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567968 - head/deskutils/go-for-it X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/deskutils/go-for-it X-SVN-Commit-Revision: 567968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 22:55:19 -0000 Author: nc Date: Tue Mar 9 22:55:18 2021 New Revision: 567968 URL: https://svnweb.freebsd.org/changeset/ports/567968 Log: deskutils/go-for-it: Update to 1.9.2 Changes: https://github.com/JMoerman/Go-For-It/releases/tag/1.9.2 Modified: head/deskutils/go-for-it/Makefile head/deskutils/go-for-it/distinfo Modified: head/deskutils/go-for-it/Makefile ============================================================================== --- head/deskutils/go-for-it/Makefile Tue Mar 9 22:34:54 2021 (r567967) +++ head/deskutils/go-for-it/Makefile Tue Mar 9 22:55:18 2021 (r567968) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-for-it -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= deskutils MAINTAINER= nc@FreeBSD.org Modified: head/deskutils/go-for-it/distinfo ============================================================================== --- head/deskutils/go-for-it/distinfo Tue Mar 9 22:34:54 2021 (r567967) +++ head/deskutils/go-for-it/distinfo Tue Mar 9 22:55:18 2021 (r567968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614133208 -SHA256 (JMoerman-Go-For-It-1.9.1_GH0.tar.gz) = 9d48d0e45c4ac74972a015671b6dd70ff57435a7f66a1188d95e19ac6b5b2009 -SIZE (JMoerman-Go-For-It-1.9.1_GH0.tar.gz) = 642599 +TIMESTAMP = 1615306123 +SHA256 (JMoerman-Go-For-It-1.9.2_GH0.tar.gz) = 0cc4f9a61fe4efa18bf81cccef0e0a737b4c58f0ed0b8ea9cc6976d5621d2430 +SIZE (JMoerman-Go-For-It-1.9.2_GH0.tar.gz) = 642844 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:40:22 2021 Return-Path: Delivered-To: svn-ports-all@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 A8443578EC4; Wed, 10 Mar 2021 01:40:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwFBt4PW8z3pcd; Wed, 10 Mar 2021 01:40:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89EAD2692C; Wed, 10 Mar 2021 01:40:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1eM7G037425; Wed, 10 Mar 2021 01:40:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1eMVq037424; Wed, 10 Mar 2021 01:40:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103100140.12A1eMVq037424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 10 Mar 2021 01:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567969 - head/multimedia/libva-intel-media-driver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libva-intel-media-driver X-SVN-Commit-Revision: 567969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:40:22 -0000 Author: jbeich Date: Wed Mar 10 01:40:21 2021 New Revision: 567969 URL: https://svnweb.freebsd.org/changeset/ports/567969 Log: multimedia/libva-intel-media-driver: update to 21.1.2 Changes: https://github.com/intel/media-driver/compare/intel-media-21.1.1...intel-media-21.1.2 Reported by: Repology Modified: head/multimedia/libva-intel-media-driver/Makefile (contents, props changed) head/multimedia/libva-intel-media-driver/distinfo (contents, props changed) Modified: head/multimedia/libva-intel-media-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-media-driver/Makefile Tue Mar 9 22:55:18 2021 (r567968) +++ head/multimedia/libva-intel-media-driver/Makefile Wed Mar 10 01:40:21 2021 (r567969) @@ -2,7 +2,7 @@ PORTNAME= media-driver DISTVERSIONPREFIX= intel-media- -DISTVERSION= 21.1.1 +DISTVERSION= 21.1.2 CATEGORIES= multimedia PKGNAMEPREFIX= libva-intel- Modified: head/multimedia/libva-intel-media-driver/distinfo ============================================================================== --- head/multimedia/libva-intel-media-driver/distinfo Tue Mar 9 22:55:18 2021 (r567968) +++ head/multimedia/libva-intel-media-driver/distinfo Wed Mar 10 01:40:21 2021 (r567969) @@ -1,6 +1,6 @@ -TIMESTAMP = 1611637290 -SHA256 (intel-media-driver-intel-media-21.1.1_GH0.tar.gz) = 7f25af5819cae47662ad7e108e06b3dc3553cc98829d0a7874599b4d2e7ebfc6 -SIZE (intel-media-driver-intel-media-21.1.1_GH0.tar.gz) = 22475807 +TIMESTAMP = 1613123352 +SHA256 (intel-media-driver-intel-media-21.1.2_GH0.tar.gz) = f2374c29bc46dab73e0ab78c86620a2b644bd6989d33327fe3ba36c4b9d0f82f +SIZE (intel-media-driver-intel-media-21.1.2_GH0.tar.gz) = 22487027 SHA256 (2bd42cddbe7c.patch) = 8ddca9a1e793dcbc6876aa53d6e93b900a2a32bc5183f92af66158d7fe16479f SIZE (2bd42cddbe7c.patch) = 1241 SHA256 (0ef9d7bd97ac.patch) = 1c159b93f2832b825811d8ca5386facfd430ba02f90b73877b5737292d9d881f From owner-svn-ports-all@freebsd.org Wed Mar 10 01:46:44 2021 Return-Path: Delivered-To: svn-ports-all@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 542B15794D7; Wed, 10 Mar 2021 01:46:44 +0000 (UTC) (envelope-from nwhitehorn@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 4DwFLD1vdSz3qb0; Wed, 10 Mar 2021 01:46:44 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3452F26E23; Wed, 10 Mar 2021 01:46:44 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1kirS043124; Wed, 10 Mar 2021 01:46:44 GMT (envelope-from nwhitehorn@FreeBSD.org) Received: (from nwhitehorn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1kh6W043123; Wed, 10 Mar 2021 01:46:43 GMT (envelope-from nwhitehorn@FreeBSD.org) Message-Id: <202103100146.12A1kh6W043123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nwhitehorn set sender to nwhitehorn@FreeBSD.org using -f From: Nathan Whitehorn Date: Wed, 10 Mar 2021 01:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567970 - head/net-im/purple-slack X-SVN-Group: ports-head X-SVN-Commit-Author: nwhitehorn X-SVN-Commit-Paths: head/net-im/purple-slack X-SVN-Commit-Revision: 567970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:46:44 -0000 Author: nwhitehorn (src committer) Date: Wed Mar 10 01:46:43 2021 New Revision: 567970 URL: https://svnweb.freebsd.org/changeset/ports/567970 Log: Update the libpurple Slack module to a more recent version, which chases the recent deprecation of older Slack APIs used, for example, to fetch room members in multi-user chats. PR: ports/253957 Approved by: nc Modified: head/net-im/purple-slack/Makefile head/net-im/purple-slack/distinfo Modified: head/net-im/purple-slack/Makefile ============================================================================== --- head/net-im/purple-slack/Makefile Wed Mar 10 01:40:21 2021 (r567969) +++ head/net-im/purple-slack/Makefile Wed Mar 10 01:46:43 2021 (r567970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= purple-slack -PORTVERSION= 20201027 +PORTVERSION= 20210301 CATEGORIES= net-im MAINTAINER= aou@eecs.berkeley.edu @@ -16,18 +16,17 @@ BUILD_DEPENDS= bash:shells/bash USES= gmake gnome pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes +MAKE_ARGS= CC="${CC}" SHELL="${LOCALBASE}/bin/bash" USE_GITHUB= yes GH_ACCOUNT= dylex GH_PROJECT= slack-libpurple -GH_TAGNAME= ec85f89 +GH_TAGNAME= f851698 PLIST_FILES= lib/purple-2/libslack.so \ share/pixmaps/pidgin/protocols/16/slack.png \ share/pixmaps/pidgin/protocols/22/slack.png \ share/pixmaps/pidgin/protocols/48/slack.png - -MAKE_ARGS= CC="${CC}" SHELL="${LOCALBASE}/bin/bash" post-install: ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/purple-2/libslack.so Modified: head/net-im/purple-slack/distinfo ============================================================================== --- head/net-im/purple-slack/distinfo Wed Mar 10 01:40:21 2021 (r567969) +++ head/net-im/purple-slack/distinfo Wed Mar 10 01:46:43 2021 (r567970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603804996 -SHA256 (dylex-slack-libpurple-20201027-ec85f89_GH0.tar.gz) = cc56d88216f9b9d5fcb0bff0f75bca91d820ca779aec406d71d387ee9f56eb8d -SIZE (dylex-slack-libpurple-20201027-ec85f89_GH0.tar.gz) = 54515 +TIMESTAMP = 1614617558 +SHA256 (dylex-slack-libpurple-20210301-f851698_GH0.tar.gz) = 5d86d3ab18a890ccf41a71a7afdfe93f83e6c488043b2f41775c345473e26e32 +SIZE (dylex-slack-libpurple-20210301-f851698_GH0.tar.gz) = 55001 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:53:15 2021 Return-Path: Delivered-To: svn-ports-all@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 99B41579889; Wed, 10 Mar 2021 01:53:15 +0000 (UTC) (envelope-from ygy@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 4DwFTl3z8qz3qhm; Wed, 10 Mar 2021 01:53:15 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B68E26A3A; Wed, 10 Mar 2021 01:53:15 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1rFAJ049362; Wed, 10 Mar 2021 01:53:15 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1rEN8049359; Wed, 10 Mar 2021 01:53:14 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100153.12A1rEN8049359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567971 - head/chinese/rime-bopomofo X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-bopomofo X-SVN-Commit-Revision: 567971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:53:15 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:53:14 2021 New Revision: 567971 URL: https://svnweb.freebsd.org/changeset/ports/567971 Log: chinese/rime-bopomofo: Update to g20210131 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-bopomofo/Makefile head/chinese/rime-bopomofo/distinfo head/chinese/rime-bopomofo/pkg-plist Modified: head/chinese/rime-bopomofo/Makefile ============================================================================== --- head/chinese/rime-bopomofo/Makefile Wed Mar 10 01:46:43 2021 (r567970) +++ head/chinese/rime-bopomofo/Makefile Wed Mar 10 01:53:14 2021 (r567971) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rime-bopomofo -DISTVERSION= g20190120 -PORTREVISION= 1 +DISTVERSION= g20210131 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -28,7 +27,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= ed25098386f5efd3d70b08650f0d1b70c41c11a3 +GH_TAGNAME= c7618f4f5728e1634417e9d02ea50d82b71956ab NO_ARCH= yes Modified: head/chinese/rime-bopomofo/distinfo ============================================================================== --- head/chinese/rime-bopomofo/distinfo Wed Mar 10 01:46:43 2021 (r567970) +++ head/chinese/rime-bopomofo/distinfo Wed Mar 10 01:53:14 2021 (r567971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608102657 -SHA256 (rime-rime-bopomofo-g20190120-ed25098386f5efd3d70b08650f0d1b70c41c11a3_GH0.tar.gz) = 0b2a0496cf2a291d8e4aa9bf467fd507f6674378e5951c9e2b6470cbf7edaed7 -SIZE (rime-rime-bopomofo-g20190120-ed25098386f5efd3d70b08650f0d1b70c41c11a3_GH0.tar.gz) = 5835 +TIMESTAMP = 1615216659 +SHA256 (rime-rime-bopomofo-g20210131-c7618f4f5728e1634417e9d02ea50d82b71956ab_GH0.tar.gz) = 37bc156bca8bca93b001b112ee440fc498207a4f6fbcaa2d2c306cfdd4560577 +SIZE (rime-rime-bopomofo-g20210131-c7618f4f5728e1634417e9d02ea50d82b71956ab_GH0.tar.gz) = 5985 Modified: head/chinese/rime-bopomofo/pkg-plist ============================================================================== --- head/chinese/rime-bopomofo/pkg-plist Wed Mar 10 01:46:43 2021 (r567970) +++ head/chinese/rime-bopomofo/pkg-plist Wed Mar 10 01:53:14 2021 (r567971) @@ -10,3 +10,4 @@ share/rime-data/build/bopomofo_express.schema.yaml share/rime-data/build/bopomofo_tw.prism.bin share/rime-data/build/bopomofo_tw.prism.txt share/rime-data/build/bopomofo_tw.schema.yaml +share/rime-data/zhuyin.yaml From owner-svn-ports-all@freebsd.org Wed Mar 10 01:53:27 2021 Return-Path: Delivered-To: svn-ports-all@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 6CA0B57988F; Wed, 10 Mar 2021 01:53:27 +0000 (UTC) (envelope-from ygy@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 4DwFTz2M4Tz3qWl; Wed, 10 Mar 2021 01:53:27 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 437BB26F90; Wed, 10 Mar 2021 01:53:27 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1rRgg049472; Wed, 10 Mar 2021 01:53:27 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1rQ6p049470; Wed, 10 Mar 2021 01:53:26 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100153.12A1rQ6p049470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567972 - head/chinese/rime-cangjie X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-cangjie X-SVN-Commit-Revision: 567972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:53:27 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:53:26 2021 New Revision: 567972 URL: https://svnweb.freebsd.org/changeset/ports/567972 Log: chinese/rime-cangjie: Update to g20210223 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-cangjie/Makefile head/chinese/rime-cangjie/distinfo Modified: head/chinese/rime-cangjie/Makefile ============================================================================== --- head/chinese/rime-cangjie/Makefile Wed Mar 10 01:53:14 2021 (r567971) +++ head/chinese/rime-cangjie/Makefile Wed Mar 10 01:53:26 2021 (r567972) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rime-cangjie -DISTVERSION= g20201030 -PORTREVISION= 1 +DISTVERSION= g20210223 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -24,7 +23,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= d0f6f521ec049166ada29085434126be175f6439 +GH_TAGNAME= 8dfad9e537f18821b71ba28773315d9c670ae245 NO_ARCH= yes Modified: head/chinese/rime-cangjie/distinfo ============================================================================== --- head/chinese/rime-cangjie/distinfo Wed Mar 10 01:53:14 2021 (r567971) +++ head/chinese/rime-cangjie/distinfo Wed Mar 10 01:53:26 2021 (r567972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608103989 -SHA256 (rime-rime-cangjie-g20201030-d0f6f521ec049166ada29085434126be175f6439_GH0.tar.gz) = 50803c76b1865690cf692ce98335c8a1139f0f5fa2e553875b293939f05a02b4 -SIZE (rime-rime-cangjie-g20201030-d0f6f521ec049166ada29085434126be175f6439_GH0.tar.gz) = 392830 +TIMESTAMP = 1615217097 +SHA256 (rime-rime-cangjie-g20210223-8dfad9e537f18821b71ba28773315d9c670ae245_GH0.tar.gz) = 5d0614fc0959938abd5d013bfa5182fb31cbc6e6a80a9e5e6e9da87e6dd992e8 +SIZE (rime-rime-cangjie-g20210223-8dfad9e537f18821b71ba28773315d9c670ae245_GH0.tar.gz) = 392824 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:53:38 2021 Return-Path: Delivered-To: svn-ports-all@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 20A9357983D; Wed, 10 Mar 2021 01:53:38 +0000 (UTC) (envelope-from ygy@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 4DwFVB0RXcz3qjn; Wed, 10 Mar 2021 01:53:38 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01F1E26BCB; Wed, 10 Mar 2021 01:53:38 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1rbKI049582; Wed, 10 Mar 2021 01:53:37 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1rbt9049581; Wed, 10 Mar 2021 01:53:37 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100153.12A1rbt9049581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567973 - head/chinese/rime-cantonese X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-cantonese X-SVN-Commit-Revision: 567973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:53:38 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:53:37 2021 New Revision: 567973 URL: https://svnweb.freebsd.org/changeset/ports/567973 Log: chinese/rime-cantonese: Update to g20210218 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-cantonese/Makefile head/chinese/rime-cantonese/distinfo Modified: head/chinese/rime-cantonese/Makefile ============================================================================== --- head/chinese/rime-cantonese/Makefile Wed Mar 10 01:53:26 2021 (r567972) +++ head/chinese/rime-cantonese/Makefile Wed Mar 10 01:53:37 2021 (r567973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rime-cantonese -DISTVERSION= g20210208 +DISTVERSION= g20210218 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -28,7 +28,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 40e6ab15124252307e0b321c8fe54e710392cc74 +GH_TAGNAME= cbe80d3fd80c2679212cea68417f536eeba30395 NO_ARCH= yes Modified: head/chinese/rime-cantonese/distinfo ============================================================================== --- head/chinese/rime-cantonese/distinfo Wed Mar 10 01:53:26 2021 (r567972) +++ head/chinese/rime-cantonese/distinfo Wed Mar 10 01:53:37 2021 (r567973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612809892 -SHA256 (rime-rime-cantonese-g20210208-40e6ab15124252307e0b321c8fe54e710392cc74_GH0.tar.gz) = b9f7a7ddb4dfdb7fa7490d475009c8195968f59e3699e3e0eae9edfda926ad63 -SIZE (rime-rime-cantonese-g20210208-40e6ab15124252307e0b321c8fe54e710392cc74_GH0.tar.gz) = 3585396 +TIMESTAMP = 1615217113 +SHA256 (rime-rime-cantonese-g20210218-cbe80d3fd80c2679212cea68417f536eeba30395_GH0.tar.gz) = faaec109d0d5bb4817bb92f051501289c56a596c259eebdcd6273f6940906974 +SIZE (rime-rime-cantonese-g20210218-cbe80d3fd80c2679212cea68417f536eeba30395_GH0.tar.gz) = 3585340 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:53:48 2021 Return-Path: Delivered-To: svn-ports-all@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 A361F5797AD; Wed, 10 Mar 2021 01:53:48 +0000 (UTC) (envelope-from ygy@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 4DwFVN4JFlz3r9q; Wed, 10 Mar 2021 01:53:48 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86CC626C43; Wed, 10 Mar 2021 01:53:48 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1rmSB049692; Wed, 10 Mar 2021 01:53:48 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1rmTX049691; Wed, 10 Mar 2021 01:53:48 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100153.12A1rmTX049691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567974 - head/chinese/rime-combo-pinyin X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-combo-pinyin X-SVN-Commit-Revision: 567974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:53:48 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:53:47 2021 New Revision: 567974 URL: https://svnweb.freebsd.org/changeset/ports/567974 Log: chinese/rime-combo-pinyin: Update to g20210131 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-combo-pinyin/Makefile head/chinese/rime-combo-pinyin/distinfo Modified: head/chinese/rime-combo-pinyin/Makefile ============================================================================== --- head/chinese/rime-combo-pinyin/Makefile Wed Mar 10 01:53:37 2021 (r567973) +++ head/chinese/rime-combo-pinyin/Makefile Wed Mar 10 01:53:47 2021 (r567974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rime-combo-pinyin -DISTVERSION= g20201204 +DISTVERSION= g20210131 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -25,7 +25,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 5300951b8de07252d7565fefe84f5fae50205564 +GH_TAGNAME= a84065a86b272c76215215bd6f03c506b6e7097c NO_ARCH= yes Modified: head/chinese/rime-combo-pinyin/distinfo ============================================================================== --- head/chinese/rime-combo-pinyin/distinfo Wed Mar 10 01:53:37 2021 (r567973) +++ head/chinese/rime-combo-pinyin/distinfo Wed Mar 10 01:53:47 2021 (r567974) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608708086 -SHA256 (rime-rime-combo-pinyin-g20201204-5300951b8de07252d7565fefe84f5fae50205564_GH0.tar.gz) = 6eb8f61f5300891a39385f3c8126230b6779456f6c92be577166a0d049638182 -SIZE (rime-rime-combo-pinyin-g20201204-5300951b8de07252d7565fefe84f5fae50205564_GH0.tar.gz) = 17753 +TIMESTAMP = 1615217120 +SHA256 (rime-rime-combo-pinyin-g20210131-a84065a86b272c76215215bd6f03c506b6e7097c_GH0.tar.gz) = 5121732d28168fe7cf724c728ae4095f4bd003c7236f048c0ca629708aa8a69e +SIZE (rime-rime-combo-pinyin-g20210131-a84065a86b272c76215215bd6f03c506b6e7097c_GH0.tar.gz) = 17749 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:53:57 2021 Return-Path: Delivered-To: svn-ports-all@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 D81A2579A18; Wed, 10 Mar 2021 01:53:57 +0000 (UTC) (envelope-from ygy@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 4DwFVY4kYFz3rKV; Wed, 10 Mar 2021 01:53:57 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6263926C44; Wed, 10 Mar 2021 01:53:57 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1rvRO049802; Wed, 10 Mar 2021 01:53:57 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1rudo049800; Wed, 10 Mar 2021 01:53:56 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100153.12A1rudo049800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567975 - head/chinese/rime-essay X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-essay X-SVN-Commit-Revision: 567975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:53:57 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:53:56 2021 New Revision: 567975 URL: https://svnweb.freebsd.org/changeset/ports/567975 Log: chinese/rime-essay: Update to g20201222 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-essay/Makefile head/chinese/rime-essay/distinfo Modified: head/chinese/rime-essay/Makefile ============================================================================== --- head/chinese/rime-essay/Makefile Wed Mar 10 01:53:47 2021 (r567974) +++ head/chinese/rime-essay/Makefile Wed Mar 10 01:53:56 2021 (r567975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rime-essay -DISTVERSION= g20201004 +DISTVERSION= g20201222 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -16,7 +16,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 964ff5c5854a4452256891a4fe3b333592f3d68b +GH_TAGNAME= 8db7fd4e2d9e081dd4c3b859107070495660238d NO_BUILD= yes NO_ARCH= yes Modified: head/chinese/rime-essay/distinfo ============================================================================== --- head/chinese/rime-essay/distinfo Wed Mar 10 01:53:47 2021 (r567974) +++ head/chinese/rime-essay/distinfo Wed Mar 10 01:53:56 2021 (r567975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608060143 -SHA256 (rime-rime-essay-g20201004-964ff5c5854a4452256891a4fe3b333592f3d68b_GH0.tar.gz) = 1bbdc62cbaac5ec03caa2d3bfacc304b0ea07f3bba1cb6f8ccf22ff879075568 -SIZE (rime-rime-essay-g20201004-964ff5c5854a4452256891a4fe3b333592f3d68b_GH0.tar.gz) = 1771557 +TIMESTAMP = 1615217128 +SHA256 (rime-rime-essay-g20201222-8db7fd4e2d9e081dd4c3b859107070495660238d_GH0.tar.gz) = 76389639d7d5ed889f538411e9fdcd9096254172ed9bee654886d7f48abe4147 +SIZE (rime-rime-essay-g20201222-8db7fd4e2d9e081dd4c3b859107070495660238d_GH0.tar.gz) = 1771547 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:54:07 2021 Return-Path: Delivered-To: svn-ports-all@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 CC0CA5797C3; Wed, 10 Mar 2021 01:54:07 +0000 (UTC) (envelope-from ygy@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 4DwFVl5FXNz3rKw; Wed, 10 Mar 2021 01:54:07 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A78ED26F45; Wed, 10 Mar 2021 01:54:07 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1s7rc049934; Wed, 10 Mar 2021 01:54:07 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1s7kh049931; Wed, 10 Mar 2021 01:54:07 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100154.12A1s7kh049931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567976 - head/chinese/rime-luna-pinyin X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-luna-pinyin X-SVN-Commit-Revision: 567976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:54:07 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:54:06 2021 New Revision: 567976 URL: https://svnweb.freebsd.org/changeset/ports/567976 Log: chinese/rime-luna-pinyin: Update to g20210303 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-luna-pinyin/Makefile head/chinese/rime-luna-pinyin/distinfo head/chinese/rime-luna-pinyin/pkg-plist Modified: head/chinese/rime-luna-pinyin/Makefile ============================================================================== --- head/chinese/rime-luna-pinyin/Makefile Wed Mar 10 01:53:56 2021 (r567975) +++ head/chinese/rime-luna-pinyin/Makefile Wed Mar 10 01:54:06 2021 (r567976) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rime-luna-pinyin -DISTVERSION= g20201105 -PORTREVISION= 1 +DISTVERSION= g20210303 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -25,7 +24,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 3e03d65a1a9162871ee521d5d4846661e59298e0 +GH_TAGNAME= c7c380d4da10d1aba538d084016147bd5e1997fa NO_ARCH= yes Modified: head/chinese/rime-luna-pinyin/distinfo ============================================================================== --- head/chinese/rime-luna-pinyin/distinfo Wed Mar 10 01:53:56 2021 (r567975) +++ head/chinese/rime-luna-pinyin/distinfo Wed Mar 10 01:54:06 2021 (r567976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608102480 -SHA256 (rime-rime-luna-pinyin-g20201105-3e03d65a1a9162871ee521d5d4846661e59298e0_GH0.tar.gz) = 28ceb79c288c17c8c861174ba0180766033105fea58f564537f0106a79632829 -SIZE (rime-rime-luna-pinyin-g20201105-3e03d65a1a9162871ee521d5d4846661e59298e0_GH0.tar.gz) = 393707 +TIMESTAMP = 1615223007 +SHA256 (rime-rime-luna-pinyin-g20210303-c7c380d4da10d1aba538d084016147bd5e1997fa_GH0.tar.gz) = 8f6c764d7b196d7d84b5b911c48bbec434cae554cd4e4a7e7186bbdd20a0e73f +SIZE (rime-rime-luna-pinyin-g20210303-c7c380d4da10d1aba538d084016147bd5e1997fa_GH0.tar.gz) = 395435 Modified: head/chinese/rime-luna-pinyin/pkg-plist ============================================================================== --- head/chinese/rime-luna-pinyin/pkg-plist Wed Mar 10 01:53:56 2021 (r567975) +++ head/chinese/rime-luna-pinyin/pkg-plist Wed Mar 10 01:54:06 2021 (r567976) @@ -4,8 +4,6 @@ share/rime-data/build/luna_pinyin.reverse.bin share/rime-data/build/luna_pinyin.schema.yaml share/rime-data/build/luna_pinyin.table.bin share/rime-data/build/luna_pinyin.table.txt -share/rime-data/build/luna_pinyin_fluency.prism.bin -share/rime-data/build/luna_pinyin_fluency.prism.txt share/rime-data/build/luna_pinyin_fluency.schema.yaml share/rime-data/build/luna_pinyin_simp.prism.bin share/rime-data/build/luna_pinyin_simp.prism.txt @@ -22,3 +20,4 @@ share/rime-data/luna_pinyin_fluency.schema.yaml share/rime-data/luna_pinyin_simp.schema.yaml share/rime-data/luna_pinyin_tw.schema.yaml share/rime-data/luna_quanpin.schema.yaml +share/rime-data/pinyin.yaml From owner-svn-ports-all@freebsd.org Wed Mar 10 01:54:20 2021 Return-Path: Delivered-To: svn-ports-all@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 623A1579A83; Wed, 10 Mar 2021 01:54:20 +0000 (UTC) (envelope-from ygy@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 4DwFW01yLCz3rJf; Wed, 10 Mar 2021 01:54:20 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 360B026C45; Wed, 10 Mar 2021 01:54:20 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1sKDc050044; Wed, 10 Mar 2021 01:54:20 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1sJYj050042; Wed, 10 Mar 2021 01:54:19 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100154.12A1sJYj050042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567977 - head/chinese/rime-prelude X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-prelude X-SVN-Commit-Revision: 567977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:54:20 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:54:19 2021 New Revision: 567977 URL: https://svnweb.freebsd.org/changeset/ports/567977 Log: chinese/rime-prelude: Update to g20210208 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-prelude/Makefile head/chinese/rime-prelude/distinfo Modified: head/chinese/rime-prelude/Makefile ============================================================================== --- head/chinese/rime-prelude/Makefile Wed Mar 10 01:54:06 2021 (r567976) +++ head/chinese/rime-prelude/Makefile Wed Mar 10 01:54:19 2021 (r567977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rime-prelude -DISTVERSION= g20201212 +DISTVERSION= g20210208 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -16,7 +16,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 00a5b5a40b0e4419869ec3783744c75a8c86a5d7 +GH_TAGNAME= bc9ec4cad9fcaf3e300be9bbf2313104e75b5f25 NO_BUILD= yes NO_ARCH= yes Modified: head/chinese/rime-prelude/distinfo ============================================================================== --- head/chinese/rime-prelude/distinfo Wed Mar 10 01:54:06 2021 (r567976) +++ head/chinese/rime-prelude/distinfo Wed Mar 10 01:54:19 2021 (r567977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608026020 -SHA256 (rime-rime-prelude-g20201212-00a5b5a40b0e4419869ec3783744c75a8c86a5d7_GH0.tar.gz) = 29b5122c6713a30ae6bb6914ee7b58e4b02f48f9248ac3d8413adc48e5a64cd2 -SIZE (rime-rime-prelude-g20201212-00a5b5a40b0e4419869ec3783744c75a8c86a5d7_GH0.tar.gz) = 18287 +TIMESTAMP = 1615223561 +SHA256 (rime-rime-prelude-g20210208-bc9ec4cad9fcaf3e300be9bbf2313104e75b5f25_GH0.tar.gz) = 62cbd9956aab14364f9b19025b4ea075cd0a874b98cce3fd1ed50e666a61be5a +SIZE (rime-rime-prelude-g20210208-bc9ec4cad9fcaf3e300be9bbf2313104e75b5f25_GH0.tar.gz) = 18283 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:54:29 2021 Return-Path: Delivered-To: svn-ports-all@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 B3E76579A93; Wed, 10 Mar 2021 01:54:29 +0000 (UTC) (envelope-from ygy@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 4DwFW91yKtz3rQT; Wed, 10 Mar 2021 01:54:28 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FD7926CD7; Wed, 10 Mar 2021 01:54:28 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1sSq8050154; Wed, 10 Mar 2021 01:54:28 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1sRg8050153; Wed, 10 Mar 2021 01:54:27 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100154.12A1sRg8050153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567978 - head/chinese/rime-terra-pinyin X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-terra-pinyin X-SVN-Commit-Revision: 567978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:54:29 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:54:27 2021 New Revision: 567978 URL: https://svnweb.freebsd.org/changeset/ports/567978 Log: chinese/rime-terra-pinyin: Update to g20210201 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-terra-pinyin/Makefile head/chinese/rime-terra-pinyin/distinfo Modified: head/chinese/rime-terra-pinyin/Makefile ============================================================================== --- head/chinese/rime-terra-pinyin/Makefile Wed Mar 10 01:54:19 2021 (r567977) +++ head/chinese/rime-terra-pinyin/Makefile Wed Mar 10 01:54:27 2021 (r567978) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rime-terra-pinyin -DISTVERSION= g20201018 -PORTREVISION= 1 +DISTVERSION= g20210201 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com @@ -25,7 +24,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= rime -GH_TAGNAME= 5a445e2953c4b8149daac9d4625782fd5f80d9f2 +GH_TAGNAME= ce7b9249612f575d2f43d51fcacd31d1b4e0ef1b NO_ARCH= yes Modified: head/chinese/rime-terra-pinyin/distinfo ============================================================================== --- head/chinese/rime-terra-pinyin/distinfo Wed Mar 10 01:54:19 2021 (r567977) +++ head/chinese/rime-terra-pinyin/distinfo Wed Mar 10 01:54:27 2021 (r567978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608102914 -SHA256 (rime-rime-terra-pinyin-g20201018-5a445e2953c4b8149daac9d4625782fd5f80d9f2_GH0.tar.gz) = c5fda93a0f5b3fd64b875f853b214a23289802b9022c9b0227af515e97009bfb -SIZE (rime-rime-terra-pinyin-g20201018-5a445e2953c4b8149daac9d4625782fd5f80d9f2_GH0.tar.gz) = 730315 +TIMESTAMP = 1615224077 +SHA256 (rime-rime-terra-pinyin-g20210201-ce7b9249612f575d2f43d51fcacd31d1b4e0ef1b_GH0.tar.gz) = 4363bb2e5cac20460b169b5443fcfd6e8905f37afafd5f88aab3db457685da90 +SIZE (rime-rime-terra-pinyin-g20210201-ce7b9249612f575d2f43d51fcacd31d1b4e0ef1b_GH0.tar.gz) = 730469 From owner-svn-ports-all@freebsd.org Wed Mar 10 01:54:37 2021 Return-Path: Delivered-To: svn-ports-all@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 88CFF5795F1; Wed, 10 Mar 2021 01:54:37 +0000 (UTC) (envelope-from ygy@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 4DwFWK1pfnz3r9W; Wed, 10 Mar 2021 01:54:35 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A22B26F91; Wed, 10 Mar 2021 01:54:35 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A1sZmD050263; Wed, 10 Mar 2021 01:54:35 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A1sZXY050261; Wed, 10 Mar 2021 01:54:35 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103100154.12A1sZXY050261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Wed, 10 Mar 2021 01:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567979 - head/chinese/rime-wubi X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/chinese/rime-wubi X-SVN-Commit-Revision: 567979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 01:54:37 -0000 Author: ygy (doc committer) Date: Wed Mar 10 01:54:34 2021 New Revision: 567979 URL: https://svnweb.freebsd.org/changeset/ports/567979 Log: chinese/rime-wubi: Update to g20200908 Submitted by: Ka Ho Ng (maintainer) Sponsored by: FreeBSD Foundation Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D28113 Modified: head/chinese/rime-wubi/Makefile head/chinese/rime-wubi/distinfo Modified: head/chinese/rime-wubi/Makefile ============================================================================== --- head/chinese/rime-wubi/Makefile Wed Mar 10 01:54:27 2021 (r567978) +++ head/chinese/rime-wubi/Makefile Wed Mar 10 01:54:34 2021 (r567979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rime-wubi -DISTVERSION= g20190908 +DISTVERSION= g20200908 CATEGORIES= chinese textproc MAINTAINER= khng300@gmail.com Modified: head/chinese/rime-wubi/distinfo ============================================================================== --- head/chinese/rime-wubi/distinfo Wed Mar 10 01:54:27 2021 (r567978) +++ head/chinese/rime-wubi/distinfo Wed Mar 10 01:54:34 2021 (r567979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608714454 -SHA256 (rime-rime-wubi-g20190908-f1876f08f1d4a9696395be0070c0e8e4353c44cb_GH0.tar.gz) = b5b2f49cd1111093a6cefe82e8dd77874a6a862f1214dde2e7f3ea901cc23969 -SIZE (rime-rime-wubi-g20190908-f1876f08f1d4a9696395be0070c0e8e4353c44cb_GH0.tar.gz) = 1092187 +TIMESTAMP = 1615224081 +SHA256 (rime-rime-wubi-g20200908-f1876f08f1d4a9696395be0070c0e8e4353c44cb_GH0.tar.gz) = b5b2f49cd1111093a6cefe82e8dd77874a6a862f1214dde2e7f3ea901cc23969 +SIZE (rime-rime-wubi-g20200908-f1876f08f1d4a9696395be0070c0e8e4353c44cb_GH0.tar.gz) = 1092187 From owner-svn-ports-all@freebsd.org Wed Mar 10 04:20:17 2021 Return-Path: Delivered-To: svn-ports-all@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 60F1657C797; Wed, 10 Mar 2021 04:20:17 +0000 (UTC) (envelope-from cy@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 4DwJlP2MM4z4T4n; Wed, 10 Mar 2021 04:20:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 404FCB39; Wed, 10 Mar 2021 04:20:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A4KH46036049; Wed, 10 Mar 2021 04:20:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A4KHno036048; Wed, 10 Mar 2021 04:20:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202103100420.12A4KHno036048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 10 Mar 2021 04:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567980 - head/net/bsdrcmds X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/net/bsdrcmds X-SVN-Commit-Revision: 567980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 04:20:17 -0000 Author: cy Date: Wed Mar 10 04:20:16 2021 New Revision: 567980 URL: https://svnweb.freebsd.org/changeset/ports/567980 Log: net/bsdrcmds: Fix options breakage. r564865 broke OPTIONS. PR: 253000 Reported by: bugzilla.freebsd@omnilan.de MFH: 2021Q1 Modified: head/net/bsdrcmds/Makefile (contents, props changed) Modified: head/net/bsdrcmds/Makefile ============================================================================== --- head/net/bsdrcmds/Makefile Wed Mar 10 01:54:34 2021 (r567979) +++ head/net/bsdrcmds/Makefile Wed Mar 10 04:20:16 2021 (r567980) @@ -17,14 +17,6 @@ USES= uidfix MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134 -MAKE_ENV+= MK_WERROR=no -.else -MAKE_ENV+= NO_WERROR=1 -.endif - OPTIONS_DEFINE= IPV6 LIBBLACKLIST OPTIONS_DEFAULT= LIBBLACKLIST .if !exists(/usr/include/blacklist.h) @@ -35,5 +27,13 @@ IPV6_MAKE_ARGS= USE_IPV6=yes LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8) LIBBLACKLIST_MAKE_ARGS= USE_LIBBLACKLIST=yes + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134 +MAKE_ENV+= MK_WERROR=no +.else +MAKE_ENV+= NO_WERROR=1 +.endif .include From owner-svn-ports-all@freebsd.org Wed Mar 10 04:31:12 2021 Return-Path: Delivered-To: svn-ports-all@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 7CE9557CD7D; Wed, 10 Mar 2021 04:31:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwK002m9cz4TY5; Wed, 10 Mar 2021 04:31:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51B46110C; Wed, 10 Mar 2021 04:31:12 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A4VCgR043410; Wed, 10 Mar 2021 04:31:12 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A4VCmZ043409; Wed, 10 Mar 2021 04:31:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103100431.12A4VCmZ043409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 04:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567981 - head/emulators/virtualbox-ose-additions X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/emulators/virtualbox-ose-additions X-SVN-Commit-Revision: 567981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 04:31:12 -0000 Author: lwhsu Date: Wed Mar 10 04:31:11 2021 New Revision: 567981 URL: https://svnweb.freebsd.org/changeset/ports/567981 Log: emulators/virtualbox-ose-additions: Fix MASTER_SITES PR: 254175 Submitted by: Andrew Fyfe Modified: head/emulators/virtualbox-ose-additions/Makefile Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Wed Mar 10 04:20:16 2021 (r567980) +++ head/emulators/virtualbox-ose-additions/Makefile Wed Mar 10 04:31:11 2021 (r567981) @@ -4,7 +4,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 6.1.18 CATEGORIES= emulators -MASTER_SITES= https://download.virtualbox.com/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions DISTNAME= VirtualBox-${PORTVERSION} From owner-svn-ports-all@freebsd.org Wed Mar 10 05:31:10 2021 Return-Path: Delivered-To: svn-ports-all@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 BD4BF57E0D5; Wed, 10 Mar 2021 05:31:10 +0000 (UTC) (envelope-from eugen@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 4DwLKB534Nz4XYC; Wed, 10 Mar 2021 05:31:10 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A03CF1A3D; Wed, 10 Mar 2021 05:31:10 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A5VARG080835; Wed, 10 Mar 2021 05:31:10 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A5VAx1080834; Wed, 10 Mar 2021 05:31:10 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202103100531.12A5VAx1080834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Wed, 10 Mar 2021 05:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567982 - head/mail/qpopper X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/mail/qpopper X-SVN-Commit-Revision: 567982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 05:31:10 -0000 Author: eugen Date: Wed Mar 10 05:31:10 2021 New Revision: 567982 URL: https://svnweb.freebsd.org/changeset/ports/567982 Log: mail/qpopper: take maintainership and undeprecate I use the software and will maintain the port. Modified: head/mail/qpopper/Makefile Modified: head/mail/qpopper/Makefile ============================================================================== --- head/mail/qpopper/Makefile Wed Mar 10 04:31:11 2021 (r567981) +++ head/mail/qpopper/Makefile Wed Mar 10 05:31:10 2021 (r567982) @@ -10,11 +10,8 @@ MASTER_SITES= http://core.ring.gr.jp/archives/net/mail LOCAL/eugen DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eugen@FreeBSD.org COMMENT= Berkeley POP 3 server (now maintained by Qualcomm) - -DEPRECATED= Unmaintained and dead upstream -EXPIRATION_DATE=2021-05-10 # BSD-style license LICENSE= QUALCOMM From owner-svn-ports-all@freebsd.org Wed Mar 10 05:36:23 2021 Return-Path: Delivered-To: svn-ports-all@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 C953057E1EB; Wed, 10 Mar 2021 05:36:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwLRC5Pn2z4YJ3; Wed, 10 Mar 2021 05:36:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A82B61AC3; Wed, 10 Mar 2021 05:36:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A5aN6q085470; Wed, 10 Mar 2021 05:36:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A5aNeQ085468; Wed, 10 Mar 2021 05:36:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103100536.12A5aNeQ085468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Mar 2021 05:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567983 - head/science/py-pymatgen X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-pymatgen X-SVN-Commit-Revision: 567983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 05:36:23 -0000 Author: yuri Date: Wed Mar 10 05:36:22 2021 New Revision: 567983 URL: https://svnweb.freebsd.org/changeset/ports/567983 Log: science/py-pymatgen: Update 2022.0.3 -> 2022.0.4 Modified: head/science/py-pymatgen/Makefile head/science/py-pymatgen/distinfo Modified: head/science/py-pymatgen/Makefile ============================================================================== --- head/science/py-pymatgen/Makefile Wed Mar 10 05:31:10 2021 (r567982) +++ head/science/py-pymatgen/Makefile Wed Mar 10 05:36:22 2021 (r567983) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pymatgen -DISTVERSION= 2022.0.3 +DISTVERSION= 2022.0.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-pymatgen/distinfo ============================================================================== --- head/science/py-pymatgen/distinfo Wed Mar 10 05:31:10 2021 (r567982) +++ head/science/py-pymatgen/distinfo Wed Mar 10 05:36:22 2021 (r567983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615020702 -SHA256 (pymatgen-2022.0.3.tar.gz) = 334e5b3de7b9b6e4f78910c7c98b1192f2f0d5648e8e3fd496d9da1e5f39f217 -SIZE (pymatgen-2022.0.3.tar.gz) = 2990729 +TIMESTAMP = 1615348469 +SHA256 (pymatgen-2022.0.4.tar.gz) = 7241498c10179e6039a62ad368a6833cb5b3aca959bf985dcdd27ff6187d0574 +SIZE (pymatgen-2022.0.4.tar.gz) = 3391617 From owner-svn-ports-all@freebsd.org Wed Mar 10 06:08:25 2021 Return-Path: Delivered-To: svn-ports-all@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 7A55F57EC5F; Wed, 10 Mar 2021 06:08:25 +0000 (UTC) (envelope-from eugen@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 4DwM8934fCz4ZgR; Wed, 10 Mar 2021 06:08:25 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C78E21FA; Wed, 10 Mar 2021 06:08:25 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A68PaP004737; Wed, 10 Mar 2021 06:08:25 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A68PcF004736; Wed, 10 Mar 2021 06:08:25 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202103100608.12A68PcF004736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Wed, 10 Mar 2021 06:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567984 - head/mail/qpopper/files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/mail/qpopper/files X-SVN-Commit-Revision: 567984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:08:25 -0000 Author: eugen Date: Wed Mar 10 06:08:24 2021 New Revision: 567984 URL: https://svnweb.freebsd.org/changeset/ports/567984 Log: mail/qpopper: small patch cleanup Avoid duplicate #include Modified: head/mail/qpopper/files/patch-popper__hmac.c Modified: head/mail/qpopper/files/patch-popper__hmac.c ============================================================================== --- head/mail/qpopper/files/patch-popper__hmac.c Wed Mar 10 05:36:22 2021 (r567983) +++ head/mail/qpopper/files/patch-popper__hmac.c Wed Mar 10 06:08:24 2021 (r567984) @@ -1,15 +1,14 @@ ---- popper/hmac.c.orig 2008-06-27 17:40:15.000000000 -0700 -+++ popper/hmac.c 2011-06-08 21:57:42.000000000 -0700 -@@ -13,7 +13,11 @@ +--- popper/hmac.c.orig 2008-06-28 08:40:15.000000000 +0800 ++++ popper/hmac.c 2021-03-10 13:06:10.554159000 +0700 +@@ -13,7 +13,10 @@ #include #include #include -#include "md5.h" -+#include +#include + +#define UINT4 u_int32_t + #include "hmac-md5.h" - + From owner-svn-ports-all@freebsd.org Wed Mar 10 06:26:24 2021 Return-Path: Delivered-To: svn-ports-all@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 8D06657EE79; Wed, 10 Mar 2021 06:26:24 +0000 (UTC) (envelope-from tobik@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 4DwMXw3Zs8z4b81; Wed, 10 Mar 2021 06:26:24 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6982A289C; Wed, 10 Mar 2021 06:26:24 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A6QO6i017007; Wed, 10 Mar 2021 06:26:24 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A6QNZX017000; Wed, 10 Mar 2021 06:26:23 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103100626.12A6QNZX017000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 10 Mar 2021 06:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567985 - in head/devel: . rgbds rgbds/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . rgbds rgbds/files X-SVN-Commit-Revision: 567985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:26:24 -0000 Author: tobik Date: Wed Mar 10 06:26:22 2021 New Revision: 567985 URL: https://svnweb.freebsd.org/changeset/ports/567985 Log: Add devel/rgbds RGBDS is a free GBZ80 assembler/linker package for the Game Boy and Game Boy Color. RGBDS additionally contains 2 extra tools to fix ROM headers, and convert PNG files to the Game Boy's planar tile format. The binaries it provides are: rgbasm(1) (assembler) rgblink(1) (linker) rgbfix(1) (checksum/header fixer) rgbgfx(1) (PNG-to-Game Boy graphics converter) WWW: https://rgbds.gbdev.io/ PR: 243645 Submitted by: trigex@waifu.club (old version 0.3.9) Added: head/devel/rgbds/ head/devel/rgbds/Makefile (contents, props changed) head/devel/rgbds/distinfo (contents, props changed) head/devel/rgbds/files/ head/devel/rgbds/files/patch-Makefile (contents, props changed) head/devel/rgbds/pkg-descr (contents, props changed) head/devel/rgbds/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 10 06:08:24 2021 (r567984) +++ head/devel/Makefile Wed Mar 10 06:26:22 2021 (r567985) @@ -5420,6 +5420,7 @@ SUBDIR += reproc SUBDIR += resolv_wrapper SUBDIR += revive + SUBDIR += rgbds SUBDIR += rhtvision SUBDIR += rinutils SUBDIR += riscv32-unknown-elf-gcc Added: head/devel/rgbds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rgbds/Makefile Wed Mar 10 06:26:22 2021 (r567985) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rgbds +DISTVERSION= 0.5.0-rc1 +CATEGORIES= devel games +MASTER_SITES= https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/ + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Free assembler/linker for the Game Boy & Game Boy Color + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libpng.so:graphics/png + +USES= bison dos2unix pkgconfig +WRKSRC= ${WRKDIR}/rgbds + +.include Added: head/devel/rgbds/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rgbds/distinfo Wed Mar 10 06:26:22 2021 (r567985) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615356903 +SHA256 (rgbds-0.5.0-rc1.tar.gz) = fcb894573a606880e2799b98962b4aba40757a9ddeb8f3163bf0db0a455f8e01 +SIZE (rgbds-0.5.0-rc1.tar.gz) = 7920373 Added: head/devel/rgbds/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rgbds/files/patch-Makefile Wed Mar 10 06:26:22 2021 (r567985) @@ -0,0 +1,30 @@ +In file included from src/asm/charmap.c:22: +include/hashmap.h:18:15: error: expected parameter declarator +static_assert(HALF_HASH_NB_BITS * 2 == HASH_NB_BITS, ""); + ^ +include/hashmap.h:17:27: note: expanded from macro 'HALF_HASH_NB_BITS' +#define HALF_HASH_NB_BITS 16 + ^ +include/hashmap.h:18:15: error: expected ')' +include/hashmap.h:17:27: note: expanded from macro 'HALF_HASH_NB_BITS' +#define HALF_HASH_NB_BITS 16 + ^ +include/hashmap.h:18:14: note: to match this '(' +static_assert(HALF_HASH_NB_BITS * 2 == HASH_NB_BITS, ""); + ^ +include/hashmap.h:18:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] +static_assert(HALF_HASH_NB_BITS * 2 == HASH_NB_BITS, ""); +^ +1 warning and 2 errors generated. + +--- Makefile.orig 2021-03-10 06:20:18 UTC ++++ Makefile +@@ -35,7 +35,7 @@ WARNFLAGS := -Wall + # Overridable CFLAGS + CFLAGS ?= -O3 -flto -DNDEBUG + # Non-overridable CFLAGS +-REALCFLAGS := ${CFLAGS} ${WARNFLAGS} -std=gnu11 -D_POSIX_C_SOURCE=200809L \ ++REALCFLAGS := ${CFLAGS} ${WARNFLAGS} -std=gnu11 \ + -Iinclude + # Overridable LDFLAGS + LDFLAGS ?= Added: head/devel/rgbds/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rgbds/pkg-descr Wed Mar 10 06:26:22 2021 (r567985) @@ -0,0 +1,12 @@ +RGBDS is a free GBZ80 assembler/linker package for the Game Boy and +Game Boy Color. RGBDS additionally contains 2 extra tools to fix +ROM headers, and convert PNG files to the Game Boy's planar tile +format. + +The binaries it provides are: +rgbasm(1) (assembler) +rgblink(1) (linker) +rgbfix(1) (checksum/header fixer) +rgbgfx(1) (PNG-to-Game Boy graphics converter) + +WWW: https://rgbds.gbdev.io/ Added: head/devel/rgbds/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rgbds/pkg-plist Wed Mar 10 06:26:22 2021 (r567985) @@ -0,0 +1,13 @@ +bin/rgbasm +bin/rgbfix +bin/rgbgfx +bin/rgblink +share/man/man1/rgbasm.1.gz +share/man/man1/rgbfix.1.gz +share/man/man1/rgbgfx.1.gz +share/man/man1/rgblink.1.gz +share/man/man5/rgbasm.5.gz +share/man/man5/rgbds.5.gz +share/man/man5/rgblink.5.gz +share/man/man7/gbz80.7.gz +share/man/man7/rgbds.7.gz From owner-svn-ports-all@freebsd.org Wed Mar 10 06:29:23 2021 Return-Path: Delivered-To: svn-ports-all@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 0BA1357ED79; Wed, 10 Mar 2021 06:29:23 +0000 (UTC) (envelope-from tobik@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 4DwMcL6zFTz4bLH; Wed, 10 Mar 2021 06:29:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEEA924C8; Wed, 10 Mar 2021 06:29:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A6TMxC017173; Wed, 10 Mar 2021 06:29:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A6TMLM017172; Wed, 10 Mar 2021 06:29:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103100629.12A6TMLM017172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 10 Mar 2021 06:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567986 - head/devel/rgbds X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/rgbds X-SVN-Commit-Revision: 567986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:29:23 -0000 Author: tobik Date: Wed Mar 10 06:29:22 2021 New Revision: 567986 URL: https://svnweb.freebsd.org/changeset/ports/567986 Log: devel/rgbds: Add the obvious USES=compiler:c11 Modified: head/devel/rgbds/Makefile Modified: head/devel/rgbds/Makefile ============================================================================== --- head/devel/rgbds/Makefile Wed Mar 10 06:26:22 2021 (r567985) +++ head/devel/rgbds/Makefile Wed Mar 10 06:29:22 2021 (r567986) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png -USES= bison dos2unix pkgconfig +USES= bison compiler:c11 dos2unix pkgconfig WRKSRC= ${WRKDIR}/rgbds .include From owner-svn-ports-all@freebsd.org Wed Mar 10 06:36:39 2021 Return-Path: Delivered-To: svn-ports-all@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 5B53A57F237; Wed, 10 Mar 2021 06:36:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwMml1d7Gz4bSL; Wed, 10 Mar 2021 06:36:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 262E22921; Wed, 10 Mar 2021 06:36:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A6addb022917; Wed, 10 Mar 2021 06:36:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A6acWF022916; Wed, 10 Mar 2021 06:36:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103100636.12A6acWF022916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Mar 2021 06:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567987 - head/www/authelia X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/authelia X-SVN-Commit-Revision: 567987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:36:39 -0000 Author: yuri Date: Wed Mar 10 06:36:38 2021 New Revision: 567987 URL: https://svnweb.freebsd.org/changeset/ports/567987 Log: www/authelia: Update 4.26.2 -> 4.27.0 Modified: head/www/authelia/Makefile head/www/authelia/distinfo Modified: head/www/authelia/Makefile ============================================================================== --- head/www/authelia/Makefile Wed Mar 10 06:29:22 2021 (r567986) +++ head/www/authelia/Makefile Wed Mar 10 06:36:38 2021 (r567987) @@ -2,7 +2,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v -DISTVERSION= 4.26.2 +DISTVERSION= 4.27.0 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -18,10 +18,9 @@ GH_TUPLE= \ DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \ Gurpartap:logrus-stack:89c00d8a28f4:gurpartap_logrus_stack/vendor/github.com/Gurpartap/logrus-stack \ Workiva:go-datastructures:v1.0.52:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ - aletheia-icu:broccoli:c5ac961a357a:aletheia_icu_broccoli_fs/vendor/aletheia.icu/broccoli \ - andybalholm:brotli:v1.0.0:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ + andybalholm:brotli:v1.0.1:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ - authelia:session:v2.3.0:authelia_session_v2/vendor/github.com/authelia/session/v2 \ + authelia:session:v2.5.7:authelia_session_v2/vendor/github.com/authelia/session/v2 \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ @@ -31,18 +30,18 @@ GH_TUPLE= \ dgryski:go-rendezvous:9f7001d12a5f:dgryski_go_rendezvous/vendor/github.com/dgryski/go-rendezvous \ duosecurity:duo_api_golang:0e07e9f869e3:duosecurity_duo_api_golang/vendor/github.com/duosecurity/duo_api_golang \ facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \ - fasthttp:router:v1.3.5:fasthttp_router/vendor/github.com/fasthttp/router \ + fasthttp:router:v1.3.9:fasthttp_router/vendor/github.com/fasthttp/router \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-asn1-ber:asn1-ber:v1.5.1:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-ldap:ldap:v3.2.4:go_ldap_ldap_v3/vendor/github.com/go-ldap/ldap \ - go-redis:redis:v8.4.2:go_redis_redis_v8/vendor/github.com/go-redis/redis/v8 \ + go-redis:redis:v8.3.4:go_redis_redis_v8/vendor/github.com/go-redis/redis/v8 \ go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ - golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ - golang:mock:v1.4.4:golang_mock/vendor/github.com/golang/mock \ - golang:sys:fdedc70b468f:golang_sys/vendor/golang.org/x/sys \ + golang:crypto:5ea612d1eb83:golang_crypto/vendor/golang.org/x/crypto \ + golang:mock:v1.5.0:golang_mock/vendor/github.com/golang/mock \ + golang:sys:a50acf3fe073:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ @@ -55,24 +54,23 @@ GH_TUPLE= \ jackc:pgservicefile:2b9c44734f2b:jackc_pgservicefile/vendor/github.com/jackc/pgservicefile \ jackc:pgtype:v1.6.2:jackc_pgtype/vendor/github.com/jackc/pgtype \ jackc:pgx:v4.10.1:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ - klauspost:compress:v1.10.7:klauspost_compress/vendor/github.com/klauspost/compress \ + klauspost:compress:v1.11.8:klauspost_compress/vendor/github.com/klauspost/compress \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ - mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ + mattn:go-sqlite3:v1.14.6:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ - open-telemetry:opentelemetry-go:v0.14.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ - otiai10:copy:v1.4.2:otiai10_copy/vendor/github.com/otiai10/copy \ + open-telemetry:opentelemetry-go:v0.13.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ + otiai10:copy:v1.5.0:otiai10_copy/vendor/github.com/otiai10/copy \ pelletier:go-toml:v1.4.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ philhofer:fwd:v1.1.1:philhofer_fwd/vendor/github.com/philhofer/fwd \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ pquerna:otp:v1.3.0:pquerna_otp/vendor/github.com/pquerna/otp \ - savsgio:dictpool:d4adfdb24374:savsgio_dictpool/vendor/github.com/savsgio/dictpool \ - savsgio:gotils:0567298fdcac:savsgio_gotils/vendor/github.com/savsgio/gotils \ + savsgio:dictpool:85d3b37fb239:savsgio_dictpool/vendor/github.com/savsgio/dictpool \ + savsgio:gotils:595c7e5a8a7a:savsgio_gotils/vendor/github.com/savsgio/gotils \ simia-tech:crypt:v0.4.3:simia_tech_crypt/vendor/github.com/simia-tech/crypt \ - sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ - spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ @@ -82,7 +80,7 @@ GH_TUPLE= \ tinylib:msgp:v1.1.5:tinylib_msgp/vendor/github.com/tinylib/msgp \ tstranex:u2f:v1.0.0:tstranex_u2f/vendor/github.com/tstranex/u2f \ valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \ - valyala:fasthttp:v1.19.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp + valyala:fasthttp:v1.22.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} Modified: head/www/authelia/distinfo ============================================================================== --- head/www/authelia/distinfo Wed Mar 10 06:29:22 2021 (r567986) +++ head/www/authelia/distinfo Wed Mar 10 06:36:38 2021 (r567987) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613986938 -SHA256 (authelia-authelia-v4.26.2_GH0.tar.gz) = f31de57b899e649b79394800e84d5c08a804853fa131a8ba7b7e45049f4680b0 -SIZE (authelia-authelia-v4.26.2_GH0.tar.gz) = 1982173 +TIMESTAMP = 1615357678 +SHA256 (authelia-authelia-v4.27.0_GH0.tar.gz) = cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4 +SIZE (authelia-authelia-v4.27.0_GH0.tar.gz) = 2065059 SHA256 (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 24b46602ef1adae845ec6938550d14ce9a93b4f2171201af0a29da421b611139 SIZE (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 8131 SHA256 (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = b78616fddfcc76892aecb5344968d7f3843128b70eba6c4752f092dc992c3b98 @@ -9,14 +9,12 @@ SHA256 (Gurpartap-logrus-stack-89c00d8a28f4_GH0.tar.gz SIZE (Gurpartap-logrus-stack-89c00d8a28f4_GH0.tar.gz) = 3078 SHA256 (Workiva-go-datastructures-v1.0.52_GH0.tar.gz) = c023f985d6c496e6259abe5225b221d9d2d2a3528a2dba54571fd6f46f23bda3 SIZE (Workiva-go-datastructures-v1.0.52_GH0.tar.gz) = 176967 -SHA256 (aletheia-icu-broccoli-c5ac961a357a_GH0.tar.gz) = baa16ed225473f5db0b7261d1a968a5c204a87259105877079f355a41dcf8d0e -SIZE (aletheia-icu-broccoli-c5ac961a357a_GH0.tar.gz) = 108452 -SHA256 (andybalholm-brotli-v1.0.0_GH0.tar.gz) = 3fa87becf10ac19f584f3009c16999f441fb955feeda5c3594cd3eb4ea273b24 -SIZE (andybalholm-brotli-v1.0.0_GH0.tar.gz) = 417729 +SHA256 (andybalholm-brotli-v1.0.1_GH0.tar.gz) = f14b686896b3bae2782350bbaf2aadfb9c6a4916e54beb28b393e592aa4af48e +SIZE (andybalholm-brotli-v1.0.1_GH0.tar.gz) = 593298 SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431 -SHA256 (authelia-session-v2.3.0_GH0.tar.gz) = 63747d516c3a0fdd1e0b7ded187a3b42f9e87916624dae78bc6d3ac8aed81994 -SIZE (authelia-session-v2.3.0_GH0.tar.gz) = 28326 +SHA256 (authelia-session-v2.5.7_GH0.tar.gz) = 671c6f013cd3017581968e297dff8b2079da349d28d467e3395fb874a8fbeec7 +SIZE (authelia-session-v2.5.7_GH0.tar.gz) = 28812 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57 SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831 SHA256 (boombuler-barcode-6c824513bacc_GH0.tar.gz) = 504c70d22b4d54047200d08fc15328118859f54fbbe979be80ba12e5a992ef30 @@ -35,8 +33,8 @@ SHA256 (duosecurity-duo_api_golang-0e07e9f869e3_GH0.ta SIZE (duosecurity-duo_api_golang-0e07e9f869e3_GH0.tar.gz) = 29266 SHA256 (facebookgo-stack-751773369052_GH0.tar.gz) = bb0ffca174994df1bdb2a24fce3bcf3178c2887996e119f4409f2de5326debf0 SIZE (facebookgo-stack-751773369052_GH0.tar.gz) = 5797 -SHA256 (fasthttp-router-v1.3.5_GH0.tar.gz) = 3b51d86511253cbd873750f4f491238ad3aa538fcebdcfa09c8b602591e99154 -SIZE (fasthttp-router-v1.3.5_GH0.tar.gz) = 38629 +SHA256 (fasthttp-router-v1.3.9_GH0.tar.gz) = b947ec83bc599e1e33e1d678c3bbeb0065d534b0a3cf69f4cc8f2412e22d614b +SIZE (fasthttp-router-v1.3.9_GH0.tar.gz) = 38764 SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 SHA256 (go-asn1-ber-asn1-ber-v1.5.1_GH0.tar.gz) = a16577a5c4d9b276374e7b6743ffa726dfb34fb2171ee576bf8064f402a4529c @@ -45,20 +43,20 @@ SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375af SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536 SHA256 (go-ldap-ldap-v3.2.4_GH0.tar.gz) = c75f86d3b4c973193726083ad50eed3c3bdc6b2b8496735993fc1afc507966c9 SIZE (go-ldap-ldap-v3.2.4_GH0.tar.gz) = 86881 -SHA256 (go-redis-redis-v8.4.2_GH0.tar.gz) = 42c1bdb1d3e6ed7f9f0cd5c5a2ec28158ac5941b536ac9defae45576cdbe9104 -SIZE (go-redis-redis-v8.4.2_GH0.tar.gz) = 125958 +SHA256 (go-redis-redis-v8.3.4_GH0.tar.gz) = 8abf96ab24a5751deaa083f9d183a57920d670f75af9f8e93e84e851ad79c501 +SIZE (go-redis-redis-v8.3.4_GH0.tar.gz) = 123878 SHA256 (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 9d98b46623037447a26a51a203540bf605b6e6220d31f2efc7396242fcb660b5 SIZE (go-sql-driver-mysql-v1.5.0_GH0.tar.gz) = 90474 SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04 SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 -SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2 -SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931 -SHA256 (golang-mock-v1.4.4_GH0.tar.gz) = a3e25a2c234f82f6685e143681e223462bd1cc0098375a48dc042e227f2cd677 -SIZE (golang-mock-v1.4.4_GH0.tar.gz) = 55141 -SHA256 (golang-sys-fdedc70b468f_GH0.tar.gz) = dbb02cdcafaa32d9d2cd0c16b7204fbb044512bc38814cb1ee5673a9ab2f2929 -SIZE (golang-sys-fdedc70b468f_GH0.tar.gz) = 1064136 +SHA256 (golang-crypto-5ea612d1eb83_GH0.tar.gz) = ab4d88d6121195632d006705a950adebaf4fa99dd15ea0c508297a17c5d3277e +SIZE (golang-crypto-5ea612d1eb83_GH0.tar.gz) = 1726242 +SHA256 (golang-mock-v1.5.0_GH0.tar.gz) = 7a8212b8332072626d1ce440883929a28ab18450926bc5164d926c6e5cae61ff +SIZE (golang-mock-v1.5.0_GH0.tar.gz) = 66429 +SHA256 (golang-sys-a50acf3fe073_GH0.tar.gz) = 1264b2f94ab2a3d38c7db91eafcd18f7222139ec2458d9f3bca4b5459bf69b71 +SIZE (golang-sys-a50acf3fe073_GH0.tar.gz) = 1175555 SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 @@ -83,42 +81,40 @@ SHA256 (jackc-pgtype-v1.6.2_GH0.tar.gz) = 143c7e4b5845 SIZE (jackc-pgtype-v1.6.2_GH0.tar.gz) = 174708 SHA256 (jackc-pgx-v4.10.1_GH0.tar.gz) = f0e996611beb31a9d1478298d83c072c611564560c323d5411ddff2a69bd6b51 SIZE (jackc-pgx-v4.10.1_GH0.tar.gz) = 101964 -SHA256 (klauspost-compress-v1.10.7_GH0.tar.gz) = 3f5c9f9677cce43aaedd11f21e5a6aef013ae3a57f0e1c6cc43035daee60b1dc -SIZE (klauspost-compress-v1.10.7_GH0.tar.gz) = 18149735 +SHA256 (klauspost-compress-v1.11.8_GH0.tar.gz) = c5a34ed45a19518e9f465e45b9b34bccfe0dd4ccdf212edbd18bc64800fd56c4 +SIZE (klauspost-compress-v1.11.8_GH0.tar.gz) = 17459810 SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 -SHA256 (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = ed015860c9b3e701d8cce7dcb0bcb2e2f53071718334465b10abb696f7de0e58 -SIZE (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = 2335418 +SHA256 (mattn-go-sqlite3-v1.14.6_GH0.tar.gz) = c92f80d9d5c16e305955cb5a6885a8d931926e9b489857560364148fd225b690 +SIZE (mattn-go-sqlite3-v1.14.6_GH0.tar.gz) = 2367133 SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 -SHA256 (open-telemetry-opentelemetry-go-v0.14.0_GH0.tar.gz) = f096a442e4674b320d22e4cb253c005a6f3b82630b27e9c8856d0612f590b501 -SIZE (open-telemetry-opentelemetry-go-v0.14.0_GH0.tar.gz) = 469278 -SHA256 (otiai10-copy-v1.4.2_GH0.tar.gz) = 59e4ba0897fa02d144ecd65b0205f7b9dfb355098fd9fe400d899353362e763a -SIZE (otiai10-copy-v1.4.2_GH0.tar.gz) = 8395 +SHA256 (open-telemetry-opentelemetry-go-v0.13.0_GH0.tar.gz) = 709dababcbc6342a39194687da01b95e5ccaecfe81a107bc534f9b0e2f7940bf +SIZE (open-telemetry-opentelemetry-go-v0.13.0_GH0.tar.gz) = 435252 +SHA256 (otiai10-copy-v1.5.0_GH0.tar.gz) = 11656ff631ea10593fb04adec0f0809a4241cbabe8e5f15bc1e38b4d8d35849e +SIZE (otiai10-copy-v1.5.0_GH0.tar.gz) = 11692 SHA256 (pelletier-go-toml-v1.4.0_GH0.tar.gz) = 04fb4855a64495c0c055c83b8a3446cabc6bfa4830eb458816370db38c0e67b0 SIZE (pelletier-go-toml-v1.4.0_GH0.tar.gz) = 73274 SHA256 (philhofer-fwd-v1.1.1_GH0.tar.gz) = f8a9e7bc2fffb117eec31666b8aa61bfb3d46e858b0b50fa90d98a6f1f0ebf18 SIZE (philhofer-fwd-v1.1.1_GH0.tar.gz) = 9790 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 SHA256 (pquerna-otp-v1.3.0_GH0.tar.gz) = f3695b673c06278ba944696b572115edcf31d004e035085d51202ba5c8894936 SIZE (pquerna-otp-v1.3.0_GH0.tar.gz) = 14027 -SHA256 (savsgio-dictpool-d4adfdb24374_GH0.tar.gz) = cf2be04b33bd685010eac46044a67a6a24368868906ebc090421d3801089a4d5 -SIZE (savsgio-dictpool-d4adfdb24374_GH0.tar.gz) = 12064 -SHA256 (savsgio-gotils-0567298fdcac_GH0.tar.gz) = 59f466daf59d67473268886d10d777e17507606a5b3c1f7b161f46bde5fffe7b -SIZE (savsgio-gotils-0567298fdcac_GH0.tar.gz) = 8822 +SHA256 (savsgio-dictpool-85d3b37fb239_GH0.tar.gz) = 3c737f24488f16ff24b933244f13c8927c5a4ff3d227b0c33a434091ef147a6c +SIZE (savsgio-dictpool-85d3b37fb239_GH0.tar.gz) = 12097 +SHA256 (savsgio-gotils-595c7e5a8a7a_GH0.tar.gz) = 2e3a2af5802c43f3c321da281023354d0161f81ccdaf220f62620e2da22e9e09 +SIZE (savsgio-gotils-595c7e5a8a7a_GH0.tar.gz) = 9017 SHA256 (simia-tech-crypt-v0.4.3_GH0.tar.gz) = 71e2d3af45b68ab13d333b522651667cf41fb2b0e94f14189c1d8538e182a81e SIZE (simia-tech-crypt-v0.4.3_GH0.tar.gz) = 19817 -SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca -SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 +SHA256 (sirupsen-logrus-v1.8.1_GH0.tar.gz) = e9492c08ac8f202b438ccfb992bf81b7860739cf8f2266958e0c574c7abfdd74 +SIZE (sirupsen-logrus-v1.8.1_GH0.tar.gz) = 47161 SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309 SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085 -SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d -SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 @@ -137,5 +133,5 @@ SHA256 (tstranex-u2f-v1.0.0_GH0.tar.gz) = 23aa5d801c55 SIZE (tstranex-u2f-v1.0.0_GH0.tar.gz) = 16630 SHA256 (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 089013e3429ebe7fd2bc3527f003bf3f3f639891e5d8ba6a56010e3671465e1f SIZE (valyala-bytebufferpool-v1.0.0_GH0.tar.gz) = 5025 -SHA256 (valyala-fasthttp-v1.19.0_GH0.tar.gz) = ab054b88ca3c67db251fc3f37dfe29c3acd59be2af5d3f0dd1ef208bef999d06 -SIZE (valyala-fasthttp-v1.19.0_GH0.tar.gz) = 218394 +SHA256 (valyala-fasthttp-v1.22.0_GH0.tar.gz) = 83ff54e16a55441905440fb167bd1c86a483695c99ae6bf232781548eef30672 +SIZE (valyala-fasthttp-v1.22.0_GH0.tar.gz) = 219962 From owner-svn-ports-all@freebsd.org Wed Mar 10 06:49:57 2021 Return-Path: Delivered-To: svn-ports-all@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 EAF3D57F437; Wed, 10 Mar 2021 06:49:57 +0000 (UTC) (envelope-from ale@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 4DwN45665Dz4c98; Wed, 10 Mar 2021 06:49:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C06B5294B; Wed, 10 Mar 2021 06:49:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A6nv1O029496; Wed, 10 Mar 2021 06:49:57 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A6nvMi029495; Wed, 10 Mar 2021 06:49:57 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202103100649.12A6nvMi029495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 10 Mar 2021 06:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567988 - head/devel/sbt X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/devel/sbt X-SVN-Commit-Revision: 567988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:49:58 -0000 Author: ale Date: Wed Mar 10 06:49:57 2021 New Revision: 567988 URL: https://svnweb.freebsd.org/changeset/ports/567988 Log: Update to 1.4.9 release. Modified: head/devel/sbt/Makefile head/devel/sbt/distinfo Modified: head/devel/sbt/Makefile ============================================================================== --- head/devel/sbt/Makefile Wed Mar 10 06:36:38 2021 (r567987) +++ head/devel/sbt/Makefile Wed Mar 10 06:49:57 2021 (r567988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sbt -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.9 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ Modified: head/devel/sbt/distinfo ============================================================================== --- head/devel/sbt/distinfo Wed Mar 10 06:36:38 2021 (r567987) +++ head/devel/sbt/distinfo Wed Mar 10 06:49:57 2021 (r567988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612167590 -SHA256 (sbt-1.4.7.tgz) = c2a759fe40a3c21a16b5a88d00cd66f3af6f0721e4ea61b63942dfb83a2d54fd -SIZE (sbt-1.4.7.tgz) = 17734542 +TIMESTAMP = 1615358862 +SHA256 (sbt-1.4.9.tgz) = 95468119f7641499367330a60a4b8a6211e6ea7f8bde7d647c67b19dd8fddb6e +SIZE (sbt-1.4.9.tgz) = 17732595 From owner-svn-ports-all@freebsd.org Wed Mar 10 08:00:04 2021 Return-Path: Delivered-To: svn-ports-all@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 32C895A87C3; Wed, 10 Mar 2021 08:00:04 +0000 (UTC) (envelope-from arrowd@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 4DwPd00wlsz4fps; Wed, 10 Mar 2021 08:00:04 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 115183B61; Wed, 10 Mar 2021 08:00:04 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A803Lo070987; Wed, 10 Mar 2021 08:00:03 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A803vp070986; Wed, 10 Mar 2021 08:00:03 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202103100800.12A803vp070986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 10 Mar 2021 08:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567989 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 567989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 08:00:04 -0000 Author: arrowd Date: Wed Mar 10 08:00:02 2021 New Revision: 567989 URL: https://svnweb.freebsd.org/changeset/ports/567989 Log: Uses/cabal.mk: Take into account MAKE_JOBS_NUMBERS. Modified: head/Mk/Uses/cabal.mk Modified: head/Mk/Uses/cabal.mk ============================================================================== --- head/Mk/Uses/cabal.mk Wed Mar 10 06:49:57 2021 (r567988) +++ head/Mk/Uses/cabal.mk Wed Mar 10 08:00:02 2021 (r567989) @@ -168,7 +168,7 @@ cabal-post-extract: mv ${package:C/_[0-9]+//} ${WRKSRC}/ . endfor mkdir -p ${CABAL_HOME}/.cabal - touch ${CABAL_HOME}/.cabal/config + echo "jobs: ${MAKE_JOBS_NUMBER}" > ${CABAL_HOME}/.cabal/config cabal-post-patch: . if ${cabal_ARGS:Mhpack} From owner-svn-ports-all@freebsd.org Wed Mar 10 09:33:44 2021 Return-Path: Delivered-To: svn-ports-all@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 AD0DE5AAB53; Wed, 10 Mar 2021 09:33:44 +0000 (UTC) (envelope-from se@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 4DwRj44Vn1z4lBp; Wed, 10 Mar 2021 09:33:44 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DB225185; Wed, 10 Mar 2021 09:33:44 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12A9XiVQ031433; Wed, 10 Mar 2021 09:33:44 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12A9Xilo031431; Wed, 10 Mar 2021 09:33:44 GMT (envelope-from se@FreeBSD.org) Message-Id: <202103100933.12A9Xilo031431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Wed, 10 Mar 2021 09:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567990 - head/games/open-adventure X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/games/open-adventure X-SVN-Commit-Revision: 567990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 09:33:44 -0000 Author: se Date: Wed Mar 10 09:33:43 2021 New Revision: 567990 URL: https://svnweb.freebsd.org/changeset/ports/567990 Log: Update to version 1.9 This update includes the post-1.9 fixes to Gitlab issues #52 and #55. Modified: head/games/open-adventure/Makefile head/games/open-adventure/distinfo Modified: head/games/open-adventure/Makefile ============================================================================== --- head/games/open-adventure/Makefile Wed Mar 10 08:00:02 2021 (r567989) +++ head/games/open-adventure/Makefile Wed Mar 10 09:33:43 2021 (r567990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= open-adventure -PORTVERSION= 1.4 +PORTVERSION= 1.9 CATEGORIES= games MAINTAINER= se@FreeBSD.org @@ -13,16 +13,16 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} \ a2x:textproc/asciidoc -USES= gmake pkgconfig libedit python:build +USES= gmake libedit pkgconfig python:build USE_GITLAB= yes GL_ACCOUNT= esr -GL_PROJECT= ${PORTNAME} -GL_COMMIT= d51238481a6a752adc8ad4d8893209d13bb7ea91 +GL_COMMIT= f2f238e9e42ed76f9cfac219f37142cd7bcf6edb -ALL_TARGET= advent MAKE_ENV= CCFLAGS="${CFLAGS}" +ALL_TARGET= advent -PLIST_FILES= bin/advent man/man6/advent.6.gz +PLIST_FILES= bin/advent \ + man/man6/advent.6.gz pre-build: cd ${WRKSRC}; ${PYTHON_CMD} make_dungeon.py; a2x -f manpage advent.adoc Modified: head/games/open-adventure/distinfo ============================================================================== --- head/games/open-adventure/distinfo Wed Mar 10 08:00:02 2021 (r567989) +++ head/games/open-adventure/distinfo Wed Mar 10 09:33:43 2021 (r567990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530935285 -SHA256 (esr-open-adventure-d51238481a6a752adc8ad4d8893209d13bb7ea91_GL0.tar.gz) = 1ad9246f6b34c6dc5affff908932eaf8d76e62d60a5b871edaedd1ab4f588eed -SIZE (esr-open-adventure-d51238481a6a752adc8ad4d8893209d13bb7ea91_GL0.tar.gz) = 421941 +TIMESTAMP = 1615368451 +SHA256 (esr-open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb_GL0.tar.gz) = 72da3d6cf02887d015715f6e8a177ea17ae0864b56b076b12a7f071f1f8f8ce9 +SIZE (esr-open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb_GL0.tar.gz) = 436315 From owner-svn-ports-all@freebsd.org Wed Mar 10 10:28:27 2021 Return-Path: Delivered-To: svn-ports-all@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 5BE305ABFA7; Wed, 10 Mar 2021 10:28:27 +0000 (UTC) (envelope-from ericbsd@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 4DwSwC2D23z4qRK; Wed, 10 Mar 2021 10:28:27 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F8B75779; Wed, 10 Mar 2021 10:28:27 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AASR0S061717; Wed, 10 Mar 2021 10:28:27 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AASQut061715; Wed, 10 Mar 2021 10:28:26 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <202103101028.12AASQut061715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Wed, 10 Mar 2021 10:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567991 - head/x11/brisk-menu X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/x11/brisk-menu X-SVN-Commit-Revision: 567991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 10:28:27 -0000 Author: ericbsd Date: Wed Mar 10 10:28:26 2021 New Revision: 567991 URL: https://svnweb.freebsd.org/changeset/ports/567991 Log: update x11/brisk-menu to 6.2 PR: 254182 Submitted by: Daniel Morante Modified: head/x11/brisk-menu/Makefile head/x11/brisk-menu/distinfo head/x11/brisk-menu/pkg-plist Modified: head/x11/brisk-menu/Makefile ============================================================================== --- head/x11/brisk-menu/Makefile Wed Mar 10 09:33:43 2021 (r567990) +++ head/x11/brisk-menu/Makefile Wed Mar 10 10:28:26 2021 (r567991) @@ -3,8 +3,7 @@ PORTNAME= brisk-menu DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 -PORTREVISION= 1 +DISTVERSION= 0.6.2 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org @@ -12,21 +11,24 @@ COMMENT= Brisk Menu is an efficient menu for the MATE LICENSE= GPLv2+ CC-BY-SA-4.0 LICENSE_COMB= multi -LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/LICENSE.CC-BY-SA-4.0 +LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE LIB_DEPENDS= libnotify.so:devel/libnotify USES= compiler:c11 gettext gnome mate meson ninja pkgconfig xorg -MESON_ARGS= --sysconfdir=${PREFIX}/etc USE_GITHUB= yes GH_ACCOUNT= getsolus +GH_TUPLE= getsolus:brisk-menu-translations:e1b55e3:translations/subprojects/translations USE_GNOME= gtk30 -USE_MATE= menus panel GLIB_SCHEMAS= com.solus-project.brisk-menu.gschema.xml +INSTALLS_ICONS= yes +USE_MATE= menus panel USE_XORG= x11 + +MESON_ARGS= --sysconfdir=${PREFIX}/etc .if exists(/usr/bin/ld.lld) LDFLAGS+= -fuse-ld=lld Modified: head/x11/brisk-menu/distinfo ============================================================================== --- head/x11/brisk-menu/distinfo Wed Mar 10 09:33:43 2021 (r567990) +++ head/x11/brisk-menu/distinfo Wed Mar 10 10:28:26 2021 (r567991) @@ -1,3 +1,5 @@ -TIMESTAMP = 1587685268 -SHA256 (getsolus-brisk-menu-v0.6.0_GH0.tar.gz) = b04ae280f1b77663f05572e47bc8591f28511d9d8976b6ee399e8183e258aa98 -SIZE (getsolus-brisk-menu-v0.6.0_GH0.tar.gz) = 89637 +TIMESTAMP = 1615363975 +SHA256 (getsolus-brisk-menu-v0.6.2_GH0.tar.gz) = 660008746dadd0753f1a9838622188491cfada419932674ebd5d18a4cfd42f60 +SIZE (getsolus-brisk-menu-v0.6.2_GH0.tar.gz) = 80091 +SHA256 (getsolus-brisk-menu-translations-e1b55e3_GH0.tar.gz) = a72c2292fbe1297cb7b6780ac1d913ce7bd4d64191025c31248958d31150a9a3 +SIZE (getsolus-brisk-menu-translations-e1b55e3_GH0.tar.gz) = 25685 Modified: head/x11/brisk-menu/pkg-plist ============================================================================== --- head/x11/brisk-menu/pkg-plist Wed Mar 10 09:33:43 2021 (r567990) +++ head/x11/brisk-menu/pkg-plist Wed Mar 10 10:28:26 2021 (r567991) @@ -2,34 +2,45 @@ libexec/brisk-menu share/dbus-1/services/org.mate.panel.applet.BriskMenuFactory.service share/icons/hicolor/scalable/actions/brisk_system-log-out-symbolic.svg share/locale/ar/LC_MESSAGES/brisk-menu.mo +share/locale/be/LC_MESSAGES/brisk-menu.mo +share/locale/be_Latn/LC_MESSAGES/brisk-menu.mo +share/locale/bg/LC_MESSAGES/brisk-menu.mo +share/locale/bn/LC_MESSAGES/brisk-menu.mo +share/locale/bs/LC_MESSAGES/brisk-menu.mo share/locale/ca/LC_MESSAGES/brisk-menu.mo -share/locale/ca_ES/LC_MESSAGES/brisk-menu.mo +share/locale/cs/LC_MESSAGES/brisk-menu.mo share/locale/da_DK/LC_MESSAGES/brisk-menu.mo share/locale/de/LC_MESSAGES/brisk-menu.mo +share/locale/de_CH/LC_MESSAGES/brisk-menu.mo share/locale/el/LC_MESSAGES/brisk-menu.mo share/locale/en_GB/LC_MESSAGES/brisk-menu.mo +share/locale/en_US/LC_MESSAGES/brisk-menu.mo +share/locale/eo/LC_MESSAGES/brisk-menu.mo share/locale/es/LC_MESSAGES/brisk-menu.mo -share/locale/es_419/LC_MESSAGES/brisk-menu.mo share/locale/es_AR/LC_MESSAGES/brisk-menu.mo -share/locale/es_ES/LC_MESSAGES/brisk-menu.mo share/locale/es_MX/LC_MESSAGES/brisk-menu.mo share/locale/es_US/LC_MESSAGES/brisk-menu.mo share/locale/eu/LC_MESSAGES/brisk-menu.mo share/locale/fi/LC_MESSAGES/brisk-menu.mo +share/locale/fr_BE/LC_MESSAGES/brisk-menu.mo share/locale/fr_FR/LC_MESSAGES/brisk-menu.mo +share/locale/ga/LC_MESSAGES/brisk-menu.mo share/locale/gl_ES/LC_MESSAGES/brisk-menu.mo share/locale/he/LC_MESSAGES/brisk-menu.mo share/locale/hr_HR/LC_MESSAGES/brisk-menu.mo share/locale/hu/LC_MESSAGES/brisk-menu.mo share/locale/id_ID/LC_MESSAGES/brisk-menu.mo share/locale/it/LC_MESSAGES/brisk-menu.mo -share/locale/it_IT/LC_MESSAGES/brisk-menu.mo share/locale/ja/LC_MESSAGES/brisk-menu.mo share/locale/kk/LC_MESSAGES/brisk-menu.mo +share/locale/ko/LC_MESSAGES/brisk-menu.mo share/locale/lt/LC_MESSAGES/brisk-menu.mo +share/locale/ms/LC_MESSAGES/brisk-menu.mo +share/locale/nb_NO/LC_MESSAGES/brisk-menu.mo share/locale/ne_NP/LC_MESSAGES/brisk-menu.mo share/locale/nl_BE/LC_MESSAGES/brisk-menu.mo share/locale/nl_NL/LC_MESSAGES/brisk-menu.mo +share/locale/nn/LC_MESSAGES/brisk-menu.mo share/locale/pl/LC_MESSAGES/brisk-menu.mo share/locale/pt_BR/LC_MESSAGES/brisk-menu.mo share/locale/pt_PT/LC_MESSAGES/brisk-menu.mo @@ -40,8 +51,10 @@ share/locale/sk/LC_MESSAGES/brisk-menu.mo share/locale/sr_RS/LC_MESSAGES/brisk-menu.mo share/locale/sr_RS@latin/LC_MESSAGES/brisk-menu.mo share/locale/sv_SE/LC_MESSAGES/brisk-menu.mo +share/locale/te/LC_MESSAGES/brisk-menu.mo share/locale/tr/LC_MESSAGES/brisk-menu.mo share/locale/uk/LC_MESSAGES/brisk-menu.mo +share/locale/vi/LC_MESSAGES/brisk-menu.mo share/locale/zh_CN/LC_MESSAGES/brisk-menu.mo share/locale/zh_TW/LC_MESSAGES/brisk-menu.mo share/mate-panel/applets/com.solus_project.brisk.BriskMenu.mate-panel-applet From owner-svn-ports-all@freebsd.org Wed Mar 10 10:29:15 2021 Return-Path: Delivered-To: svn-ports-all@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 1A0055ABFAF; Wed, 10 Mar 2021 10:29:15 +0000 (UTC) (envelope-from vd@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 4DwSx70Dtfz4qcP; Wed, 10 Mar 2021 10:29:15 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF9B15A8A; Wed, 10 Mar 2021 10:29:14 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AATElj061874; Wed, 10 Mar 2021 10:29:14 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AATEEa061871; Wed, 10 Mar 2021 10:29:14 GMT (envelope-from vd@FreeBSD.org) Message-Id: <202103101029.12AATEEa061871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Wed, 10 Mar 2021 10:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567992 - head/net-p2p/c-lightning X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/net-p2p/c-lightning X-SVN-Commit-Revision: 567992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 10:29:15 -0000 Author: vd Date: Wed Mar 10 10:29:13 2021 New Revision: 567992 URL: https://svnweb.freebsd.org/changeset/ports/567992 Log: net-p2p/c-lightning: Upgrade from 0.9.3 to 0.9.3 Modified: head/net-p2p/c-lightning/Makefile head/net-p2p/c-lightning/distinfo head/net-p2p/c-lightning/pkg-plist Modified: head/net-p2p/c-lightning/Makefile ============================================================================== --- head/net-p2p/c-lightning/Makefile Wed Mar 10 10:28:26 2021 (r567991) +++ head/net-p2p/c-lightning/Makefile Wed Mar 10 10:29:13 2021 (r567992) @@ -3,7 +3,7 @@ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 @@ -52,10 +52,11 @@ GIT_COMMIT= ${PKGNAMESUFFIX:C/-git-//} GIT_COMMIT= ${DISTVERSIONPREFIX}${PORTVERSION} .endif GH_TUPLE= ElementsProject:lightning:${GIT_COMMIT} \ - ElementsProject:libwally-core:b8d7ea91049c3:ext1/external/libwally-core \ - ianlancetaylor:libbacktrace:5a99ff7fed66b8e:ext2/external/libbacktrace \ - zserge:jsmn:v1.0.0:ext3/external/jsmn \ - valyala:gheap:67fc83bc953324f4759e52951921d:ext4/external/gheap + ElementsProject:libwally-core:bf81e8b170690:ext1/external/libwally-core \ + ElementsProject:secp256k1-zkp:6370bdd537492:ext2/external/libwally-core/src/secp256k1 \ + ianlancetaylor:libbacktrace:5a99ff7fed66b8e:ext3/external/libbacktrace \ + zserge:jsmn:18e9fe42cbfe21d65076f5c77ae2be3:ext4/external/jsmn \ + valyala:gheap:67fc83bc953324f4759e52951921d:ext5/external/gheap USERS= c-lightning GROUPS= c-lightning @@ -65,9 +66,6 @@ USE_RC_SUBR= lightningd SUB_FILES= lightningd-bitcoin.conf.sample pkg-message SUB_LIST= U="${USERS}" G="${GROUPS}" LIGHTNINGD_BASE_DIR="${DESTDIR}/var/db/c-lightning" PLIST_SUB= U="${USERS}" G="${GROUPS}" - -post-patch: - ${REINPLACE_CMD} 's/sha256sum/sha256 -r/' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} \ Modified: head/net-p2p/c-lightning/distinfo ============================================================================== --- head/net-p2p/c-lightning/distinfo Wed Mar 10 10:28:26 2021 (r567991) +++ head/net-p2p/c-lightning/distinfo Wed Mar 10 10:29:13 2021 (r567992) @@ -1,13 +1,13 @@ -TIMESTAMP = 1607939340 -SHA256 (ElementsProject-lightning-v0.9.2_GH0.tar.gz) = 724f8ea4f3d8ef2e579b4576959a69e67de2d0186a84f480a7d8ee0d1295d3c5 -SIZE (ElementsProject-lightning-v0.9.2_GH0.tar.gz) = 3280177 -SHA256 (ElementsProject-libwally-core-b8d7ea91049c3_GH0.tar.gz) = 34cf8cee0dc4809eb9e38b09507d64803ece70972eedb681382e622dfe9f5d2d -SIZE (ElementsProject-libwally-core-b8d7ea91049c3_GH0.tar.gz) = 1041393 +TIMESTAMP = 1615370259 +SHA256 (ElementsProject-lightning-v0.9.3_GH0.tar.gz) = 87e1ecbb895b1804ee126b65349c1b6a65e2d68f6892b0d163bae28db01692e5 +SIZE (ElementsProject-lightning-v0.9.3_GH0.tar.gz) = 3434196 +SHA256 (ElementsProject-libwally-core-bf81e8b170690_GH0.tar.gz) = d000afe625f022fca4849ca75162210afa563cb3f22a00230b1e03564f4a960b +SIZE (ElementsProject-libwally-core-bf81e8b170690_GH0.tar.gz) = 794080 +SHA256 (ElementsProject-secp256k1-zkp-6370bdd537492_GH0.tar.gz) = b53e5ea480a783aeec640d476609c5da2f201a4f26b33451e8cfeb733ad826e8 +SIZE (ElementsProject-secp256k1-zkp-6370bdd537492_GH0.tar.gz) = 279071 SHA256 (ianlancetaylor-libbacktrace-5a99ff7fed66b8e_GH0.tar.gz) = 2aad59f02cb008b5e912821c205ad6a140afcae69844e7ba9f7e590239ec41e2 SIZE (ianlancetaylor-libbacktrace-5a99ff7fed66b8e_GH0.tar.gz) = 509368 -SHA256 (zserge-jsmn-v1.0.0_GH0.tar.gz) = 5b1f46312cf205e6a0923a0656893bde9e022c76d06d980958fa8dbf79f0ea06 -SIZE (zserge-jsmn-v1.0.0_GH0.tar.gz) = 11035 +SHA256 (zserge-jsmn-18e9fe42cbfe21d65076f5c77ae2be3_GH0.tar.gz) = 2e90b8b42876f384ba229097cd9f8534250683abb135256843b538cb45dd907f +SIZE (zserge-jsmn-18e9fe42cbfe21d65076f5c77ae2be3_GH0.tar.gz) = 11047 SHA256 (valyala-gheap-67fc83bc953324f4759e52951921d_GH0.tar.gz) = b6f7a700cc2224ce04827d72cf78f7b2420b37b36b1f5ea7f9cfc98513cbf449 SIZE (valyala-gheap-67fc83bc953324f4759e52951921d_GH0.tar.gz) = 25470 -SHA256 (4b4fe2f4f.patch) = f069501b80061b2da38874923851d9a4a47e28c69427d7fb46c852bd387954c8 -SIZE (4b4fe2f4f.patch) = 1251 Modified: head/net-p2p/c-lightning/pkg-plist ============================================================================== --- head/net-p2p/c-lightning/pkg-plist Wed Mar 10 10:28:26 2021 (r567991) +++ head/net-p2p/c-lightning/pkg-plist Wed Mar 10 10:29:13 2021 (r567992) @@ -11,7 +11,9 @@ libexec/c-lightning/lightning_onchaind libexec/c-lightning/lightning_openingd libexec/c-lightning/plugins/autoclean libexec/c-lightning/plugins/bcli +libexec/c-lightning/plugins/fetchinvoice libexec/c-lightning/plugins/keysend +libexec/c-lightning/plugins/offers libexec/c-lightning/plugins/pay libexec/c-lightning/plugins/spenderp libexec/c-lightning/plugins/txprepare @@ -22,7 +24,9 @@ man/man7/lightning-check.7.gz man/man7/lightning-checkmessage.7.gz man/man7/lightning-close.7.gz man/man7/lightning-connect.7.gz +man/man7/lightning-createinvoice.7.gz man/man7/lightning-createonion.7.gz +man/man7/lightning-decode.7.gz man/man7/lightning-decodepay.7.gz man/man7/lightning-delexpiredinvoice.7.gz man/man7/lightning-delinvoice.7.gz @@ -30,6 +34,7 @@ man/man7/lightning-delpay.7.gz man/man7/lightning-dev-sendcustommsg.7.gz man/man7/lightning-disconnect.7.gz man/man7/lightning-feerates.7.gz +man/man7/lightning-fetchinvoice.7.gz man/man7/lightning-fundchannel.7.gz man/man7/lightning-fundchannel_cancel.7.gz man/man7/lightning-fundchannel_complete.7.gz @@ -56,6 +61,8 @@ man/man7/lightning-multifundchannel.7.gz man/man7/lightning-multiwithdraw.7.gz man/man7/lightning-newaddr.7.gz man/man7/lightning-notifications.7.gz +man/man7/lightning-offer.7.gz +man/man7/lightning-offerout.7.gz man/man7/lightning-openchannel_init.7.gz man/man7/lightning-openchannel_signed.7.gz man/man7/lightning-openchannel_update.7.gz @@ -63,7 +70,9 @@ man/man7/lightning-pay.7.gz man/man7/lightning-ping.7.gz man/man7/lightning-plugin.7.gz man/man7/lightning-reserveinputs.7.gz +man/man7/lightning-sendinvoice.7.gz man/man7/lightning-sendonion.7.gz +man/man7/lightning-sendonionmessage.7.gz man/man7/lightning-sendpay.7.gz man/man7/lightning-sendpsbt.7.gz man/man7/lightning-setchannelfee.7.gz From owner-svn-ports-all@freebsd.org Wed Mar 10 11:50:01 2021 Return-Path: Delivered-To: svn-ports-all@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 826D95AE29F; Wed, 10 Mar 2021 11:50:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwVkK3HWsz3Bm6; Wed, 10 Mar 2021 11:50:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 636266BDF; Wed, 10 Mar 2021 11:50:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ABo1pg009387; Wed, 10 Mar 2021 11:50:01 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ABo07D009384; Wed, 10 Mar 2021 11:50:00 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103101150.12ABo07D009384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 10 Mar 2021 11:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567993 - head/net/megacmd X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/net/megacmd X-SVN-Commit-Revision: 567993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 11:50:01 -0000 Author: fernape Date: Wed Mar 10 11:50:00 2021 New Revision: 567993 URL: https://svnweb.freebsd.org/changeset/ports/567993 Log: net/megacmd: Update to 1.4.0 PR: 254168 Submitted by: menelkir@itroll.org (maintainer) Modified: head/net/megacmd/Makefile head/net/megacmd/distinfo head/net/megacmd/pkg-plist Modified: head/net/megacmd/Makefile ============================================================================== --- head/net/megacmd/Makefile Wed Mar 10 10:29:13 2021 (r567992) +++ head/net/megacmd/Makefile Wed Mar 10 11:50:00 2021 (r567993) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= megacmd -DISTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.4.0 +DISTVERSIONSUFFIX= _Linux CATEGORIES= net MAINTAINER= menelkir@itroll.org @@ -20,21 +20,9 @@ USES= autoreconf libtool sqlite:3 readline shebangfix USE_GITHUB= yes GH_ACCOUNT= meganz GH_PROJECT= MEGAcmd sdk:sdk -GH_TAGNAME= v3.4.1:sdk GH_SUBDIR= sdk:sdk +GH_TAGNAME= v3.7.3c:sdk -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-examples \ - --disable-java --disable-php --disable-python \ - --disable-chat --without-freeimage \ - --without-termcap --without-ffmpeg --without-libraw \ - --without-libzen --without-libmediainfo \ - --enable-gcc-hardening \ - --with-cares=${LOCALBASE} --with-cryptopp=${LOCALBASE} \ - --with-curl=${LOCALBASE} --with-sodium=${LOCALBASE} \ - --with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ - --with-zlib --with-readline=${LOCALBASE} -CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp` USE_LDCONFIG= yes SHEBANG_FILES= src/client/mega-lpwd \ @@ -89,6 +77,27 @@ SHEBANG_FILES= src/client/mega-lpwd \ src/client/mega-killsession \ src/client/mega-sync \ src/client/mega-users \ - src/client/mega-export + src/client/mega-export \ + src/client/mega-cat \ + src/client/mega-mediainfo \ + src/client/mega-proxy \ + src/client/mega-df \ + src/client/mega-tree + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-examples \ + --disable-java --disable-php --disable-python \ + --disable-chat --without-freeimage \ + --without-termcap --without-ffmpeg --without-libraw \ + --without-libzen --without-libmediainfo \ + --enable-gcc-hardening \ + --with-cares=${LOCALBASE} --with-cryptopp=${LOCALBASE} \ + --with-curl=${LOCALBASE} --with-sodium=${LOCALBASE} \ + --with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ + --with-zlib --with-readline=${LOCALBASE} + +INSTALL_TARGET= install-strip + +CXXFLAGS+= `pkgconf --cflags-only-other libcryptopp` .include Modified: head/net/megacmd/distinfo ============================================================================== --- head/net/megacmd/distinfo Wed Mar 10 10:29:13 2021 (r567992) +++ head/net/megacmd/distinfo Wed Mar 10 11:50:00 2021 (r567993) @@ -1,5 +1,5 @@ -TIMESTAMP = 1591495680 -SHA256 (meganz-MEGAcmd-1.0.0_GH0.tar.gz) = 1200363bee2f387a2287e286b38d15b1a01079967e20b8c489815cc7c8d9ff63 -SIZE (meganz-MEGAcmd-1.0.0_GH0.tar.gz) = 1940815 -SHA256 (meganz-sdk-v3.4.1_GH0.tar.gz) = 94dfa5ac6e9cfea70d0a4f2a3e5577e718343f569309f39163167f1874def150 -SIZE (meganz-sdk-v3.4.1_GH0.tar.gz) = 2889992 +TIMESTAMP = 1615318747 +SHA256 (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2a3626a9f1d22303fe2123f984a8ecf3779d6d59ac6c67c1bf43c2423dcb832d +SIZE (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2028593 +SHA256 (meganz-sdk-v3.7.3c_GH0.tar.gz) = 0b55c1752d590a0367b9fcddd2465ea574308eb97e065540121f6261807aa111 +SIZE (meganz-sdk-v3.7.3c_GH0.tar.gz) = 3323303 Modified: head/net/megacmd/pkg-plist ============================================================================== --- head/net/megacmd/pkg-plist Wed Mar 10 10:29:13 2021 (r567992) +++ head/net/megacmd/pkg-plist Wed Mar 10 11:50:00 2021 (r567993) @@ -1,6 +1,7 @@ bin/mega-attr bin/mega-backup bin/mega-cancel +bin/mega-cat bin/mega-cd bin/mega-cmd bin/mega-cmd-server @@ -9,6 +10,7 @@ bin/mega-confirmcancel bin/mega-cp bin/mega-debug bin/mega-deleteversions +bin/mega-df bin/mega-du bin/mega-errorcode bin/mega-exclude @@ -30,12 +32,14 @@ bin/mega-login bin/mega-logout bin/mega-lpwd bin/mega-ls +bin/mega-mediainfo bin/mega-mkdir bin/mega-mount bin/mega-mv bin/mega-passwd bin/mega-permissions bin/mega-preview +bin/mega-proxy bin/mega-put bin/mega-pwd bin/mega-quit @@ -49,6 +53,7 @@ bin/mega-speedlimit bin/mega-sync bin/mega-thumbnail bin/mega-transfers +bin/mega-tree bin/mega-userattr bin/mega-users bin/mega-version @@ -100,6 +105,7 @@ include/mega/posix/megasys.h include/mega/posix/megawaiter.h include/mega/proxy.h include/mega/pubkeyaction.h +include/mega/raid.h include/mega/request.h include/mega/serialize64.h include/mega/share.h @@ -115,12 +121,13 @@ include/mega/transferslot.h include/mega/treeproc.h include/mega/types.h include/mega/user.h +include/mega/useralerts.h include/mega/utils.h include/mega/version.h include/mega/waiter.h include/megaapi.h include/megaapi_impl.h lib/libmega.so -lib/libmega.so.30401 -lib/libmega.so.30401.0.0 +lib/libmega.so.30703 +lib/libmega.so.30703.0.0 libdata/pkgconfig/libmega.pc From owner-svn-ports-all@freebsd.org Wed Mar 10 12:20:58 2021 Return-Path: Delivered-To: svn-ports-all@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 0DAF55AF3C8; Wed, 10 Mar 2021 12:20:58 +0000 (UTC) (envelope-from lcook@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 4DwWQ16tDBz3DWl; Wed, 10 Mar 2021 12:20:57 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE8047145; Wed, 10 Mar 2021 12:20:57 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ACKvce028246; Wed, 10 Mar 2021 12:20:57 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ACKvok028243; Wed, 10 Mar 2021 12:20:57 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103101220.12ACKvok028243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 12:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567994 - in head/net/findomain: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: in head/net/findomain: . files X-SVN-Commit-Revision: 567994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 12:20:58 -0000 Author: lcook Date: Wed Mar 10 12:20:57 2021 New Revision: 567994 URL: https://svnweb.freebsd.org/changeset/ports/567994 Log: net/findomain: Update to 3.1.0 Whilst here, pet portclippy and add optional website screenshot support via chrome-headless. Changes: https://github.com/Findomain/Findomain/releases/tag/3.1.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29154 Modified: head/net/findomain/Makefile head/net/findomain/distinfo head/net/findomain/files/patch-Cargo.toml head/net/findomain/pkg-descr Modified: head/net/findomain/Makefile ============================================================================== --- head/net/findomain/Makefile Wed Mar 10 11:50:00 2021 (r567993) +++ head/net/findomain/Makefile Wed Mar 10 12:20:57 2021 (r567994) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= findomain -DISTVERSION= 2.1.4 -PORTREVISION= 4 +DISTVERSION= 3.1.0 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org @@ -15,244 +14,299 @@ USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= Findomain GH_PROJECT= ${GH_ACCOUNT} +GH_TUPLE= Edu4rdSHL:rust-headless-chrome:54ae12d9d33ed41f9f4b60b489e706d501d4f58a:headless_chrome -CARGO_CRATES= aho-corasick-0.7.10 \ +CARGO_CRATES= addr2line-0.14.1 \ + adler-0.2.3 \ + aho-corasick-0.7.15 \ ansi_term-0.11.0 \ - anyhow-1.0.26 \ - arrayvec-0.4.12 \ - async-trait-0.1.35 \ + arrayvec-0.5.2 \ + async-compression-0.3.7 \ + async-trait-0.1.42 \ atty-0.2.14 \ autocfg-0.1.7 \ - autocfg-1.0.0 \ - backtrace-0.3.44 \ - backtrace-sys-0.1.32 \ + autocfg-1.0.1 \ + backtrace-0.3.56 \ + base64-0.9.3 \ + base64-0.10.1 \ base64-0.11.0 \ - base64-0.12.1 \ + base64-0.13.0 \ bitflags-1.2.1 \ - block-buffer-0.7.3 \ - block-padding-0.1.5 \ - bumpalo-3.1.2 \ - byte-tools-0.3.1 \ - byteorder-1.3.2 \ - bytes-0.5.3 \ - c2-chacha-0.2.3 \ - cc-1.0.50 \ + block-buffer-0.9.0 \ + bumpalo-3.6.1 \ + byteorder-1.4.2 \ + bytes-0.5.6 \ + bytes-1.0.1 \ + cc-1.0.67 \ cfg-if-0.1.10 \ + cfg-if-1.0.0 \ clap-2.33.3 \ - cloudabi-0.1.0 \ + cloudabi-0.0.3 \ config-0.10.1 \ - core-foundation-0.6.4 \ - core-foundation-sys-0.6.2 \ - crossbeam-channel-0.4.3 \ - crossbeam-deque-0.7.2 \ - crossbeam-epoch-0.8.0 \ - crossbeam-utils-0.7.0 \ - crypto-mac-0.7.0 \ - digest-0.8.1 \ - dtoa-0.4.4 \ - either-1.5.3 \ - encoding_rs-0.8.22 \ - enum-as-inner-0.3.0 \ + core-foundation-0.9.1 \ + core-foundation-sys-0.8.2 \ + cpuid-bool-0.1.2 \ + crc32fast-1.2.1 \ + crossbeam-channel-0.5.0 \ + crossbeam-deque-0.8.0 \ + crossbeam-epoch-0.9.2 \ + crossbeam-utils-0.8.2 \ + crypto-mac-0.10.0 \ + darling-0.10.2 \ + darling_core-0.10.2 \ + darling_macro-0.10.2 \ + derive_builder-0.8.1 \ + derive_builder_core-0.8.1 \ + digest-0.9.0 \ + either-1.6.1 \ + encoding_rs-0.8.28 \ + enum-as-inner-0.3.3 \ failure-0.1.8 \ - failure_derive-0.1.7 \ - fake-simd-0.1.2 \ + failure_derive-0.1.8 \ fallible-iterator-0.2.0 \ - fnv-1.0.6 \ + flate2-1.0.20 \ + fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ + form_urlencoded-1.0.1 \ + fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ - futures-0.3.4 \ - futures-channel-0.3.4 \ - futures-core-0.3.4 \ - futures-executor-0.3.4 \ - futures-io-0.3.4 \ - futures-macro-0.3.4 \ - futures-sink-0.3.4 \ - futures-task-0.3.4 \ - futures-util-0.3.4 \ - generic-array-0.12.3 \ - generic-array-0.13.2 \ - getrandom-0.1.14 \ - h2-0.2.2 \ - heck-0.3.1 \ - hermit-abi-0.1.6 \ - hmac-0.7.1 \ - hostname-0.1.5 \ - http-0.2.0 \ - http-body-0.3.1 \ - httparse-1.3.4 \ - hyper-0.13.4 \ - hyper-tls-0.4.1 \ - idna-0.2.0 \ - indexmap-1.3.1 \ - instant-0.1.6 \ + futures-0.3.12 \ + futures-channel-0.3.12 \ + futures-core-0.3.12 \ + futures-executor-0.3.12 \ + futures-io-0.3.12 \ + futures-macro-0.3.12 \ + futures-sink-0.3.12 \ + futures-task-0.3.12 \ + futures-util-0.3.12 \ + generator-0.6.24 \ + generic-array-0.14.4 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + gimli-0.23.0 \ + h2-0.3.0 \ + hashbrown-0.9.1 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ + hmac-0.10.1 \ + hostname-0.3.1 \ + http-0.2.3 \ + http-body-0.4.0 \ + httparse-1.3.5 \ + httpdate-0.3.2 \ + hyper-0.10.16 \ + hyper-0.14.4 \ + hyper-tls-0.5.0 \ + ident_case-1.0.1 \ + idna-0.1.5 \ + idna-0.2.2 \ + indexmap-1.6.1 \ + instant-0.1.9 \ iovec-0.1.4 \ - ipconfig-0.2.1 \ + ipconfig-0.2.2 \ ipnet-2.3.0 \ - itoa-0.4.4 \ - js-sys-0.3.35 \ + itoa-0.4.7 \ + js-sys-0.3.47 \ kernel32-sys-0.2.2 \ + language-tags-0.2.2 \ lazy_static-1.4.0 \ - lexical-core-0.6.2 \ - libc-0.2.73 \ + lexical-core-0.7.5 \ + libc-0.2.86 \ linked-hash-map-0.3.0 \ - linked-hash-map-0.5.2 \ - lock_api-0.4.1 \ - log-0.4.8 \ + linked-hash-map-0.5.4 \ + lock_api-0.4.2 \ + log-0.3.9 \ + log-0.4.14 \ + loom-0.4.0 \ lru-cache-0.1.2 \ + match_cfg-0.1.0 \ matches-0.1.8 \ md5-0.7.0 \ - memchr-2.3.0 \ - memoffset-0.5.3 \ + memchr-2.3.4 \ + memoffset-0.6.1 \ + mime-0.2.6 \ mime-0.3.16 \ - mime_guess-2.0.1 \ - mio-0.6.21 \ - mio-uds-0.6.7 \ - miow-0.2.1 \ - native-tls-0.2.3 \ - net2-0.2.33 \ - nodrop-0.1.14 \ - nom-4.2.3 \ - nom-5.1.1 \ + miniz_oxide-0.4.3 \ + mio-0.6.23 \ + mio-0.7.9 \ + miow-0.2.2 \ + miow-0.3.6 \ + native-tls-0.2.7 \ + net2-0.2.37 \ + nom-5.1.2 \ + ntapi-0.3.6 \ num-traits-0.1.43 \ - num-traits-0.2.11 \ - num_cpus-1.12.0 \ - opaque-debug-0.2.3 \ - openssl-0.10.30 \ + num-traits-0.2.14 \ + num_cpus-1.13.0 \ + object-0.23.0 \ + once_cell-1.6.0 \ + opaque-debug-0.3.0 \ + openssl-0.10.32 \ openssl-probe-0.1.2 \ - openssl-sys-0.9.58 \ - parking_lot-0.11.0 \ - parking_lot_core-0.8.0 \ + openssl-sys-0.9.60 \ + parking_lot-0.11.1 \ + parking_lot_core-0.8.3 \ + percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ phf-0.8.0 \ phf_shared-0.8.0 \ - pin-project-0.4.7 \ - pin-project-internal-0.4.7 \ - pin-project-lite-0.1.4 \ - pin-utils-0.1.0-alpha.4 \ - pkg-config-0.3.17 \ - postgres-0.17.5 \ - postgres-protocol-0.5.0 \ - postgres-types-0.1.2 \ - ppv-lite86-0.2.6 \ - proc-macro-hack-0.5.11 \ - proc-macro-nested-0.1.3 \ - proc-macro2-1.0.19 \ + pin-project-1.0.5 \ + pin-project-internal-1.0.5 \ + pin-project-lite-0.1.11 \ + pin-project-lite-0.2.4 \ + pin-utils-0.1.0 \ + pkg-config-0.3.19 \ + postgres-0.19.0 \ + postgres-protocol-0.6.0 \ + postgres-types-0.2.0 \ + ppv-lite86-0.2.10 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.7 \ + proc-macro2-1.0.24 \ quick-error-1.2.3 \ - quote-1.0.2 \ + quote-1.0.9 \ + rand-0.6.5 \ rand-0.7.3 \ - rand_chacha-0.2.1 \ + rand-0.8.3 \ + rand_chacha-0.1.1 \ + rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ + rand_core-0.3.1 \ + rand_core-0.4.2 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ + rand_hc-0.1.0 \ rand_hc-0.2.0 \ - rayon-1.4.0 \ - rayon-core-1.8.0 \ - redox_syscall-0.1.56 \ - regex-1.3.9 \ - regex-syntax-0.6.18 \ - remove_dir_all-0.5.2 \ - reqwest-0.10.8 \ - resolv-conf-0.6.2 \ - ring-0.16.12 \ + rand_hc-0.3.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.4 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + rayon-1.5.0 \ + rayon-core-1.9.0 \ + rdrand-0.4.0 \ + redox_syscall-0.2.5 \ + regex-1.4.3 \ + regex-syntax-0.6.22 \ + remove_dir_all-0.5.3 \ + reqwest-0.11.1 \ + resolv-conf-0.7.0 \ + ring-0.16.20 \ rust-ini-0.13.0 \ - rustc-demangle-0.1.16 \ - rustc_version-0.2.3 \ + rustc-demangle-0.1.18 \ rustls-0.17.0 \ - ryu-1.0.2 \ - schannel-0.1.16 \ + rustversion-1.0.4 \ + ryu-1.0.5 \ + safemem-0.3.3 \ + schannel-0.1.19 \ + scoped-tls-1.0.0 \ scopeguard-1.1.0 \ sct-0.6.0 \ - security-framework-0.3.4 \ - security-framework-sys-0.3.3 \ - semver-0.9.0 \ - semver-0.10.0 \ - semver-parser-0.7.0 \ + security-framework-2.0.0 \ + security-framework-sys-2.0.0 \ serde-0.8.23 \ - serde-1.0.115 \ + serde-1.0.123 \ serde-hjson-0.9.1 \ - serde_derive-1.0.115 \ - serde_json-1.0.44 \ + serde_derive-1.0.123 \ + serde_json-1.0.62 \ serde_test-0.8.23 \ - serde_urlencoded-0.6.1 \ - sha2-0.8.1 \ - siphasher-0.3.1 \ + serde_urlencoded-0.7.0 \ + sha1-0.6.0 \ + sha2-0.9.3 \ + siphasher-0.3.3 \ slab-0.4.2 \ - smallvec-1.4.1 \ - socket2-0.3.11 \ - sourcefile-0.1.4 \ + smallvec-1.6.1 \ + socket2-0.3.19 \ spin-0.5.2 \ - static_assertions-0.3.4 \ + static_assertions-1.1.0 \ stringprep-0.1.2 \ strsim-0.8.0 \ - subtle-1.0.0 \ - syn-1.0.35 \ - synstructure-0.12.3 \ - tempfile-3.1.0 \ + strsim-0.9.3 \ + subtle-2.4.0 \ + syn-1.0.60 \ + synstructure-0.12.4 \ + tempfile-3.2.0 \ textwrap-0.11.0 \ - thiserror-1.0.19 \ - thiserror-impl-1.0.19 \ - thread_local-1.0.1 \ - time-0.1.42 \ - tokio-0.2.21 \ - tokio-postgres-0.5.5 \ + thiserror-1.0.24 \ + thiserror-impl-1.0.24 \ + thread_local-1.1.3 \ + time-0.1.43 \ + tinyvec-1.1.1 \ + tinyvec_macros-0.1.0 \ + tokio-0.2.25 \ + tokio-1.2.0 \ + tokio-native-tls-0.3.0 \ + tokio-postgres-0.7.0 \ tokio-rustls-0.13.1 \ - tokio-tls-0.3.0 \ - tokio-util-0.2.0 \ - tokio-util-0.3.1 \ - toml-0.5.6 \ - tower-service-0.3.0 \ - trust-dns-proto-0.19.5 \ - trust-dns-resolver-0.19.5 \ - trust-dns-rustls-0.19.5 \ - try-lock-0.2.2 \ - typenum-1.11.2 \ - unicase-2.6.0 \ + tokio-util-0.6.3 \ + toml-0.5.8 \ + tower-service-0.3.1 \ + tracing-0.1.24 \ + tracing-core-0.1.17 \ + tracing-futures-0.2.5 \ + traitobject-0.1.0 \ + trust-dns-proto-0.19.6 \ + trust-dns-resolver-0.19.6 \ + trust-dns-rustls-0.19.6 \ + try-lock-0.2.3 \ + typeable-0.1.2 \ + typenum-1.12.0 \ + unicase-1.4.2 \ unicode-bidi-0.3.4 \ - unicode-normalization-0.1.11 \ - unicode-segmentation-1.6.0 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - untrusted-0.7.0 \ - url-2.1.1 \ - vcpkg-0.2.8 \ - vec_map-0.8.1 \ + unicode-normalization-0.1.17 \ + unicode-segmentation-1.7.1 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.1 \ + untrusted-0.7.1 \ + url-1.7.2 \ + url-2.2.1 \ + vcpkg-0.2.11 \ + vec_map-0.8.2 \ version_check-0.1.5 \ - version_check-0.9.1 \ + version_check-0.9.2 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.58 \ - wasm-bindgen-backend-0.2.58 \ - wasm-bindgen-futures-0.4.8 \ - wasm-bindgen-macro-0.2.58 \ - wasm-bindgen-macro-support-0.2.58 \ - wasm-bindgen-shared-0.2.58 \ - wasm-bindgen-webidl-0.2.58 \ - web-sys-0.3.35 \ - webpki-0.21.0 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.70 \ + wasm-bindgen-backend-0.2.70 \ + wasm-bindgen-futures-0.4.20 \ + wasm-bindgen-macro-0.2.70 \ + wasm-bindgen-macro-support-0.2.70 \ + wasm-bindgen-shared-0.2.70 \ + web-sys-0.3.47 \ + webpki-0.21.4 \ webpki-roots-0.19.0 \ - weedle-0.10.0 \ - widestring-0.4.0 \ + websocket-0.23.0 \ + which-3.1.1 \ + widestring-0.4.3 \ winapi-0.2.8 \ - winapi-0.3.8 \ + winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ - winutil-0.1.1 \ ws2_32-sys-0.2.1 \ yaml-rust-0.3.5 \ - yaml-rust-0.4.4 + yaml-rust-0.4.5 +CARGO_USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= ${DOCS:T} -OPTIONS_DEFINE= DOCS PGSQL -PGSQL_DESC= Subdomains monitoring support +OPTIONS_DEFINE= DOCS PGSQL SCREENSHOT +PGSQL_DESC= Enable subdomain monitoring support +SCREENSHOT_DESC= Enable website screenshot support (uses headless chrome) + PGSQL_USES= pgsql PGSQL_VARS= WANT_PGSQL=server + +SCREENSHOT_RUN_DEPENDS= chrome:www/chromium DOCS= docs/create_telegram_webhook.md README.md Modified: head/net/findomain/distinfo ============================================================================== --- head/net/findomain/distinfo Wed Mar 10 11:50:00 2021 (r567993) +++ head/net/findomain/distinfo Wed Mar 10 12:20:57 2021 (r567994) @@ -1,440 +1,540 @@ -TIMESTAMP = 1601422314 -SHA256 (rust/crates/aho-corasick-0.7.10.tar.gz) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.tar.gz) = 111039 +TIMESTAMP = 1615303226 +SHA256 (rust/crates/addr2line-0.14.1.tar.gz) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 +SIZE (rust/crates/addr2line-0.14.1.tar.gz) = 31201 +SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e +SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 +SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/anyhow-1.0.26.tar.gz) = 7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c -SIZE (rust/crates/anyhow-1.0.26.tar.gz) = 26024 -SHA256 (rust/crates/arrayvec-0.4.12.tar.gz) = cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9 -SIZE (rust/crates/arrayvec-0.4.12.tar.gz) = 26551 -SHA256 (rust/crates/async-trait-0.1.35.tar.gz) = 89cb5d814ab2a47fd66d3266e9efccb53ca4c740b7451043b8ffcf9a6208f3f8 -SIZE (rust/crates/async-trait-0.1.35.tar.gz) = 24186 +SHA256 (rust/crates/arrayvec-0.5.2.tar.gz) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.tar.gz) = 27838 +SHA256 (rust/crates/async-compression-0.3.7.tar.gz) = b72c1f1154e234325b50864a349b9c8e56939e266a4c307c0f159812df2f9537 +SIZE (rust/crates/async-compression-0.3.7.tar.gz) = 58367 +SHA256 (rust/crates/async-trait-0.1.42.tar.gz) = 8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d +SIZE (rust/crates/async-trait-0.1.42.tar.gz) = 24990 SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 SHA256 (rust/crates/autocfg-0.1.7.tar.gz) = 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2 SIZE (rust/crates/autocfg-0.1.7.tar.gz) = 12158 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/backtrace-0.3.44.tar.gz) = e4036b9bf40f3cf16aba72a3d65e8a520fc4bafcdc7079aea8f848c58c5b5536 -SIZE (rust/crates/backtrace-0.3.44.tar.gz) = 68057 -SHA256 (rust/crates/backtrace-sys-0.1.32.tar.gz) = 5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491 -SIZE (rust/crates/backtrace-sys-0.1.32.tar.gz) = 518920 +SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 +SHA256 (rust/crates/backtrace-0.3.56.tar.gz) = 9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc +SIZE (rust/crates/backtrace-0.3.56.tar.gz) = 73377 +SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 +SIZE (rust/crates/base64-0.9.3.tar.gz) = 37993 +SHA256 (rust/crates/base64-0.10.1.tar.gz) = 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e +SIZE (rust/crates/base64-0.10.1.tar.gz) = 41988 SHA256 (rust/crates/base64-0.11.0.tar.gz) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 SIZE (rust/crates/base64-0.11.0.tar.gz) = 48362 -SHA256 (rust/crates/base64-0.12.1.tar.gz) = 53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42 -SIZE (rust/crates/base64-0.12.1.tar.gz) = 56378 +SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b -SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 -SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 -SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 -SHA256 (rust/crates/bumpalo-3.1.2.tar.gz) = 5fb8038c1ddc0a5f73787b130f4cc75151e96ed33e417fde765eb5a81e3532f4 -SIZE (rust/crates/bumpalo-3.1.2.tar.gz) = 118677 -SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 -SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.2.tar.gz) = a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5 -SIZE (rust/crates/byteorder-1.3.2.tar.gz) = 21596 -SHA256 (rust/crates/bytes-0.5.3.tar.gz) = 10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38 -SIZE (rust/crates/bytes-0.5.3.tar.gz) = 44939 -SHA256 (rust/crates/c2-chacha-0.2.3.tar.gz) = 214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb -SIZE (rust/crates/c2-chacha-0.2.3.tar.gz) = 13336 -SHA256 (rust/crates/cc-1.0.50.tar.gz) = 95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd -SIZE (rust/crates/cc-1.0.50.tar.gz) = 49792 +SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 +SHA256 (rust/crates/bumpalo-3.6.1.tar.gz) = 63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe +SIZE (rust/crates/bumpalo-3.6.1.tar.gz) = 133836 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 +SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 +SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 +SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 +SHA256 (rust/crates/cc-1.0.67.tar.gz) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd +SIZE (rust/crates/cc-1.0.67.tar.gz) = 53486 SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/cloudabi-0.1.0.tar.gz) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467 -SIZE (rust/crates/cloudabi-0.1.0.tar.gz) = 22687 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/config-0.10.1.tar.gz) = 19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3 SIZE (rust/crates/config-0.10.1.tar.gz) = 31608 -SHA256 (rust/crates/core-foundation-0.6.4.tar.gz) = 25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d -SIZE (rust/crates/core-foundation-0.6.4.tar.gz) = 25233 -SHA256 (rust/crates/core-foundation-sys-0.6.2.tar.gz) = e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b -SIZE (rust/crates/core-foundation-sys-0.6.2.tar.gz) = 16204 -SHA256 (rust/crates/crossbeam-channel-0.4.3.tar.gz) = 09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6 -SIZE (rust/crates/crossbeam-channel-0.4.3.tar.gz) = 86153 -SHA256 (rust/crates/crossbeam-deque-0.7.2.tar.gz) = c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca -SIZE (rust/crates/crossbeam-deque-0.7.2.tar.gz) = 19557 -SHA256 (rust/crates/crossbeam-epoch-0.8.0.tar.gz) = 5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac -SIZE (rust/crates/crossbeam-epoch-0.8.0.tar.gz) = 38711 -SHA256 (rust/crates/crossbeam-utils-0.7.0.tar.gz) = ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4 -SIZE (rust/crates/crossbeam-utils-0.7.0.tar.gz) = 34202 -SHA256 (rust/crates/crypto-mac-0.7.0.tar.gz) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 -SIZE (rust/crates/crypto-mac-0.7.0.tar.gz) = 7636 -SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 -SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 -SHA256 (rust/crates/dtoa-0.4.4.tar.gz) = ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e -SIZE (rust/crates/dtoa-0.4.4.tar.gz) = 14818 -SHA256 (rust/crates/either-1.5.3.tar.gz) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 -SIZE (rust/crates/either-1.5.3.tar.gz) = 12278 -SHA256 (rust/crates/encoding_rs-0.8.22.tar.gz) = cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28 -SIZE (rust/crates/encoding_rs-0.8.22.tar.gz) = 1403758 -SHA256 (rust/crates/enum-as-inner-0.3.0.tar.gz) = 900a6c7fbe523f4c2884eaf26b57b81bb69b6810a01a236390a7ac021d09492e -SIZE (rust/crates/enum-as-inner-0.3.0.tar.gz) = 10321 +SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 +SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 +SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b +SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 +SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 +SHA256 (rust/crates/crc32fast-1.2.1.tar.gz) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a +SIZE (rust/crates/crc32fast-1.2.1.tar.gz) = 38172 +SHA256 (rust/crates/crossbeam-channel-0.5.0.tar.gz) = dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775 +SIZE (rust/crates/crossbeam-channel-0.5.0.tar.gz) = 86811 +SHA256 (rust/crates/crossbeam-deque-0.8.0.tar.gz) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 +SIZE (rust/crates/crossbeam-deque-0.8.0.tar.gz) = 20756 +SHA256 (rust/crates/crossbeam-epoch-0.9.2.tar.gz) = d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00 +SIZE (rust/crates/crossbeam-epoch-0.9.2.tar.gz) = 42834 +SHA256 (rust/crates/crossbeam-utils-0.8.2.tar.gz) = bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3 +SIZE (rust/crates/crossbeam-utils-0.8.2.tar.gz) = 37236 +SHA256 (rust/crates/crypto-mac-0.10.0.tar.gz) = 4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6 +SIZE (rust/crates/crypto-mac-0.10.0.tar.gz) = 9476 +SHA256 (rust/crates/darling-0.10.2.tar.gz) = 0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858 +SIZE (rust/crates/darling-0.10.2.tar.gz) = 17620 +SHA256 (rust/crates/darling_core-0.10.2.tar.gz) = f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b +SIZE (rust/crates/darling_core-0.10.2.tar.gz) = 44339 +SHA256 (rust/crates/darling_macro-0.10.2.tar.gz) = d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72 +SIZE (rust/crates/darling_macro-0.10.2.tar.gz) = 1919 +SHA256 (rust/crates/derive_builder-0.8.1.tar.gz) = 9a71d29c78eaaf1534fc79955d500f7f7799ed350c97bceb6cfd908a2241eba7 +SIZE (rust/crates/derive_builder-0.8.1.tar.gz) = 37495 +SHA256 (rust/crates/derive_builder_core-0.8.1.tar.gz) = 69cecb1f2c698fd8faf108b53ad47f1fc4cd0c2a16691fe2db2d371f52f71421 +SIZE (rust/crates/derive_builder_core-0.8.1.tar.gz) = 18321 +SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 +SHA256 (rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.tar.gz) = 13641 +SHA256 (rust/crates/encoding_rs-0.8.28.tar.gz) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 +SIZE (rust/crates/encoding_rs-0.8.28.tar.gz) = 1368577 +SHA256 (rust/crates/enum-as-inner-0.3.3.tar.gz) = 7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595 +SIZE (rust/crates/enum-as-inner-0.3.3.tar.gz) = 11450 SHA256 (rust/crates/failure-0.1.8.tar.gz) = d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86 SIZE (rust/crates/failure-0.1.8.tar.gz) = 37582 -SHA256 (rust/crates/failure_derive-0.1.7.tar.gz) = 030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231 -SIZE (rust/crates/failure_derive-0.1.7.tar.gz) = 4902 -SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed -SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 +SHA256 (rust/crates/failure_derive-0.1.8.tar.gz) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4 +SIZE (rust/crates/failure_derive-0.1.8.tar.gz) = 4950 SHA256 (rust/crates/fallible-iterator-0.2.0.tar.gz) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 SIZE (rust/crates/fallible-iterator-0.2.0.tar.gz) = 18509 -SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 -SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 +SHA256 (rust/crates/flate2-1.0.20.tar.gz) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0 +SIZE (rust/crates/flate2-1.0.20.tar.gz) = 74036 +SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 +SHA256 (rust/crates/form_urlencoded-1.0.1.tar.gz) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.tar.gz) = 8773 +SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba +SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 -SHA256 (rust/crates/futures-0.3.4.tar.gz) = 5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780 -SIZE (rust/crates/futures-0.3.4.tar.gz) = 37742 -SHA256 (rust/crates/futures-channel-0.3.4.tar.gz) = f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8 -SIZE (rust/crates/futures-channel-0.3.4.tar.gz) = 28916 -SHA256 (rust/crates/futures-core-0.3.4.tar.gz) = f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a -SIZE (rust/crates/futures-core-0.3.4.tar.gz) = 13540 -SHA256 (rust/crates/futures-executor-0.3.4.tar.gz) = f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba -SIZE (rust/crates/futures-executor-0.3.4.tar.gz) = 16477 -SHA256 (rust/crates/futures-io-0.3.4.tar.gz) = a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6 -SIZE (rust/crates/futures-io-0.3.4.tar.gz) = 8887 -SHA256 (rust/crates/futures-macro-0.3.4.tar.gz) = 9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7 -SIZE (rust/crates/futures-macro-0.3.4.tar.gz) = 9903 -SHA256 (rust/crates/futures-sink-0.3.4.tar.gz) = 3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6 -SIZE (rust/crates/futures-sink-0.3.4.tar.gz) = 7615 -SHA256 (rust/crates/futures-task-0.3.4.tar.gz) = 7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27 -SIZE (rust/crates/futures-task-0.3.4.tar.gz) = 10957 -SHA256 (rust/crates/futures-util-0.3.4.tar.gz) = 22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5 -SIZE (rust/crates/futures-util-0.3.4.tar.gz) = 130683 -SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/generic-array-0.13.2.tar.gz) = 0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd -SIZE (rust/crates/generic-array-0.13.2.tar.gz) = 26715 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/h2-0.2.2.tar.gz) = 9d5c295d1c0c68e4e42003d75f908f5e16a1edd1cbe0b0d02e4dc2006a384f47 -SIZE (rust/crates/h2-0.2.2.tar.gz) = 157354 -SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.6.tar.gz) = eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772 -SIZE (rust/crates/hermit-abi-0.1.6.tar.gz) = 6907 -SHA256 (rust/crates/hmac-0.7.1.tar.gz) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 -SIZE (rust/crates/hmac-0.7.1.tar.gz) = 9765 -SHA256 (rust/crates/hostname-0.1.5.tar.gz) = 21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e -SIZE (rust/crates/hostname-0.1.5.tar.gz) = 2365 -SHA256 (rust/crates/http-0.2.0.tar.gz) = b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b -SIZE (rust/crates/http-0.2.0.tar.gz) = 101906 -SHA256 (rust/crates/http-body-0.3.1.tar.gz) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b -SIZE (rust/crates/http-body-0.3.1.tar.gz) = 5394 -SHA256 (rust/crates/httparse-1.3.4.tar.gz) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.tar.gz) = 23739 -SHA256 (rust/crates/hyper-0.13.4.tar.gz) = ed6081100e960d9d74734659ffc9cc91daf1c0fc7aceb8eaa94ee1a3f5046f2e -SIZE (rust/crates/hyper-0.13.4.tar.gz) = 138008 -SHA256 (rust/crates/hyper-tls-0.4.1.tar.gz) = 3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa -SIZE (rust/crates/hyper-tls-0.4.1.tar.gz) = 14372 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 -SHA256 (rust/crates/indexmap-1.3.1.tar.gz) = 0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc -SIZE (rust/crates/indexmap-1.3.1.tar.gz) = 46603 -SHA256 (rust/crates/instant-0.1.6.tar.gz) = 5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485 -SIZE (rust/crates/instant-0.1.6.tar.gz) = 5109 +SHA256 (rust/crates/futures-0.3.12.tar.gz) = da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150 +SIZE (rust/crates/futures-0.3.12.tar.gz) = 38113 +SHA256 (rust/crates/futures-channel-0.3.12.tar.gz) = f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846 +SIZE (rust/crates/futures-channel-0.3.12.tar.gz) = 29527 +SHA256 (rust/crates/futures-core-0.3.12.tar.gz) = 79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65 +SIZE (rust/crates/futures-core-0.3.12.tar.gz) = 13813 +SHA256 (rust/crates/futures-executor-0.3.12.tar.gz) = e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9 +SIZE (rust/crates/futures-executor-0.3.12.tar.gz) = 17110 +SHA256 (rust/crates/futures-io-0.3.12.tar.gz) = 28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500 +SIZE (rust/crates/futures-io-0.3.12.tar.gz) = 9070 +SHA256 (rust/crates/futures-macro-0.3.12.tar.gz) = c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd +SIZE (rust/crates/futures-macro-0.3.12.tar.gz) = 9680 +SHA256 (rust/crates/futures-sink-0.3.12.tar.gz) = caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6 +SIZE (rust/crates/futures-sink-0.3.12.tar.gz) = 7659 +SHA256 (rust/crates/futures-task-0.3.12.tar.gz) = 13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86 +SIZE (rust/crates/futures-task-0.3.12.tar.gz) = 11063 +SHA256 (rust/crates/futures-util-0.3.12.tar.gz) = 632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b +SIZE (rust/crates/futures-util-0.3.12.tar.gz) = 137448 +SHA256 (rust/crates/generator-0.6.24.tar.gz) = a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c +SIZE (rust/crates/generator-0.6.24.tar.gz) = 28565 +SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.tar.gz) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.tar.gz) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 +SHA256 (rust/crates/gimli-0.23.0.tar.gz) = f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce +SIZE (rust/crates/gimli-0.23.0.tar.gz) = 702175 +SHA256 (rust/crates/h2-0.3.0.tar.gz) = 6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5 +SIZE (rust/crates/h2-0.3.0.tar.gz) = 155662 +SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 +SHA256 (rust/crates/heck-0.3.2.tar.gz) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.tar.gz) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 +SHA256 (rust/crates/hmac-0.10.1.tar.gz) = c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15 +SIZE (rust/crates/hmac-0.10.1.tar.gz) = 11120 +SHA256 (rust/crates/hostname-0.3.1.tar.gz) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 +SIZE (rust/crates/hostname-0.3.1.tar.gz) = 9272 +SHA256 (rust/crates/http-0.2.3.tar.gz) = 7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 +SIZE (rust/crates/http-0.2.3.tar.gz) = 105044 +SHA256 (rust/crates/http-body-0.4.0.tar.gz) = 2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994 +SIZE (rust/crates/http-body-0.4.0.tar.gz) = 5325 +SHA256 (rust/crates/httparse-1.3.5.tar.gz) = 615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691 +SIZE (rust/crates/httparse-1.3.5.tar.gz) = 24018 +SHA256 (rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 +SIZE (rust/crates/httpdate-0.3.2.tar.gz) = 10768 +SHA256 (rust/crates/hyper-0.10.16.tar.gz) = 0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273 +SIZE (rust/crates/hyper-0.10.16.tar.gz) = 113115 +SHA256 (rust/crates/hyper-0.14.4.tar.gz) = e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7 +SIZE (rust/crates/hyper-0.14.4.tar.gz) = 158482 +SHA256 (rust/crates/hyper-tls-0.5.0.tar.gz) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 +SIZE (rust/crates/hyper-tls-0.5.0.tar.gz) = 13257 +SHA256 (rust/crates/ident_case-1.0.1.tar.gz) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (rust/crates/ident_case-1.0.1.tar.gz) = 3492 +SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e +SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735 +SHA256 (rust/crates/idna-0.2.2.tar.gz) = 89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21 +SIZE (rust/crates/idna-0.2.2.tar.gz) = 271070 +SHA256 (rust/crates/indexmap-1.6.1.tar.gz) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b +SIZE (rust/crates/indexmap-1.6.1.tar.gz) = 49644 +SHA256 (rust/crates/instant-0.1.9.tar.gz) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec +SIZE (rust/crates/instant-0.1.9.tar.gz) = 5213 SHA256 (rust/crates/iovec-0.1.4.tar.gz) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e SIZE (rust/crates/iovec-0.1.4.tar.gz) = 8720 -SHA256 (rust/crates/ipconfig-0.2.1.tar.gz) = aa79fa216fbe60834a9c0737d7fcd30425b32d1c58854663e24d4c4b328ed83f -SIZE (rust/crates/ipconfig-0.2.1.tar.gz) = 22539 +SHA256 (rust/crates/ipconfig-0.2.2.tar.gz) = f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7 +SIZE (rust/crates/ipconfig-0.2.2.tar.gz) = 23017 SHA256 (rust/crates/ipnet-2.3.0.tar.gz) = 47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135 SIZE (rust/crates/ipnet-2.3.0.tar.gz) = 25031 -SHA256 (rust/crates/itoa-0.4.4.tar.gz) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f -SIZE (rust/crates/itoa-0.4.4.tar.gz) = 11147 -SHA256 (rust/crates/js-sys-0.3.35.tar.gz) = 7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9 -SIZE (rust/crates/js-sys-0.3.35.tar.gz) = 62149 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 +SHA256 (rust/crates/js-sys-0.3.47.tar.gz) = 5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65 +SIZE (rust/crates/js-sys-0.3.47.tar.gz) = 67063 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/language-tags-0.2.2.tar.gz) = a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a +SIZE (rust/crates/language-tags-0.2.2.tar.gz) = 12754 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/lexical-core-0.6.2.tar.gz) = d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890 -SIZE (rust/crates/lexical-core-0.6.2.tar.gz) = 459604 -SHA256 (rust/crates/libc-0.2.73.tar.gz) = bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9 -SIZE (rust/crates/libc-0.2.73.tar.gz) = 502354 +SHA256 (rust/crates/lexical-core-0.7.5.tar.gz) = 21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374 +SIZE (rust/crates/lexical-core-0.7.5.tar.gz) = 492761 +SHA256 (rust/crates/libc-0.2.86.tar.gz) = b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c +SIZE (rust/crates/libc-0.2.86.tar.gz) = 522986 SHA256 (rust/crates/linked-hash-map-0.3.0.tar.gz) = 6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd SIZE (rust/crates/linked-hash-map-0.3.0.tar.gz) = 13693 -SHA256 (rust/crates/linked-hash-map-0.5.2.tar.gz) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83 -SIZE (rust/crates/linked-hash-map-0.5.2.tar.gz) = 16109 -SHA256 (rust/crates/lock_api-0.4.1.tar.gz) = 28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c -SIZE (rust/crates/lock_api-0.4.1.tar.gz) = 20339 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 +SHA256 (rust/crates/linked-hash-map-0.5.4.tar.gz) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 +SIZE (rust/crates/linked-hash-map-0.5.4.tar.gz) = 16166 +SHA256 (rust/crates/lock_api-0.4.2.tar.gz) = dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312 +SIZE (rust/crates/lock_api-0.4.2.tar.gz) = 20375 +SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b +SIZE (rust/crates/log-0.3.9.tar.gz) = 16686 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 +SHA256 (rust/crates/loom-0.4.0.tar.gz) = d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4 +SIZE (rust/crates/loom-0.4.0.tar.gz) = 53270 SHA256 (rust/crates/lru-cache-0.1.2.tar.gz) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c SIZE (rust/crates/lru-cache-0.1.2.tar.gz) = 9307 +SHA256 (rust/crates/match_cfg-0.1.0.tar.gz) = ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4 +SIZE (rust/crates/match_cfg-0.1.0.tar.gz) = 7153 SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 SHA256 (rust/crates/md5-0.7.0.tar.gz) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.tar.gz) = 6671 -SHA256 (rust/crates/memchr-2.3.0.tar.gz) = 3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223 -SIZE (rust/crates/memchr-2.3.0.tar.gz) = 22308 -SHA256 (rust/crates/memoffset-0.5.3.tar.gz) = 75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9 -SIZE (rust/crates/memoffset-0.5.3.tar.gz) = 6107 +SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.tar.gz) = 23077 +SHA256 (rust/crates/memoffset-0.6.1.tar.gz) = 157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87 +SIZE (rust/crates/memoffset-0.6.1.tar.gz) = 7706 +SHA256 (rust/crates/mime-0.2.6.tar.gz) = ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0 +SIZE (rust/crates/mime-0.2.6.tar.gz) = 6719 SHA256 (rust/crates/mime-0.3.16.tar.gz) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d SIZE (rust/crates/mime-0.3.16.tar.gz) = 15206 -SHA256 (rust/crates/mime_guess-2.0.1.tar.gz) = 1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599 -SIZE (rust/crates/mime_guess-2.0.1.tar.gz) = 26646 -SHA256 (rust/crates/mio-0.6.21.tar.gz) = 302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f -SIZE (rust/crates/mio-0.6.21.tar.gz) = 129233 -SHA256 (rust/crates/mio-uds-0.6.7.tar.gz) = 966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125 -SIZE (rust/crates/mio-uds-0.6.7.tar.gz) = 14389 -SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 -SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 -SHA256 (rust/crates/native-tls-0.2.3.tar.gz) = 4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e -SIZE (rust/crates/native-tls-0.2.3.tar.gz) = 29087 -SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 -SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 -SHA256 (rust/crates/nodrop-0.1.14.tar.gz) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb -SIZE (rust/crates/nodrop-0.1.14.tar.gz) = 7667 -SHA256 (rust/crates/nom-4.2.3.tar.gz) = 2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6 -SIZE (rust/crates/nom-4.2.3.tar.gz) = 115343 -SHA256 (rust/crates/nom-5.1.1.tar.gz) = 0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6 -SIZE (rust/crates/nom-5.1.1.tar.gz) = 130862 +SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d +SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 +SHA256 (rust/crates/mio-0.6.23.tar.gz) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 +SIZE (rust/crates/mio-0.6.23.tar.gz) = 103554 +SHA256 (rust/crates/mio-0.7.9.tar.gz) = a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a +SIZE (rust/crates/mio-0.7.9.tar.gz) = 86683 +SHA256 (rust/crates/miow-0.2.2.tar.gz) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d +SIZE (rust/crates/miow-0.2.2.tar.gz) = 22044 +SHA256 (rust/crates/miow-0.3.6.tar.gz) = 5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897 +SIZE (rust/crates/miow-0.3.6.tar.gz) = 24533 +SHA256 (rust/crates/native-tls-0.2.7.tar.gz) = b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4 +SIZE (rust/crates/native-tls-0.2.7.tar.gz) = 24958 +SHA256 (rust/crates/net2-0.2.37.tar.gz) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae +SIZE (rust/crates/net2-0.2.37.tar.gz) = 21311 +SHA256 (rust/crates/nom-5.1.2.tar.gz) = ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af +SIZE (rust/crates/nom-5.1.2.tar.gz) = 136174 +SHA256 (rust/crates/ntapi-0.3.6.tar.gz) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 +SIZE (rust/crates/ntapi-0.3.6.tar.gz) = 127221 SHA256 (rust/crates/num-traits-0.1.43.tar.gz) = 92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31 SIZE (rust/crates/num-traits-0.1.43.tar.gz) = 7659 -SHA256 (rust/crates/num-traits-0.2.11.tar.gz) = c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096 -SIZE (rust/crates/num-traits-0.2.11.tar.gz) = 42000 -SHA256 (rust/crates/num_cpus-1.12.0.tar.gz) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 -SIZE (rust/crates/num_cpus-1.12.0.tar.gz) = 11867 -SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c -SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 -SHA256 (rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4 -SIZE (rust/crates/openssl-0.10.30.tar.gz) = 191808 +SHA256 (rust/crates/num-traits-0.2.14.tar.gz) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.tar.gz) = 45476 +SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 +SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 +SHA256 (rust/crates/object-0.23.0.tar.gz) = a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4 +SIZE (rust/crates/object-0.23.0.tar.gz) = 203889 +SHA256 (rust/crates/once_cell-1.6.0.tar.gz) = 4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd +SIZE (rust/crates/once_cell-1.6.0.tar.gz) = 27857 +SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 +SHA256 (rust/crates/openssl-0.10.32.tar.gz) = 038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70 +SIZE (rust/crates/openssl-0.10.32.tar.gz) = 199469 SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 -SHA256 (rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de -SIZE (rust/crates/openssl-sys-0.9.58.tar.gz) = 47014 -SHA256 (rust/crates/parking_lot-0.11.0.tar.gz) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733 -SIZE (rust/crates/parking_lot-0.11.0.tar.gz) = 39558 -SHA256 (rust/crates/parking_lot_core-0.8.0.tar.gz) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b -SIZE (rust/crates/parking_lot_core-0.8.0.tar.gz) = 33870 +SHA256 (rust/crates/openssl-sys-0.9.60.tar.gz) = 921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6 +SIZE (rust/crates/openssl-sys-0.9.60.tar.gz) = 51509 +SHA256 (rust/crates/parking_lot-0.11.1.tar.gz) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb +SIZE (rust/crates/parking_lot-0.11.1.tar.gz) = 39854 +SHA256 (rust/crates/parking_lot_core-0.8.3.tar.gz) = fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018 +SIZE (rust/crates/parking_lot_core-0.8.3.tar.gz) = 32147 +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 SHA256 (rust/crates/phf-0.8.0.tar.gz) = 3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12 SIZE (rust/crates/phf-0.8.0.tar.gz) = 3902 SHA256 (rust/crates/phf_shared-0.8.0.tar.gz) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.tar.gz) = 2860 -SHA256 (rust/crates/pin-project-0.4.7.tar.gz) = 75fca1c4ff21f60ca2d37b80d72b63dab823a9d19d3cda3a81d18bc03f0ba8c5 -SIZE (rust/crates/pin-project-0.4.7.tar.gz) = 34041 -SHA256 (rust/crates/pin-project-internal-0.4.7.tar.gz) = 6544cd4e4ecace61075a6ec78074beeef98d58aa9a3d07d053d993b2946a90d6 -SIZE (rust/crates/pin-project-internal-0.4.7.tar.gz) = 23350 -SHA256 (rust/crates/pin-project-lite-0.1.4.tar.gz) = 237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae -SIZE (rust/crates/pin-project-lite-0.1.4.tar.gz) = 16677 -SHA256 (rust/crates/pin-utils-0.1.0-alpha.4.tar.gz) = 5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587 -SIZE (rust/crates/pin-utils-0.1.0-alpha.4.tar.gz) = 7446 -SHA256 (rust/crates/pkg-config-0.3.17.tar.gz) = 05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677 -SIZE (rust/crates/pkg-config-0.3.17.tar.gz) = 14533 -SHA256 (rust/crates/postgres-0.17.5.tar.gz) = 14d864cf6c2eabf1323afe4145ff273aad1898e4f2a3bcb30347715df8624a07 -SIZE (rust/crates/postgres-0.17.5.tar.gz) = 24212 -SHA256 (rust/crates/postgres-protocol-0.5.0.tar.gz) = a30f0e172ae0fb0653dbf777ad10a74b8e58d6de95a892f2e1d3e94a9df9a844 -SIZE (rust/crates/postgres-protocol-0.5.0.tar.gz) = 20900 -SHA256 (rust/crates/postgres-types-0.1.2.tar.gz) = 3d14b0a4f433b0e0b565bb0fbc0ac9fc3d79ca338ba265ad0e7eef0f3bcc5e94 -SIZE (rust/crates/postgres-types-0.1.2.tar.gz) = 24249 -SHA256 (rust/crates/ppv-lite86-0.2.6.tar.gz) = 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b -SIZE (rust/crates/ppv-lite86-0.2.6.tar.gz) = 20522 -SHA256 (rust/crates/proc-macro-hack-0.5.11.tar.gz) = ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5 -SIZE (rust/crates/proc-macro-hack-0.5.11.tar.gz) = 11017 -SHA256 (rust/crates/proc-macro-nested-0.1.3.tar.gz) = 369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e -SIZE (rust/crates/proc-macro-nested-0.1.3.tar.gz) = 1850 -SHA256 (rust/crates/proc-macro2-1.0.19.tar.gz) = 04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12 -SIZE (rust/crates/proc-macro2-1.0.19.tar.gz) = 36390 +SHA256 (rust/crates/pin-project-1.0.5.tar.gz) = 96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63 +SIZE (rust/crates/pin-project-1.0.5.tar.gz) = 53782 +SHA256 (rust/crates/pin-project-internal-1.0.5.tar.gz) = 758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b +SIZE (rust/crates/pin-project-internal-1.0.5.tar.gz) = 27351 +SHA256 (rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b +SIZE (rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308 +SHA256 (rust/crates/pin-project-lite-0.2.4.tar.gz) = 439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827 +SIZE (rust/crates/pin-project-lite-0.2.4.tar.gz) = 22840 +SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 +SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c +SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 +SHA256 (rust/crates/postgres-0.19.0.tar.gz) = 0f853fba627ed1f21392d329eeb03caf90dce57a65dfbd24274f4c39452ed3bb +SIZE (rust/crates/postgres-0.19.0.tar.gz) = 25336 +SHA256 (rust/crates/postgres-protocol-0.6.0.tar.gz) = 70e34ad3dc5c56d036b9418185ee97e14b6766d55c8ccf9dc18302ad4e6371d9 +SIZE (rust/crates/postgres-protocol-0.6.0.tar.gz) = 22240 +SHA256 (rust/crates/postgres-types-0.2.0.tar.gz) = 5493d9d4613b88b12433aa12890e74e74cd93fdc1e08b7c2aed4768aaae8414c +SIZE (rust/crates/postgres-types-0.2.0.tar.gz) = 24428 +SHA256 (rust/crates/ppv-lite86-0.2.10.tar.gz) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.tar.gz) = 20915 +SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 +SHA256 (rust/crates/proc-macro-nested-0.1.7.tar.gz) = bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086 +SIZE (rust/crates/proc-macro-nested-0.1.7.tar.gz) = 6495 +SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 +SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 SHA256 (rust/crates/quick-error-1.2.3.tar.gz) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.tar.gz) = 15066 -SHA256 (rust/crates/quote-1.0.2.tar.gz) = 053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe -SIZE (rust/crates/quote-1.0.2.tar.gz) = 23023 +SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 +SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca +SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.1.tar.gz) = 03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853 -SIZE (rust/crates/rand_chacha-0.2.1.tar.gz) = 11475 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 +SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef +SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 +SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 +SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 +SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b +SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 +SHA256 (rust/crates/rand_core-0.4.2.tar.gz) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc +SIZE (rust/crates/rand_core-0.4.2.tar.gz) = 20243 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Mar 10 12:31:26 2021 Return-Path: Delivered-To: svn-ports-all@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 541675AF269; Wed, 10 Mar 2021 12:31:26 +0000 (UTC) (envelope-from arrowd@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 4DwWf61yZfz3FF0; Wed, 10 Mar 2021 12:31:26 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36B057609; Wed, 10 Mar 2021 12:31:26 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ACVQNQ036665; Wed, 10 Mar 2021 12:31:26 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ACVPM0036661; Wed, 10 Mar 2021 12:31:25 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202103101231.12ACVPM0036661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 10 Mar 2021 12:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567995 - in head: Mk/Uses devel/hs-cabal-install devel/hs-cabal-install/files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head: Mk/Uses devel/hs-cabal-install devel/hs-cabal-install/files X-SVN-Commit-Revision: 567995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 12:31:26 -0000 Author: arrowd Date: Wed Mar 10 12:31:25 2021 New Revision: 567995 URL: https://svnweb.freebsd.org/changeset/ports/567995 Log: devel/hs-cabal-install: Update to 3.4.0.0 and adjust Uses/cabal.mk to its changes. Added: head/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.1.json (contents, props changed) Deleted: head/devel/hs-cabal-install/files/patch-Distribution_Client_Sandbox.hs head/devel/hs-cabal-install/files/patch-bootstrap.sh head/devel/hs-cabal-install/files/patch-cabal-install.cabal head/devel/hs-cabal-install/files/patch-ed25519.cabal.hackage Modified: head/Mk/Uses/cabal.mk head/devel/hs-cabal-install/Makefile head/devel/hs-cabal-install/distinfo Modified: head/Mk/Uses/cabal.mk ============================================================================== --- head/Mk/Uses/cabal.mk Wed Mar 10 12:20:57 2021 (r567994) +++ head/Mk/Uses/cabal.mk Wed Mar 10 12:31:25 2021 (r567995) @@ -160,7 +160,10 @@ make-use-cabal-revs: . if !defined(CABAL_BOOTSTRAP) cabal-post-extract: + @/bin/test ! -f ${WRKSRC}/cabal.project || (echo "cabal.project file already present in WRKSRC!" && false) + echo -n "packages: . " > ${WRKSRC}/cabal.project . for package in ${_use_cabal} + echo -n "${package:C/_[0-9]+//} " >> ${WRKSRC}/cabal.project . if ${package:C/[^_]*//:S/_//} != "" cp ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal `find ${WRKDIR}/${package:C/_[0-9]+//} -name '*.cabal' -depth 1` . endif Modified: head/devel/hs-cabal-install/Makefile ============================================================================== --- head/devel/hs-cabal-install/Makefile Wed Mar 10 12:20:57 2021 (r567994) +++ head/devel/hs-cabal-install/Makefile Wed Mar 10 12:31:25 2021 (r567995) @@ -1,10 +1,8 @@ # $FreeBSD$ PORTNAME= cabal-install -DISTVERSION= 3.2.0.0 -PORTREVISION= 1 +DISTVERSION= 3.4.0.0 CATEGORIES= devel haskell -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${CABAL_EXTRACT_SUFX} MAINTAINER= haskell@FreeBSD.org COMMENT= Command-line interface for Cabal and Hackage @@ -13,38 +11,57 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ghc:lang/ghc -USES= cabal compiler:c11 +USES= cabal:nodefault compiler:c11 python:build -USE_CABAL= async-2.2.2_1 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.1 \ - cryptohash-sha256-0.11.101.0_4 digest-0.0.1.2 echo-0.1.3_1 \ - ed25519-0.0.5.0_2 edit-distance-0.2.2.1_1 hackage-security-0.6.0.1 \ - hashable-1.3.0.0_1 HTTP-4000.3.14_1 lukko-0.1.1.2 mintty-0.1.2 network-2.7.0.0 \ - network-uri-2.6.1.0_1 random-1.1_1 resolv-0.1.2.0 tar-0.5.1.1_2 \ - zip-archive-0.3.3_1 zlib-0.6.2.1_1 +USE_GITHUB= yes +GH_ACCOUNT= haskell +GH_PROJECT= cabal +GH_TAGNAME= ${PORTNAME}-${DISTVERSION} +USE_CABAL= async-2.2.2_1 \ + base16-bytestring-0.1.1.7 \ + base64-bytestring-1.1.0.0 \ + cryptohash-sha256-0.11.101.0_4 \ + digest-0.0.1.2 \ + echo-0.1.3_1 \ + ed25519-0.0.5.0_3 \ + edit-distance-0.2.2.1_1 \ + hackage-security-0.6.0.1_2 \ + hashable-1.3.0.0_1 \ + HTTP-4000.3.14_1 \ + lukko-0.1.1.2 \ + network-3.1.1.1 \ + network-uri-2.6.3.0 \ + random-1.2.0 \ + regex-base-0.94.0.0_1 \ + regex-posix-0.96.0.0_2 \ + resolv-0.1.2.0 \ + splitmix-0.1 \ + tar-0.5.1.1_2 \ + zlib-0.6.2.1_1 + CABAL_BOOTSTRAP= yes PLIST_FILES= bin/cabal post-extract: + ${MKDIR} ${WRKSRC}/_build/tarballs/ .for package in ${USE_CABAL} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} ${WRKSRC} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} ${WRKSRC}/_build/tarballs/ . if ${package:C/[^_]*//:S/_//} != "" - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal ${WRKSRC}/_build/tarballs/${package:C/[0-9._]*$//:S/-$//}.cabal . else tar -C ${WRKDIR} -xf ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} --include='*.cabal' - ${MV} ${WRKDIR}/${package:C/_[0-9]+//}/${package:C/[0-9._]*$//:S/-$//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage + ${MV} ${WRKDIR}/${package:C/_[0-9]+//}/${package:C/[0-9._]*$//:S/-$//}.cabal ${WRKSRC}/_build/tarballs/${package:C/[0-9._]*$//:S/-$//}.cabal . endif .endfor do-build: cd ${WRKSRC} && \ - ${SETENV} -u VERBOSE EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \ - ${MAKE_ENV} HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix \ - ${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER} + ${PYTHON_CMD} bootstrap/bootstrap.py -d bootstrap/linux-8.10.1.json do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/prefix/bin/cabal ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/_build/bin/cabal ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/devel/hs-cabal-install/distinfo ============================================================================== --- head/devel/hs-cabal-install/distinfo Wed Mar 10 12:20:57 2021 (r567994) +++ head/devel/hs-cabal-install/distinfo Wed Mar 10 12:31:25 2021 (r567995) @@ -1,6 +1,4 @@ -TIMESTAMP = 1588689698 -SHA256 (cabal/cabal-install-3.2.0.0.tar.gz) = a0555e895aaf17ca08453fde8b19af96725da8398e027aa43a49c1658a600cb0 -SIZE (cabal/cabal-install-3.2.0.0.tar.gz) = 632084 +TIMESTAMP = 1615034194 SHA256 (cabal/HTTP-4000.3.14/HTTP-4000.3.14.tar.gz) = a602d7f30e917164c6a634f8cb1f5df4849048858db01380a0875e16e5aa687b SIZE (cabal/HTTP-4000.3.14/HTTP-4000.3.14.tar.gz) = 72938 SHA256 (cabal/HTTP-4000.3.14/revision/1.cabal) = 3c19975fdfd8d057eae58847bda6a79514ad882fd6f8ead72ac0247af34bdfc6 @@ -9,10 +7,10 @@ SHA256 (cabal/async-2.2.2/async-2.2.2.tar.gz) = 4b4ab1 SIZE (cabal/async-2.2.2/async-2.2.2.tar.gz) = 12927 SHA256 (cabal/async-2.2.2/revision/1.cabal) = a178c166856da7ff22fe4500337b54812e94fd2059409452187d72e057ede9cd SIZE (cabal/async-2.2.2/revision/1.cabal) = 2934 -SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 -SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 -SHA256 (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50 -SIZE (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = 9080 +SHA256 (cabal/base16-bytestring-0.1.1.7/base16-bytestring-0.1.1.7.tar.gz) = 525689679d5cc80fa532c1d5cfeace0f62bbb54134fad514f1ba00d0e7fe69ba +SIZE (cabal/base16-bytestring-0.1.1.7/base16-bytestring-0.1.1.7.tar.gz) = 5136 +SHA256 (cabal/base64-bytestring-1.1.0.0/base64-bytestring-1.1.0.0.tar.gz) = 210d6c9042241ca52ee5d89cf221dbeb4d0e64b37391345369035ad2d9b4aca9 +SIZE (cabal/base64-bytestring-1.1.0.0/base64-bytestring-1.1.0.0.tar.gz) = 12076 SHA256 (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 52756435dbea248e344fbcbcc5df5307f60dfacf337dfd11ae30f1c7a4da05dd SIZE (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 14996 SHA256 (cabal/cryptohash-sha256-0.11.101.0/revision/4.cabal) = b963d6308db096362d73d9c603b331cf188aa69310195f479dfedf6045d7e602 @@ -25,43 +23,47 @@ SHA256 (cabal/echo-0.1.3/revision/1.cabal) = 5490be9cf SIZE (cabal/echo-0.1.3/revision/1.cabal) = 2500 SHA256 (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d SIZE (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = 80034 -SHA256 (cabal/ed25519-0.0.5.0/revision/2.cabal) = 2e051ab9d98bc22e0c4afe09e763d3e8e0571ea51a3ae952db33ac89e58006b3 -SIZE (cabal/ed25519-0.0.5.0/revision/2.cabal) = 4165 +SHA256 (cabal/ed25519-0.0.5.0/revision/3.cabal) = fb98b08de467d51f788f8bd9391f0e9ab9bd4d8dfc264296b895ffea0d822dfa +SIZE (cabal/ed25519-0.0.5.0/revision/3.cabal) = 4165 SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 SHA256 (cabal/hackage-security-0.6.0.1/hackage-security-0.6.0.1.tar.gz) = 9162b473af5a21c1ff32a50b972b9acf51f4c901604a22cf08a2dccac2f82f17 SIZE (cabal/hackage-security-0.6.0.1/hackage-security-0.6.0.1.tar.gz) = 86006 +SHA256 (cabal/hackage-security-0.6.0.1/revision/2.cabal) = 692c385c085baa2813046ae58e31df21c250346b81c882431b5ffef76451a18a +SIZE (cabal/hackage-security-0.6.0.1/revision/2.cabal) = 12001 SHA256 (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 822e5413fbccca6ae884d3aba4066422c8b5d58d23d18b9ecb5c03273bb19ab4 SIZE (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 29835 SHA256 (cabal/hashable-1.3.0.0/revision/1.cabal) = 4c70f1407881059e93550d3742191254296b2737b793a742bd901348fb3e1fb1 SIZE (cabal/hashable-1.3.0.0/revision/1.cabal) = 5206 SHA256 (cabal/lukko-0.1.1.2/lukko-0.1.1.2.tar.gz) = 8a79d113dc0ccef16c24d83379cc457485943027e777529c46362fecc06607d2 SIZE (cabal/lukko-0.1.1.2/lukko-0.1.1.2.tar.gz) = 28366 -SHA256 (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 7c8af77bcde4e9b54692e3761f41adf35a50664974ba77f2ba65ea2af9f950da -SIZE (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 6945 -SHA256 (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = c10546f4846f53a0b4b65538bc4fd5db6d4b5d3ac69447e6114be0be0f1a0d9f -SIZE (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = 123227 -SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 -SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 -SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 -SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 -SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a -SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 -SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df -SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/network-3.1.1.1/network-3.1.1.1.tar.gz) = d7ef590173fff2ab522fbc167f3fafb867e4ecfca279eb3ef0d137b51f142c9a +SIZE (cabal/network-3.1.1.1/network-3.1.1.1.tar.gz) = 118478 +SHA256 (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = a01c1389f15d2cc2e847914737f706133bb11f0c5f8ee89711a36a25b7afa723 +SIZE (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = 31997 +SHA256 (cabal/random-1.2.0/random-1.2.0.tar.gz) = e4519cf7c058bfd5bdbe4acc782284acc9e25e74487208619ca83cbcd63fb9de +SIZE (cabal/random-1.2.0/random-1.2.0.tar.gz) = 37889 +SHA256 (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = c41f82f5fc1157c961a4cbdc0cd5561e5aa44f339ce6e706d978d97e0ca6b914 +SIZE (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = 9679 +SHA256 (cabal/regex-base-0.94.0.0/revision/1.cabal) = 44aa95ca762294ffbb28cf0af9c567d93b5d2c56e4f38ce5385a257d899f968e +SIZE (cabal/regex-base-0.94.0.0/revision/1.cabal) = 2253 +SHA256 (cabal/regex-posix-0.96.0.0/regex-posix-0.96.0.0.tar.gz) = 251300f1a6bb2e91abb8bf513a21981f8fab79c98a65acea2bb6d6a524414521 +SIZE (cabal/regex-posix-0.96.0.0/regex-posix-0.96.0.0.tar.gz) = 12529 +SHA256 (cabal/regex-posix-0.96.0.0/revision/2.cabal) = bd870f983a21bb474bd96449736f011c599981ce70da808a21ec1a28292e5481 +SIZE (cabal/regex-posix-0.96.0.0/revision/2.cabal) = 2861 SHA256 (cabal/resolv-0.1.2.0/resolv-0.1.2.0.tar.gz) = 81a2bafad484db123cf8d17a02d98bb388a127fd0f822fa022589468a0e64671 SIZE (cabal/resolv-0.1.2.0/resolv-0.1.2.0.tar.gz) = 156710 +SHA256 (cabal/splitmix-0.1/splitmix-0.1.tar.gz) = 1c11c87352ddbb13365380fe163f99bb8f8845ebc96ca1d572e5d3a9bf810bfa +SIZE (cabal/splitmix-0.1/splitmix-0.1.tar.gz) = 18997 SHA256 (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de SIZE (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = 39155 SHA256 (cabal/tar-0.5.1.1/revision/2.cabal) = 7a715414c4d494c9048cfb6d7634e07e7732ca154cb8938dc85f6ea192192e8c SIZE (cabal/tar-0.5.1.1/revision/2.cabal) = 5254 -SHA256 (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 988adee77c806e0b497929b24d5526ea68bd3297427da0d0b30b99c094efc84d -SIZE (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 18229 -SHA256 (cabal/zip-archive-0.3.3/revision/1.cabal) = 53f871653059f87285f434319598f380d986cd7fd9219de555dcafc496121a7c -SIZE (cabal/zip-archive-0.3.3/revision/1.cabal) = 2688 SHA256 (cabal/zlib-0.6.2.1/zlib-0.6.2.1.tar.gz) = f0f810ff173560b60392db448455c0513b3239f48e43cb494b3733aa559621d0 SIZE (cabal/zlib-0.6.2.1/zlib-0.6.2.1.tar.gz) = 143424 SHA256 (cabal/zlib-0.6.2.1/revision/1.cabal) = d34ddf5fece4d1e9d471b5298f36335bb3cfe12cb5a1b8525c42f0b665382f45 SIZE (cabal/zlib-0.6.2.1/revision/1.cabal) = 4547 +SHA256 (cabal/haskell-cabal-3.4.0.0-cabal-install-3.4.0.0_GH0.tar.gz) = e4fbd5eb1d77400746a993679181f159aa415a37b931b26d67f5602f63ce971c +SIZE (cabal/haskell-cabal-3.4.0.0-cabal-install-3.4.0.0_GH0.tar.gz) = 2072483 Added: head/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.1.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.1.json Wed Mar 10 12:31:25 2021 (r567995) @@ -0,0 +1,43 @@ +--- bootstrap/linux-8.10.1.json.orig 2021-03-05 14:30:13 UTC ++++ bootstrap/linux-8.10.1.json +@@ -14,7 +14,7 @@ + }, + { + "package": "base", +- "version": "4.14.0.0" ++ "version": "4.14.1.0" + }, + { + "package": "array", +@@ -26,7 +26,7 @@ + }, + { + "package": "bytestring", +- "version": "0.10.10.0" ++ "version": "0.10.12.0" + }, + { + "package": "containers", +@@ -62,7 +62,7 @@ + }, + { + "package": "text", +- "version": "1.2.3.2" ++ "version": "1.2.4.1" + }, + { + "package": "parsec", +@@ -74,11 +74,11 @@ + }, + { + "package": "process", +- "version": "1.6.8.2" ++ "version": "1.6.9.0" + }, + { + "package": "ghc-boot-th", +- "version": "8.10.1" ++ "version": "8.10.4" + }, + { + "package": "template-haskell", From owner-svn-ports-all@freebsd.org Wed Mar 10 12:47:09 2021 Return-Path: Delivered-To: svn-ports-all@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 55ACA5AFF18; Wed, 10 Mar 2021 12:47:09 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4DwX0D4Qn5z3GFG; Wed, 10 Mar 2021 12:47:08 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 840342602EC; Wed, 10 Mar 2021 13:47:05 +0100 (CET) Subject: Re: svn commit: r566347 - head/www/firefox To: Christoph Moench-Tegeder Cc: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102222339.11MNdxmV022881@repo.freebsd.org> From: Hans Petter Selasky Message-ID: <396ddf68-7763-656f-1fc7-be83f2402527@selasky.org> Date: Wed, 10 Mar 2021 13:46:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DwX0D4Qn5z3GFG X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-3.21 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:4f8:c17:6c4b::2:from]; RCPT_COUNT_FIVE(0.00)[5]; SPAMHAUS_ZRD(0.00)[2a01:4f8:c17:6c4b::2:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.91)[-0.912]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 12:47:09 -0000 On 3/9/21 11:02 AM, Christoph Moench-Tegeder wrote: > ## Hans Petter Selasky (hps@selasky.org): > >> Recent firefox segfaults for me: > > Try https://svnweb.freebsd.org/changeset/ports/567916 > Works for me. Thank you! --HPS From owner-svn-ports-all@freebsd.org Wed Mar 10 12:52:01 2021 Return-Path: Delivered-To: svn-ports-all@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 F29C25AFE7C; Wed, 10 Mar 2021 12:52:01 +0000 (UTC) (envelope-from cmt@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 4DwX5s6MtWz3G6F; Wed, 10 Mar 2021 12:52:01 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDC197751; Wed, 10 Mar 2021 12:52:01 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ACq1ZT050177; Wed, 10 Mar 2021 12:52:01 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ACq1QH050176; Wed, 10 Mar 2021 12:52:01 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103101252.12ACq1QH050176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 10 Mar 2021 12:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567996 - head/net-mgmt/check_ssl_cert X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/net-mgmt/check_ssl_cert X-SVN-Commit-Revision: 567996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 12:52:02 -0000 Author: cmt Date: Wed Mar 10 12:52:01 2021 New Revision: 567996 URL: https://svnweb.freebsd.org/changeset/ports/567996 Log: check_ssl_cert: update to 1.141.0 https://github.com/matteocorti/check_ssl_cert/releases/tag/v1.141.0 Modified: head/net-mgmt/check_ssl_cert/Makefile head/net-mgmt/check_ssl_cert/distinfo Modified: head/net-mgmt/check_ssl_cert/Makefile ============================================================================== --- head/net-mgmt/check_ssl_cert/Makefile Wed Mar 10 12:31:25 2021 (r567995) +++ head/net-mgmt/check_ssl_cert/Makefile Wed Mar 10 12:52:01 2021 (r567996) @@ -2,7 +2,7 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 1.140.0 +DISTVERSION= 1.141.0 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org Modified: head/net-mgmt/check_ssl_cert/distinfo ============================================================================== --- head/net-mgmt/check_ssl_cert/distinfo Wed Mar 10 12:31:25 2021 (r567995) +++ head/net-mgmt/check_ssl_cert/distinfo Wed Mar 10 12:52:01 2021 (r567996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614282593 -SHA256 (matteocorti-check_ssl_cert-v1.140.0_GH0.tar.gz) = c9415668258445bb56b2acf985278269fc18c7f6adac46ea6278b05f3ccda115 -SIZE (matteocorti-check_ssl_cert-v1.140.0_GH0.tar.gz) = 212608 +TIMESTAMP = 1615379785 +SHA256 (matteocorti-check_ssl_cert-v1.141.0_GH0.tar.gz) = 5dd22a9de93da1008c151e419b25865f877d648d60d5f933bd00dbb6e98f5daa +SIZE (matteocorti-check_ssl_cert-v1.141.0_GH0.tar.gz) = 214091 From owner-svn-ports-all@freebsd.org Wed Mar 10 13:01:51 2021 Return-Path: Delivered-To: svn-ports-all@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 1D5475683D3; Wed, 10 Mar 2021 13:01:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwXKC0NYlz3H44; Wed, 10 Mar 2021 13:01:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 007AA79A0; Wed, 10 Mar 2021 13:01:51 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AD1o1W057155; Wed, 10 Mar 2021 13:01:50 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AD1oCc057154; Wed, 10 Mar 2021 13:01:50 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101301.12AD1oCc057154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 13:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567997 - head/devel/gcc-msp430-ti-toolchain/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/gcc-msp430-ti-toolchain/files X-SVN-Commit-Revision: 567997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 13:01:51 -0000 Author: pkubaj Date: Wed Mar 10 13:01:50 2021 New Revision: 567997 URL: https://svnweb.freebsd.org/changeset/ports/567997 Log: devel/gcc-msp430-ti-toolchain: fix build on powerpc64le Same issue as with other GCC ports. Added: head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp - copied, changed from r567992, head/lang/gcc10/files/patch-libcpp_lex.c Copied and modified: head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp (from r567992, head/lang/gcc10/files/patch-libcpp_lex.c) ============================================================================== --- head/lang/gcc10/files/patch-libcpp_lex.c Wed Mar 10 10:29:13 2021 (r567992, copy source) +++ head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp Wed Mar 10 13:01:50 2021 (r567997) @@ -7,8 +7,8 @@ This is which is on the GCC 10 release branch and thus part of lang/gcc10-devel; we should automatically get it with GCC 10.3. ---- libcpp/lex.c.orig 2020-11-02 10:24:50 UTC -+++ libcpp/lex.c +--- gcc-9.2.0/libcpp/lex.c.orig 2020-11-02 10:24:50 UTC ++++ gcc-9.2.0/libcpp/lex.c @@ -531,11 +531,11 @@ init_vectorized_lexer (void) search_line_fast = impl; } From owner-svn-ports-all@freebsd.org Wed Mar 10 13:09:41 2021 Return-Path: Delivered-To: svn-ports-all@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 E18265682F6; Wed, 10 Mar 2021 13:09:41 +0000 (UTC) (envelope-from ale@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 4DwXVF5wcGz3HXD; Wed, 10 Mar 2021 13:09:41 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA15D7CBF; Wed, 10 Mar 2021 13:09:41 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AD9fql057492; Wed, 10 Mar 2021 13:09:41 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AD9fUx057491; Wed, 10 Mar 2021 13:09:41 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202103101309.12AD9fUx057491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 10 Mar 2021 13:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567998 - head/net-p2p/openethereum X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/net-p2p/openethereum X-SVN-Commit-Revision: 567998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 13:09:41 -0000 Author: ale Date: Wed Mar 10 13:09:41 2021 New Revision: 567998 URL: https://svnweb.freebsd.org/changeset/ports/567998 Log: Update to 3.2.0 release. Modified: head/net-p2p/openethereum/Makefile head/net-p2p/openethereum/distinfo Modified: head/net-p2p/openethereum/Makefile ============================================================================== --- head/net-p2p/openethereum/Makefile Wed Mar 10 13:01:50 2021 (r567997) +++ head/net-p2p/openethereum/Makefile Wed Mar 10 13:09:41 2021 (r567998) @@ -2,8 +2,7 @@ PORTNAME= openethereum DISTVERSIONPREFIX= v -DISTVERSION= 3.1.1 -PORTREVISION= 1 +DISTVERSION= 3.2.0 CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org Modified: head/net-p2p/openethereum/distinfo ============================================================================== --- head/net-p2p/openethereum/distinfo Wed Mar 10 13:01:50 2021 (r567997) +++ head/net-p2p/openethereum/distinfo Wed Mar 10 13:09:41 2021 (r567998) @@ -1,4 +1,4 @@ -TIMESTAMP = 1611231100 +TIMESTAMP = 1615282112 SHA256 (rust/crates/aes-0.3.2.tar.gz) = 54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9 SIZE (rust/crates/aes-0.3.2.tar.gz) = 84345 SHA256 (rust/crates/aes-ctr-0.3.0.tar.gz) = d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee @@ -859,8 +859,8 @@ SHA256 (rust/crates/zeroize-0.9.3.tar.gz) = 45af6a010d SIZE (rust/crates/zeroize-0.9.3.tar.gz) = 9797 SHA256 (rust/crates/zeroize_derive-0.9.3.tar.gz) = 080616bd0e31f36095288bb0acdf1f78ef02c2fa15527d7e993f2a6c7591643e SIZE (rust/crates/zeroize_derive-0.9.3.tar.gz) = 4065 -SHA256 (openethereum-openethereum-v3.1.1_GH0.tar.gz) = ba12bd00359c714ac632b868bd443bca7b1272c390038885e4c29b41c7b4a109 -SIZE (openethereum-openethereum-v3.1.1_GH0.tar.gz) = 2091133 +SHA256 (openethereum-openethereum-v3.2.0_GH0.tar.gz) = 13f135ac44b6393ee2ffd4ebb945212b0623d5bb9e7f546d0edbe69b2da64b79 +SIZE (openethereum-openethereum-v3.2.0_GH0.tar.gz) = 1877388 SHA256 (openethereum-app-dirs-rs-0b37f9481ce29e9d5174ad185bca695b206368eb_GH0.tar.gz) = c18dbbe2e31438f4cda5b05b3c838782288b36cf58d2e68febe78a3797556d96 SIZE (openethereum-app-dirs-rs-0b37f9481ce29e9d5174ad185bca695b206368eb_GH0.tar.gz) = 9285 SHA256 (paritytech-bn-6079255e65793038b9a6e5292203eab482737cc2_GH0.tar.gz) = 54ee86c1ead8429d9623ed16b89916729c2c4c0390ab673ce23fc3f5636a4e70 From owner-svn-ports-all@freebsd.org Wed Mar 10 13:30:06 2021 Return-Path: Delivered-To: svn-ports-all@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 5439F56913C; Wed, 10 Mar 2021 13:30:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwXxp1v52z3JjS; Wed, 10 Mar 2021 13:30:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 342E87DB1; Wed, 10 Mar 2021 13:30:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ADU6kV069565; Wed, 10 Mar 2021 13:30:06 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ADU4ii069556; Wed, 10 Mar 2021 13:30:04 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101330.12ADU4ii069556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 13:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567999 - in head/devel/dwz: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel/dwz: . files X-SVN-Commit-Revision: 567999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 13:30:06 -0000 Author: lwhsu Date: Wed Mar 10 13:30:04 2021 New Revision: 567999 URL: https://svnweb.freebsd.org/changeset/ports/567999 Log: devel/dwz: Update to 0.14 PR: 254176 Submitted by: Brian Callahan (maintainer) Modified: head/devel/dwz/Makefile head/devel/dwz/distinfo head/devel/dwz/files/patch-Makefile head/devel/dwz/files/patch-dwz.c head/devel/dwz/files/patch-hashtab.c head/devel/dwz/files/patch-obstack.c head/devel/dwz/files/patch-obstack.h head/devel/dwz/files/patch-sha1.c Modified: head/devel/dwz/Makefile ============================================================================== --- head/devel/dwz/Makefile Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/Makefile Wed Mar 10 13:30:04 2021 (r567999) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dwz -DISTVERSION= 0.13 +DISTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= https://sourceware.org/ftp/dwz/releases/ @@ -10,6 +10,8 @@ COMMENT= DWARF optimization and duplicate removal tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING3 + +ALL_TARGET= dwz WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/dwz/distinfo ============================================================================== --- head/devel/dwz/distinfo Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/distinfo Wed Mar 10 13:30:04 2021 (r567999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586106922 -SHA256 (dwz-0.13.tar.gz) = 05166ad9d3173e92a517ef94aa2b149bca7d717a8c2ea88e28e4e39670c491ec -SIZE (dwz-0.13.tar.gz) = 143279 +TIMESTAMP = 1615329145 +SHA256 (dwz-0.14.tar.gz) = 33006eab875ff0a07f13fc885883c5bd9514d83ecea9f18bc46b5732dddf0d1f +SIZE (dwz-0.14.tar.gz) = 186623 Modified: head/devel/dwz/files/patch-Makefile ============================================================================== --- head/devel/dwz/files/patch-Makefile Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-Makefile Wed Mar 10 13:30:04 2021 (r567999) @@ -1,6 +1,6 @@ ---- Makefile.orig 2019-10-02 10:26:03.011230367 -0400 -+++ Makefile 2020-04-05 14:21:31.102940000 -0400 -@@ -1,22 +1,17 @@ +--- Makefile.orig 2021-03-08 07:56:18 UTC ++++ Makefile +@@ -1,23 +1,20 @@ -ifneq ($(srcdir),) -VPATH = $(srcdir) -else @@ -8,47 +8,31 @@ -endif -CFLAGS = -O2 -g -DWZ_VERSION := $(shell cat $(srcdir)/VERSION) --override CFLAGS += -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"$(DWZ_VERSION)"' +-override CFLAGS += -Wall -W -D_FILE_OFFSET_BITS=64 \ +- -DDWZ_VERSION='"$(DWZ_VERSION)"' $(shell cat $(srcdir)/COPYRIGHT_YEARS) -prefix = /usr +srcdir = . ++CFLAGS ?= -O2 -g +DWZ_VERSION != cat $(srcdir)/VERSION -+CFLAGS += -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"$(DWZ_VERSION)"' -+prefix = ${PREFIX} ++CFLAGS += -DDWZ_VERSION='"$(DWZ_VERSION)"' ++CYEARS != cat $(srcdir)/COPYRIGHT_YEARS ++CFLAGS += $(CYEARS) ++prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin datarootdir = $(prefix)/share -mandir = $(datarootdir)/man -OBJECTS = dwz.o hashtab.o sha1.o dwarfnames.o --dwz: $(OBJECTS) ++mandir = $(prefix)/man ++OBJECTS = dwz.o hashtab.o sha1.o dwarfnames.o obstack.o + dwz: $(OBJECTS) - $(CC) $(LDFLAGS) -o $@ $^ -lelf --install: dwz ++ $(CC) $(LDFLAGS) -o $@ $(OBJECTS) -lelf + install: dwz - install -D dwz $(DESTDIR)$(bindir)/dwz - install -D -m 644 $(srcdir)/dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1 -+mandir = $(prefix)/man -+OBJECTS = dwz.o hashtab.o sha1.o dwarfnames.o obstack.o -+all: $(OBJECTS) -+ $(CC) $(LDFLAGS) -o dwz ${OBJECTS} -lelf -+install: all -+ install -c -s dwz $(DESTDIR)$(bindir)/dwz -+ install -c -m 644 $(srcdir)/dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1 ++ install dwz $(DESTDIR)$(bindir)/dwz ++ install -m 644 $(srcdir)/dwz.1 $(DESTDIR)$(mandir)/man1/dwz.1 clean: rm -f $(OBJECTS) *~ core* dwz $(TEST_EXECS) $(DWZ_TEST_SOURCES) \ dwz.log dwz.sum -@@ -51,7 +46,7 @@ DWZ_TEST_SOURCES := $(patsubst %.o,%-for-test.c,$(OBJE - sed 's/__GNUC__/NOT_DEFINED/' $< > $@ - - dwz-for-test: $(DWZ_TEST_SOURCES) -- $(CC) $(DWZ_TEST_SOURCES) -O2 -g -lelf -o $@ -Wall -W -DDEVEL \ -+ $(CC) $(DWZ_TEST_SOURCES) -O2 -g -lelf -o $@ -DDEVEL \ - -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"for-test"' -I$(srcdir) - - min: -@@ -84,7 +79,7 @@ varval: - # WARNING: Couldn't find the global config file. - DEJAGNU ?= /dev/null - --check: dwz $(TEST_EXECS) -+check: all $(TEST_EXECS) - mkdir -p testsuite-bin - cd testsuite-bin; ln -sf $(PWD)/dwz . - export DEJAGNU=$(DEJAGNU); \ Modified: head/devel/dwz/files/patch-dwz.c ============================================================================== --- head/devel/dwz/files/patch-dwz.c Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-dwz.c Wed Mar 10 13:30:04 2021 (r567999) @@ -1,5 +1,5 @@ ---- dwz.c.orig 2019-10-02 10:26:03.015230341 -0400 -+++ dwz.c 2020-04-05 14:12:16.054408000 -0400 +--- dwz.c.orig 2021-03-09 22:33:26 UTC ++++ dwz.c @@ -20,11 +20,11 @@ #include @@ -13,18 +13,18 @@ #include #include #include -@@ -34,7 +34,7 @@ - #include +@@ -36,7 +36,7 @@ #include + #include -#include +#include "obstack.h" #include #include "dwarf2.h" -@@ -136,6 +136,29 @@ dwz_oom (void) - longjmp (oom_buf, 1); - } +@@ -165,6 +165,29 @@ report_progress (void) + /* Where to longjmp on OOM. */ + static jmp_buf oom_buf; +/* error () wrapper based on the Linux manual page at + http://man7.org/linux/man-pages/man3/error.3.html. */ @@ -49,10 +49,10 @@ + exit (status); +} + - /* General obstack for struct dw_cu, dw_die, also used for temporary - vectors. */ - static struct obstack ob; -@@ -10300,7 +10323,7 @@ fdopen_dso (int fd, const char *name) + /* Handle OOM situation. If handling more than one file, we might + just fail to handle some large file due to OOM, but could very well + handle other smaller files after it. */ +@@ -13723,7 +13746,7 @@ fdopen_dso (int fd, const char *name) int i; DSO *dso = NULL; @@ -61,7 +61,7 @@ if (elf == NULL) { error (0, 0, "cannot open ELF file: %s", elf_errmsg (-1)); -@@ -10338,7 +10361,7 @@ fdopen_dso (int fd, const char *name) +@@ -13761,7 +13784,7 @@ fdopen_dso (int fd, const char *name) goto error_out; } @@ -70,7 +70,7 @@ memset (dso, 0, sizeof(DSO)); dso->elf = elf; -@@ -10829,7 +10852,7 @@ write_dso (DSO *dso, const char *file, struct stat *st +@@ -14258,7 +14281,7 @@ write_dso (DSO *dso, const char *file, struct stat *st free (shstrtab); return 1; } @@ -79,7 +79,7 @@ for (i = 0; i < ehdr.e_phnum; ++i) { GElf_Phdr *phdr, phdr_mem; -@@ -10902,7 +10925,7 @@ write_dso (DSO *dso, const char *file, struct stat *st +@@ -14331,7 +14354,7 @@ write_dso (DSO *dso, const char *file, struct stat *st } } @@ -88,7 +88,7 @@ { error (0, 0, "%s: elf_update failed", dso->filename); unlink (file); -@@ -12089,7 +12112,7 @@ optimize_multifile (void) +@@ -15917,7 +15940,7 @@ optimize_multifile (unsigned int *die_count) error (0, 0, "Could not create new ELF headers"); goto fail; } @@ -97,7 +97,7 @@ sha1_init_ctx (&ctx); for (i = 0; debug_sections[i].name; i++) -@@ -12176,7 +12199,7 @@ optimize_multifile (void) +@@ -16010,7 +16033,7 @@ optimize_multifile (unsigned int *die_count) data->d_off = 0; data->d_align = 1; Modified: head/devel/dwz/files/patch-hashtab.c ============================================================================== --- head/devel/dwz/files/patch-hashtab.c Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-hashtab.c Wed Mar 10 13:30:04 2021 (r567999) @@ -1,5 +1,5 @@ ---- hashtab.c.orig 2019-10-02 10:26:03.003230419 -0400 -+++ hashtab.c 2020-04-05 14:12:16.089254000 -0400 +--- hashtab.c.orig 2021-03-08 07:56:18 UTC ++++ hashtab.c @@ -37,8 +37,8 @@ Boston, MA 02110-1301, USA. */ #include #include "hashtab.h" Modified: head/devel/dwz/files/patch-obstack.c ============================================================================== --- head/devel/dwz/files/patch-obstack.c Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-obstack.c Wed Mar 10 13:30:04 2021 (r567999) @@ -1,5 +1,5 @@ ---- obstack.c.orig 2020-04-05 14:12:16.123238000 -0400 -+++ obstack.c 2020-04-05 14:12:16.161009000 -0400 +--- obstack.c.orig 2021-03-09 22:36:58 UTC ++++ obstack.c @@ -0,0 +1,511 @@ +/* obstack.c - subroutines used implicitly by object stack macros + Copyright (C) 1988,89,90,91,92,93,94,96,97 Free Software Foundation, Inc. Modified: head/devel/dwz/files/patch-obstack.h ============================================================================== --- head/devel/dwz/files/patch-obstack.h Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-obstack.h Wed Mar 10 13:30:04 2021 (r567999) @@ -1,5 +1,5 @@ ---- obstack.h.orig 2020-04-05 14:12:16.193157000 -0400 -+++ obstack.h 2020-04-05 14:12:16.233805000 -0400 +--- obstack.h.orig 2021-03-09 22:36:58 UTC ++++ obstack.h @@ -0,0 +1,547 @@ +/* obstack.h - object stack macros + Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, Modified: head/devel/dwz/files/patch-sha1.c ============================================================================== --- head/devel/dwz/files/patch-sha1.c Wed Mar 10 13:09:41 2021 (r567998) +++ head/devel/dwz/files/patch-sha1.c Wed Mar 10 13:30:04 2021 (r567999) @@ -1,5 +1,5 @@ ---- sha1.c.orig 2019-10-02 10:26:03.003230419 -0400 -+++ sha1.c 2020-04-05 14:12:16.269464000 -0400 +--- sha1.c.orig 2021-03-08 07:56:18 UTC ++++ sha1.c @@ -27,9 +27,9 @@ #include From owner-svn-ports-all@freebsd.org Wed Mar 10 13:32:31 2021 Return-Path: Delivered-To: svn-ports-all@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 1E4F5569227; Wed, 10 Mar 2021 13:32:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwY0b0QRwz3Jqm; Wed, 10 Mar 2021 13:32:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0141F7BDF; Wed, 10 Mar 2021 13:32:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ADWUl0075462; Wed, 10 Mar 2021 13:32:30 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ADWUws075460; Wed, 10 Mar 2021 13:32:30 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101332.12ADWUws075460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 13:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568000 - head/www/py-flask-compress X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/www/py-flask-compress X-SVN-Commit-Revision: 568000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 13:32:31 -0000 Author: lwhsu Date: Wed Mar 10 13:32:30 2021 New Revision: 568000 URL: https://svnweb.freebsd.org/changeset/ports/568000 Log: www/py-flask-compress: Update to 1.9.0 PR: 254169 Submitted by: Andrej Ebert (maintainer) Modified: head/www/py-flask-compress/Makefile head/www/py-flask-compress/distinfo Modified: head/www/py-flask-compress/Makefile ============================================================================== --- head/www/py-flask-compress/Makefile Wed Mar 10 13:30:04 2021 (r567999) +++ head/www/py-flask-compress/Makefile Wed Mar 10 13:32:30 2021 (r568000) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Flask-Compress -PORTVERSION= 1.4.0 +PORTVERSION= 1.9.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Extension for Flask that compresses responses LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.11:www/py-flask@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}\ + ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ Modified: head/www/py-flask-compress/distinfo ============================================================================== --- head/www/py-flask-compress/distinfo Wed Mar 10 13:30:04 2021 (r567999) +++ head/www/py-flask-compress/distinfo Wed Mar 10 13:32:30 2021 (r568000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486554025 -SHA256 (Flask-Compress-1.4.0.tar.gz) = 468693f4ddd11ac6a41bca4eb5f94b071b763256d54136f77957cfee635badb3 -SIZE (Flask-Compress-1.4.0.tar.gz) = 6043 +TIMESTAMP = 1615308512 +SHA256 (Flask-Compress-1.9.0.tar.gz) = d93edd8fc02ae74b73c3df10a8e7ee26dee489c65dedce0b3a1d2ce05ac3d1be +SIZE (Flask-Compress-1.9.0.tar.gz) = 10322 From owner-svn-ports-all@freebsd.org Wed Mar 10 13:35:38 2021 Return-Path: Delivered-To: svn-ports-all@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 150D0569167; Wed, 10 Mar 2021 13:35:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwY4B041vz3KS7; Wed, 10 Mar 2021 13:35:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E55757BE0; Wed, 10 Mar 2021 13:35:37 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ADZbSQ075674; Wed, 10 Mar 2021 13:35:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ADZbQ3075673; Wed, 10 Mar 2021 13:35:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101335.12ADZbQ3075673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 13:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568001 - head/dns/opendnssec2/files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/dns/opendnssec2/files X-SVN-Commit-Revision: 568001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 13:35:38 -0000 Author: lwhsu Date: Wed Mar 10 13:35:37 2021 New Revision: 568001 URL: https://svnweb.freebsd.org/changeset/ports/568001 Log: dns/opendnssec2: Add missing patch to fix the build PR: 254075 Submitted by: Jaap Akkerhuis (maintainer) Added: head/dns/opendnssec2/files/patch-configure (contents, props changed) Added: head/dns/opendnssec2/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/opendnssec2/files/patch-configure Wed Mar 10 13:35:37 2021 (r568001) @@ -0,0 +1,10 @@ +--- configure.orig 2021-02-22 11:43:55 UTC ++++ configure +@@ -586,6 +586,7 @@ cross_compiling=no + subdirs= + MFLAGS= + MAKEFLAGS= ++MAKE=gmake + + # Identity of this package. + PACKAGE_NAME='opendnssec' From owner-svn-ports-all@freebsd.org Wed Mar 10 14:03:46 2021 Return-Path: Delivered-To: svn-ports-all@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 0E2F3569BB3; Wed, 10 Mar 2021 14:03:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwYhd70q1z3LcS; Wed, 10 Mar 2021 14:03:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E340B105EF; Wed, 10 Mar 2021 14:03:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AE3jBU093786; Wed, 10 Mar 2021 14:03:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AE3jVH093785; Wed, 10 Mar 2021 14:03:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101403.12AE3jVH093785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 14:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568002 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 568002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:03:46 -0000 Author: lwhsu Date: Wed Mar 10 14:03:45 2021 New Revision: 568002 URL: https://svnweb.freebsd.org/changeset/ports/568002 Log: Document vulnerabilities in databases/mantis <2.24.4 PR: 252612 Submitted by: Zoltan ALEXANDERSON BESSE Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 10 13:35:37 2021 (r568001) +++ head/security/vuxml/vuln.xml Wed Mar 10 14:03:45 2021 (r568002) @@ -78,6 +78,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mantis -- multiple vulnerabilities + + + mantis-php72 + mantis-php73 + mantis-php74 + mantis-php80 + 2.24.4,1 + + + + +

Mantis 2.24.4 release reports:

+
+

Security and maintenance release, addressing 6 CVEs:

+
    +
  • 0027726: CVE-2020-29603: disclosure of private project name
  • +
  • 0027727: CVE-2020-29605: disclosure of private issue summary
  • +
  • 0027728: CVE-2020-29604: full disclosure of private issue contents, including bugnotes and attachments
  • +
  • 0027361: Private category can be access/used by a non member of a private project (IDOR)
  • +
  • 0027779: CVE-2020-35571: XSS in helper_ensure_confirmed() calls
  • +
  • 0026794: User Account - Takeover
  • +
  • 0027363: Fixed in version can be changed to a version that doesn't exist
  • +
  • 0027350: When updating an issue, a Viewer user can be set as Reporter
  • +
  • 0027370: CVE-2020-35849: Revisions allow viewing private bugnotes id and summary
  • +
  • 0027495: CVE-2020-28413: SQL injection in the parameter "access" on the mc_project_get_users function throught the API SOAP.
  • +
  • 0027444: Printing unsanitized user input in install.php
  • +
+
+ +
+ + CVE-2020-28413 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28413 + CVE-2020-35849 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35849 + + + 2020-11-10 + 2021-03-10 + +
+ Node.js -- February 2021 Security Releases From owner-svn-ports-all@freebsd.org Wed Mar 10 14:10:24 2021 Return-Path: Delivered-To: svn-ports-all@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 B1AB256A0AD; Wed, 10 Mar 2021 14:10:24 +0000 (UTC) (envelope-from lcook@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 4DwYrJ4fBLz3MKQ; Wed, 10 Mar 2021 14:10:24 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DE9610A26; Wed, 10 Mar 2021 14:10:24 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AEAOFf094055; Wed, 10 Mar 2021 14:10:24 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AEAOVY094054; Wed, 10 Mar 2021 14:10:24 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103101410.12AEAOVY094054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 14:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568003 - head/net-im/tg_owt X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/net-im/tg_owt X-SVN-Commit-Revision: 568003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:10:24 -0000 Author: lcook Date: Wed Mar 10 14:10:24 2021 New Revision: 568003 URL: https://svnweb.freebsd.org/changeset/ports/568003 Log: net-im/tg_owt: Mark port BROKEN on 11 with base OpenSSL While here, pet both portclippy and portfmt. PR: 254150 Submitted by: Henry Hu (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29184 Modified: head/net-im/tg_owt/Makefile Modified: head/net-im/tg_owt/Makefile ============================================================================== --- head/net-im/tg_owt/Makefile Wed Mar 10 14:03:45 2021 (r568002) +++ head/net-im/tg_owt/Makefile Wed Mar 10 14:10:24 2021 (r568003) @@ -17,8 +17,8 @@ BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \ yasm:devel/yasm LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libjpeg.so:graphics/jpeg-turbo \ - libusrsctp.so:net/libusrsctp \ - libopus.so:audio/opus + libopus.so:audio/opus \ + libusrsctp.so:net/libusrsctp USES= cmake pkgconfig USE_GITHUB= yes @@ -29,9 +29,15 @@ GH_TAGNAME= a198773 GH_TUPLE= webmproject:libvpx:5b63f0f:libvpx/src/third_party/libvpx/source/libvpx \ HenryHu:libyuv:ad89006:libyuv/src/third_party/libyuv +CMAKE_OFF= BUILD_SHARED_LIBS + # Disable DCHECKs, otherwise video calls will crash. CXXFLAGS+= -DNDEBUG -CMAKE_OFF= BUILD_SHARED_LIBS +.include + +.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 +BROKEN= This port requires OpenSSL 1.1.0. Try DEFAULT_VERSIONS+=ssl=[openssl|libressl*] +.endif .include From owner-svn-ports-all@freebsd.org Wed Mar 10 14:21:23 2021 Return-Path: Delivered-To: svn-ports-all@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 CFE7456A59C; Wed, 10 Mar 2021 14:21:23 +0000 (UTC) (envelope-from nivit@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 4DwZ4z5bF2z3MqB; Wed, 10 Mar 2021 14:21:23 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2AA410BCE; Wed, 10 Mar 2021 14:21:23 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AELNjN000922; Wed, 10 Mar 2021 14:21:23 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AELMUE000918; Wed, 10 Mar 2021 14:21:22 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103101421.12AELMUE000918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 10 Mar 2021 14:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568004 - in head/deskutils/flameshot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: in head/deskutils/flameshot: . files X-SVN-Commit-Revision: 568004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:21:23 -0000 Author: nivit Date: Wed Mar 10 14:21:22 2021 New Revision: 568004 URL: https://svnweb.freebsd.org/changeset/ports/568004 Log: - Update to 0.9.0 - Fix path to executable program in dbus service, which prevented from starting flameshot via a subcommand such as gui (see PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253276 ) - Update WWW address in pkg-descr - Remove files/patch-data_dbus_org.flameshot.Flameshot.service.in Changes: https://github.com/flameshot-org/flameshot/releases/tag/v0.9.0 Deleted: head/deskutils/flameshot/files/ Modified: head/deskutils/flameshot/Makefile head/deskutils/flameshot/distinfo head/deskutils/flameshot/pkg-descr (contents, props changed) head/deskutils/flameshot/pkg-plist Modified: head/deskutils/flameshot/Makefile ============================================================================== --- head/deskutils/flameshot/Makefile Wed Mar 10 14:10:24 2021 (r568003) +++ head/deskutils/flameshot/Makefile Wed Mar 10 14:21:22 2021 (r568004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flameshot -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.0 #PORTREVISION= 0 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -17,11 +17,15 @@ USES= cmake compiler:c++11-lang gl qmake qt:5 CMAKE_INSTALL_PREFIX= ${STAGEDIR}/${PREFIX} -GH_ACCOUNT= lupoDharkael +GH_ACCOUNT= flameshot-org USE_GITHUB= yes USE_GL= gl USE_QT= core dbus gui linguist network svg widgets \ buildtools_build + +post-patch: + @${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_FULL_BINDIR},${LOCALBASE}/bin,1' \ + ${WRKSRC}/data/dbus/org.flameshot.Flameshot.service.in .include Modified: head/deskutils/flameshot/distinfo ============================================================================== --- head/deskutils/flameshot/distinfo Wed Mar 10 14:10:24 2021 (r568003) +++ head/deskutils/flameshot/distinfo Wed Mar 10 14:21:22 2021 (r568004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601370363 -SHA256 (lupoDharkael-flameshot-v0.8.3_GH0.tar.gz) = 73b0e52d389518b58e4488931e14ef40d611a2bd8661c06e187c211fb947fd05 -SIZE (lupoDharkael-flameshot-v0.8.3_GH0.tar.gz) = 2216752 +TIMESTAMP = 1615299396 +SHA256 (flameshot-org-flameshot-v0.9.0_GH0.tar.gz) = 67e0b578ef8a68228e758cb59395bb7404b5c176e9dbc3ca2d83a63f154a6f22 +SIZE (flameshot-org-flameshot-v0.9.0_GH0.tar.gz) = 7659641 Modified: head/deskutils/flameshot/pkg-descr ============================================================================== --- head/deskutils/flameshot/pkg-descr Wed Mar 10 14:10:24 2021 (r568003) +++ head/deskutils/flameshot/pkg-descr Wed Mar 10 14:21:22 2021 (r568004) @@ -8,4 +8,4 @@ Features: * DBus interface. * Upload to Imgur. -WWW: https://github.com/lupoDharkael/flameshot +WWW: https://flameshot.org/ Modified: head/deskutils/flameshot/pkg-plist ============================================================================== --- head/deskutils/flameshot/pkg-plist Wed Mar 10 14:10:24 2021 (r568003) +++ head/deskutils/flameshot/pkg-plist Wed Mar 10 14:21:22 2021 (r568004) @@ -1,5 +1,5 @@ bin/flameshot -share/applications/flameshot.desktop +share/applications/org.flameshot.Flameshot.desktop share/bash-completion/completions/flameshot share/dbus-1/interfaces/org.flameshot.Flameshot.xml share/dbus-1/services/org.flameshot.Flameshot.service @@ -7,7 +7,7 @@ share/dbus-1/services/org.flameshot.Flameshot.service %%DATADIR%%/translations/Internationalization_cs.qm %%DATADIR%%/translations/Internationalization_de_DE.qm %%DATADIR%%/translations/Internationalization_es.qm -%%DATADIR%%/translations/Internationalization_eu_ES.qm +%%DATADIR%%/translations/Internationalization_eu.qm %%DATADIR%%/translations/Internationalization_fr.qm %%DATADIR%%/translations/Internationalization_hu.qm %%DATADIR%%/translations/Internationalization_it_IT.qm @@ -25,9 +25,13 @@ share/dbus-1/services/org.flameshot.Flameshot.service %%DATADIR%%/translations/Internationalization_tr.qm %%DATADIR%%/translations/Internationalization_uk.qm %%DATADIR%%/translations/Internationalization_zh_CN.qm +%%DATADIR%%/translations/Internationalization_zh_HK.qm %%DATADIR%%/translations/Internationalization_zh_TW.qm share/icons/hicolor/128x128/apps/flameshot.png +share/icons/hicolor/128x128/apps/org.flameshot.Flameshot.png share/icons/hicolor/48x48/apps/flameshot.png +share/icons/hicolor/48x48/apps/org.flameshot.Flameshot.png share/icons/hicolor/scalable/apps/flameshot.svg -share/metainfo/flameshot.metainfo.xml +share/icons/hicolor/scalable/apps/org.flameshot.Flameshot.svg +share/metainfo/org.flameshot.Flameshot.metainfo.xml share/zsh/site-functions/_flameshot From owner-svn-ports-all@freebsd.org Wed Mar 10 14:28:08 2021 Return-Path: Delivered-To: svn-ports-all@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 4628556A354; Wed, 10 Mar 2021 14:28:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwZDm1XDqz3N90; Wed, 10 Mar 2021 14:28:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2767310E32; Wed, 10 Mar 2021 14:28:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AES8uJ006289; Wed, 10 Mar 2021 14:28:08 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AES7FX006287; Wed, 10 Mar 2021 14:28:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103101428.12AES7FX006287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 10 Mar 2021 14:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568005 - head/audio/bcg729 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/bcg729 X-SVN-Commit-Revision: 568005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:28:08 -0000 Author: madpilot Date: Wed Mar 10 14:28:07 2021 New Revision: 568005 URL: https://svnweb.freebsd.org/changeset/ports/568005 Log: - Update abcg729 to 1.1.1 - Upstream moved to own gitlab instance Modified: head/audio/bcg729/Makefile head/audio/bcg729/distinfo Modified: head/audio/bcg729/Makefile ============================================================================== --- head/audio/bcg729/Makefile Wed Mar 10 14:21:22 2021 (r568004) +++ head/audio/bcg729/Makefile Wed Mar 10 14:28:07 2021 (r568005) @@ -2,21 +2,24 @@ # $FreeBSD$ PORTNAME= bcg729 -PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= https://linphone.org/releases/sources/bcg729/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_STATIC=NO + +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org +GL_ACCOUNT= BC/public +GL_COMMIT= faaa895862165acde6df8add722ba4f85a25007d post-configure: ${SED} 's|@prefix@|${PREFIX}|g ; s|@exec_prefix@|$${prefix}|g ; \ Modified: head/audio/bcg729/distinfo ============================================================================== --- head/audio/bcg729/distinfo Wed Mar 10 14:21:22 2021 (r568004) +++ head/audio/bcg729/distinfo Wed Mar 10 14:28:07 2021 (r568005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529869611 -SHA256 (bcg729-1.0.4.tar.gz) = 1a0fbf1ff91470037e83fa67976f940ebb601e4cc525859c754f4e7ffc24c307 -SIZE (bcg729-1.0.4.tar.gz) = 121994 +TIMESTAMP = 1615331636 +SHA256 (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = d3e0ab1c54fdfd5fc4e81bf57259024c4dcbc9ed25cf39024b755b40b81807a9 +SIZE (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = 122172 From owner-svn-ports-all@freebsd.org Wed Mar 10 14:29:16 2021 Return-Path: Delivered-To: svn-ports-all@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 CECA456A6AE; Wed, 10 Mar 2021 14:29:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwZG45Tchz3NCq; Wed, 10 Mar 2021 14:29:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF16E10A70; Wed, 10 Mar 2021 14:29:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AETG9t006483; Wed, 10 Mar 2021 14:29:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AETFP8006479; Wed, 10 Mar 2021 14:29:15 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103101429.12AETFP8006479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 10 Mar 2021 14:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568006 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 568006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:29:16 -0000 Author: madpilot Date: Wed Mar 10 14:29:15 2021 New Revision: 568006 URL: https://svnweb.freebsd.org/changeset/ports/568006 Log: - Update calibre to 5.13.0 - While here, remove outdated hal information from pkg-message Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-message head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Wed Mar 10 14:28:07 2021 (r568005) +++ head/deskutils/calibre/Makefile Wed Mar 10 14:29:15 2021 (r568006) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 5.12.0 -PORTREVISION= 2 +PORTVERSION= 5.13.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Wed Mar 10 14:28:07 2021 (r568005) +++ head/deskutils/calibre/distinfo Wed Mar 10 14:29:15 2021 (r568006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614356608 -SHA256 (calibre-5.12.0.tar.xz) = 377ff2d64496c8cdfa2e9c1b8a67ed27aee1e337e4da3f6172f522fe940bdd85 -SIZE (calibre-5.12.0.tar.xz) = 37116400 +TIMESTAMP = 1615366170 +SHA256 (calibre-5.13.0.tar.xz) = 183140671666922a3b7bb9158e162a84d7615c89543c917488c595974b965423 +SIZE (calibre-5.13.0.tar.xz) = 36746972 Modified: head/deskutils/calibre/pkg-message ============================================================================== --- head/deskutils/calibre/pkg-message Wed Mar 10 14:28:07 2021 (r568005) +++ head/deskutils/calibre/pkg-message Wed Mar 10 14:29:15 2021 (r568006) @@ -1,34 +1,8 @@ [ { type: install message: < - - - - - -Additional users will each need their own block with a -"yes" return result. - -To permit all accounts to mount removable devices (allowing a denial of access -attack) add the following: - - - - - ---- - -In addition to the above, for USB and MTP devices the user needs -to be able to access the device node in /dev. +To talk to USB and MTP devices the user needs to be able to access +the device node in /dev. to be aware of USB devices attached to the machine, the user needs to be a member of the operator group: Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Wed Mar 10 14:28:07 2021 (r568005) +++ head/deskutils/calibre/pkg-plist Wed Mar 10 14:29:15 2021 (r568006) @@ -1160,6 +1160,7 @@ lib/calibre/calibre/plugins/_patiencediff_c.so lib/calibre/calibre/plugins/bzzdec.so lib/calibre/calibre/plugins/cPalmdoc.so lib/calibre/calibre/plugins/certgen.so +lib/calibre/calibre/plugins/fast_css_transform.so lib/calibre/calibre/plugins/freetype.so lib/calibre/calibre/plugins/html_as_json.so lib/calibre/calibre/plugins/html_syntax_highlighter.so @@ -1425,6 +1426,13 @@ lib/calibre/polyglot/reprlib.py lib/calibre/polyglot/smtplib.py lib/calibre/polyglot/socketserver.py lib/calibre/polyglot/urllib.py +lib/calibre/qt/__init__.py +lib/calibre/qt/__main__.py +lib/calibre/qt/core.py +lib/calibre/qt/core_name_map.py +lib/calibre/qt/loader.py +lib/calibre/qt/webengine.py +lib/calibre/qt/webengine_name_map.py lib/calibre/sgmllib.py lib/calibre/templite/__init__.py lib/calibre/tinycss/__init__.py From owner-svn-ports-all@freebsd.org Wed Mar 10 14:37:09 2021 Return-Path: Delivered-To: svn-ports-all@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 2992556A8F0; Wed, 10 Mar 2021 14:37:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwZR90lK9z3NrV; Wed, 10 Mar 2021 14:37:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C8CC11209; Wed, 10 Mar 2021 14:37:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AEb88n012854; Wed, 10 Mar 2021 14:37:08 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AEb8jf012852; Wed, 10 Mar 2021 14:37:08 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101437.12AEb8jf012852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 14:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568007 - in head/math/ogdf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/math/ogdf: . files X-SVN-Commit-Revision: 568007 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:37:09 -0000 Author: pkubaj Date: Wed Mar 10 14:37:08 2021 New Revision: 568007 URL: https://svnweb.freebsd.org/changeset/ports/568007 Log: math/ogdf: fix build on non-x86 Don't use cpuid on non-x86. Modified: head/math/ogdf/Makefile head/math/ogdf/files/patch-src_ogdf_basic_System.cpp Modified: head/math/ogdf/Makefile ============================================================================== --- head/math/ogdf/Makefile Wed Mar 10 14:29:15 2021 (r568006) +++ head/math/ogdf/Makefile Wed Mar 10 14:37:08 2021 (r568007) @@ -15,9 +15,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_GPL_v2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_GPL_v3.txt -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= fails to compile: reports "include/cpuid.h:11:2: this header is for x86 only" - CONFLICTS_INSTALL= CoinMP-[0-9]* USES= cmake compiler:c++11-lang zip Modified: head/math/ogdf/files/patch-src_ogdf_basic_System.cpp ============================================================================== --- head/math/ogdf/files/patch-src_ogdf_basic_System.cpp Wed Mar 10 14:29:15 2021 (r568006) +++ head/math/ogdf/files/patch-src_ogdf_basic_System.cpp Wed Mar 10 14:37:08 2021 (r568007) @@ -1,6 +1,6 @@ ---- src/ogdf/basic/System.cpp.orig 2015-05-29 15:36:49 UTC +--- src/ogdf/basic/System.cpp.orig 2020-02-09 22:05:19 UTC +++ src/ogdf/basic/System.cpp -@@ -52,6 +52,13 @@ +@@ -56,6 +56,13 @@ #include #include #include @@ -14,7 +14,25 @@ #elif defined(OGDF_SYSTEM_UNIX) #include #endif -@@ -308,6 +315,40 @@ size_t System::memoryUsedByProcess() +@@ -67,7 +74,7 @@ + # include + # include + #endif +-#ifdef __GNUC__ ++#if defined(__GNUC__) && (defined(__amd64__) || defined(__i386__)) + # include + #endif + +@@ -81,7 +88,7 @@ static inline void cpuid(int CPUInfo[4], int infoType) + uint32_t c = 0; + uint32_t d = 0; + +-# ifdef __GNUC__ ++#if defined(__GNUC__) && (defined(__amd64__) || defined(__i386__)) + __get_cpuid(infoType, &a, &b, &c, &d); + # endif + +@@ -289,6 +296,40 @@ size_t System::memoryUsedByProcess() return 0; } @@ -55,9 +73,9 @@ #else // LINUX, NOT MAC OS long long System::physicalMemory() -@@ -389,6 +430,19 @@ size_t System::memoryInFreelistOfMalloc( +@@ -370,6 +411,19 @@ size_t System::memoryInFreelistOfMalloc() { - return mstats().chunks_free; + return mstats().bytes_free; } + +#elif defined(OGDF_SYSTEM_FREEBSD) From owner-svn-ports-all@freebsd.org Wed Mar 10 14:55:03 2021 Return-Path: Delivered-To: svn-ports-all@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 7B85D56B1CA; Wed, 10 Mar 2021 14:55:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwZqq33vyz3Qm7; Wed, 10 Mar 2021 14:55:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BF33115C3; Wed, 10 Mar 2021 14:55:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AEt3uW026051; Wed, 10 Mar 2021 14:55:03 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AEt38p026050; Wed, 10 Mar 2021 14:55:03 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101455.12AEt38p026050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 14:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568008 - head/databases/mantis X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/databases/mantis X-SVN-Commit-Revision: 568008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:55:03 -0000 Author: lwhsu Date: Wed Mar 10 14:55:02 2021 New Revision: 568008 URL: https://svnweb.freebsd.org/changeset/ports/568008 Log: databases/mantis: Update to 2.24.4 PR: 252639 Submitted by: Zoltan ALEXANDERSON BESSE (maintainer) MFH: 2020Q1 Security: 2dc8927b-54e0-11eb-9342-1c697a013f4b Modified: head/databases/mantis/Makefile head/databases/mantis/distinfo Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Wed Mar 10 14:37:08 2021 (r568007) +++ head/databases/mantis/Makefile Wed Mar 10 14:55:02 2021 (r568008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mantis -PORTVERSION= 2.24.3 +PORTVERSION= 2.24.4 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} @@ -36,8 +36,6 @@ OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL OPTIONS_SUB= yes -# XXX: All of these should probably be either separate ports or at -# least subpackages... ACTIVITY_DESC= Shows bug notes by creation date ANNOUNCE_DESC= Announcements COLORIZED_DESC= Colorized Theme @@ -58,7 +56,7 @@ TASKODROME_DESC= Interactive scrum board TIMETRACKING_DESC= Time Tracking ACTIVITY_GH_TUPLE= mantisbt-plugins:Activity:99cf873396ebc3fec431c6746dae1a604768f322:activity/plugins/Activity -ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.4.1:announce/plugins/Announce +ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.4.2:announce/plugins/Announce COLORIZED_GH_TUPLE= mantisbt-plugins:MantisBT-Colorized:f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized/css/themes/colorized CUSTOMREPORTER_GH_TUPLE= mantisbt-plugins:CustomReporter:v2.0.0:customreporter/plugins/CustomReporter EMAILREP_GH_TUPLE= mantisbt-plugins:EmailReporting:EmailReporting_0.10.1:emailrep/plugins/EmailReporting @@ -73,7 +71,7 @@ PGSQL_USE= PHP=pgsql PIWIK_GH_TUPLE= mantisbt-plugins:piwik:a2dba46836bdc07a80b8040e889ba0606f97415e:piwik SAMPLEAUTH_GH_TUPLE= mantisbt-plugins:SampleAuth:34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth/plugins/SampleAuth SI_USE= PHP=curl -SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.2.0:si +SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.3.1:si SLACK_GH_TUPLE= mantisbt-plugins:Slack:9286d2eeeb8a986ed949e378711fef5f0bf182dc:slack/plugins/Slack SNIPPETS_GH_TUPLE= mantisbt-plugins:Snippets:v2.2.5:snippets/plugins/Snippets TASKODROME_GH_TUPLE= mantisbt-plugins:Taskodrome:8bb3dd80af9190d636ce1117a291d9f8d0fec78e:taskodrome Modified: head/databases/mantis/distinfo ============================================================================== --- head/databases/mantis/distinfo Wed Mar 10 14:37:08 2021 (r568007) +++ head/databases/mantis/distinfo Wed Mar 10 14:55:02 2021 (r568008) @@ -1,10 +1,10 @@ TIMESTAMP = 1605336590 -SHA256 (mantisbt-2.24.3.tar.gz) = 97220d47d2b3a30eb70828a9d2c47565799b6b701c34f87be00dc86d747a864d -SIZE (mantisbt-2.24.3.tar.gz) = 14399107 +SHA256 (mantisbt-2.24.4.tar.gz) = c1b483c8395a0fb1249bcc50ada203db584d819f4f6f606b1d1eec42c5205cb8 +SIZE (mantisbt-2.24.4.tar.gz) = 14400419 SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88 SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861 -SHA256 (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = b87b233afc70d61b4b6c1fdc574cbbd3f2997efdfd4b5cfde1cfebfb6097dbc3 -SIZE (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = 152618 +SHA256 (mantisbt-plugins-Announce-v2.4.2_GH0.tar.gz) = 8a86bb04a2bae7f9dacfffc7bf434e7ec49216156c48db76835da1cc869cec2e +SIZE (mantisbt-plugins-Announce-v2.4.2_GH0.tar.gz) = 153807 SHA256 (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = d4ca823fdcef233f041a2ab590d7b2c9e7e9209d2f92f07749967b564b128418 SIZE (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = 260775 SHA256 (mantisbt-plugins-CustomReporter-v2.0.0_GH0.tar.gz) = 91c97236e56899a79bcc84f7f0f1ab7f9e1176c8687cefbf3c9cc31a6e1d7022 @@ -27,8 +27,8 @@ SHA256 (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040 SIZE (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = 2898 SHA256 (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 0b469ad79ffb792e4fc9cbcc5d48266c686be20de3f0cd6986bf43893deca1c3 SIZE (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 197029 -SHA256 (mantisbt-plugins-source-integration-v2.2.0_GH0.tar.gz) = 996b125d38127b1434f503d58fb373e92c2cf6fc4bee4996bc9582113e493a72 -SIZE (mantisbt-plugins-source-integration-v2.2.0_GH0.tar.gz) = 118568 +SHA256 (mantisbt-plugins-source-integration-v2.3.1_GH0.tar.gz) = c3d8a6a1436ac7a98479e0e3229fe6d89047fd84916f4a1d36207a40ce3f6a2d +SIZE (mantisbt-plugins-source-integration-v2.3.1_GH0.tar.gz) = 118695 SHA256 (mantisbt-plugins-Slack-9286d2eeeb8a986ed949e378711fef5f0bf182dc_GH0.tar.gz) = 2ee4569c4803ad2b8205fd5bbf9d347dbf4952b79e073381afea2e03f78f950c SIZE (mantisbt-plugins-Slack-9286d2eeeb8a986ed949e378711fef5f0bf182dc_GH0.tar.gz) = 115058 SHA256 (mantisbt-plugins-Snippets-v2.2.5_GH0.tar.gz) = 7efa4d1635789fde24d1aa5385f0fee100578c5c1f730c6fcf9228304b059aa0 From owner-svn-ports-all@freebsd.org Wed Mar 10 14:55:36 2021 Return-Path: Delivered-To: svn-ports-all@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 33C1B56B1D8; Wed, 10 Mar 2021 14:55:36 +0000 (UTC) (envelope-from arrowd@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 4DwZrS13C1z3Qff; Wed, 10 Mar 2021 14:55:36 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 170E01142D; Wed, 10 Mar 2021 14:55:36 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AEtZEI026222; Wed, 10 Mar 2021 14:55:35 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AEtZKa026219; Wed, 10 Mar 2021 14:55:35 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202103101455.12AEtZKa026219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Wed, 10 Mar 2021 14:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568009 - head/multimedia/pipewire X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/multimedia/pipewire X-SVN-Commit-Revision: 568009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:55:36 -0000 Author: arrowd Date: Wed Mar 10 14:55:35 2021 New Revision: 568009 URL: https://svnweb.freebsd.org/changeset/ports/568009 Log: multimedia/pipewire: Update to 0.3.23 Modified: head/multimedia/pipewire/Makefile head/multimedia/pipewire/distinfo head/multimedia/pipewire/pkg-plist Modified: head/multimedia/pipewire/Makefile ============================================================================== --- head/multimedia/pipewire/Makefile Wed Mar 10 14:55:02 2021 (r568008) +++ head/multimedia/pipewire/Makefile Wed Mar 10 14:55:35 2021 (r568009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pipewire -DISTVERSION= 0.3.11 +DISTVERSION= 0.3.23 CATEGORIES= multimedia MAINTAINER= arrowd@FreeBSD.org @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libasound.so:audio/alsa-lib \ libdbus-1.so:devel/dbus \ + libinotify.so:devel/libinotify \ libepoll-shim.so:devel/libepoll-shim \ libudev.so:devel/libudev-devd Modified: head/multimedia/pipewire/distinfo ============================================================================== --- head/multimedia/pipewire/distinfo Wed Mar 10 14:55:02 2021 (r568008) +++ head/multimedia/pipewire/distinfo Wed Mar 10 14:55:35 2021 (r568009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599852882 -SHA256 (PipeWire-pipewire-0.3.11_GH0.tar.gz) = 8e2d58d644bfbf87910bfc9f5c4339c310a88588c7b14e2cf22ceceb48980989 -SIZE (PipeWire-pipewire-0.3.11_GH0.tar.gz) = 1164993 +TIMESTAMP = 1615387377 +SHA256 (PipeWire-pipewire-0.3.23_GH0.tar.gz) = e9a9030032ba8f3b6f9e300dbf755ab439340cd4cbeb3e1bba6f1a18d2c9da92 +SIZE (PipeWire-pipewire-0.3.23_GH0.tar.gz) = 1318156 Modified: head/multimedia/pipewire/pkg-plist ============================================================================== --- head/multimedia/pipewire/pkg-plist Wed Mar 10 14:55:02 2021 (r568008) +++ head/multimedia/pipewire/pkg-plist Wed Mar 10 14:55:35 2021 (r568009) @@ -1,16 +1,31 @@ bin/pipewire +bin/pipewire-pulse bin/pw-cli bin/pw-dot +bin/pw-dump bin/pw-metadata bin/pw-mididump bin/pw-mon bin/pw-profiler +bin/pw-reserve bin/spa-inspect +bin/spa-json-dump bin/spa-monitor +%%ETCDIR%%/client-rt.conf +%%ETCDIR%%/client.conf +%%ETCDIR%%/jack.conf +%%ETCDIR%%/media-session.d/alsa-monitor.conf +%%ETCDIR%%/media-session.d/bluez-monitor.conf +%%ETCDIR%%/media-session.d/media-session.conf +%%ETCDIR%%/media-session.d/v4l2-monitor.conf +%%ETCDIR%%/media-session.d/with-jack +%%ETCDIR%%/media-session.d/with-pulseaudio +%%ETCDIR%%/pipewire-pulse.conf @sample %%ETCDIR%%/pipewire.conf.sample include/pipewire-0.3/pipewire/array.h include/pipewire-0.3/pipewire/buffers.h include/pipewire-0.3/pipewire/client.h +include/pipewire-0.3/pipewire/conf.h include/pipewire-0.3/pipewire/context.h include/pipewire-0.3/pipewire/control.h include/pipewire-0.3/pipewire/core.h @@ -76,6 +91,7 @@ include/spa-0.2/spa/debug/types.h include/spa-0.2/spa/graph/graph.h include/spa-0.2/spa/monitor/device.h include/spa-0.2/spa/monitor/event.h +include/spa-0.2/spa/monitor/type-info.h include/spa-0.2/spa/monitor/utils.h include/spa-0.2/spa/node/command.h include/spa-0.2/spa/node/event.h @@ -122,6 +138,7 @@ include/spa-0.2/spa/support/system.h include/spa-0.2/spa/utils/defs.h include/spa-0.2/spa/utils/dict.h include/spa-0.2/spa/utils/hook.h +include/spa-0.2/spa/utils/json.h include/spa-0.2/spa/utils/keys.h include/spa-0.2/spa/utils/list.h include/spa-0.2/spa/utils/names.h @@ -132,7 +149,7 @@ include/spa-0.2/spa/utils/type.h %%GSTREAMER%%lib/gstreamer-1.0/libgstpipewire.so lib/libpipewire-0.3.so lib/libpipewire-0.3.so.0 -lib/libpipewire-0.3.so.0.311.0 +lib/libpipewire-0.3.so.0.323.0 lib/pipewire-0.3/libpipewire-module-access.so lib/pipewire-0.3/libpipewire-module-adapter.so lib/pipewire-0.3/libpipewire-module-client-device.so @@ -142,6 +159,7 @@ lib/pipewire-0.3/libpipewire-module-metadata.so lib/pipewire-0.3/libpipewire-module-portal.so lib/pipewire-0.3/libpipewire-module-profiler.so lib/pipewire-0.3/libpipewire-module-protocol-native.so +lib/pipewire-0.3/libpipewire-module-protocol-pulse.so lib/pipewire-0.3/libpipewire-module-rtkit.so lib/pipewire-0.3/libpipewire-module-session-manager.so lib/pipewire-0.3/libpipewire-module-spa-device-factory.so From owner-svn-ports-all@freebsd.org Wed Mar 10 14:55:58 2021 Return-Path: Delivered-To: svn-ports-all@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 68FE156B5B3; Wed, 10 Mar 2021 14:55:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwZrt2Zstz3R1n; Wed, 10 Mar 2021 14:55:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 417C6114B8; Wed, 10 Mar 2021 14:55:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AEtwhu026350; Wed, 10 Mar 2021 14:55:58 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AEtvXF026348; Wed, 10 Mar 2021 14:55:57 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103101455.12AEtvXF026348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 10 Mar 2021 14:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568010 - branches/2021Q1/databases/mantis X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2021Q1/databases/mantis X-SVN-Commit-Revision: 568010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 14:55:58 -0000 Author: lwhsu Date: Wed Mar 10 14:55:57 2021 New Revision: 568010 URL: https://svnweb.freebsd.org/changeset/ports/568010 Log: MFH: r568008 databases/mantis: Update to 2.24.4 PR: 252639 Submitted by: Zoltan ALEXANDERSON BESSE (maintainer) Security: 2dc8927b-54e0-11eb-9342-1c697a013f4b Modified: branches/2021Q1/databases/mantis/Makefile branches/2021Q1/databases/mantis/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/databases/mantis/Makefile ============================================================================== --- branches/2021Q1/databases/mantis/Makefile Wed Mar 10 14:55:35 2021 (r568009) +++ branches/2021Q1/databases/mantis/Makefile Wed Mar 10 14:55:57 2021 (r568010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mantis -PORTVERSION= 2.24.3 +PORTVERSION= 2.24.4 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} @@ -36,8 +36,6 @@ OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL OPTIONS_SUB= yes -# XXX: All of these should probably be either separate ports or at -# least subpackages... ACTIVITY_DESC= Shows bug notes by creation date ANNOUNCE_DESC= Announcements COLORIZED_DESC= Colorized Theme @@ -58,7 +56,7 @@ TASKODROME_DESC= Interactive scrum board TIMETRACKING_DESC= Time Tracking ACTIVITY_GH_TUPLE= mantisbt-plugins:Activity:99cf873396ebc3fec431c6746dae1a604768f322:activity/plugins/Activity -ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.4.1:announce/plugins/Announce +ANNOUNCE_GH_TUPLE= mantisbt-plugins:Announce:v2.4.2:announce/plugins/Announce COLORIZED_GH_TUPLE= mantisbt-plugins:MantisBT-Colorized:f43dc4cc36e8851f8df1797116f904ccf5f1689d:colorized/css/themes/colorized CUSTOMREPORTER_GH_TUPLE= mantisbt-plugins:CustomReporter:v2.0.0:customreporter/plugins/CustomReporter EMAILREP_GH_TUPLE= mantisbt-plugins:EmailReporting:EmailReporting_0.10.1:emailrep/plugins/EmailReporting @@ -73,7 +71,7 @@ PGSQL_USE= PHP=pgsql PIWIK_GH_TUPLE= mantisbt-plugins:piwik:a2dba46836bdc07a80b8040e889ba0606f97415e:piwik SAMPLEAUTH_GH_TUPLE= mantisbt-plugins:SampleAuth:34856715f49a5c273f33e094c759c0e0b52b3912:sampleauth/plugins/SampleAuth SI_USE= PHP=curl -SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.2.0:si +SI_GH_TUPLE= mantisbt-plugins:source-integration:v2.3.1:si SLACK_GH_TUPLE= mantisbt-plugins:Slack:9286d2eeeb8a986ed949e378711fef5f0bf182dc:slack/plugins/Slack SNIPPETS_GH_TUPLE= mantisbt-plugins:Snippets:v2.2.5:snippets/plugins/Snippets TASKODROME_GH_TUPLE= mantisbt-plugins:Taskodrome:8bb3dd80af9190d636ce1117a291d9f8d0fec78e:taskodrome Modified: branches/2021Q1/databases/mantis/distinfo ============================================================================== --- branches/2021Q1/databases/mantis/distinfo Wed Mar 10 14:55:35 2021 (r568009) +++ branches/2021Q1/databases/mantis/distinfo Wed Mar 10 14:55:57 2021 (r568010) @@ -1,10 +1,10 @@ TIMESTAMP = 1605336590 -SHA256 (mantisbt-2.24.3.tar.gz) = 97220d47d2b3a30eb70828a9d2c47565799b6b701c34f87be00dc86d747a864d -SIZE (mantisbt-2.24.3.tar.gz) = 14399107 +SHA256 (mantisbt-2.24.4.tar.gz) = c1b483c8395a0fb1249bcc50ada203db584d819f4f6f606b1d1eec42c5205cb8 +SIZE (mantisbt-2.24.4.tar.gz) = 14400419 SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88 SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861 -SHA256 (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = b87b233afc70d61b4b6c1fdc574cbbd3f2997efdfd4b5cfde1cfebfb6097dbc3 -SIZE (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = 152618 +SHA256 (mantisbt-plugins-Announce-v2.4.2_GH0.tar.gz) = 8a86bb04a2bae7f9dacfffc7bf434e7ec49216156c48db76835da1cc869cec2e +SIZE (mantisbt-plugins-Announce-v2.4.2_GH0.tar.gz) = 153807 SHA256 (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = d4ca823fdcef233f041a2ab590d7b2c9e7e9209d2f92f07749967b564b128418 SIZE (mantisbt-plugins-MantisBT-Colorized-f43dc4cc36e8851f8df1797116f904ccf5f1689d_GH0.tar.gz) = 260775 SHA256 (mantisbt-plugins-CustomReporter-v2.0.0_GH0.tar.gz) = 91c97236e56899a79bcc84f7f0f1ab7f9e1176c8687cefbf3c9cc31a6e1d7022 @@ -27,8 +27,8 @@ SHA256 (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040 SIZE (mantisbt-plugins-piwik-a2dba46836bdc07a80b8040e889ba0606f97415e_GH0.tar.gz) = 2898 SHA256 (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 0b469ad79ffb792e4fc9cbcc5d48266c686be20de3f0cd6986bf43893deca1c3 SIZE (mantisbt-plugins-SampleAuth-34856715f49a5c273f33e094c759c0e0b52b3912_GH0.tar.gz) = 197029 -SHA256 (mantisbt-plugins-source-integration-v2.2.0_GH0.tar.gz) = 996b125d38127b1434f503d58fb373e92c2cf6fc4bee4996bc9582113e493a72 -SIZE (mantisbt-plugins-source-integration-v2.2.0_GH0.tar.gz) = 118568 +SHA256 (mantisbt-plugins-source-integration-v2.3.1_GH0.tar.gz) = c3d8a6a1436ac7a98479e0e3229fe6d89047fd84916f4a1d36207a40ce3f6a2d +SIZE (mantisbt-plugins-source-integration-v2.3.1_GH0.tar.gz) = 118695 SHA256 (mantisbt-plugins-Slack-9286d2eeeb8a986ed949e378711fef5f0bf182dc_GH0.tar.gz) = 2ee4569c4803ad2b8205fd5bbf9d347dbf4952b79e073381afea2e03f78f950c SIZE (mantisbt-plugins-Slack-9286d2eeeb8a986ed949e378711fef5f0bf182dc_GH0.tar.gz) = 115058 SHA256 (mantisbt-plugins-Snippets-v2.2.5_GH0.tar.gz) = 7efa4d1635789fde24d1aa5385f0fee100578c5c1f730c6fcf9228304b059aa0 From owner-svn-ports-all@freebsd.org Wed Mar 10 15:00:43 2021 Return-Path: Delivered-To: svn-ports-all@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 959A556B903; Wed, 10 Mar 2021 15:00:43 +0000 (UTC) (envelope-from mikael@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 4DwZyM3t3Pz3RF4; Wed, 10 Mar 2021 15:00:43 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77D791161F; Wed, 10 Mar 2021 15:00:43 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AF0h7S027128; Wed, 10 Mar 2021 15:00:43 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AF0hRJ026797; Wed, 10 Mar 2021 15:00:43 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103101500.12AF0hRJ026797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Wed, 10 Mar 2021 15:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568011 - head/devel/rust-analyzer X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/devel/rust-analyzer X-SVN-Commit-Revision: 568011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 15:00:43 -0000 Author: mikael Date: Wed Mar 10 15:00:42 2021 New Revision: 568011 URL: https://svnweb.freebsd.org/changeset/ports/568011 Log: devel/rust-analyzer: Update to 2021-03-08 Changes: https://github.com/rust-analyzer/rust-analyzer/releases/tag/2021-03-08 Modified: head/devel/rust-analyzer/Makefile head/devel/rust-analyzer/distinfo Modified: head/devel/rust-analyzer/Makefile ============================================================================== --- head/devel/rust-analyzer/Makefile Wed Mar 10 14:55:57 2021 (r568010) +++ head/devel/rust-analyzer/Makefile Wed Mar 10 15:00:42 2021 (r568011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rust-analyzer -DISTVERSION= 2021-03-01 +DISTVERSION= 2021-03-08 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org @@ -16,7 +16,7 @@ USES= cargo USE_GITHUB= yes CARGO_CRATES= addr2line-0.14.1 \ - adler-1.0.1 \ + adler-1.0.2 \ always-assert-0.1.2 \ ansi_term-0.12.1 \ anyhow-1.0.38 \ @@ -27,14 +27,15 @@ CARGO_CRATES= addr2line-0.14.1 \ backtrace-0.3.56 \ bitflags-1.2.1 \ byteorder-1.4.2 \ + camino-1.0.2 \ cargo-platform-0.1.1 \ - cargo_metadata-0.12.3 \ + cargo_metadata-0.13.1 \ cc-1.0.67 \ cfg-if-1.0.0 \ - chalk-derive-0.58.0 \ - chalk-ir-0.58.0 \ - chalk-recursive-0.58.0 \ - chalk-solve-0.58.0 \ + chalk-derive-0.59.0 \ + chalk-ir-0.59.0 \ + chalk-recursive-0.59.0 \ + chalk-solve-0.59.0 \ chrono-0.4.19 \ cmake-0.1.45 \ countme-2.0.4 \ @@ -68,7 +69,6 @@ CARGO_CRATES= addr2line-0.14.1 \ inotify-0.9.2 \ inotify-sys-0.1.5 \ instant-0.1.9 \ - itertools-0.9.0 \ itertools-0.10.0 \ itoa-0.4.7 \ jemalloc-ctl-0.3.3 \ @@ -76,7 +76,7 @@ CARGO_CRATES= addr2line-0.14.1 \ jemallocator-0.3.2 \ jod-thread-0.1.2 \ lazy_static-1.4.0 \ - libc-0.2.86 \ + libc-0.2.88 \ libloading-0.7.0 \ libmimalloc-sys-0.1.20 \ lock_api-0.4.2 \ @@ -98,7 +98,7 @@ CARGO_CRATES= addr2line-0.14.1 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.23.0 \ - once_cell-1.7.0 \ + once_cell-1.7.2 \ oorandom-11.1.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ @@ -109,8 +109,7 @@ CARGO_CRATES= addr2line-0.14.1 \ perf-event-open-sys-1.0.1 \ pest-2.1.3 \ petgraph-0.5.1 \ - pico-args-0.4.0 \ - pin-project-lite-0.2.4 \ + pin-project-lite-0.2.6 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.24 \ pulldown-cmark-0.8.0 \ @@ -123,7 +122,7 @@ CARGO_CRATES= addr2line-0.14.1 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ rowan-0.12.6 \ - rustc-ap-rustc_lexer-708.0.0 \ + rustc-ap-rustc_lexer-709.0.0 \ rustc-demangle-0.1.18 \ rustc-hash-1.1.0 \ ryu-1.0.5 \ @@ -136,14 +135,14 @@ CARGO_CRATES= addr2line-0.14.1 \ semver-parser-0.10.2 \ serde-1.0.123 \ serde_derive-1.0.123 \ - serde_json-1.0.62 \ + serde_json-1.0.64 \ serde_path_to_error-0.1.4 \ serde_repr-0.1.6 \ sharded-slab-0.1.1 \ smallvec-1.6.1 \ smol_str-0.1.17 \ socket2-0.3.19 \ - syn-1.0.60 \ + syn-1.0.61 \ synstructure-0.12.4 \ termcolor-1.1.2 \ text-size-1.1.0 \ @@ -173,8 +172,10 @@ CARGO_CRATES= addr2line-0.14.1 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ write-json-0.1.2 \ - xshell-0.1.8 \ - xshell-macros-0.1.8 + xflags-0.2.1 \ + xflags-macros-0.2.1 \ + xshell-0.1.9 \ + xshell-macros-0.1.9 CARGO_INSTALL_PATH= crates/rust-analyzer Modified: head/devel/rust-analyzer/distinfo ============================================================================== --- head/devel/rust-analyzer/distinfo Wed Mar 10 14:55:57 2021 (r568010) +++ head/devel/rust-analyzer/distinfo Wed Mar 10 15:00:42 2021 (r568011) @@ -1,8 +1,8 @@ -TIMESTAMP = 1614939504 +TIMESTAMP = 1615309308 SHA256 (rust/crates/addr2line-0.14.1.tar.gz) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 SIZE (rust/crates/addr2line-0.14.1.tar.gz) = 31201 -SHA256 (rust/crates/adler-1.0.1.tar.gz) = bedc89c5c7b5550ffb9372eb5c5ffc7f9f705cc3f4a128bd4669b9745f555093 -SIZE (rust/crates/adler-1.0.1.tar.gz) = 12724 +SHA256 (rust/crates/adler-1.0.2.tar.gz) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.tar.gz) = 12778 SHA256 (rust/crates/always-assert-0.1.2.tar.gz) = fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11 SIZE (rust/crates/always-assert-0.1.2.tar.gz) = 7067 SHA256 (rust/crates/ansi_term-0.12.1.tar.gz) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -23,22 +23,24 @@ SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 +SHA256 (rust/crates/camino-1.0.2.tar.gz) = cd065703998b183ed0b348a22555691373a9345a1431141e5778b48bb17e4703 +SIZE (rust/crates/camino-1.0.2.tar.gz) = 27704 SHA256 (rust/crates/cargo-platform-0.1.1.tar.gz) = 0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7 SIZE (rust/crates/cargo-platform-0.1.1.tar.gz) = 7409 -SHA256 (rust/crates/cargo_metadata-0.12.3.tar.gz) = 7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f -SIZE (rust/crates/cargo_metadata-0.12.3.tar.gz) = 16789 +SHA256 (rust/crates/cargo_metadata-0.13.1.tar.gz) = 081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8 +SIZE (rust/crates/cargo_metadata-0.13.1.tar.gz) = 16917 SHA256 (rust/crates/cc-1.0.67.tar.gz) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd SIZE (rust/crates/cc-1.0.67.tar.gz) = 53486 SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 -SHA256 (rust/crates/chalk-derive-0.58.0.tar.gz) = e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8 -SIZE (rust/crates/chalk-derive-0.58.0.tar.gz) = 3434 -SHA256 (rust/crates/chalk-ir-0.58.0.tar.gz) = c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206 -SIZE (rust/crates/chalk-ir-0.58.0.tar.gz) = 51597 -SHA256 (rust/crates/chalk-recursive-0.58.0.tar.gz) = 7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da -SIZE (rust/crates/chalk-recursive-0.58.0.tar.gz) = 14275 -SHA256 (rust/crates/chalk-solve-0.58.0.tar.gz) = 55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9 -SIZE (rust/crates/chalk-solve-0.58.0.tar.gz) = 97129 +SHA256 (rust/crates/chalk-derive-0.59.0.tar.gz) = 4b9000fbcb67353dc8973ab9fd136277d321d85b79bd36b8756bb3ae0979a94a +SIZE (rust/crates/chalk-derive-0.59.0.tar.gz) = 3431 +SHA256 (rust/crates/chalk-ir-0.59.0.tar.gz) = b23528d61b3557c676eccf508fa0771a38453b379f0b780154eaa7f70afe8dfc +SIZE (rust/crates/chalk-ir-0.59.0.tar.gz) = 51590 +SHA256 (rust/crates/chalk-recursive-0.59.0.tar.gz) = a8bdd37afc666b771de8b4429fe014363d0e74aae5cc26f320f60a3eab34d744 +SIZE (rust/crates/chalk-recursive-0.59.0.tar.gz) = 14303 +SHA256 (rust/crates/chalk-solve-0.59.0.tar.gz) = 4182c42ca319cb71c89898ebc3d2671d1fa7d928123b171b66f1797a2000b9c8 +SIZE (rust/crates/chalk-solve-0.59.0.tar.gz) = 97127 SHA256 (rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 SIZE (rust/crates/chrono-0.4.19.tar.gz) = 155663 SHA256 (rust/crates/cmake-0.1.45.tar.gz) = eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855 @@ -105,8 +107,6 @@ SHA256 (rust/crates/inotify-sys-0.1.5.tar.gz) = e05c02 SIZE (rust/crates/inotify-sys-0.1.5.tar.gz) = 6965 SHA256 (rust/crates/instant-0.1.9.tar.gz) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec SIZE (rust/crates/instant-0.1.9.tar.gz) = 5213 -SHA256 (rust/crates/itertools-0.9.0.tar.gz) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b -SIZE (rust/crates/itertools-0.9.0.tar.gz) = 96429 SHA256 (rust/crates/itertools-0.10.0.tar.gz) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 SIZE (rust/crates/itertools-0.10.0.tar.gz) = 109656 SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 @@ -121,8 +121,8 @@ SHA256 (rust/crates/jod-thread-0.1.2.tar.gz) = 8b23360 SIZE (rust/crates/jod-thread-0.1.2.tar.gz) = 6322 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.86.tar.gz) = b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c -SIZE (rust/crates/libc-0.2.86.tar.gz) = 522986 +SHA256 (rust/crates/libc-0.2.88.tar.gz) = 03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a +SIZE (rust/crates/libc-0.2.88.tar.gz) = 514138 SHA256 (rust/crates/libloading-0.7.0.tar.gz) = 6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a SIZE (rust/crates/libloading-0.7.0.tar.gz) = 26216 SHA256 (rust/crates/libmimalloc-sys-0.1.20.tar.gz) = e58f42b6424a0ed536678c65fd97cd64b4344bcf86251e284f7c0ce9eee40e64 @@ -165,8 +165,8 @@ SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f37 SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 SHA256 (rust/crates/object-0.23.0.tar.gz) = a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4 SIZE (rust/crates/object-0.23.0.tar.gz) = 203889 -SHA256 (rust/crates/once_cell-1.7.0.tar.gz) = 10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a -SIZE (rust/crates/once_cell-1.7.0.tar.gz) = 28040 +SHA256 (rust/crates/once_cell-1.7.2.tar.gz) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.tar.gz) = 28250 SHA256 (rust/crates/oorandom-11.1.3.tar.gz) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.tar.gz) = 10068 SHA256 (rust/crates/parking_lot-0.11.1.tar.gz) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb @@ -187,10 +187,8 @@ SHA256 (rust/crates/pest-2.1.3.tar.gz) = 10f4872ae94d7 SIZE (rust/crates/pest-2.1.3.tar.gz) = 77986 SHA256 (rust/crates/petgraph-0.5.1.tar.gz) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7 SIZE (rust/crates/petgraph-0.5.1.tar.gz) = 147173 -SHA256 (rust/crates/pico-args-0.4.0.tar.gz) = d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6 -SIZE (rust/crates/pico-args-0.4.0.tar.gz) = 10801 -SHA256 (rust/crates/pin-project-lite-0.2.4.tar.gz) = 439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827 -SIZE (rust/crates/pin-project-lite-0.2.4.tar.gz) = 22840 +SHA256 (rust/crates/pin-project-lite-0.2.6.tar.gz) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.tar.gz) = 25494 SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 @@ -215,8 +213,8 @@ SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/rowan-0.12.6.tar.gz) = a1b36e449f3702f3b0c821411db1cbdf30fb451726a9456dce5dabcd44420043 SIZE (rust/crates/rowan-0.12.6.tar.gz) = 31625 -SHA256 (rust/crates/rustc-ap-rustc_lexer-708.0.0.tar.gz) = 2706fc7106c75eaea49efe9f35f719a6fdfdb95212122ec2b543659406bae7ea -SIZE (rust/crates/rustc-ap-rustc_lexer-708.0.0.tar.gz) = 14079 +SHA256 (rust/crates/rustc-ap-rustc_lexer-709.0.0.tar.gz) = f69f83314702aaccf29c7401cc63bb0d9fa7869a185a23b8379f08c91514b3f3 +SIZE (rust/crates/rustc-ap-rustc_lexer-709.0.0.tar.gz) = 14080 SHA256 (rust/crates/rustc-demangle-0.1.18.tar.gz) = 6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232 SIZE (rust/crates/rustc-demangle-0.1.18.tar.gz) = 19913 SHA256 (rust/crates/rustc-hash-1.1.0.tar.gz) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 @@ -241,8 +239,8 @@ SHA256 (rust/crates/serde-1.0.123.tar.gz) = 92d5161132 SIZE (rust/crates/serde-1.0.123.tar.gz) = 74379 SHA256 (rust/crates/serde_derive-1.0.123.tar.gz) = 9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31 SIZE (rust/crates/serde_derive-1.0.123.tar.gz) = 54122 -SHA256 (rust/crates/serde_json-1.0.62.tar.gz) = ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486 -SIZE (rust/crates/serde_json-1.0.62.tar.gz) = 114960 +SHA256 (rust/crates/serde_json-1.0.64.tar.gz) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.tar.gz) = 115138 SHA256 (rust/crates/serde_path_to_error-0.1.4.tar.gz) = 42f6109f0506e20f7e0f910e51a0079acf41da8e0694e6442527c4ddf5a2b158 SIZE (rust/crates/serde_path_to_error-0.1.4.tar.gz) = 13126 SHA256 (rust/crates/serde_repr-0.1.6.tar.gz) = 2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76 @@ -255,8 +253,8 @@ SHA256 (rust/crates/smol_str-0.1.17.tar.gz) = 6ca0f7ce SIZE (rust/crates/smol_str-0.1.17.tar.gz) = 11896 SHA256 (rust/crates/socket2-0.3.19.tar.gz) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e SIZE (rust/crates/socket2-0.3.19.tar.gz) = 33782 -SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 -SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 +SHA256 (rust/crates/syn-1.0.61.tar.gz) = ed22b90a0e734a23a7610f4283ac9e5acfb96cbb30dfefa540d66f866f1c09c5 +SIZE (rust/crates/syn-1.0.61.tar.gz) = 231426 SHA256 (rust/crates/synstructure-0.12.4.tar.gz) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701 SIZE (rust/crates/synstructure-0.12.4.tar.gz) = 18105 SHA256 (rust/crates/termcolor-1.1.2.tar.gz) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 @@ -315,9 +313,13 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/write-json-0.1.2.tar.gz) = 06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3 SIZE (rust/crates/write-json-0.1.2.tar.gz) = 7414 -SHA256 (rust/crates/xshell-0.1.8.tar.gz) = ed373ede30cea03e8c0af22f48ee1ba80efbf06fec8b4746977e6ee703878de0 -SIZE (rust/crates/xshell-0.1.8.tar.gz) = 15698 -SHA256 (rust/crates/xshell-macros-0.1.8.tar.gz) = 7f6af9f8119104697b0105989a73c578ce33f922d9d6f3dae0e8ae3d538db321 -SIZE (rust/crates/xshell-macros-0.1.8.tar.gz) = 2557 -SHA256 (rust-analyzer-rust-analyzer-2021-03-01_GH0.tar.gz) = 6893a1fc972297dddd48debf87a107b7dcf9f739e221e251e2ef86f469df365f -SIZE (rust-analyzer-rust-analyzer-2021-03-01_GH0.tar.gz) = 1697862 +SHA256 (rust/crates/xflags-0.2.1.tar.gz) = 59ad6ce6a0b7224130015b4ebac796478ac04e0079f5d222a690efea06a9208a +SIZE (rust/crates/xflags-0.2.1.tar.gz) = 10024 +SHA256 (rust/crates/xflags-macros-0.2.1.tar.gz) = c8037d3ca14996158b03c0fa905d0834906ef0fc7044df72c1f5ff690e5e62c9 +SIZE (rust/crates/xflags-macros-0.2.1.tar.gz) = 9695 +SHA256 (rust/crates/xshell-0.1.9.tar.gz) = 6f18102278453c8f70ea5c514ac78cb4c73a0ef72a8273d17094b52f9584c0c1 +SIZE (rust/crates/xshell-0.1.9.tar.gz) = 18042 +SHA256 (rust/crates/xshell-macros-0.1.9.tar.gz) = 6093c460064572007f885facc70bb0ca5e40a83ea7ff8b16c1abbee56fd2e767 +SIZE (rust/crates/xshell-macros-0.1.9.tar.gz) = 2597 +SHA256 (rust-analyzer-rust-analyzer-2021-03-08_GH0.tar.gz) = 75d810a4b3fd08d8d0948186f077b754ab9a2a02af3d3c6947e0baa58576e43d +SIZE (rust-analyzer-rust-analyzer-2021-03-08_GH0.tar.gz) = 1713825 From owner-svn-ports-all@freebsd.org Wed Mar 10 16:03:07 2021 Return-Path: Delivered-To: svn-ports-all@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 6224756FAAE; Wed, 10 Mar 2021 16:03:07 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwcLM2LSPz3nD9; Wed, 10 Mar 2021 16:03:07 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4343B12487; Wed, 10 Mar 2021 16:03:07 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AG37JQ067964; Wed, 10 Mar 2021 16:03:07 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AG371X067963; Wed, 10 Mar 2021 16:03:07 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101603.12AG371X067963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 16:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568012 - head/net/tightvnc X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net/tightvnc X-SVN-Commit-Revision: 568012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:03:07 -0000 Author: pkubaj Date: Wed Mar 10 16:03:06 2021 New Revision: 568012 URL: https://svnweb.freebsd.org/changeset/ports/568012 Log: net/tightvnc: fix build on powerpc64* and probably also on aarch64 and riscv64 Clang can't build this, use GCC: In file included from ./cfbmskbits.h:39: ../hw/xfree86/common/compiler.h:437:8: error: invalid output constraint '=a' in asm "=a" (ret) : Modified: head/net/tightvnc/Makefile Modified: head/net/tightvnc/Makefile ============================================================================== --- head/net/tightvnc/Makefile Wed Mar 10 15:00:42 2021 (r568011) +++ head/net/tightvnc/Makefile Wed Mar 10 16:03:06 2021 (r568012) @@ -14,8 +14,6 @@ COMMENT= Enhanced version of VNC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE.TXT -BROKEN_aarch64= Fails to build: invokes x86 asm -BROKEN_riscv64= Fails to build: invokes x86 asm RUN_DEPENDS= showrgb:x11/rgb \ xauth:x11/xauth \ @@ -32,6 +30,7 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc SHEBANG_FILES= vncserver CFLAGS+= -Wno-return-type ALL_TARGET= World +MAKE_ARGS= CC=${CC} OPTIONS_DEFINE= JVNC_VIEWER OPTIONS_SUB= yes @@ -44,6 +43,10 @@ PREFIX=${TIGHTVNC_BASE} .endif .include + +.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} || ${ARCH} == riscv64 +USE_GCC= any +.endif .if exists(${PREFIX}/share/vnc/classes/index.vnc) IGNORE= vnc has already been installed, please uninstall it first From owner-svn-ports-all@freebsd.org Wed Mar 10 16:09:47 2021 Return-Path: Delivered-To: svn-ports-all@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 3BEB656FA73; Wed, 10 Mar 2021 16:09:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwcV31K1Hz3nMf; Wed, 10 Mar 2021 16:09:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BA0B1217E; Wed, 10 Mar 2021 16:09:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AG9kWr068268; Wed, 10 Mar 2021 16:09:46 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AG9kCf068267; Wed, 10 Mar 2021 16:09:46 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101609.12AG9kCf068267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 16:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568013 - head/biology/hmmer X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/biology/hmmer X-SVN-Commit-Revision: 568013 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:09:47 -0000 Author: pkubaj Date: Wed Mar 10 16:09:46 2021 New Revision: 568013 URL: https://svnweb.freebsd.org/changeset/ports/568013 Log: biology/hmmer: disable on powerpc64le and powerpcspe Altivec/VSX code in this port works only on big-endian POWER. powerpcspe has neither SSE2 nor Altivec. Modified: head/biology/hmmer/Makefile Modified: head/biology/hmmer/Makefile ============================================================================== --- head/biology/hmmer/Makefile Wed Mar 10 16:03:06 2021 (r568012) +++ head/biology/hmmer/Makefile Wed Mar 10 16:09:46 2021 (r568013) @@ -12,7 +12,7 @@ COMMENT= Profile hidden Markov models for biological s LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions USES= compiler:c11 gmake perl5 python:3.5+,test shebangfix From owner-svn-ports-all@freebsd.org Wed Mar 10 16:28:25 2021 Return-Path: Delivered-To: svn-ports-all@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 CB00E57048D; Wed, 10 Mar 2021 16:28:25 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwcvY5QVYz3pjv; Wed, 10 Mar 2021 16:28:25 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACF3F1236F; Wed, 10 Mar 2021 16:28:25 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AGSPUF080313; Wed, 10 Mar 2021 16:28:25 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AGSP8r080312; Wed, 10 Mar 2021 16:28:25 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101628.12AGSP8r080312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 16:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568014 - head/misc/openmvg X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/misc/openmvg X-SVN-Commit-Revision: 568014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:28:25 -0000 Author: pkubaj Date: Wed Mar 10 16:28:25 2021 New Revision: 568014 URL: https://svnweb.freebsd.org/changeset/ports/568014 Log: misc/openmvg: enable on powerpc64le Modified: head/misc/openmvg/Makefile Modified: head/misc/openmvg/Makefile ============================================================================== --- head/misc/openmvg/Makefile Wed Mar 10 16:09:46 2021 (r568013) +++ head/misc/openmvg/Makefile Wed Mar 10 16:28:25 2021 (r568014) @@ -12,7 +12,7 @@ COMMENT= Multiple View Geometry (MVG) library LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/../LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken HPP_DEPENDS= cereal>0:devel/cereal From owner-svn-ports-all@freebsd.org Wed Mar 10 16:30:26 2021 Return-Path: Delivered-To: svn-ports-all@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 0958B570276; Wed, 10 Mar 2021 16:30:26 +0000 (UTC) (envelope-from gnn@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 4Dwcxs4m51z3pdh; Wed, 10 Mar 2021 16:30:25 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95E1312956; Wed, 10 Mar 2021 16:30:25 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AGUP55080552; Wed, 10 Mar 2021 16:30:25 GMT (envelope-from gnn@FreeBSD.org) Received: (from gnn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AGUOgO080547; Wed, 10 Mar 2021 16:30:24 GMT (envelope-from gnn@FreeBSD.org) Message-Id: <202103101630.12AGUOgO080547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gnn set sender to gnn@FreeBSD.org using -f From: "George V. Neville-Neil" Date: Wed, 10 Mar 2021 16:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568015 - in head/net/tcptestsuite: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gnn X-SVN-Commit-Paths: in head/net/tcptestsuite: . files X-SVN-Commit-Revision: 568015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:30:26 -0000 Author: gnn (src committer) Date: Wed Mar 10 16:30:24 2021 New Revision: 568015 URL: https://svnweb.freebsd.org/changeset/ports/568015 Log: Take maintainership of the port and add updated files. The addition of the Kyuafile and tcptestsuite_atf_test script make running the tests, once installed, simpler and easier than in the past, e.g. cd /usr/local/tests sudo kyua -v test_suites.FreeBSD.allow_sysctl_side_effects=1 test Submitted by: Olivier Cochard Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate") Added: head/net/tcptestsuite/files/ head/net/tcptestsuite/files/Kyuafile (contents, props changed) head/net/tcptestsuite/files/tcptestsuite_atf_test (contents, props changed) Modified: head/net/tcptestsuite/Makefile head/net/tcptestsuite/distinfo head/net/tcptestsuite/pkg-plist Modified: head/net/tcptestsuite/Makefile ============================================================================== --- head/net/tcptestsuite/Makefile Wed Mar 10 16:28:25 2021 (r568014) +++ head/net/tcptestsuite/Makefile Wed Mar 10 16:30:24 2021 (r568015) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= tcptestsuite -PORTVERSION= 0.0.4 +DISTVERSION= g20210304 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnn@FreeBSD.org COMMENT= Network stack test suite LICENSE= BSD2CLAUSE @@ -21,7 +21,10 @@ NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/run-all-tests ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/tests/tcptestsuite (cd ${WRKSRC} && \ ${COPYTREE_SHARE} "fast-open snd-syn socket-api rcv-data-segments rcv-icmp snippets state-event-engine" ${STAGEDIR}${DATADIR}) + ${INSTALL_SCRIPT} ${FILESDIR}/tcptestsuite_atf_test ${STAGEDIR}${PREFIX}/tests/ + ${INSTALL_DATA} ${FILESDIR}/Kyuafile ${STAGEDIR}${PREFIX}/tests/ .include Modified: head/net/tcptestsuite/distinfo ============================================================================== --- head/net/tcptestsuite/distinfo Wed Mar 10 16:28:25 2021 (r568014) +++ head/net/tcptestsuite/distinfo Wed Mar 10 16:30:24 2021 (r568015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614893998 -SHA256 (freebsd-net-tcp-testsuite-0.0.4-d8ab9af_GH0.tar.gz) = 261ea8008768c2d97dbfcfe15c1a5130a3404eb2e4810b9f71d9f3813dccdec1 -SIZE (freebsd-net-tcp-testsuite-0.0.4-d8ab9af_GH0.tar.gz) = 99357 +TIMESTAMP = 1615392664 +SHA256 (freebsd-net-tcp-testsuite-g20210304-d8ab9af_GH0.tar.gz) = 261ea8008768c2d97dbfcfe15c1a5130a3404eb2e4810b9f71d9f3813dccdec1 +SIZE (freebsd-net-tcp-testsuite-g20210304-d8ab9af_GH0.tar.gz) = 99357 Added: head/net/tcptestsuite/files/Kyuafile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcptestsuite/files/Kyuafile Wed Mar 10 16:30:24 2021 (r568015) @@ -0,0 +1,7 @@ +-- Automatically generated by bsd.test.mk. + +syntax(2) + +test_suite("FreeBSD") + +atf_test_program{name="tcptestsuite_atf_test", required_programs="/usr/local/bin/packetdrill"} Added: head/net/tcptestsuite/files/tcptestsuite_atf_test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcptestsuite/files/tcptestsuite_atf_test Wed Mar 10 16:30:24 2021 (r568015) @@ -0,0 +1,11398 @@ +#! /usr/libexec/atf-sh +# This file is @generated by make_atf.sh +# in the tcptestsuite distribution. +save_sysctls() { + sed -n 's/.*sysctl -w \([^=]*\)=.*/\1/p' < $1 \ + | sort -u \ + | xargs sysctl -e > saved_sysctls + atf_check test $? -eq 0 +} +restore_sysctls() { + sysctl -f saved_sysctls > /dev/null + atf_check test $? -eq 0 + rm saved_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_01 cleanup +client_handle_cookie_reject_of_length_01_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_01_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt +} +client_handle_cookie_reject_of_length_01_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_02 cleanup +client_handle_cookie_reject_of_length_02_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_02_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt +} +client_handle_cookie_reject_of_length_02_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_03 cleanup +client_handle_cookie_reject_of_length_03_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_03_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt +} +client_handle_cookie_reject_of_length_03_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_04 cleanup +client_handle_cookie_reject_of_length_04_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_04_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt +} +client_handle_cookie_reject_of_length_04_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_05 cleanup +client_handle_cookie_reject_of_length_05_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_05_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt +} +client_handle_cookie_reject_of_length_05_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_06 cleanup +client_handle_cookie_reject_of_length_06_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_06_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt +} +client_handle_cookie_reject_of_length_06_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_07 cleanup +client_handle_cookie_reject_of_length_07_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_07_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt +} +client_handle_cookie_reject_of_length_07_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_08 cleanup +client_handle_cookie_reject_of_length_08_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_08_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt +} +client_handle_cookie_reject_of_length_08_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_09 cleanup +client_handle_cookie_reject_of_length_09_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_09_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt +} +client_handle_cookie_reject_of_length_09_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_10 cleanup +client_handle_cookie_reject_of_length_10_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_10_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt +} +client_handle_cookie_reject_of_length_10_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_11 cleanup +client_handle_cookie_reject_of_length_11_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_11_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt +} +client_handle_cookie_reject_of_length_11_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_12 cleanup +client_handle_cookie_reject_of_length_12_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_12_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt +} +client_handle_cookie_reject_of_length_12_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_13 cleanup +client_handle_cookie_reject_of_length_13_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_13_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt +} +client_handle_cookie_reject_of_length_13_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_14 cleanup +client_handle_cookie_reject_of_length_14_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_14_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt +} +client_handle_cookie_reject_of_length_14_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_15 cleanup +client_handle_cookie_reject_of_length_15_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_15_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt +} +client_handle_cookie_reject_of_length_15_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_16 cleanup +client_handle_cookie_reject_of_length_16_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_16_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt +} +client_handle_cookie_reject_of_length_16_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_17 cleanup +client_handle_cookie_reject_of_length_17_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_17_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt +} +client_handle_cookie_reject_of_length_17_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_18 cleanup +client_handle_cookie_reject_of_length_18_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_18_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt +} +client_handle_cookie_reject_of_length_18_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_19 cleanup +client_handle_cookie_reject_of_length_19_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_19_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt +} +client_handle_cookie_reject_of_length_19_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_20 cleanup +client_handle_cookie_reject_of_length_20_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_20_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt +} +client_handle_cookie_reject_of_length_20_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_21 cleanup +client_handle_cookie_reject_of_length_21_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_21_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt +} +client_handle_cookie_reject_of_length_21_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_22 cleanup +client_handle_cookie_reject_of_length_22_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_22_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt +} +client_handle_cookie_reject_of_length_22_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_23 cleanup +client_handle_cookie_reject_of_length_23_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_23_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt +} +client_handle_cookie_reject_of_length_23_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_24 cleanup +client_handle_cookie_reject_of_length_24_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_24_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt +} +client_handle_cookie_reject_of_length_24_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_25 cleanup +client_handle_cookie_reject_of_length_25_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_25_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt +} +client_handle_cookie_reject_of_length_25_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_26 cleanup +client_handle_cookie_reject_of_length_26_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_26_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt +} +client_handle_cookie_reject_of_length_26_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_27 cleanup +client_handle_cookie_reject_of_length_27_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_27_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt +} +client_handle_cookie_reject_of_length_27_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_28 cleanup +client_handle_cookie_reject_of_length_28_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_28_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt +} +client_handle_cookie_reject_of_length_28_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_29 cleanup +client_handle_cookie_reject_of_length_29_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_29_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt +} +client_handle_cookie_reject_of_length_29_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_30 cleanup +client_handle_cookie_reject_of_length_30_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_30_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt +} +client_handle_cookie_reject_of_length_30_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_31 cleanup +client_handle_cookie_reject_of_length_31_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_31_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt +} +client_handle_cookie_reject_of_length_31_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_32 cleanup +client_handle_cookie_reject_of_length_32_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_32_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt +} +client_handle_cookie_reject_of_length_32_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_33 cleanup +client_handle_cookie_reject_of_length_33_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_33_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt +} +client_handle_cookie_reject_of_length_33_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_34 cleanup +client_handle_cookie_reject_of_length_34_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_34_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt +} +client_handle_cookie_reject_of_length_34_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_35 cleanup +client_handle_cookie_reject_of_length_35_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_35_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt +} +client_handle_cookie_reject_of_length_35_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_36 cleanup +client_handle_cookie_reject_of_length_36_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_36_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt +} +client_handle_cookie_reject_of_length_36_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_37 cleanup +client_handle_cookie_reject_of_length_37_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_37_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt +} +client_handle_cookie_reject_of_length_37_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_reject_of_length_38 cleanup +client_handle_cookie_reject_of_length_38_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_reject_of_length_38_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt +} +client_handle_cookie_reject_of_length_38_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_01 cleanup +client_handle_cookie_update_of_length_01_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_01_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt +} +client_handle_cookie_update_of_length_01_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_02 cleanup +client_handle_cookie_update_of_length_02_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_02_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt +} +client_handle_cookie_update_of_length_02_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_03 cleanup +client_handle_cookie_update_of_length_03_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_03_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt +} +client_handle_cookie_update_of_length_03_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_04 cleanup +client_handle_cookie_update_of_length_04_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_04_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt +} +client_handle_cookie_update_of_length_04_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_05 cleanup +client_handle_cookie_update_of_length_05_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_05_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt +} +client_handle_cookie_update_of_length_05_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_06 cleanup +client_handle_cookie_update_of_length_06_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_06_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt +} +client_handle_cookie_update_of_length_06_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_07 cleanup +client_handle_cookie_update_of_length_07_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_07_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt +} +client_handle_cookie_update_of_length_07_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_08 cleanup +client_handle_cookie_update_of_length_08_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_08_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt +} +client_handle_cookie_update_of_length_08_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_09 cleanup +client_handle_cookie_update_of_length_09_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_09_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt +} +client_handle_cookie_update_of_length_09_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_10 cleanup +client_handle_cookie_update_of_length_10_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_10_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt +} +client_handle_cookie_update_of_length_10_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_11 cleanup +client_handle_cookie_update_of_length_11_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_11_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt +} +client_handle_cookie_update_of_length_11_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_12 cleanup +client_handle_cookie_update_of_length_12_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_12_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt +} +client_handle_cookie_update_of_length_12_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_13 cleanup +client_handle_cookie_update_of_length_13_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_13_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt +} +client_handle_cookie_update_of_length_13_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_14 cleanup +client_handle_cookie_update_of_length_14_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_14_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt +} +client_handle_cookie_update_of_length_14_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_15 cleanup +client_handle_cookie_update_of_length_15_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_15_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt +} +client_handle_cookie_update_of_length_15_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_16 cleanup +client_handle_cookie_update_of_length_16_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_16_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt +} +client_handle_cookie_update_of_length_16_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_17 cleanup +client_handle_cookie_update_of_length_17_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_17_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt +} +client_handle_cookie_update_of_length_17_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_18 cleanup +client_handle_cookie_update_of_length_18_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_18_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt +} +client_handle_cookie_update_of_length_18_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_19 cleanup +client_handle_cookie_update_of_length_19_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_19_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt +} +client_handle_cookie_update_of_length_19_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_20 cleanup +client_handle_cookie_update_of_length_20_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_20_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt +} +client_handle_cookie_update_of_length_20_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_21 cleanup +client_handle_cookie_update_of_length_21_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_21_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt +} +client_handle_cookie_update_of_length_21_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_22 cleanup +client_handle_cookie_update_of_length_22_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_22_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt +} +client_handle_cookie_update_of_length_22_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_23 cleanup +client_handle_cookie_update_of_length_23_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_23_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt +} +client_handle_cookie_update_of_length_23_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_24 cleanup +client_handle_cookie_update_of_length_24_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_24_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt +} +client_handle_cookie_update_of_length_24_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_25 cleanup +client_handle_cookie_update_of_length_25_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_25_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt +} +client_handle_cookie_update_of_length_25_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_26 cleanup +client_handle_cookie_update_of_length_26_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_26_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt +} +client_handle_cookie_update_of_length_26_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_27 cleanup +client_handle_cookie_update_of_length_27_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_27_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt +} +client_handle_cookie_update_of_length_27_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_28 cleanup +client_handle_cookie_update_of_length_28_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_28_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt +} +client_handle_cookie_update_of_length_28_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_29 cleanup +client_handle_cookie_update_of_length_29_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_29_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt +} +client_handle_cookie_update_of_length_29_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_30 cleanup +client_handle_cookie_update_of_length_30_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_30_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt +} +client_handle_cookie_update_of_length_30_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_31 cleanup +client_handle_cookie_update_of_length_31_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_31_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt +} +client_handle_cookie_update_of_length_31_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_32 cleanup +client_handle_cookie_update_of_length_32_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_32_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt +} +client_handle_cookie_update_of_length_32_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_33 cleanup +client_handle_cookie_update_of_length_33_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_33_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt +} +client_handle_cookie_update_of_length_33_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_34 cleanup +client_handle_cookie_update_of_length_34_head() { + atf_set timeout 10 + atf_set require.config allow_sysctl_side_effects +} +client_handle_cookie_update_of_length_34_body() { + + save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt + atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt +} +client_handle_cookie_update_of_length_34_cleanup() { + restore_sysctls +} +atf_test_case client_handle_cookie_update_of_length_35 cleanup +client_handle_cookie_update_of_length_35_head() { *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Mar 10 16:38:17 2021 Return-Path: Delivered-To: svn-ports-all@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 9EC3D5704F1; Wed, 10 Mar 2021 16:38:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwd6x4B7jz3qdJ; Wed, 10 Mar 2021 16:38:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 826D61298F; Wed, 10 Mar 2021 16:38:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AGcHLr086530; Wed, 10 Mar 2021 16:38:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AGcH0O086529; Wed, 10 Mar 2021 16:38:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101638.12AGcH0O086529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 16:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568016 - head/games/ioquake3/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/ioquake3/files X-SVN-Commit-Revision: 568016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:38:17 -0000 Author: pkubaj Date: Wed Mar 10 16:38:16 2021 New Revision: 568016 URL: https://svnweb.freebsd.org/changeset/ports/568016 Log: games/ioquake3: missing patch for powerpc64le Modified: head/games/ioquake3/files/patch-Makefile Modified: head/games/ioquake3/files/patch-Makefile ============================================================================== --- head/games/ioquake3/files/patch-Makefile Wed Mar 10 16:30:24 2021 (r568015) +++ head/games/ioquake3/files/patch-Makefile Wed Mar 10 16:38:16 2021 (r568016) @@ -11,7 +11,17 @@ ifeq ($(COMPILE_PLATFORM),mingw32) ifeq ($(COMPILE_ARCH),i386) -@@ -187,6 +187,8 @@ ifeq ($(shell which pkg-config > /dev/nu +@@ -70,6 +74,9 @@ endif + ifeq ($(COMPILE_ARCH),powerpc64) + COMPILE_ARCH=ppc64 + endif ++ifeq ($(COMPILE_ARCH),powerpc64le) ++ COMPILE_ARCH=ppc64le ++endif + + ifndef ARCH + ARCH=$(COMPILE_ARCH) +@@ -187,6 +194,8 @@ ifeq ($(shell which pkg-config > /dev/null; echo $$?), # FIXME: introduce CLIENT_CFLAGS SDL_CFLAGS=$(shell pkg-config --cflags sdl|sed 's/-Dmain=SDL_main//') SDL_LIBS=$(shell pkg-config --libs sdl) @@ -20,7 +30,7 @@ endif # version info -@@ -521,44 +523,25 @@ else # ifeq mingw32 +@@ -521,45 +530,26 @@ else # ifeq mingw32 ifeq ($(PLATFORM),freebsd) @@ -29,8 +39,26 @@ - else #default to i386 - ARCH=i386 - endif #alpha test -- -- ++ ifndef HOMEPATH ++ HOMEPATH = /.ioquake3 ++ endif ++ ++ ifndef DEFAULT_LIBDIR ++ DEFAULT_LIBDIR = /usr/local/lib/ioquake3 ++ endif ++ ++ # flags ++ BASE_CFLAGS = $(shell env MACHINE_ARCH=$(ARCH) make -f /dev/null -VCFLAGS) \ ++ -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ ++ -DHOMEPATH=\\\"$(HOMEPATH)\\\" \ ++ -DDEFAULT_LIBDIR=\\\"$(DEFAULT_LIBDIR)\\\" \ ++ -DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON ++ CLIENT_CFLAGS += $(SDL_CFLAGS) ++ HAVE_VM_COMPILED = true + ++ OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer ++ OPTIMIZE = $(OPTIMIZEVM) -ffast-math + - BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ - -DUSE_ICON $(shell sdl-config --cflags) - @@ -60,38 +88,21 @@ - BASE_CFLAGS += -DNO_VM_COMPILED - endif - endif -+ ifndef HOMEPATH -+ HOMEPATH = /.ioquake3 -+ endif -+ -+ ifndef DEFAULT_LIBDIR -+ DEFAULT_LIBDIR = /usr/local/lib/ioquake3 -+ endif -+ -+ # flags -+ BASE_CFLAGS = $(shell env MACHINE_ARCH=$(ARCH) make -f /dev/null -VCFLAGS) \ -+ -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ -+ -DHOMEPATH=\\\"$(HOMEPATH)\\\" \ -+ -DDEFAULT_LIBDIR=\\\"$(DEFAULT_LIBDIR)\\\" \ -+ -DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON -+ CLIENT_CFLAGS += $(SDL_CFLAGS) -+ HAVE_VM_COMPILED = true - +- - DEBUG_CFLAGS=$(BASE_CFLAGS) -g -+ OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer -+ OPTIMIZE = $(OPTIMIZEVM) -ffast-math - +- SHLIBEXT=so SHLIBCFLAGS=-fPIC -@@ -568,20 +551,52 @@ ifeq ($(PLATFORM),freebsd) + SHLIBLDFLAGS=-shared $(LDFLAGS) +@@ -568,20 +558,52 @@ ifeq ($(PLATFORM),freebsd) # don't need -ldl (FreeBSD) LIBS=-lm - CLIENT_LIBS = -- -- CLIENT_LIBS += $(shell sdl-config --libs) -lGL + CLIENT_LIBS = $(SDL_LIBS) -lGL +- CLIENT_LIBS += $(shell sdl-config --libs) -lGL +- + # optional features/libraries ifeq ($(USE_OPENAL),1) - ifneq ($(USE_OPENAL_DLOPEN),1) @@ -100,17 +111,17 @@ + CLIENT_CFLAGS += -DUSE_OPENAL + ifneq ($(USE_LOCAL_HEADERS),1) + CLIENT_CFLAGS += $(OPENAL_CFLAGS) -+ endif -+ endif -+ + endif + endif + + ifeq ($(USE_CURL),1) + CLIENT_LIBS += $(CURL_LIBS) + CLIENT_CFLAGS += -DUSE_CURL + ifneq ($(USE_LOCAL_HEADERS),1) + CLIENT_CFLAGS += $(CURL_CFLAGS) - endif - endif - ++ endif ++ endif ++ ifeq ($(USE_CODEC_VORBIS),1) - CLIENT_LIBS += -lvorbisfile -lvorbis -logg + CLIENT_LIBS += $(VORBIS_LIBS) @@ -142,7 +153,7 @@ else # ifeq freebsd ############################################################################# -@@ -831,7 +846,7 @@ endif +@@ -831,7 +853,7 @@ endif ifeq ($(USE_VOIP),1) BASE_CFLAGS += -DUSE_VOIP ifeq ($(USE_INTERNAL_SPEEX),1) @@ -151,7 +162,7 @@ else CLIENT_LIBS += -lspeex endif -@@ -1442,12 +1461,18 @@ +@@ -1442,12 +1464,18 @@ ifeq ($(HAVE_VM_COMPILED),true) ifeq ($(ARCH),x86_64) Q3OBJ += $(B)/client/vm_x86_64.o $(B)/client/vm_x86_64_assembler.o endif @@ -170,7 +181,7 @@ ifeq ($(ARCH),sparc) Q3OBJ += $(B)/client/vm_sparc.o endif -@@ -1591,10 +1616,16 @@ +@@ -1591,10 +1619,16 @@ ifeq ($(HAVE_VM_COMPILED),true) ifeq ($(ARCH),x86_64) Q3DOBJ += $(B)/ded/vm_x86_64.o $(B)/ded/vm_x86_64_assembler.o endif @@ -181,9 +192,9 @@ Q3DOBJ += $(B)/ded/vm_powerpc.o $(B)/ded/vm_powerpc_asm.o endif ifeq ($(ARCH),ppc64) - Q3DOBJ += $(B)/ded/vm_powerpc.o $(B)/ded/vm_powerpc_asm.o - endif -+ ifeq ($(ARCH),ppc64le) + Q3DOBJ += $(B)/ded/vm_powerpc.o $(B)/ded/vm_powerpc_asm.o + endif ++ ifeq ($(ARCH),ppc64le) + Q3DOBJ += $(B)/ded/vm_powerpc.o $(B)/ded/vm_powerpc_asm.o + endif ifeq ($(ARCH),sparc) From owner-svn-ports-all@freebsd.org Wed Mar 10 16:39:03 2021 Return-Path: Delivered-To: svn-ports-all@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 7A0E1570949; Wed, 10 Mar 2021 16:39:03 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwd7q2xGDz3qXs; Wed, 10 Mar 2021 16:39:03 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-ej1-f43.google.com with SMTP id r17so39949989ejy.13; Wed, 10 Mar 2021 08:39:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=02Ws5O2G0NQ4paPASgF4hfyRUolh7oYYJeEpOdQBeGU=; b=tkq4zcHmuPBiKqhAD0DioVTp4D3PCStyJ1KceCO7rC3xDntw8yd2T401P3GQoP90Kb cD8GfjhbRZvC9M6FZBm8k78uLm/JkhN6wSgjy53v+u7WjtPVKQADlVOcI2y7Mzn100EJ WqWAkrjqbQF3lUGkINHcWAooPVqmrB/P8UHYrzbmhCMwPBrhPe7ctngkAv3j5Qhcudt1 WeN9u9r/Ju8ZH86IvbmEbrTejrnSmocB4DN6F8N47qrqjTU4qjUSz/QOnjxRYDTR40Ue I3F9fdU20flUBnsiRdrfiaC1OLykcs1vyKm/2ZDjwUG4gm7nRD7EVzLMIfAJ6uW4u36n URlQ== X-Gm-Message-State: AOAM531soOdtX4i8lIEYRaVxmNmDsNR6oHKk1AukKthUGtMbV7Eophcd h7ocHYC4xOgSxmpSEsFcsSHGlCoTDmEEsw== X-Google-Smtp-Source: ABdhPJyFqfpcu5F+400mzeXfHldTDY8L6bgZb4dYNwg2P1ciqKgqDWcaPi53FoZNHfX7S+nzxx3qoQ== X-Received: by 2002:a17:906:9152:: with SMTP id y18mr4590861ejw.19.1615394341382; Wed, 10 Mar 2021 08:39:01 -0800 (PST) Received: from [192.168.0.203] (ip5f5af629.dynamic.kabel-deutschland.de. [95.90.246.41]) by smtp.gmail.com with ESMTPSA id r10sm1272224eju.66.2021.03.10.08.39.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 10 Mar 2021 08:39:00 -0800 (PST) Subject: Re: svn commit: r568015 - in head/net/tcptestsuite: . files To: "George V. Neville-Neil" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103101630.12AGUOgO080547@repo.freebsd.org> From: Mateusz Piotrowski <0mp@FreeBSD.org> Message-ID: <9042c008-1c7a-6869-9a16-6fb122ae8933@FreeBSD.org> Date: Wed, 10 Mar 2021 17:39:46 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <202103101630.12AGUOgO080547@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4Dwd7q2xGDz3qXs X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 16:39:03 -0000 Hey George, On 10/03/2021 17:30, George V. Neville-Neil wrote: > Author: gnn (src committer) > Date: Wed Mar 10 16:30:24 2021 > New Revision: 568015 > URL: https://svnweb.freebsd.org/changeset/ports/568015 > > Log: > Take maintainership of the port and add updated files. > > The addition of the Kyuafile and tcptestsuite_atf_test script > make running the tests, once installed, simpler and easier > than in the past, e.g. > > cd /usr/local/tests > sudo kyua -v test_suites.FreeBSD.allow_sysctl_side_effects=1 test > > Submitted by: Olivier Cochard > Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate") > > Added: > head/net/tcptestsuite/files/ > head/net/tcptestsuite/files/Kyuafile (contents, props changed) > head/net/tcptestsuite/files/tcptestsuite_atf_test (contents, props changed) > Modified: > head/net/tcptestsuite/Makefile > head/net/tcptestsuite/distinfo > head/net/tcptestsuite/pkg-plist > > Modified: head/net/tcptestsuite/Makefile > ============================================================================== > --- head/net/tcptestsuite/Makefile Wed Mar 10 16:28:25 2021 (r568014) > +++ head/net/tcptestsuite/Makefile Wed Mar 10 16:30:24 2021 (r568015) > @@ -1,10 +1,10 @@ > # $FreeBSD$ > > PORTNAME= tcptestsuite > -PORTVERSION= 0.0.4 > +DISTVERSION= g20210304 We should probably set PORTEPOCH=1. ``` $ pkg version -t 0.0.4 g20210304 > ``` > CATEGORIES= net > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= gnn@FreeBSD.org > COMMENT= Network stack test suite > > LICENSE= BSD2CLAUSE > @@ -21,7 +21,10 @@ NO_BUILD= yes > > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/run-all-tests ${STAGEDIR}${PREFIX}/bin > + ${MKDIR} ${STAGEDIR}${PREFIX}/tests/tcptestsuite > (cd ${WRKSRC} && \ > ${COPYTREE_SHARE} "fast-open snd-syn socket-api rcv-data-segments rcv-icmp snippets state-event-engine" ${STAGEDIR}${DATADIR}) > + ${INSTALL_SCRIPT} ${FILESDIR}/tcptestsuite_atf_test ${STAGEDIR}${PREFIX}/tests/ > + ${INSTALL_DATA} ${FILESDIR}/Kyuafile ${STAGEDIR}${PREFIX}/tests/ > Shouldn't that be  ${STAGEDIR}${PREFIX}/tests/tcptestsuite? From owner-svn-ports-all@freebsd.org Wed Mar 10 18:03:16 2021 Return-Path: Delivered-To: svn-ports-all@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 D8E9357234D; Wed, 10 Mar 2021 18:03:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwg105q2Fz3vJp; Wed, 10 Mar 2021 18:03:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAB5713570; Wed, 10 Mar 2021 18:03:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AI3G5T043697; Wed, 10 Mar 2021 18:03:16 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AI3GgE043696; Wed, 10 Mar 2021 18:03:16 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101803.12AI3GgE043696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568017 - head/sysutils/jobd X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/sysutils/jobd X-SVN-Commit-Revision: 568017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:03:16 -0000 Author: pkubaj Date: Wed Mar 10 18:03:16 2021 New Revision: 568017 URL: https://svnweb.freebsd.org/changeset/ports/568017 Log: sysutils/jobd: remove BROKEN_riscv64 The same error happens on 13.0 on amd64, powerpc64 and powerpc64le. Looks like this port is generally broken on 13.0. Modified: head/sysutils/jobd/Makefile Modified: head/sysutils/jobd/Makefile ============================================================================== --- head/sysutils/jobd/Makefile Wed Mar 10 16:38:16 2021 (r568016) +++ head/sysutils/jobd/Makefile Wed Mar 10 18:03:16 2021 (r568017) @@ -16,7 +16,6 @@ BROKEN_aarch64= fails to compile: comparison of const BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_armv7= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11 -BROKEN_riscv64= fails to compile: job.cpp:63:26: object backing the pointer will be destroyed at the end of the full-expression BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11 HAS_CONFIGURE= YES From owner-svn-ports-all@freebsd.org Wed Mar 10 18:17:53 2021 Return-Path: Delivered-To: svn-ports-all@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 4443D572AC5; Wed, 10 Mar 2021 18:17:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwgKs1Rwvz3w0r; Wed, 10 Mar 2021 18:17:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2065C13F0E; Wed, 10 Mar 2021 18:17:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIHq2p049700; Wed, 10 Mar 2021 18:17:52 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIHqPD049699; Wed, 10 Mar 2021 18:17:52 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101817.12AIHqPD049699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568018 - head/misc/libpri X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/misc/libpri X-SVN-Commit-Revision: 568018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:17:53 -0000 Author: pkubaj Date: Wed Mar 10 18:17:52 2021 New Revision: 568018 URL: https://svnweb.freebsd.org/changeset/ports/568018 Log: misc/libpri: enable on powerpc64le Modified: head/misc/libpri/Makefile Modified: head/misc/libpri/Makefile ============================================================================== --- head/misc/libpri/Makefile Wed Mar 10 18:03:16 2021 (r568017) +++ head/misc/libpri/Makefile Wed Mar 10 18:17:52 2021 (r568018) @@ -16,7 +16,7 @@ USE_LDCONFIG= yes PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1 MAKE_ARGS= INSTALL_PREFIX=${STAGEDIR}${PREFIX} -ONLY_FOR_ARCHS= amd64 i386 sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64le sparc64 post-patch: ${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile From owner-svn-ports-all@freebsd.org Wed Mar 10 18:19:02 2021 Return-Path: Delivered-To: svn-ports-all@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 288BC5727ED; Wed, 10 Mar 2021 18:19:02 +0000 (UTC) (envelope-from emaste@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 4DwgMB0fx8z3w1J; Wed, 10 Mar 2021 18:19:02 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09636139FE; Wed, 10 Mar 2021 18:19:02 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIJ1Jl049816; Wed, 10 Mar 2021 18:19:01 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIJ1eP049815; Wed, 10 Mar 2021 18:19:01 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202103101819.12AIJ1eP049815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 10 Mar 2021 18:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568019 - head/net/sup X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/net/sup X-SVN-Commit-Revision: 568019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:19:02 -0000 Author: emaste (src committer) Date: Wed Mar 10 18:19:01 2021 New Revision: 568019 URL: https://svnweb.freebsd.org/changeset/ports/568019 Log: net/sup: fix build with base system PIE default PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. PR: 253275 [exp-run] Submitted by: Dawid Gorecki Approved by: lwhsu Approved by: Maintainer timeout Differential Revision: https://reviews.freebsd.org/D28801 Modified: head/net/sup/Makefile Modified: head/net/sup/Makefile ============================================================================== --- head/net/sup/Makefile Wed Mar 10 18:17:52 2021 (r568018) +++ head/net/sup/Makefile Wed Mar 10 18:19:01 2021 (r568019) @@ -16,6 +16,9 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd +# XXX Static libraries with PIE are currently unsupported. +MAKE_ARGS+= WITHOUT_PIE=true + PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \ man/man1/sup.1.gz man/man8/supfilesrv.8.gz \ man/man8/supscan.8.gz man/man8/supservers.8.gz From owner-svn-ports-all@freebsd.org Wed Mar 10 18:21:05 2021 Return-Path: Delivered-To: svn-ports-all@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 3032D572AE8; Wed, 10 Mar 2021 18:21:05 +0000 (UTC) (envelope-from emaste@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 4DwgPY0zYlz4Qrt; Wed, 10 Mar 2021 18:21:05 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1480A14009; Wed, 10 Mar 2021 18:21:05 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIL4aD051866; Wed, 10 Mar 2021 18:21:04 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIL4NQ051865; Wed, 10 Mar 2021 18:21:04 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202103101821.12AIL4NQ051865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 10 Mar 2021 18:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568020 - head/mail/mailest X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/mail/mailest X-SVN-Commit-Revision: 568020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:21:05 -0000 Author: emaste (src committer) Date: Wed Mar 10 18:21:04 2021 New Revision: 568020 URL: https://svnweb.freebsd.org/changeset/ports/568020 Log: mail/mailest: fix build with base system PIE default PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. PR: 253275 [exp-run] Submitted by: Dawid Gorecki Approved by: lwhsu Approved by: Maintainer timeout Differential Revision: https://reviews.freebsd.org/D28866 Modified: head/mail/mailest/Makefile Modified: head/mail/mailest/Makefile ============================================================================== --- head/mail/mailest/Makefile Wed Mar 10 18:19:01 2021 (r568019) +++ head/mail/mailest/Makefile Wed Mar 10 18:21:04 2021 (r568020) @@ -27,6 +27,9 @@ GH_ACCOUNT= yasuoka MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true +# XXX Static libraries with PIE are currently unsupported +MAKE_ENV+= WITHOUT_PIE=true + LICENSE_BSD2CLAUSE_SRC= bytebuf.c replace/sys/tree.h LICENSE_BSD3CLAUSE_SRC= replace/sys/queue.h LICENSE_ISCL_SRC= mailestctl.c parser.c parser.h \ From owner-svn-ports-all@freebsd.org Wed Mar 10 18:22:45 2021 Return-Path: Delivered-To: svn-ports-all@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 8DD80572DBF; Wed, 10 Mar 2021 18:22:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwgRT3YqBz4QnZ; Wed, 10 Mar 2021 18:22:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D2AF142E3; Wed, 10 Mar 2021 18:22:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIMjfx056057; Wed, 10 Mar 2021 18:22:45 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIMjRB056056; Wed, 10 Mar 2021 18:22:45 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101822.12AIMjRB056056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568021 - head/misc/libpri X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/misc/libpri X-SVN-Commit-Revision: 568021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:22:45 -0000 Author: pkubaj Date: Wed Mar 10 18:22:44 2021 New Revision: 568021 URL: https://svnweb.freebsd.org/changeset/ports/568021 Log: misc/libpri: enable on powerpc64 Modified: head/misc/libpri/Makefile Modified: head/misc/libpri/Makefile ============================================================================== --- head/misc/libpri/Makefile Wed Mar 10 18:21:04 2021 (r568020) +++ head/misc/libpri/Makefile Wed Mar 10 18:22:44 2021 (r568021) @@ -16,7 +16,7 @@ USE_LDCONFIG= yes PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1 MAKE_ARGS= INSTALL_PREFIX=${STAGEDIR}${PREFIX} -ONLY_FOR_ARCHS= amd64 i386 powerpc64le sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le sparc64 post-patch: ${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile From owner-svn-ports-all@freebsd.org Wed Mar 10 18:24:00 2021 Return-Path: Delivered-To: svn-ports-all@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 A5474572CE8; Wed, 10 Mar 2021 18:24:00 +0000 (UTC) (envelope-from emaste@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 4DwgSw4HY4z4RGc; Wed, 10 Mar 2021 18:24:00 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85FD513F2D; Wed, 10 Mar 2021 18:24:00 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIO0Fs056177; Wed, 10 Mar 2021 18:24:00 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIO0aF056176; Wed, 10 Mar 2021 18:24:00 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202103101824.12AIO0aF056176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 10 Mar 2021 18:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568022 - head/www/nostromo X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/www/nostromo X-SVN-Commit-Revision: 568022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:24:00 -0000 Author: emaste (src committer) Date: Wed Mar 10 18:24:00 2021 New Revision: 568022 URL: https://svnweb.freebsd.org/changeset/ports/568022 Log: www/nostromo: fix build with base system PIE default PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. PR: 253275 [exp-run] Submitted by: Dawid Gorecki Approved by: lwhsu Approved by: Maintainer timeout Differential Revision: https://reviews.freebsd.org/D28864 Modified: head/www/nostromo/Makefile Modified: head/www/nostromo/Makefile ============================================================================== --- head/www/nostromo/Makefile Wed Mar 10 18:22:44 2021 (r568021) +++ head/www/nostromo/Makefile Wed Mar 10 18:24:00 2021 (r568022) @@ -21,6 +21,9 @@ USES= uidfix ssl MAKE_ENV?= MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/man/man PLIST_SUB+= NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}" +# XXX PIE with static libraries is currently unsupported. +MAKE_ENV+= WITHOUT_PIE=true + post-extract: @${REINPLACE_CMD} -e "s@/var/nostromo@${NOSTROMO_DIR}@g" \ ${WRKSRC}/src/nhttpd/nhttpd.8 \ From owner-svn-ports-all@freebsd.org Wed Mar 10 18:26:18 2021 Return-Path: Delivered-To: svn-ports-all@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 87CE557303F; Wed, 10 Mar 2021 18:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwgWZ3SJsz4RKR; Wed, 10 Mar 2021 18:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68F7F1418D; Wed, 10 Mar 2021 18:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIQIKa056333; Wed, 10 Mar 2021 18:26:18 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIQI4u056332; Wed, 10 Mar 2021 18:26:18 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101826.12AIQI4u056332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568023 - head/net-im/jitsi-videobridge X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net-im/jitsi-videobridge X-SVN-Commit-Revision: 568023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:26:18 -0000 Author: pkubaj Date: Wed Mar 10 18:26:17 2021 New Revision: 568023 URL: https://svnweb.freebsd.org/changeset/ports/568023 Log: net-im/jitsi-videobridge: enable on powerpc64 Modified: head/net-im/jitsi-videobridge/Makefile Modified: head/net-im/jitsi-videobridge/Makefile ============================================================================== --- head/net-im/jitsi-videobridge/Makefile Wed Mar 10 18:24:00 2021 (r568022) +++ head/net-im/jitsi-videobridge/Makefile Wed Mar 10 18:26:17 2021 (r568023) @@ -14,7 +14,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} From owner-svn-ports-all@freebsd.org Wed Mar 10 18:32:11 2021 Return-Path: Delivered-To: svn-ports-all@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 4FAAC5732A4; Wed, 10 Mar 2021 18:32:11 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwgfM1rzjz4RyQ; Wed, 10 Mar 2021 18:32:11 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 330DF140C5; Wed, 10 Mar 2021 18:32:11 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIWB48062287; Wed, 10 Mar 2021 18:32:11 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIWBkP062286; Wed, 10 Mar 2021 18:32:11 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103101832.12AIWBkP062286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568024 - head/net-im/jitsi-videobridge X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net-im/jitsi-videobridge X-SVN-Commit-Revision: 568024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:32:11 -0000 Author: pkubaj Date: Wed Mar 10 18:32:10 2021 New Revision: 568024 URL: https://svnweb.freebsd.org/changeset/ports/568024 Log: net-im/jitsi-videobridge: enable on powerpc64le Modified: head/net-im/jitsi-videobridge/Makefile Modified: head/net-im/jitsi-videobridge/Makefile ============================================================================== --- head/net-im/jitsi-videobridge/Makefile Wed Mar 10 18:26:17 2021 (r568023) +++ head/net-im/jitsi-videobridge/Makefile Wed Mar 10 18:32:10 2021 (r568024) @@ -14,7 +14,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -ONLY_FOR_ARCHS= i386 amd64 powerpc64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le USE_GITHUB= yes GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} From owner-svn-ports-all@freebsd.org Wed Mar 10 18:33:00 2021 Return-Path: Delivered-To: svn-ports-all@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 C743E573476; Wed, 10 Mar 2021 18:33:00 +0000 (UTC) (envelope-from lcook@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 4DwggJ5HHTz4S7x; Wed, 10 Mar 2021 18:33:00 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8B9D14170; Wed, 10 Mar 2021 18:33:00 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIX0Pt062432; Wed, 10 Mar 2021 18:33:00 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIX0rt062430; Wed, 10 Mar 2021 18:33:00 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103101833.12AIX0rt062430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 18:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568025 - head/graphics/cbonsai X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/graphics/cbonsai X-SVN-Commit-Revision: 568025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:33:00 -0000 Author: lcook Date: Wed Mar 10 18:33:00 2021 New Revision: 568025 URL: https://svnweb.freebsd.org/changeset/ports/568025 Log: graphics/cbonsai: Update to 1.0.1 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29198 Modified: head/graphics/cbonsai/Makefile head/graphics/cbonsai/distinfo Modified: head/graphics/cbonsai/Makefile ============================================================================== --- head/graphics/cbonsai/Makefile Wed Mar 10 18:32:10 2021 (r568024) +++ head/graphics/cbonsai/Makefile Wed Mar 10 18:33:00 2021 (r568025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbonsai -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 ncurses USE_GITLAB= yes GL_ACCOUNT= jallbrit -GL_COMMIT= 41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798 +GL_COMMIT= 0f51b38b425042bd25ac908c09e22caa8c4a2723 MAKE_ARGS= LDLIBS="${LDFLAGS} -lncurses -lpanel" ALL_TARGET= ${PORTNAME} Modified: head/graphics/cbonsai/distinfo ============================================================================== --- head/graphics/cbonsai/distinfo Wed Mar 10 18:32:10 2021 (r568024) +++ head/graphics/cbonsai/distinfo Wed Mar 10 18:33:00 2021 (r568025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614447537 -SHA256 (jallbrit-cbonsai-41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798_GL0.tar.gz) = 31654bef763a99d234d98faf06f2ca1c5841222910b462b0960e96739181ca12 -SIZE (jallbrit-cbonsai-41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798_GL0.tar.gz) = 19931 +TIMESTAMP = 1615400290 +SHA256 (jallbrit-cbonsai-0f51b38b425042bd25ac908c09e22caa8c4a2723_GL0.tar.gz) = e2b0d59e802f5e98c8fbf379dc16e088441a178178ee3b485cdbcda537a1511a +SIZE (jallbrit-cbonsai-0f51b38b425042bd25ac908c09e22caa8c4a2723_GL0.tar.gz) = 20189 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:34:52 2021 Return-Path: Delivered-To: svn-ports-all@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 5E7AE573681; Wed, 10 Mar 2021 18:34:52 +0000 (UTC) (envelope-from lcook@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 4DwgjS2BLnz4S8c; Wed, 10 Mar 2021 18:34:52 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DA6E14246; Wed, 10 Mar 2021 18:34:52 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIYqkn062577; Wed, 10 Mar 2021 18:34:52 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIYpvt062576; Wed, 10 Mar 2021 18:34:51 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103101834.12AIYpvt062576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 18:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568026 - head/www/monolith X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/www/monolith X-SVN-Commit-Revision: 568026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:34:52 -0000 Author: lcook Date: Wed Mar 10 18:34:51 2021 New Revision: 568026 URL: https://svnweb.freebsd.org/changeset/ports/568026 Log: www/monolith: Update to 2.4.1 Changes: https://github.com/Y2Z/monolith/releases/tag/v2.4.1 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29197 Modified: head/www/monolith/Makefile head/www/monolith/distinfo Modified: head/www/monolith/Makefile ============================================================================== --- head/www/monolith/Makefile Wed Mar 10 18:33:00 2021 (r568025) +++ head/www/monolith/Makefile Wed Mar 10 18:34:51 2021 (r568026) @@ -2,108 +2,104 @@ PORTNAME= monolith DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 2 +DISTVERSION= 2.4.1 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org COMMENT= CLI tool for saving complete web pages as a single HTML file -LICENSE= UNLICENSE +LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= Y2Z -CARGO_CRATES= adler-0.2.3 \ +CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ - assert_cmd-1.0.1 \ - async-compression-0.3.5 \ + assert_cmd-1.0.3 \ + async-compression-0.3.7 \ atty-0.2.14 \ autocfg-0.1.7 \ - autocfg-1.0.0 \ + autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ - bumpalo-3.4.0 \ - bytes-0.5.6 \ - cc-1.0.58 \ - cfg-if-0.1.10 \ + bstr-0.2.15 \ + bumpalo-3.6.1 \ + byteorder-1.4.2 \ + bytes-1.0.1 \ + cc-1.0.67 \ cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ cloudabi-0.0.3 \ - console_error_panic_hook-0.1.6 \ - core-foundation-0.7.0 \ - core-foundation-sys-0.7.0 \ + core-foundation-0.9.1 \ + core-foundation-sys-0.8.2 \ cpuid-bool-0.1.2 \ - crc32fast-1.2.0 \ - cssparser-0.27.2 \ + crc32fast-1.2.1 \ + cssparser-0.28.1 \ cssparser-macros-0.6.0 \ difference-2.0.0 \ digest-0.9.0 \ doc-comment-0.3.3 \ - dtoa-0.4.6 \ - dtoa-short-0.3.2 \ - encoding_rs-0.8.23 \ - flate2-1.0.16 \ + dtoa-0.4.7 \ + dtoa-short-0.3.3 \ + encoding_rs-0.8.28 \ + flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.0.0 \ + form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ - fuchsia-zircon-0.3.3 \ - fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ - futures-channel-0.3.5 \ - futures-core-0.3.5 \ - futures-io-0.3.5 \ - futures-sink-0.3.5 \ - futures-task-0.3.5 \ - futures-util-0.3.5 \ - generic-array-0.14.3 \ - getrandom-0.1.14 \ - h2-0.2.6 \ - hashbrown-0.8.1 \ - hermit-abi-0.1.15 \ + futures-channel-0.3.13 \ + futures-core-0.3.13 \ + futures-io-0.3.13 \ + futures-sink-0.3.13 \ + futures-task-0.3.13 \ + futures-util-0.3.13 \ + generic-array-0.14.4 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + h2-0.3.1 \ + hashbrown-0.9.1 \ + hermit-abi-0.1.18 \ html5ever-0.24.1 \ - http-0.2.1 \ - http-body-0.3.1 \ - httparse-1.3.4 \ - hyper-0.13.7 \ - hyper-tls-0.4.3 \ - idna-0.2.0 \ - indexmap-1.5.0 \ - iovec-0.1.4 \ + http-0.2.3 \ + http-body-0.4.0 \ + httparse-1.3.5 \ + httpdate-0.3.2 \ + hyper-0.14.4 \ + hyper-tls-0.5.0 \ + idna-0.2.2 \ + indexmap-1.6.2 \ ipnet-2.3.0 \ - itoa-0.4.6 \ - js-sys-0.3.45 \ - kernel32-sys-0.2.2 \ + itoa-0.4.7 \ + js-sys-0.3.48 \ lazy_static-1.4.0 \ - libc-0.2.74 \ - log-0.4.11 \ + libc-0.2.88 \ + log-0.4.14 \ mac-0.1.1 \ markup5ever-0.9.0 \ matches-0.1.8 \ - memchr-2.3.3 \ + memchr-2.3.4 \ mime-0.3.16 \ - mime_guess-2.0.3 \ - miniz_oxide-0.4.0 \ - mio-0.6.22 \ - miow-0.2.1 \ - native-tls-0.2.4 \ - net2-0.2.34 \ + miniz_oxide-0.4.4 \ + mio-0.7.9 \ + miow-0.3.6 \ + native-tls-0.2.7 \ new_debug_unreachable-1.0.4 \ - num-integer-0.1.43 \ - num-traits-0.2.12 \ + ntapi-0.3.6 \ + num-integer-0.1.44 \ + num-traits-0.2.14 \ num_cpus-1.13.0 \ - once_cell-1.4.0 \ + once_cell-1.7.2 \ opaque-debug-0.3.0 \ - openssl-0.10.30 \ + openssl-0.10.32 \ openssl-probe-0.1.2 \ - openssl-sys-0.9.58 \ + openssl-sys-0.9.60 \ percent-encoding-2.1.0 \ phf-0.7.24 \ phf-0.8.0 \ @@ -113,29 +109,32 @@ CARGO_CRATES= adler-0.2.3 \ phf_macros-0.8.0 \ phf_shared-0.7.24 \ phf_shared-0.8.0 \ - pin-project-0.4.23 \ - pin-project-internal-0.4.23 \ - pin-project-lite-0.1.7 \ - pin-project-lite-0.2.0 \ + pin-project-1.0.5 \ + pin-project-internal-1.0.5 \ + pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ - pkg-config-0.3.18 \ - ppv-lite86-0.2.8 \ + pkg-config-0.3.19 \ + ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ - predicates-1.0.5 \ - predicates-core-1.0.0 \ - predicates-tree-1.0.0 \ - proc-macro-hack-0.5.18 \ - proc-macro2-1.0.19 \ - quote-1.0.7 \ + predicates-1.0.7 \ + predicates-core-1.0.2 \ + predicates-tree-1.0.2 \ + proc-macro-hack-0.5.19 \ + proc-macro2-1.0.24 \ + quote-1.0.9 \ rand-0.6.5 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ + rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ @@ -143,75 +142,71 @@ CARGO_CRATES= adler-0.2.3 \ rand_pcg-0.2.1 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ - redox_syscall-0.1.57 \ - regex-1.4.2 \ - regex-syntax-0.6.21 \ + redox_syscall-0.2.5 \ + regex-1.4.3 \ + regex-automata-0.1.9 \ + regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ - reqwest-0.10.9 \ + reqwest-0.11.1 \ ryu-1.0.5 \ schannel-0.1.19 \ - scoped-tls-1.0.0 \ - security-framework-0.4.4 \ - security-framework-sys-0.4.3 \ - serde-1.0.114 \ - serde_derive-1.0.114 \ - serde_json-1.0.57 \ + security-framework-2.1.2 \ + security-framework-sys-2.1.1 \ + serde-1.0.124 \ + serde_derive-1.0.124 \ + serde_json-1.0.64 \ serde_urlencoded-0.7.0 \ - sha2-0.9.2 \ + sha2-0.9.3 \ siphasher-0.2.3 \ siphasher-0.3.3 \ slab-0.4.2 \ - smallvec-1.4.1 \ - socket2-0.3.12 \ + smallvec-1.6.1 \ + socket2-0.3.19 \ string_cache-0.7.5 \ string_cache_codegen-0.4.4 \ string_cache_shared-0.3.0 \ strsim-0.8.0 \ - syn-1.0.36 \ - tempfile-3.1.0 \ - tendril-0.4.1 \ + syn-1.0.62 \ + tempfile-3.2.0 \ + tendril-0.4.2 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ - time-0.1.43 \ - tinyvec-0.3.3 \ - tokio-0.2.22 \ - tokio-tls-0.3.1 \ - tokio-util-0.3.1 \ - tower-service-0.3.0 \ - tracing-0.1.18 \ - tracing-core-0.1.12 \ + thread_local-1.1.3 \ + time-0.1.44 \ + tinyvec-1.1.1 \ + tinyvec_macros-0.1.0 \ + tokio-1.2.0 \ + tokio-native-tls-0.3.0 \ + tokio-util-0.6.3 \ + tower-service-0.3.1 \ + tracing-0.1.25 \ + tracing-core-0.1.17 \ treeline-0.1.0 \ try-lock-0.2.3 \ typenum-1.12.0 \ - unicase-2.6.0 \ unicode-bidi-0.3.4 \ - unicode-normalization-0.1.13 \ + unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ - url-2.2.0 \ + url-2.2.1 \ utf-8-0.7.5 \ - vcpkg-0.2.10 \ + vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.68 \ - wasm-bindgen-backend-0.2.68 \ - wasm-bindgen-futures-0.4.18 \ - wasm-bindgen-macro-0.2.68 \ - wasm-bindgen-macro-support-0.2.68 \ - wasm-bindgen-shared-0.2.68 \ - wasm-bindgen-test-0.3.18 \ - wasm-bindgen-test-macro-0.3.18 \ - web-sys-0.3.44 \ - winapi-0.2.8 \ + wasi-0.10.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.71 \ + wasm-bindgen-backend-0.2.71 \ + wasm-bindgen-futures-0.4.21 \ + wasm-bindgen-macro-0.2.71 \ + wasm-bindgen-macro-support-0.2.71 \ + wasm-bindgen-shared-0.2.71 \ + web-sys-0.3.48 \ winapi-0.3.9 \ - winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - winreg-0.7.0 \ - ws2_32-sys-0.2.1 + winreg-0.7.0 PLIST_FILES= bin/${PORTNAME} Modified: head/www/monolith/distinfo ============================================================================== --- head/www/monolith/distinfo Wed Mar 10 18:33:00 2021 (r568025) +++ head/www/monolith/distinfo Wed Mar 10 18:34:51 2021 (r568026) @@ -1,34 +1,36 @@ -TIMESTAMP = 1609022308 -SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e -SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 +TIMESTAMP = 1615392452 +SHA256 (rust/crates/adler-1.0.2.tar.gz) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.tar.gz) = 12778 SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/assert_cmd-1.0.1.tar.gz) = c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da -SIZE (rust/crates/assert_cmd-1.0.1.tar.gz) = 24575 -SHA256 (rust/crates/async-compression-0.3.5.tar.gz) = 9021768bcce77296b64648cc7a7460e3df99979b97ed5c925c38d1cc83778d98 -SIZE (rust/crates/async-compression-0.3.5.tar.gz) = 39371 +SHA256 (rust/crates/assert_cmd-1.0.3.tar.gz) = f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396 +SIZE (rust/crates/assert_cmd-1.0.3.tar.gz) = 26323 +SHA256 (rust/crates/async-compression-0.3.7.tar.gz) = b72c1f1154e234325b50864a349b9c8e56939e266a4c307c0f159812df2f9537 +SIZE (rust/crates/async-compression-0.3.7.tar.gz) = 58367 SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 SHA256 (rust/crates/autocfg-0.1.7.tar.gz) = 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2 SIZE (rust/crates/autocfg-0.1.7.tar.gz) = 12158 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 +SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 -SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 -SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 -SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 -SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 -SHA256 (rust/crates/cc-1.0.58.tar.gz) = f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518 -SIZE (rust/crates/cc-1.0.58.tar.gz) = 52896 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 +SHA256 (rust/crates/bstr-0.2.15.tar.gz) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d +SIZE (rust/crates/bstr-0.2.15.tar.gz) = 344206 +SHA256 (rust/crates/bumpalo-3.6.1.tar.gz) = 63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe +SIZE (rust/crates/bumpalo-3.6.1.tar.gz) = 133836 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 +SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 +SHA256 (rust/crates/cc-1.0.67.tar.gz) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd +SIZE (rust/crates/cc-1.0.67.tar.gz) = 53486 SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 SHA256 (rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 @@ -37,18 +39,16 @@ SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573 SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 -SHA256 (rust/crates/console_error_panic_hook-0.1.6.tar.gz) = b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211 -SIZE (rust/crates/console_error_panic_hook-0.1.6.tar.gz) = 501738 -SHA256 (rust/crates/core-foundation-0.7.0.tar.gz) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 -SIZE (rust/crates/core-foundation-0.7.0.tar.gz) = 25384 -SHA256 (rust/crates/core-foundation-sys-0.7.0.tar.gz) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac -SIZE (rust/crates/core-foundation-sys-0.7.0.tar.gz) = 17033 +SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 +SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 +SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b +SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 -SHA256 (rust/crates/crc32fast-1.2.0.tar.gz) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 -SIZE (rust/crates/crc32fast-1.2.0.tar.gz) = 39161 -SHA256 (rust/crates/cssparser-0.27.2.tar.gz) = 754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a -SIZE (rust/crates/cssparser-0.27.2.tar.gz) = 56792 +SHA256 (rust/crates/crc32fast-1.2.1.tar.gz) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a +SIZE (rust/crates/crc32fast-1.2.1.tar.gz) = 38172 +SHA256 (rust/crates/cssparser-0.28.1.tar.gz) = 1db8599a9761b371751fbf13e076fa03c6e1a78f8c5288e6ab9467f10a2322c1 +SIZE (rust/crates/cssparser-0.28.1.tar.gz) = 56748 SHA256 (rust/crates/cssparser-macros-0.6.0.tar.gz) = dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e SIZE (rust/crates/cssparser-macros-0.6.0.tar.gz) = 6684 SHA256 (rust/crates/difference-2.0.0.tar.gz) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 @@ -57,124 +57,118 @@ SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080 SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 SHA256 (rust/crates/doc-comment-0.3.3.tar.gz) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.tar.gz) = 4123 -SHA256 (rust/crates/dtoa-0.4.6.tar.gz) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b -SIZE (rust/crates/dtoa-0.4.6.tar.gz) = 15979 -SHA256 (rust/crates/dtoa-short-0.3.2.tar.gz) = 59020b8513b76630c49d918c33db9f4c91638e7d3404a28084083b87e33f76f2 -SIZE (rust/crates/dtoa-short-0.3.2.tar.gz) = 8074 -SHA256 (rust/crates/encoding_rs-0.8.23.tar.gz) = e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171 -SIZE (rust/crates/encoding_rs-0.8.23.tar.gz) = 1403543 -SHA256 (rust/crates/flate2-1.0.16.tar.gz) = 68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e -SIZE (rust/crates/flate2-1.0.16.tar.gz) = 73926 +SHA256 (rust/crates/dtoa-0.4.7.tar.gz) = 88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e +SIZE (rust/crates/dtoa-0.4.7.tar.gz) = 15910 +SHA256 (rust/crates/dtoa-short-0.3.3.tar.gz) = bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6 +SIZE (rust/crates/dtoa-short-0.3.3.tar.gz) = 8198 +SHA256 (rust/crates/encoding_rs-0.8.28.tar.gz) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 +SIZE (rust/crates/encoding_rs-0.8.28.tar.gz) = 1368577 +SHA256 (rust/crates/flate2-1.0.20.tar.gz) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0 +SIZE (rust/crates/flate2-1.0.20.tar.gz) = 74036 SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 -SHA256 (rust/crates/form_urlencoded-1.0.0.tar.gz) = ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00 -SIZE (rust/crates/form_urlencoded-1.0.0.tar.gz) = 8412 +SHA256 (rust/crates/form_urlencoded-1.0.1.tar.gz) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.tar.gz) = 8773 SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 -SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 -SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 -SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 -SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 SHA256 (rust/crates/futf-0.1.4.tar.gz) = 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b SIZE (rust/crates/futf-0.1.4.tar.gz) = 11341 -SHA256 (rust/crates/futures-channel-0.3.5.tar.gz) = f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5 -SIZE (rust/crates/futures-channel-0.3.5.tar.gz) = 29053 -SHA256 (rust/crates/futures-core-0.3.5.tar.gz) = 59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399 -SIZE (rust/crates/futures-core-0.3.5.tar.gz) = 13541 -SHA256 (rust/crates/futures-io-0.3.5.tar.gz) = de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789 -SIZE (rust/crates/futures-io-0.3.5.tar.gz) = 8981 -SHA256 (rust/crates/futures-sink-0.3.5.tar.gz) = 3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc -SIZE (rust/crates/futures-sink-0.3.5.tar.gz) = 7612 -SHA256 (rust/crates/futures-task-0.3.5.tar.gz) = bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626 -SIZE (rust/crates/futures-task-0.3.5.tar.gz) = 11030 -SHA256 (rust/crates/futures-util-0.3.5.tar.gz) = 8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6 -SIZE (rust/crates/futures-util-0.3.5.tar.gz) = 132197 -SHA256 (rust/crates/generic-array-0.14.3.tar.gz) = 60fb4bb6bba52f78a471264d9a3b7d026cc0af47b22cd2cffbc0b787ca003e63 -SIZE (rust/crates/generic-array-0.14.3.tar.gz) = 28812 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/h2-0.2.6.tar.gz) = 993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53 -SIZE (rust/crates/h2-0.2.6.tar.gz) = 157564 -SHA256 (rust/crates/hashbrown-0.8.1.tar.gz) = 34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb -SIZE (rust/crates/hashbrown-0.8.1.tar.gz) = 74727 -SHA256 (rust/crates/hermit-abi-0.1.15.tar.gz) = 3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9 -SIZE (rust/crates/hermit-abi-0.1.15.tar.gz) = 9597 +SHA256 (rust/crates/futures-channel-0.3.13.tar.gz) = 8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939 +SIZE (rust/crates/futures-channel-0.3.13.tar.gz) = 31089 +SHA256 (rust/crates/futures-core-0.3.13.tar.gz) = 15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94 +SIZE (rust/crates/futures-core-0.3.13.tar.gz) = 13835 +SHA256 (rust/crates/futures-io-0.3.13.tar.gz) = d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59 +SIZE (rust/crates/futures-io-0.3.13.tar.gz) = 9059 +SHA256 (rust/crates/futures-sink-0.3.13.tar.gz) = 85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3 +SIZE (rust/crates/futures-sink-0.3.13.tar.gz) = 7660 +SHA256 (rust/crates/futures-task-0.3.13.tar.gz) = fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80 +SIZE (rust/crates/futures-task-0.3.13.tar.gz) = 11118 +SHA256 (rust/crates/futures-util-0.3.13.tar.gz) = 1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1 +SIZE (rust/crates/futures-util-0.3.13.tar.gz) = 138948 +SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.tar.gz) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.tar.gz) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 +SHA256 (rust/crates/h2-0.3.1.tar.gz) = d832b01df74254fe364568d6ddc294443f61cbec82816b60904303af87efae78 +SIZE (rust/crates/h2-0.3.1.tar.gz) = 159047 +SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 SHA256 (rust/crates/html5ever-0.24.1.tar.gz) = 025483b0a1e4577bb28578318c886ee5f817dda6eb62473269349044406644cb SIZE (rust/crates/html5ever-0.24.1.tar.gz) = 213574 -SHA256 (rust/crates/http-0.2.1.tar.gz) = 28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9 -SIZE (rust/crates/http-0.2.1.tar.gz) = 102231 -SHA256 (rust/crates/http-body-0.3.1.tar.gz) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b -SIZE (rust/crates/http-body-0.3.1.tar.gz) = 5394 -SHA256 (rust/crates/httparse-1.3.4.tar.gz) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.tar.gz) = 23739 -SHA256 (rust/crates/hyper-0.13.7.tar.gz) = 3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb -SIZE (rust/crates/hyper-0.13.7.tar.gz) = 138962 -SHA256 (rust/crates/hyper-tls-0.4.3.tar.gz) = d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed -SIZE (rust/crates/hyper-tls-0.4.3.tar.gz) = 14195 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 -SHA256 (rust/crates/indexmap-1.5.0.tar.gz) = 5b88cd59ee5f71fea89a62248fc8f387d44400cefe05ef548466d61ced9029a7 -SIZE (rust/crates/indexmap-1.5.0.tar.gz) = 46181 -SHA256 (rust/crates/iovec-0.1.4.tar.gz) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e -SIZE (rust/crates/iovec-0.1.4.tar.gz) = 8720 +SHA256 (rust/crates/http-0.2.3.tar.gz) = 7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 +SIZE (rust/crates/http-0.2.3.tar.gz) = 105044 +SHA256 (rust/crates/http-body-0.4.0.tar.gz) = 2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994 +SIZE (rust/crates/http-body-0.4.0.tar.gz) = 5325 +SHA256 (rust/crates/httparse-1.3.5.tar.gz) = 615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691 +SIZE (rust/crates/httparse-1.3.5.tar.gz) = 24018 +SHA256 (rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 +SIZE (rust/crates/httpdate-0.3.2.tar.gz) = 10768 +SHA256 (rust/crates/hyper-0.14.4.tar.gz) = e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7 +SIZE (rust/crates/hyper-0.14.4.tar.gz) = 158482 +SHA256 (rust/crates/hyper-tls-0.5.0.tar.gz) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 +SIZE (rust/crates/hyper-tls-0.5.0.tar.gz) = 13257 +SHA256 (rust/crates/idna-0.2.2.tar.gz) = 89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21 +SIZE (rust/crates/idna-0.2.2.tar.gz) = 271070 +SHA256 (rust/crates/indexmap-1.6.2.tar.gz) = 824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3 +SIZE (rust/crates/indexmap-1.6.2.tar.gz) = 50225 SHA256 (rust/crates/ipnet-2.3.0.tar.gz) = 47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135 SIZE (rust/crates/ipnet-2.3.0.tar.gz) = 25031 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 -SHA256 (rust/crates/js-sys-0.3.45.tar.gz) = ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8 -SIZE (rust/crates/js-sys-0.3.45.tar.gz) = 67143 -SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d -SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 +SHA256 (rust/crates/js-sys-0.3.48.tar.gz) = dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78 +SIZE (rust/crates/js-sys-0.3.48.tar.gz) = 67010 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.74.tar.gz) = a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10 -SIZE (rust/crates/libc-0.2.74.tar.gz) = 503397 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 +SHA256 (rust/crates/libc-0.2.88.tar.gz) = 03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a +SIZE (rust/crates/libc-0.2.88.tar.gz) = 514138 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/mac-0.1.1.tar.gz) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.tar.gz) = 4838 SHA256 (rust/crates/markup5ever-0.9.0.tar.gz) = 65381d9d47506b8592b97c4efd936afcf673b09b059f2bef39c7211ee78b9d03 SIZE (rust/crates/markup5ever-0.9.0.tar.gz) = 46871 SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 +SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.tar.gz) = 23077 SHA256 (rust/crates/mime-0.3.16.tar.gz) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d SIZE (rust/crates/mime-0.3.16.tar.gz) = 15206 -SHA256 (rust/crates/mime_guess-2.0.3.tar.gz) = 2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212 -SIZE (rust/crates/mime_guess-2.0.3.tar.gz) = 27437 -SHA256 (rust/crates/miniz_oxide-0.4.0.tar.gz) = be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f -SIZE (rust/crates/miniz_oxide-0.4.0.tar.gz) = 45246 -SHA256 (rust/crates/mio-0.6.22.tar.gz) = fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430 -SIZE (rust/crates/mio-0.6.22.tar.gz) = 102782 -SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 -SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 -SHA256 (rust/crates/native-tls-0.2.4.tar.gz) = 2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d -SIZE (rust/crates/native-tls-0.2.4.tar.gz) = 32170 -SHA256 (rust/crates/net2-0.2.34.tar.gz) = 2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7 -SIZE (rust/crates/net2-0.2.34.tar.gz) = 20620 +SHA256 (rust/crates/miniz_oxide-0.4.4.tar.gz) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b +SIZE (rust/crates/miniz_oxide-0.4.4.tar.gz) = 49938 +SHA256 (rust/crates/mio-0.7.9.tar.gz) = a5dede4e2065b3842b8b0af444119f3aa331cc7cc2dd20388bfb0f5d5a38823a +SIZE (rust/crates/mio-0.7.9.tar.gz) = 86683 +SHA256 (rust/crates/miow-0.3.6.tar.gz) = 5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897 +SIZE (rust/crates/miow-0.3.6.tar.gz) = 24533 +SHA256 (rust/crates/native-tls-0.2.7.tar.gz) = b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4 +SIZE (rust/crates/native-tls-0.2.7.tar.gz) = 24958 SHA256 (rust/crates/new_debug_unreachable-1.0.4.tar.gz) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 SIZE (rust/crates/new_debug_unreachable-1.0.4.tar.gz) = 2561 -SHA256 (rust/crates/num-integer-0.1.43.tar.gz) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b -SIZE (rust/crates/num-integer-0.1.43.tar.gz) = 21966 -SHA256 (rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 -SIZE (rust/crates/num-traits-0.2.12.tar.gz) = 43807 +SHA256 (rust/crates/ntapi-0.3.6.tar.gz) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 +SIZE (rust/crates/ntapi-0.3.6.tar.gz) = 127221 +SHA256 (rust/crates/num-integer-0.1.44.tar.gz) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db +SIZE (rust/crates/num-integer-0.1.44.tar.gz) = 22216 +SHA256 (rust/crates/num-traits-0.2.14.tar.gz) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.tar.gz) = 45476 SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 -SHA256 (rust/crates/once_cell-1.4.0.tar.gz) = 0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d -SIZE (rust/crates/once_cell-1.4.0.tar.gz) = 24625 +SHA256 (rust/crates/once_cell-1.7.2.tar.gz) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.tar.gz) = 28250 SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 -SHA256 (rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4 -SIZE (rust/crates/openssl-0.10.30.tar.gz) = 191808 +SHA256 (rust/crates/openssl-0.10.32.tar.gz) = 038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70 +SIZE (rust/crates/openssl-0.10.32.tar.gz) = 199469 SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 -SHA256 (rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de -SIZE (rust/crates/openssl-sys-0.9.58.tar.gz) = 47014 +SHA256 (rust/crates/openssl-sys-0.9.60.tar.gz) = 921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6 +SIZE (rust/crates/openssl-sys-0.9.60.tar.gz) = 51509 SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 SHA256 (rust/crates/phf-0.7.24.tar.gz) = b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18 @@ -193,52 +187,58 @@ SHA256 (rust/crates/phf_shared-0.7.24.tar.gz) = 234f71 SIZE (rust/crates/phf_shared-0.7.24.tar.gz) = 2170 SHA256 (rust/crates/phf_shared-0.8.0.tar.gz) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.tar.gz) = 2860 -SHA256 (rust/crates/pin-project-0.4.23.tar.gz) = ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa -SIZE (rust/crates/pin-project-0.4.23.tar.gz) = 53805 -SHA256 (rust/crates/pin-project-internal-0.4.23.tar.gz) = 2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f -SIZE (rust/crates/pin-project-internal-0.4.23.tar.gz) = 29624 -SHA256 (rust/crates/pin-project-lite-0.1.7.tar.gz) = 282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715 -SIZE (rust/crates/pin-project-lite-0.1.7.tar.gz) = 23017 -SHA256 (rust/crates/pin-project-lite-0.2.0.tar.gz) = 6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c -SIZE (rust/crates/pin-project-lite-0.2.0.tar.gz) = 29023 +SHA256 (rust/crates/pin-project-1.0.5.tar.gz) = 96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63 +SIZE (rust/crates/pin-project-1.0.5.tar.gz) = 53782 +SHA256 (rust/crates/pin-project-internal-1.0.5.tar.gz) = 758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b +SIZE (rust/crates/pin-project-internal-1.0.5.tar.gz) = 27351 +SHA256 (rust/crates/pin-project-lite-0.2.6.tar.gz) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.tar.gz) = 25494 SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 -SHA256 (rust/crates/pkg-config-0.3.18.tar.gz) = d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33 -SIZE (rust/crates/pkg-config-0.3.18.tar.gz) = 14674 -SHA256 (rust/crates/ppv-lite86-0.2.8.tar.gz) = 237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea -SIZE (rust/crates/ppv-lite86-0.2.8.tar.gz) = 20848 +SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c +SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 +SHA256 (rust/crates/ppv-lite86-0.2.10.tar.gz) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.tar.gz) = 20915 SHA256 (rust/crates/precomputed-hash-0.1.1.tar.gz) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.tar.gz) = 1640 -SHA256 (rust/crates/predicates-1.0.5.tar.gz) = 96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a -SIZE (rust/crates/predicates-1.0.5.tar.gz) = 26097 -SHA256 (rust/crates/predicates-core-1.0.0.tar.gz) = 06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178 -SIZE (rust/crates/predicates-core-1.0.0.tar.gz) = 8066 -SHA256 (rust/crates/predicates-tree-1.0.0.tar.gz) = 8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124 -SIZE (rust/crates/predicates-tree-1.0.0.tar.gz) = 6251 -SHA256 (rust/crates/proc-macro-hack-0.5.18.tar.gz) = 99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598 -SIZE (rust/crates/proc-macro-hack-0.5.18.tar.gz) = 14619 -SHA256 (rust/crates/proc-macro2-1.0.19.tar.gz) = 04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12 -SIZE (rust/crates/proc-macro2-1.0.19.tar.gz) = 36390 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 +SHA256 (rust/crates/predicates-1.0.7.tar.gz) = eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa +SIZE (rust/crates/predicates-1.0.7.tar.gz) = 274733 +SHA256 (rust/crates/predicates-core-1.0.2.tar.gz) = 57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451 +SIZE (rust/crates/predicates-core-1.0.2.tar.gz) = 8185 +SHA256 (rust/crates/predicates-tree-1.0.2.tar.gz) = 15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2 +SIZE (rust/crates/predicates-tree-1.0.2.tar.gz) = 6341 +SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 +SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 +SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 +SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 SHA256 (rust/crates/rand_core-0.4.2.tar.gz) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc SIZE (rust/crates/rand_core-0.4.2.tar.gz) = 20243 SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 +SHA256 (rust/crates/rand_core-0.6.2.tar.gz) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.tar.gz) = 21708 SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 +SHA256 (rust/crates/rand_hc-0.3.0.tar.gz) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.tar.gz) = 11780 SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 SHA256 (rust/crates/rand_jitter-0.1.4.tar.gz) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b @@ -253,46 +253,46 @@ SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7 SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/regex-1.4.2.tar.gz) = 38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c -SIZE (rust/crates/regex-1.4.2.tar.gz) = 236931 -SHA256 (rust/crates/regex-syntax-0.6.21.tar.gz) = 3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189 -SIZE (rust/crates/regex-syntax-0.6.21.tar.gz) = 293572 +SHA256 (rust/crates/redox_syscall-0.2.5.tar.gz) = 94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9 +SIZE (rust/crates/redox_syscall-0.2.5.tar.gz) = 23449 +SHA256 (rust/crates/regex-1.4.3.tar.gz) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a +SIZE (rust/crates/regex-1.4.3.tar.gz) = 237273 +SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 +SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 +SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 +SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 -SHA256 (rust/crates/reqwest-0.10.9.tar.gz) = fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce -SIZE (rust/crates/reqwest-0.10.9.tar.gz) = 126498 +SHA256 (rust/crates/reqwest-0.11.1.tar.gz) = 0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34 +SIZE (rust/crates/reqwest-0.11.1.tar.gz) = 128020 SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 SHA256 (rust/crates/schannel-0.1.19.tar.gz) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 SIZE (rust/crates/schannel-0.1.19.tar.gz) = 42755 -SHA256 (rust/crates/scoped-tls-1.0.0.tar.gz) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 -SIZE (rust/crates/scoped-tls-1.0.0.tar.gz) = 9146 -SHA256 (rust/crates/security-framework-0.4.4.tar.gz) = 64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535 -SIZE (rust/crates/security-framework-0.4.4.tar.gz) = 54841 -SHA256 (rust/crates/security-framework-sys-0.4.3.tar.gz) = 17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405 -SIZE (rust/crates/security-framework-sys-0.4.3.tar.gz) = 10508 -SHA256 (rust/crates/serde-1.0.114.tar.gz) = 5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3 -SIZE (rust/crates/serde-1.0.114.tar.gz) = 74453 -SHA256 (rust/crates/serde_derive-1.0.114.tar.gz) = 2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e -SIZE (rust/crates/serde_derive-1.0.114.tar.gz) = 50733 -SHA256 (rust/crates/serde_json-1.0.57.tar.gz) = 164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c -SIZE (rust/crates/serde_json-1.0.57.tar.gz) = 114723 +SHA256 (rust/crates/security-framework-2.1.2.tar.gz) = d493c5f39e02dfb062cd8f33301f90f9b13b650e8c1b1d0fd75c19dd64bff69d +SIZE (rust/crates/security-framework-2.1.2.tar.gz) = 57173 +SHA256 (rust/crates/security-framework-sys-2.1.1.tar.gz) = dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d +SIZE (rust/crates/security-framework-sys-2.1.1.tar.gz) = 11604 +SHA256 (rust/crates/serde-1.0.124.tar.gz) = bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f +SIZE (rust/crates/serde-1.0.124.tar.gz) = 74508 +SHA256 (rust/crates/serde_derive-1.0.124.tar.gz) = 1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b +SIZE (rust/crates/serde_derive-1.0.124.tar.gz) = 54147 +SHA256 (rust/crates/serde_json-1.0.64.tar.gz) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.tar.gz) = 115138 SHA256 (rust/crates/serde_urlencoded-0.7.0.tar.gz) = edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9 SIZE (rust/crates/serde_urlencoded-0.7.0.tar.gz) = 12489 -SHA256 (rust/crates/sha2-0.9.2.tar.gz) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 -SIZE (rust/crates/sha2-0.9.2.tar.gz) = 19665 +SHA256 (rust/crates/sha2-0.9.3.tar.gz) = fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de +SIZE (rust/crates/sha2-0.9.3.tar.gz) = 19649 SHA256 (rust/crates/siphasher-0.2.3.tar.gz) = 0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac SIZE (rust/crates/siphasher-0.2.3.tar.gz) = 8717 SHA256 (rust/crates/siphasher-0.3.3.tar.gz) = fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7 SIZE (rust/crates/siphasher-0.3.3.tar.gz) = 9458 SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 -SHA256 (rust/crates/smallvec-1.4.1.tar.gz) = 3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f -SIZE (rust/crates/smallvec-1.4.1.tar.gz) = 25818 -SHA256 (rust/crates/socket2-0.3.12.tar.gz) = 03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918 -SIZE (rust/crates/socket2-0.3.12.tar.gz) = 29253 +SHA256 (rust/crates/smallvec-1.6.1.tar.gz) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.tar.gz) = 26444 +SHA256 (rust/crates/socket2-0.3.19.tar.gz) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e +SIZE (rust/crates/socket2-0.3.19.tar.gz) = 33782 SHA256 (rust/crates/string_cache-0.7.5.tar.gz) = 89c058a82f9fd69b1becf8c274f412281038877c553182f1d02eb027045a2d67 SIZE (rust/crates/string_cache-0.7.5.tar.gz) = 21149 SHA256 (rust/crates/string_cache_codegen-0.4.4.tar.gz) = f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6 @@ -301,54 +301,54 @@ SHA256 (rust/crates/string_cache_shared-0.3.0.tar.gz) SIZE (rust/crates/string_cache_shared-0.3.0.tar.gz) = 861 SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.36.tar.gz) = 4cdb98bcb1f9d81d07b536179c269ea15999b5d14ea958196413869445bb5250 -SIZE (rust/crates/syn-1.0.36.tar.gz) = 205090 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/tendril-0.4.1.tar.gz) = 707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b -SIZE (rust/crates/tendril-0.4.1.tar.gz) = 35286 +SHA256 (rust/crates/syn-1.0.62.tar.gz) = 123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512 +SIZE (rust/crates/syn-1.0.62.tar.gz) = 231418 +SHA256 (rust/crates/tempfile-3.2.0.tar.gz) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.tar.gz) = 25892 +SHA256 (rust/crates/tendril-0.4.2.tar.gz) = a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33 +SIZE (rust/crates/tendril-0.4.2.tar.gz) = 37138 SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/time-0.1.43.tar.gz) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 -SIZE (rust/crates/time-0.1.43.tar.gz) = 28653 -SHA256 (rust/crates/tinyvec-0.3.3.tar.gz) = 53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed -SIZE (rust/crates/tinyvec-0.3.3.tar.gz) = 17860 -SHA256 (rust/crates/tokio-0.2.22.tar.gz) = 5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd -SIZE (rust/crates/tokio-0.2.22.tar.gz) = 400639 -SHA256 (rust/crates/tokio-tls-0.3.1.tar.gz) = 9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343 -SIZE (rust/crates/tokio-tls-0.3.1.tar.gz) = 22517 -SHA256 (rust/crates/tokio-util-0.3.1.tar.gz) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499 -SIZE (rust/crates/tokio-util-0.3.1.tar.gz) = 27233 -SHA256 (rust/crates/tower-service-0.3.0.tar.gz) = e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860 -SIZE (rust/crates/tower-service-0.3.0.tar.gz) = 5321 -SHA256 (rust/crates/tracing-0.1.18.tar.gz) = f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178 -SIZE (rust/crates/tracing-0.1.18.tar.gz) = 59673 -SHA256 (rust/crates/tracing-core-0.1.12.tar.gz) = b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7 -SIZE (rust/crates/tracing-core-0.1.12.tar.gz) = 46338 +SHA256 (rust/crates/thread_local-1.1.3.tar.gz) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.tar.gz) = 13111 +SHA256 (rust/crates/time-0.1.44.tar.gz) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 +SIZE (rust/crates/time-0.1.44.tar.gz) = 28885 +SHA256 (rust/crates/tinyvec-1.1.1.tar.gz) = 317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023 +SIZE (rust/crates/tinyvec-1.1.1.tar.gz) = 39896 +SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 +SHA256 (rust/crates/tokio-1.2.0.tar.gz) = e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a +SIZE (rust/crates/tokio-1.2.0.tar.gz) = 428628 +SHA256 (rust/crates/tokio-native-tls-0.3.0.tar.gz) = f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b +SIZE (rust/crates/tokio-native-tls-0.3.0.tar.gz) = 20759 +SHA256 (rust/crates/tokio-util-0.6.3.tar.gz) = ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b +SIZE (rust/crates/tokio-util-0.6.3.tar.gz) = 65782 +SHA256 (rust/crates/tower-service-0.3.1.tar.gz) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 +SIZE (rust/crates/tower-service-0.3.1.tar.gz) = 6299 +SHA256 (rust/crates/tracing-0.1.25.tar.gz) = 01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f +SIZE (rust/crates/tracing-0.1.25.tar.gz) = 68011 +SHA256 (rust/crates/tracing-core-0.1.17.tar.gz) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f +SIZE (rust/crates/tracing-core-0.1.17.tar.gz) = 47774 SHA256 (rust/crates/treeline-0.1.0.tar.gz) = a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41 SIZE (rust/crates/treeline-0.1.0.tar.gz) = 3855 SHA256 (rust/crates/try-lock-0.2.3.tar.gz) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 SIZE (rust/crates/try-lock-0.2.3.tar.gz) = 4158 SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 -SHA256 (rust/crates/unicase-2.6.0.tar.gz) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 -SIZE (rust/crates/unicase-2.6.0.tar.gz) = 23478 SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.13.tar.gz) = 6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977 -SIZE (rust/crates/unicode-normalization-0.1.13.tar.gz) = 91691 +SHA256 (rust/crates/unicode-normalization-0.1.17.tar.gz) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef +SIZE (rust/crates/unicode-normalization-0.1.17.tar.gz) = 100345 SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/url-2.2.0.tar.gz) = 5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e -SIZE (rust/crates/url-2.2.0.tar.gz) = 42787 +SHA256 (rust/crates/url-2.2.1.tar.gz) = 9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b +SIZE (rust/crates/url-2.2.1.tar.gz) = 65434 SHA256 (rust/crates/utf-8-0.7.5.tar.gz) = 05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7 SIZE (rust/crates/utf-8-0.7.5.tar.gz) = 6551 -SHA256 (rust/crates/vcpkg-0.2.10.tar.gz) = 6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c -SIZE (rust/crates/vcpkg-0.2.10.tar.gz) = 11504 +SHA256 (rust/crates/vcpkg-0.2.11.tar.gz) = b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb +SIZE (rust/crates/vcpkg-0.2.11.tar.gz) = 12600 SHA256 (rust/crates/vec_map-0.8.2.tar.gz) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.tar.gz) = 14466 SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed @@ -359,37 +359,29 @@ SHA256 (rust/crates/want-0.3.0.tar.gz) = 1ce8a968cb1cd SIZE (rust/crates/want-0.3.0.tar.gz) = 6550 SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42 -SIZE (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 159094 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68 -SIZE (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = 23522 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.18.tar.gz) = b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da -SIZE (rust/crates/wasm-bindgen-futures-0.4.18.tar.gz) = 13690 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038 -SIZE (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 11630 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = 17793 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307 -SIZE (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 6725 -SHA256 (rust/crates/wasm-bindgen-test-0.3.18.tar.gz) = 34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64 -SIZE (rust/crates/wasm-bindgen-test-0.3.18.tar.gz) = 15619 -SHA256 (rust/crates/wasm-bindgen-test-macro-0.3.18.tar.gz) = e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585 -SIZE (rust/crates/wasm-bindgen-test-macro-0.3.18.tar.gz) = 6371 -SHA256 (rust/crates/web-sys-0.3.44.tar.gz) = dda38f4e5ca63eda02c059d243aa25b5f35ab98451e518c51612cd0f1bd19a47 -SIZE (rust/crates/web-sys-0.3.44.tar.gz) = 628264 -SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a -SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f +SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 26964 +SHA256 (rust/crates/wasm-bindgen-0.2.71.tar.gz) = 7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7 +SIZE (rust/crates/wasm-bindgen-0.2.71.tar.gz) = 159260 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.71.tar.gz) = 5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8 +SIZE (rust/crates/wasm-bindgen-backend-0.2.71.tar.gz) = 25432 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.21.tar.gz) = 8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab +SIZE (rust/crates/wasm-bindgen-futures-0.4.21.tar.gz) = 14763 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.71.tar.gz) = e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b +SIZE (rust/crates/wasm-bindgen-macro-0.2.71.tar.gz) = 11548 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.71.tar.gz) = cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.71.tar.gz) = 17855 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.71.tar.gz) = 7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1 +SIZE (rust/crates/wasm-bindgen-shared-0.2.71.tar.gz) = 6693 +SHA256 (rust/crates/web-sys-0.3.48.tar.gz) = ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b +SIZE (rust/crates/web-sys-0.3.48.tar.gz) = 648255 SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 -SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc -SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/winreg-0.7.0.tar.gz) = 0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69 SIZE (rust/crates/winreg-0.7.0.tar.gz) = 21225 -SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e -SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 -SHA256 (Y2Z-monolith-v2.4.0_GH0.tar.gz) = aba401677d9586b973a4719a945ffad70a6bef8adc737437a73aa7ed8709eae4 -SIZE (Y2Z-monolith-v2.4.0_GH0.tar.gz) = 3320489 +SHA256 (Y2Z-monolith-v2.4.1_GH0.tar.gz) = d68980bd5ade841f41e0d35447f9c299c82118eef2d291c2c07063086a18de0d +SIZE (Y2Z-monolith-v2.4.1_GH0.tar.gz) = 3324437 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:35:46 2021 Return-Path: Delivered-To: svn-ports-all@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 7FE4F5732DB; Wed, 10 Mar 2021 18:35:46 +0000 (UTC) (envelope-from lcook@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 4DwgkV3DXmz4SG0; Wed, 10 Mar 2021 18:35:46 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61BE913EFD; Wed, 10 Mar 2021 18:35:46 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIZkN8062713; Wed, 10 Mar 2021 18:35:46 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIZkgj062712; Wed, 10 Mar 2021 18:35:46 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103101835.12AIZkgj062712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 18:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568027 - head/textproc/csvq X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/textproc/csvq X-SVN-Commit-Revision: 568027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:35:46 -0000 Author: lcook Date: Wed Mar 10 18:35:45 2021 New Revision: 568027 URL: https://svnweb.freebsd.org/changeset/ports/568027 Log: textproc/csvq: Update to 1.14.0 Changes: https://github.com/mithrandie/csvq/releases/tag/v1.14.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D29199 Modified: head/textproc/csvq/Makefile head/textproc/csvq/distinfo Modified: head/textproc/csvq/Makefile ============================================================================== --- head/textproc/csvq/Makefile Wed Mar 10 18:34:51 2021 (r568026) +++ head/textproc/csvq/Makefile Wed Mar 10 18:35:45 2021 (r568027) @@ -2,7 +2,7 @@ PORTNAME= csvq DISTVERSIONPREFIX= v -DISTVERSION= 1.13.8 +DISTVERSION= 1.14.0 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org Modified: head/textproc/csvq/distinfo ============================================================================== --- head/textproc/csvq/distinfo Wed Mar 10 18:34:51 2021 (r568026) +++ head/textproc/csvq/distinfo Wed Mar 10 18:35:45 2021 (r568027) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612524826 -SHA256 (mithrandie-csvq-v1.13.8_GH0.tar.gz) = df3af41cd16c31bd90ae433dca2ef3d8e267d381f67612deafb024c946e90526 -SIZE (mithrandie-csvq-v1.13.8_GH0.tar.gz) = 1382191 +TIMESTAMP = 1615400839 +SHA256 (mithrandie-csvq-v1.14.0_GH0.tar.gz) = 275afd507c2bb4572c5517d8549d7dc5a07851e5d8373ac64f10c43cf3eca567 +SIZE (mithrandie-csvq-v1.14.0_GH0.tar.gz) = 1384265 SHA256 (golang-crypto-3d3f9f413869_GH0.tar.gz) = 350f3e37a30bad009d90aa4b2df7d239c363865557788368a402492dc14c899e SIZE (golang-crypto-3d3f9f413869_GH0.tar.gz) = 1644694 SHA256 (golang-sys-f43be2a4598c_GH0.tar.gz) = 120cfab17111e93b3513a42bf0db20634552c85ae48d1fd3c5d7859fc5603356 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:36:16 2021 Return-Path: Delivered-To: svn-ports-all@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 71F9C57352A; Wed, 10 Mar 2021 18:36:16 +0000 (UTC) (envelope-from nc@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 4Dwgl42YkGz4SP2; Wed, 10 Mar 2021 18:36:16 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ABC613FFC; Wed, 10 Mar 2021 18:36:16 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIaGr8062832; Wed, 10 Mar 2021 18:36:16 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIaF1Y062831; Wed, 10 Mar 2021 18:36:15 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101836.12AIaF1Y062831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568028 - head/multimedia/ffdec X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/multimedia/ffdec X-SVN-Commit-Revision: 568028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:36:16 -0000 Author: nc Date: Wed Mar 10 18:36:15 2021 New Revision: 568028 URL: https://svnweb.freebsd.org/changeset/ports/568028 Log: multimedia/ffdec: Update to 14.1.0 Changes: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version14.1.0 PR: 254195 Submitted by: Naram Qashat (maintainer) Modified: head/multimedia/ffdec/Makefile head/multimedia/ffdec/distinfo Modified: head/multimedia/ffdec/Makefile ============================================================================== --- head/multimedia/ffdec/Makefile Wed Mar 10 18:35:45 2021 (r568027) +++ head/multimedia/ffdec/Makefile Wed Mar 10 18:36:15 2021 (r568028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffdec -DISTVERSION= 14.0.1 +DISTVERSION= 14.1.0 CATEGORIES= multimedia java MASTER_SITES= https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${PORTVERSION}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/multimedia/ffdec/distinfo ============================================================================== --- head/multimedia/ffdec/distinfo Wed Mar 10 18:35:45 2021 (r568027) +++ head/multimedia/ffdec/distinfo Wed Mar 10 18:36:15 2021 (r568028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614445442 -SHA256 (ffdec_14.0.1.zip) = 3484def9d69b2ca9f0f26a1889c12a43ba03ce890996079aea7f90f8adff4ab1 -SIZE (ffdec_14.0.1.zip) = 10822769 +TIMESTAMP = 1615390667 +SHA256 (ffdec_14.1.0.zip) = e3c5300801fcae1e77b490fe995c0cbacbf61c085f1a41414c92fe8ed71b3d9e +SIZE (ffdec_14.1.0.zip) = 10883143 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:39:05 2021 Return-Path: Delivered-To: svn-ports-all@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 CBF1657336E; Wed, 10 Mar 2021 18:39:05 +0000 (UTC) (envelope-from nc@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 4DwgpK5NfWz4Sf9; Wed, 10 Mar 2021 18:39:05 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB7CA140CC; Wed, 10 Mar 2021 18:39:05 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AId5E5063001; Wed, 10 Mar 2021 18:39:05 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AId5qS062999; Wed, 10 Mar 2021 18:39:05 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101839.12AId5qS062999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568029 - head/net-mgmt/irrtoolset X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net-mgmt/irrtoolset X-SVN-Commit-Revision: 568029 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:39:05 -0000 Author: nc Date: Wed Mar 10 18:39:04 2021 New Revision: 568029 URL: https://svnweb.freebsd.org/changeset/ports/568029 Log: net-mgmt/irrtoolset: update to 5.1.3 PR: 254070 Submitted by: rkoberman AT gmail DOT com (maintainer) Modified: head/net-mgmt/irrtoolset/Makefile head/net-mgmt/irrtoolset/distinfo Modified: head/net-mgmt/irrtoolset/Makefile ============================================================================== --- head/net-mgmt/irrtoolset/Makefile Wed Mar 10 18:36:15 2021 (r568028) +++ head/net-mgmt/irrtoolset/Makefile Wed Mar 10 18:39:04 2021 (r568029) @@ -1,18 +1,25 @@ # $FreeBSD$ PORTNAME= irrtoolset -PORTVERSION= 5.0.1 +DISTVERSIONPREFIX= release- +DISTVERSION= 5.1.3 CATEGORIES= net-mgmt -MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION} MAINTAINER= rkoberman@gmail.com COMMENT= Suite of routing policy tools to interact with the IRR +LICENSE= MIT GPLv2+ RIPE_NCC +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf bison gmake libtool +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= irrtoolset +GH_PROJECT= irrtoolset + PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \ man/man1/rtconfig.1.gz man/man1/peval.1.gz \ man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz - -USES= bison gmake libtool -GNU_CONFIGURE= yes .include Modified: head/net-mgmt/irrtoolset/distinfo ============================================================================== --- head/net-mgmt/irrtoolset/distinfo Wed Mar 10 18:36:15 2021 (r568028) +++ head/net-mgmt/irrtoolset/distinfo Wed Mar 10 18:39:04 2021 (r568029) @@ -1,2 +1,3 @@ -SIZE (irrtoolset-5.0.1.tar.gz) = 639889 -SHA256 (irrtoolset-5.0.1.tar.gz) = c044e4e009bf82db84f6a4f4d5ad563b07357f2d0e9f0bbaaf867e9b33fa5e80 +TIMESTAMP = 1614982116 +SHA256 (irrtoolset-irrtoolset-release-5.1.3_GH0.tar.gz) = a3eff14c2574f21be5b83302549d1582e509222d05f7dd8e5b68032ff6f5874a +SIZE (irrtoolset-irrtoolset-release-5.1.3_GH0.tar.gz) = 274730 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:45:25 2021 Return-Path: Delivered-To: svn-ports-all@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 914CA573749; Wed, 10 Mar 2021 18:45:25 +0000 (UTC) (envelope-from nc@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 4Dwgxd3ctzz4Vmg; Wed, 10 Mar 2021 18:45:25 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EE1416523; Wed, 10 Mar 2021 18:45:25 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIjPSf068724; Wed, 10 Mar 2021 18:45:25 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIjPHY068723; Wed, 10 Mar 2021 18:45:25 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101845.12AIjPHY068723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568030 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 568030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:45:25 -0000 Author: nc Date: Wed Mar 10 18:45:24 2021 New Revision: 568030 URL: https://svnweb.freebsd.org/changeset/ports/568030 Log: Document vulnerabilities in www/gitea < 1.13.4 PR: 254130 Submitted by: stb AT lassitu DOT de (maintainer) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 10 18:39:04 2021 (r568029) +++ head/security/vuxml/vuln.xml Wed Mar 10 18:45:24 2021 (r568030) @@ -78,6 +78,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + gitea -- multiple vulnerabilities + + + gitea + 1.13.24 + + + + +

The Gitea Team reports for release 1.13.3:

+
+
    +
  • Turn default hash password algorithm back to pbkdf2 from argon2 until we find a better one
  • +
+
+

The Gitea Team reports for release 1.13.4:

+
+
    +
  • Fix issue popups
  • +
+
+ +
+ + https://github.com/go-gitea/gitea/releases/tag/v1.13.3 + https://github.com/go-gitea/gitea/releases/tag/v1.13.4 + ports/254130 + + + 2021-01-07 + 2021-02-06 + +
+ mantis -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Wed Mar 10 18:48:44 2021 Return-Path: Delivered-To: svn-ports-all@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 42768573CC9; Wed, 10 Mar 2021 18:48:44 +0000 (UTC) (envelope-from nc@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 4Dwh1S0y1Lz4W98; Wed, 10 Mar 2021 18:48:44 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 138E41661E; Wed, 10 Mar 2021 18:48:44 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AImhHx068934; Wed, 10 Mar 2021 18:48:43 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AImhkA068932; Wed, 10 Mar 2021 18:48:43 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101848.12AImhkA068932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568031 - head/www/gitea X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/www/gitea X-SVN-Commit-Revision: 568031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:48:44 -0000 Author: nc Date: Wed Mar 10 18:48:43 2021 New Revision: 568031 URL: https://svnweb.freebsd.org/changeset/ports/568031 Log: www/gitea: Update to 1.13.4 This update fixes security vulnerabilities * https://blog.gitea.io/2021/03/gitea-1.13.3-is-released/ * https://blog.gitea.io/2021/03/gitea-1.13.4-is-released/ PR: 254130 Submitted by: stb AT lassitu DOT de (maintainer) MFH: 2021Q1 Security: 502ba001-7ffa-11eb-911c-0800278d94f Modified: head/www/gitea/Makefile head/www/gitea/distinfo Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Wed Mar 10 18:45:24 2021 (r568030) +++ head/www/gitea/Makefile Wed Mar 10 18:48:43 2021 (r568031) @@ -2,7 +2,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.13.2 +DISTVERSION= 1.13.4 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Wed Mar 10 18:45:24 2021 (r568030) +++ head/www/gitea/distinfo Wed Mar 10 18:48:43 2021 (r568031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612614262 -SHA256 (gitea-src-1.13.2.tar.gz) = b9ece0f0674daa02951e0263f6b4ea1c52d6b8b7720e9eb77f3afb0ccb253882 -SIZE (gitea-src-1.13.2.tar.gz) = 150862119 +TIMESTAMP = 1615197017 +SHA256 (gitea-src-1.13.4.tar.gz) = 43dc0cf931a013da0517383ae75e9b1bb8853638713b13cc2cab531e0840fce5 +SIZE (gitea-src-1.13.4.tar.gz) = 150805886 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:49:37 2021 Return-Path: Delivered-To: svn-ports-all@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 B4489573EA3; Wed, 10 Mar 2021 18:49:37 +0000 (UTC) (envelope-from nc@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 4Dwh2T4mDJz4WJM; Wed, 10 Mar 2021 18:49:37 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 965E916524; Wed, 10 Mar 2021 18:49:37 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AInbSP069107; Wed, 10 Mar 2021 18:49:37 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AInbNh069105; Wed, 10 Mar 2021 18:49:37 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101849.12AInbNh069105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:49:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568032 - branches/2021Q1/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: nc X-SVN-Commit-Paths: branches/2021Q1/www/gitea X-SVN-Commit-Revision: 568032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:49:37 -0000 Author: nc Date: Wed Mar 10 18:49:36 2021 New Revision: 568032 URL: https://svnweb.freebsd.org/changeset/ports/568032 Log: MFH: r568031 www/gitea: Update to 1.13.4 This update fixes security vulnerabilities * https://blog.gitea.io/2021/03/gitea-1.13.3-is-released/ * https://blog.gitea.io/2021/03/gitea-1.13.4-is-released/ PR: 254130 Submitted by: stb AT lassitu DOT de (maintainer) Security: 502ba001-7ffa-11eb-911c-0800278d94f Approved by: portmgr (security blanket) Modified: branches/2021Q1/www/gitea/Makefile branches/2021Q1/www/gitea/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/gitea/Makefile ============================================================================== --- branches/2021Q1/www/gitea/Makefile Wed Mar 10 18:48:43 2021 (r568031) +++ branches/2021Q1/www/gitea/Makefile Wed Mar 10 18:49:36 2021 (r568032) @@ -2,7 +2,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.13.2 +DISTVERSION= 1.13.4 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} Modified: branches/2021Q1/www/gitea/distinfo ============================================================================== --- branches/2021Q1/www/gitea/distinfo Wed Mar 10 18:48:43 2021 (r568031) +++ branches/2021Q1/www/gitea/distinfo Wed Mar 10 18:49:36 2021 (r568032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612614262 -SHA256 (gitea-src-1.13.2.tar.gz) = b9ece0f0674daa02951e0263f6b4ea1c52d6b8b7720e9eb77f3afb0ccb253882 -SIZE (gitea-src-1.13.2.tar.gz) = 150862119 +TIMESTAMP = 1615197017 +SHA256 (gitea-src-1.13.4.tar.gz) = 43dc0cf931a013da0517383ae75e9b1bb8853638713b13cc2cab531e0840fce5 +SIZE (gitea-src-1.13.4.tar.gz) = 150805886 From owner-svn-ports-all@freebsd.org Wed Mar 10 18:52:35 2021 Return-Path: Delivered-To: svn-ports-all@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 BA748574092; Wed, 10 Mar 2021 18:52:35 +0000 (UTC) (envelope-from nc@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 4Dwh5v4zBFz4WSv; Wed, 10 Mar 2021 18:52:35 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D833167B9; Wed, 10 Mar 2021 18:52:35 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AIqZVZ075111; Wed, 10 Mar 2021 18:52:35 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AIqZml075109; Wed, 10 Mar 2021 18:52:35 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103101852.12AIqZml075109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 18:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568033 - in head/deskutils/coolreader: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/deskutils/coolreader: . files X-SVN-Commit-Revision: 568033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 18:52:35 -0000 Author: nc Date: Wed Mar 10 18:52:35 2021 New Revision: 568033 URL: https://svnweb.freebsd.org/changeset/ports/568033 Log: deskutils/coolreader: update to 3.2.55 PR: 254184 Submitted by: Olga Smirnova (maintainer) Deleted: head/deskutils/coolreader/files/ Modified: head/deskutils/coolreader/Makefile head/deskutils/coolreader/distinfo Modified: head/deskutils/coolreader/Makefile ============================================================================== --- head/deskutils/coolreader/Makefile Wed Mar 10 18:49:36 2021 (r568032) +++ head/deskutils/coolreader/Makefile Wed Mar 10 18:52:35 2021 (r568033) @@ -2,7 +2,7 @@ PORTNAME= coolreader DISTVERSIONPREFIX= cr -DISTVERSION= 3.2.53 +DISTVERSION= 3.2.55 CATEGORIES= deskutils MAINTAINER= mistresssilvara@hotmail.com Modified: head/deskutils/coolreader/distinfo ============================================================================== --- head/deskutils/coolreader/distinfo Wed Mar 10 18:49:36 2021 (r568032) +++ head/deskutils/coolreader/distinfo Wed Mar 10 18:52:35 2021 (r568033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613518870 -SHA256 (buggins-coolreader-cr3.2.53_GH0.tar.gz) = 0c9fff8e892b3f4e0facd6fc68e2230825ac23ea4228a611dfb2daa82c656a14 -SIZE (buggins-coolreader-cr3.2.53_GH0.tar.gz) = 12550563 +TIMESTAMP = 1615373277 +SHA256 (buggins-coolreader-cr3.2.55_GH0.tar.gz) = 41bda9e64fedfcb4eed5756f34b05be53348a8cd40baa9bd9e0a346f94c09587 +SIZE (buggins-coolreader-cr3.2.55_GH0.tar.gz) = 13230319 From owner-svn-ports-all@freebsd.org Wed Mar 10 19:00:58 2021 Return-Path: Delivered-To: svn-ports-all@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 00141574509; Wed, 10 Mar 2021 19:00:57 +0000 (UTC) (envelope-from cmt@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 4DwhHY6Mqhz4X0t; Wed, 10 Mar 2021 19:00:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD7501654A; Wed, 10 Mar 2021 19:00:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AJ0vnn076400; Wed, 10 Mar 2021 19:00:57 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AJ0vYj076398; Wed, 10 Mar 2021 19:00:57 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103101900.12AJ0vYj076398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 10 Mar 2021 19:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568034 - head/net-mgmt/check_ssl_cert X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/net-mgmt/check_ssl_cert X-SVN-Commit-Revision: 568034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 19:00:58 -0000 Author: cmt Date: Wed Mar 10 19:00:57 2021 New Revision: 568034 URL: https://svnweb.freebsd.org/changeset/ports/568034 Log: update check_ssl_cert to 1.142.0 https://github.com/matteocorti/check_ssl_cert/releases/tag/v1.142.0 Modified: head/net-mgmt/check_ssl_cert/Makefile head/net-mgmt/check_ssl_cert/distinfo Modified: head/net-mgmt/check_ssl_cert/Makefile ============================================================================== --- head/net-mgmt/check_ssl_cert/Makefile Wed Mar 10 18:52:35 2021 (r568033) +++ head/net-mgmt/check_ssl_cert/Makefile Wed Mar 10 19:00:57 2021 (r568034) @@ -2,7 +2,7 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 1.141.0 +DISTVERSION= 1.142.0 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org Modified: head/net-mgmt/check_ssl_cert/distinfo ============================================================================== --- head/net-mgmt/check_ssl_cert/distinfo Wed Mar 10 18:52:35 2021 (r568033) +++ head/net-mgmt/check_ssl_cert/distinfo Wed Mar 10 19:00:57 2021 (r568034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615379785 -SHA256 (matteocorti-check_ssl_cert-v1.141.0_GH0.tar.gz) = 5dd22a9de93da1008c151e419b25865f877d648d60d5f933bd00dbb6e98f5daa -SIZE (matteocorti-check_ssl_cert-v1.141.0_GH0.tar.gz) = 214091 +TIMESTAMP = 1615397788 +SHA256 (matteocorti-check_ssl_cert-v1.142.0_GH0.tar.gz) = 71a3aeb9e0120776d7e88098bfb8a5fed298b2e64e27573fd2cda3dc1adefaa5 +SIZE (matteocorti-check_ssl_cert-v1.142.0_GH0.tar.gz) = 228916 From owner-svn-ports-all@freebsd.org Wed Mar 10 19:23:14 2021 Return-Path: Delivered-To: svn-ports-all@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 CE815574C77; Wed, 10 Mar 2021 19:23:14 +0000 (UTC) (envelope-from jhale@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 4DwhnG5Z77z4YlG; Wed, 10 Mar 2021 19:23:14 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1EDA169D7; Wed, 10 Mar 2021 19:23:14 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AJNEEt093403; Wed, 10 Mar 2021 19:23:14 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AJNEhU093401; Wed, 10 Mar 2021 19:23:14 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103101923.12AJNEhU093401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 10 Mar 2021 19:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568035 - head/finance/ktoblzcheck X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/finance/ktoblzcheck X-SVN-Commit-Revision: 568035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 19:23:14 -0000 Author: jhale Date: Wed Mar 10 19:23:13 2021 New Revision: 568035 URL: https://svnweb.freebsd.org/changeset/ports/568035 Log: finance/ktoblzcheck: Update bank code data (valid from 2021-03-08 to 2021-06-06) Modified: head/finance/ktoblzcheck/Makefile head/finance/ktoblzcheck/distinfo Modified: head/finance/ktoblzcheck/Makefile ============================================================================== --- head/finance/ktoblzcheck/Makefile Wed Mar 10 19:00:57 2021 (r568034) +++ head/finance/ktoblzcheck/Makefile Wed Mar 10 19:23:13 2021 (r568035) @@ -3,7 +3,7 @@ PORTNAME= ktoblzcheck PORTVERSION= 1.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} \ LOCAL/jhale:bankdata @@ -25,7 +25,7 @@ CMAKE_OFF= ENABLE_BANKDATA_DOWNLOAD PLIST_SUB= BANKDATA_DATE=${BANKDATA_DATE} PORTDOCS= README.md -BANKDATA_DATE= 20201207 +BANKDATA_DATE= 20210308 OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_SUB= yes Modified: head/finance/ktoblzcheck/distinfo ============================================================================== --- head/finance/ktoblzcheck/distinfo Wed Mar 10 19:00:57 2021 (r568034) +++ head/finance/ktoblzcheck/distinfo Wed Mar 10 19:23:13 2021 (r568035) @@ -1,5 +1,5 @@ -TIMESTAMP = 1609010429 +TIMESTAMP = 1615403881 SHA256 (ktoblzcheck-1.53.tar.gz) = 18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55 SIZE (ktoblzcheck-1.53.tar.gz) = 531459 -SHA256 (ktoblzcheck-bankdata-20201207.tar.gz) = dc801b676b3e936ff3c40b604d28b6bdbc094b95625b2e20799f7c566622b705 -SIZE (ktoblzcheck-bankdata-20201207.tar.gz) = 356356 +SHA256 (ktoblzcheck-bankdata-20210308.tar.gz) = 935980f1d5001a90326e6fe2fc85efd46b5be32bf3402c54d2d7346bfc90eea9 +SIZE (ktoblzcheck-bankdata-20210308.tar.gz) = 308267 From owner-svn-ports-all@freebsd.org Wed Mar 10 19:26:17 2021 Return-Path: Delivered-To: svn-ports-all@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 E1733574F53; Wed, 10 Mar 2021 19:26:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwhrn6221z4Z5g; Wed, 10 Mar 2021 19:26:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD67E16CBF; Wed, 10 Mar 2021 19:26:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AJQHPq093580; Wed, 10 Mar 2021 19:26:17 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AJQHoU093577; Wed, 10 Mar 2021 19:26:17 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103101926.12AJQHoU093577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 10 Mar 2021 19:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568036 - head/sysutils/xfce4-netload-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-netload-plugin X-SVN-Commit-Revision: 568036 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 19:26:17 -0000 Author: madpilot Date: Wed Mar 10 19:26:16 2021 New Revision: 568036 URL: https://svnweb.freebsd.org/changeset/ports/568036 Log: Update xfce4-netload-plugin to 1.4.0 Modified: head/sysutils/xfce4-netload-plugin/Makefile head/sysutils/xfce4-netload-plugin/distinfo head/sysutils/xfce4-netload-plugin/pkg-plist Modified: head/sysutils/xfce4-netload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-netload-plugin/Makefile Wed Mar 10 19:23:13 2021 (r568035) +++ head/sysutils/xfce4-netload-plugin/Makefile Wed Mar 10 19:26:16 2021 (r568036) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-netload-plugin -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 Modified: head/sysutils/xfce4-netload-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-netload-plugin/distinfo Wed Mar 10 19:23:13 2021 (r568035) +++ head/sysutils/xfce4-netload-plugin/distinfo Wed Mar 10 19:26:16 2021 (r568036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565692965 -SHA256 (xfce4/xfce4-netload-plugin-1.3.2.tar.bz2) = 22e40425cfe1e07b01fe275b1afddc7c788af34d9c2c7e2842166963cb41215d -SIZE (xfce4/xfce4-netload-plugin-1.3.2.tar.bz2) = 380571 +TIMESTAMP = 1615394529 +SHA256 (xfce4/xfce4-netload-plugin-1.4.0.tar.bz2) = 6c76260e101790754dd93255ec979accd97d21a21da85d8edcd6c7b01ddcd70c +SIZE (xfce4/xfce4-netload-plugin-1.4.0.tar.bz2) = 403719 Modified: head/sysutils/xfce4-netload-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-netload-plugin/pkg-plist Wed Mar 10 19:23:13 2021 (r568035) +++ head/sysutils/xfce4-netload-plugin/pkg-plist Wed Mar 10 19:26:16 2021 (r568036) @@ -1,7 +1,8 @@ lib/xfce4/panel/plugins/libnetload.so -share/icons/hicolor/24x24/apps/xfce4-netload-plugin.png -share/icons/hicolor/48x48/apps/xfce4-netload-plugin.png -share/icons/hicolor/scalable/apps/xfce4-netload-plugin.svg +share/icons/hicolor/128x128/apps/org.xfce.panel.netload.png +share/icons/hicolor/16x16/apps/org.xfce.panel.netload.png +share/icons/hicolor/32x32/apps/org.xfce.panel.netload.png +share/icons/hicolor/scalable/apps/org.xfce.panel.netload.svg %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-netload-plugin.mo @@ -12,6 +13,7 @@ share/icons/hicolor/scalable/apps/xfce4-netload-plugin %%NLS%%share/locale/de/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-netload-plugin.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/eo/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-netload-plugin.mo @@ -22,7 +24,9 @@ share/icons/hicolor/scalable/apps/xfce4-netload-plugin %%NLS%%share/locale/he/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-netload-plugin.mo +%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-netload-plugin.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-netload-plugin.mo @@ -40,6 +44,7 @@ share/icons/hicolor/scalable/apps/xfce4-netload-plugin %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-netload-plugin.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-netload-plugin.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-netload-plugin.mo From owner-svn-ports-all@freebsd.org Wed Mar 10 19:26:38 2021 Return-Path: Delivered-To: svn-ports-all@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 2664A575106; Wed, 10 Mar 2021 19:26:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwhsB0ZTKz4Z8L; Wed, 10 Mar 2021 19:26:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0677C16CC0; Wed, 10 Mar 2021 19:26:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AJQb8a093708; Wed, 10 Mar 2021 19:26:37 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AJQbVD093705; Wed, 10 Mar 2021 19:26:37 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103101926.12AJQbVD093705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 10 Mar 2021 19:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568037 - head/sysutils/xfce4-systemload-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-systemload-plugin X-SVN-Commit-Revision: 568037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 19:26:38 -0000 Author: madpilot Date: Wed Mar 10 19:26:37 2021 New Revision: 568037 URL: https://svnweb.freebsd.org/changeset/ports/568037 Log: Update xfce4-systemload-plugin to 1.3.0 Modified: head/sysutils/xfce4-systemload-plugin/Makefile head/sysutils/xfce4-systemload-plugin/distinfo head/sysutils/xfce4-systemload-plugin/pkg-plist Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Wed Mar 10 19:26:16 2021 (r568036) +++ head/sysutils/xfce4-systemload-plugin/Makefile Wed Mar 10 19:26:37 2021 (r568037) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-systemload-plugin -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 Modified: head/sysutils/xfce4-systemload-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-systemload-plugin/distinfo Wed Mar 10 19:26:16 2021 (r568036) +++ head/sysutils/xfce4-systemload-plugin/distinfo Wed Mar 10 19:26:37 2021 (r568037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608508556 -SHA256 (xfce4/xfce4-systemload-plugin-1.2.4.tar.bz2) = 0531b8df923cba3be8d064cb8b638b954df74915e5a447228999517847789835 -SIZE (xfce4/xfce4-systemload-plugin-1.2.4.tar.bz2) = 378644 +TIMESTAMP = 1615394571 +SHA256 (xfce4/xfce4-systemload-plugin-1.3.0.tar.bz2) = 1148f8e90cc53cae9b3aa32e10df4bd9fdc2f06db09d8429f88fbdd874fc171d +SIZE (xfce4/xfce4-systemload-plugin-1.3.0.tar.bz2) = 399838 Modified: head/sysutils/xfce4-systemload-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-systemload-plugin/pkg-plist Wed Mar 10 19:26:16 2021 (r568036) +++ head/sysutils/xfce4-systemload-plugin/pkg-plist Wed Mar 10 19:26:37 2021 (r568037) @@ -1,4 +1,8 @@ lib/xfce4/panel/plugins/libsystemload.so +share/icons/hicolor/128x128/apps/org.xfce.panel.systemload.png +share/icons/hicolor/16x16/apps/org.xfce.panel.systemload.png +share/icons/hicolor/32x32/apps/org.xfce.panel.systemload.png +share/icons/hicolor/scalable/apps/org.xfce.panel.systemload.svg %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-systemload-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-systemload-plugin.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-systemload-plugin.mo From owner-svn-ports-all@freebsd.org Wed Mar 10 20:14:29 2021 Return-Path: Delivered-To: svn-ports-all@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 AE8055761C4; Wed, 10 Mar 2021 20:14:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwjwP4ZTjz4cXj; Wed, 10 Mar 2021 20:14:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BDFE16FF7; Wed, 10 Mar 2021 20:14:29 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKETAB023608; Wed, 10 Mar 2021 20:14:29 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKESiF023604; Wed, 10 Mar 2021 20:14:28 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103102014.12AKESiF023604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 10 Mar 2021 20:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568038 - in branches/2021Q1/dns/c-ares: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in branches/2021Q1/dns/c-ares: . files X-SVN-Commit-Revision: 568038 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:14:29 -0000 Author: bhughes Date: Wed Mar 10 20:14:28 2021 New Revision: 568038 URL: https://svnweb.freebsd.org/changeset/ports/568038 Log: MFH: r563965 dns/c-ares: Update 1.16.1 -> 1.17.1 Bump to the latest release. Upstream has reorganized the source in this release, and the port has been adapted to path changes where necessary. Approved by: zi (maintainer) Sponsored by: Miles AS Modified: branches/2021Q1/dns/c-ares/Makefile branches/2021Q1/dns/c-ares/distinfo branches/2021Q1/dns/c-ares/files/ares-config-info.patch branches/2021Q1/dns/c-ares/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/c-ares/Makefile ============================================================================== --- branches/2021Q1/dns/c-ares/Makefile Wed Mar 10 19:26:37 2021 (r568037) +++ branches/2021Q1/dns/c-ares/Makefile Wed Mar 10 20:14:28 2021 (r568038) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-ares -PORTVERSION= 1.16.1 +PORTVERSION= 1.17.1 CATEGORIES= dns MASTER_SITES= https://c-ares.haxx.se/download/ \ ZI @@ -39,6 +39,6 @@ HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimize post-install: - ${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/.libs/@} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/src/tools/.libs/@} ${STAGEDIR}${PREFIX}/bin/ .include Modified: branches/2021Q1/dns/c-ares/distinfo ============================================================================== --- branches/2021Q1/dns/c-ares/distinfo Wed Mar 10 19:26:37 2021 (r568037) +++ branches/2021Q1/dns/c-ares/distinfo Wed Mar 10 20:14:28 2021 (r568038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591288198 -SHA256 (c-ares-1.16.1.tar.gz) = d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce -SIZE (c-ares-1.16.1.tar.gz) = 1374637 +TIMESTAMP = 1610054381 +SHA256 (c-ares-1.17.1.tar.gz) = d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40 +SIZE (c-ares-1.17.1.tar.gz) = 1518701 Modified: branches/2021Q1/dns/c-ares/files/ares-config-info.patch ============================================================================== --- branches/2021Q1/dns/c-ares/files/ares-config-info.patch Wed Mar 10 19:26:37 2021 (r568037) +++ branches/2021Q1/dns/c-ares/files/ares-config-info.patch Wed Mar 10 20:14:28 2021 (r568038) @@ -6,8 +6,8 @@ Author: Peter Pentchev Forwarded: no Last-Update: 2010-12-19 ---- ares.h.orig -+++ ares.h +--- include/ares.h.orig ++++ include/ares.h @@ -260,6 +260,14 @@ int nsort; }; @@ -32,8 +32,8 @@ Last-Update: 2010-12-19 #ifdef __cplusplus } #endif ---- ares_init.c.orig 2013-02-17 11:44:02.000000000 -0500 -+++ ares_init.c 2013-05-15 13:43:31.000000000 -0400 +--- src/lib/ares_init.c.orig 2013-02-17 11:44:02.000000000 -0500 ++++ src/lib/ares_init.c 2013-05-15 13:43:31.000000000 -0400 @@ -1875,6 +1875,36 @@ } #endif /* !WIN32 & !WATT32 & !ANDROID & !__ANDROID__ */ Modified: branches/2021Q1/dns/c-ares/pkg-plist ============================================================================== --- branches/2021Q1/dns/c-ares/pkg-plist Wed Mar 10 19:26:37 2021 (r568037) +++ branches/2021Q1/dns/c-ares/pkg-plist Wed Mar 10 20:14:28 2021 (r568038) @@ -9,7 +9,7 @@ include/ares_version.h lib/libcares.a lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.4.0 +lib/libcares.so.2.4.2 libdata/pkgconfig/libcares.pc man/man3/ares_cancel.3.gz man/man3/ares_create_query.3.gz @@ -42,6 +42,7 @@ man/man3/ares_library_initialized.3.gz man/man3/ares_mkquery.3.gz man/man3/ares_parse_a_reply.3.gz man/man3/ares_parse_aaaa_reply.3.gz +man/man3/ares_parse_caa_reply.3.gz man/man3/ares_parse_mx_reply.3.gz man/man3/ares_parse_naptr_reply.3.gz man/man3/ares_parse_ns_reply.3.gz From owner-svn-ports-all@freebsd.org Wed Mar 10 20:16:57 2021 Return-Path: Delivered-To: svn-ports-all@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 99D9C576503; Wed, 10 Mar 2021 20:16:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwjzF3xkGz4cDd; Wed, 10 Mar 2021 20:16:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7637F17988; Wed, 10 Mar 2021 20:16:57 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKGvhZ023931; Wed, 10 Mar 2021 20:16:57 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKGuTG023927; Wed, 10 Mar 2021 20:16:56 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202103102016.12AKGuTG023927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 10 Mar 2021 20:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568039 - in branches/2021Q1/www/node: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in branches/2021Q1/www/node: . files X-SVN-Commit-Revision: 568039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:16:57 -0000 Author: bhughes Date: Wed Mar 10 20:16:56 2021 New Revision: 568039 URL: https://svnweb.freebsd.org/changeset/ports/568039 Log: MFH: r561964 r563263 r564016 r566506 r567899 www/node: Update 15.5.1 -> 15.6.0 https://nodejs.org/en/blog/release/v15.6.0/ Sponsored by: Miles AS www/node: Update 15.6.0 -> 15.7.0 https://nodejs.org/en/blog/release/v15.7.0/ Sponsored by: Miles AS www/node: Update 15.7.0 -> 15.8.0 https://nodejs.org/en/blog/release/v15.8.0/ Regenerate patches with `make makepatch` and re-introduce the dependency on dns/c-ares now that it is at version 1.17.1 (the minimum required version for Node.js). Sponsored by: Miles AS www/node: Update 15.8.0 - 15.9.0 https://nodejs.org/en/blog/release/v15.9.0/ Sponsored by: Miles AS www/node: Update 15.9.0 -> 15.10.0 https://nodejs.org/en/blog/release/v15.10.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254045 Submitted by: jlduran@gmail.com Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: branches/2021Q1/www/node/Makefile branches/2021Q1/www/node/distinfo branches/2021Q1/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi branches/2021Q1/www/node/files/patch-node.gypi Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node/Makefile ============================================================================== --- branches/2021Q1/www/node/Makefile Wed Mar 10 20:14:28 2021 (r568038) +++ branches/2021Q1/www/node/Makefile Wed Mar 10 20:16:56 2021 (r568039) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 15.5.1 +DISTVERSION= 15.10.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ @@ -16,6 +16,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -39,14 +42,11 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl- BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu -NLS_BUILD_DEPENDS= icu>=68.1:devel/icu +NLS_BUILD_DEPENDS= icu>=68.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace -USES= compiler:c++11-lib gmake python:build pkgconfig \ - localbase shebangfix - HAS_CONFIGURE= yes CONFLICTS_INSTALL= node10-[0-9]* node12-[0-9]* node14-[0-9]* @@ -54,6 +54,7 @@ CONFLICTS_INSTALL= node10-[0-9]* node12-[0-9]* node14- CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ --shared-brotli \ + --shared-cares \ --shared-libuv \ --shared-nghttp2 \ --shared-zlib @@ -70,10 +71,12 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" BUILD_DEPENDS+= brotli>=1.0.9,1:archivers/brotli \ - libuv>=1.40.0:devel/libuv \ - libnghttp2>=1.41.0:www/libnghttp2 \ + c-ares>=1.17.1:dns/c-ares \ + libuv>=1.41.0:devel/libuv \ + libnghttp2>=1.42.0:www/libnghttp2 \ objdump:devel/binutils LIB_DEPENDS+= libbrotlidec.so:archivers/brotli \ + libcares.so:dns/c-ares \ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 Modified: branches/2021Q1/www/node/distinfo ============================================================================== --- branches/2021Q1/www/node/distinfo Wed Mar 10 20:14:28 2021 (r568038) +++ branches/2021Q1/www/node/distinfo Wed Mar 10 20:16:56 2021 (r568039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610308453 -SHA256 (node-v15.5.1.tar.gz) = 9730d3099c051bd8733b3e6d62c54ba9b2d82ec40e6c65ee966ba3f346ff4157 -SIZE (node-v15.5.1.tar.gz) = 62304300 +TIMESTAMP = 1614197688 +SHA256 (node-v15.10.0.tar.gz) = 643f9bbd6ae4c424224c946cad52d11b9379aaab927673b2e3c6c4df9a1a7b0e +SIZE (node-v15.10.0.tar.gz) = 62153962 Modified: branches/2021Q1/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi ============================================================================== --- branches/2021Q1/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi Wed Mar 10 20:14:28 2021 (r568038) +++ branches/2021Q1/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi Wed Mar 10 20:16:56 2021 (r568039) @@ -1,6 +1,6 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2020-10-20 11:49:49 UTC +--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2021-02-02 17:47:01 UTC +++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -698,7 +698,7 @@ +@@ -696,7 +696,7 @@ '-Wall -O3 -fomit-frame-pointer', ], 'openssl_ex_libs_linux-elf': [ Modified: branches/2021Q1/www/node/files/patch-node.gypi ============================================================================== --- branches/2021Q1/www/node/files/patch-node.gypi Wed Mar 10 20:14:28 2021 (r568038) +++ branches/2021Q1/www/node/files/patch-node.gypi Wed Mar 10 20:16:56 2021 (r568039) @@ -1,6 +1,6 @@ ---- node.gypi.orig 2020-10-20 11:49:51 UTC +--- node.gypi.orig 2021-02-02 17:47:04 UTC +++ node.gypi -@@ -340,6 +340,9 @@ +@@ -322,6 +322,9 @@ ['openssl_fips != "" or openssl_is_fips=="true"', { 'defines': [ 'NODE_FIPS_MODE' ], }], From owner-svn-ports-all@freebsd.org Wed Mar 10 20:17:22 2021 Return-Path: Delivered-To: svn-ports-all@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 55EC9576469; Wed, 10 Mar 2021 20:17:22 +0000 (UTC) (envelope-from rhurlin@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 4Dwjzk20Gtz4cNh; Wed, 10 Mar 2021 20:17:22 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 373451791C; Wed, 10 Mar 2021 20:17:22 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKHMv0024050; Wed, 10 Mar 2021 20:17:22 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKHMcW024049; Wed, 10 Mar 2021 20:17:22 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103102017.12AKHMcW024049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Wed, 10 Mar 2021 20:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568040 - head/games/bzflag X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/games/bzflag X-SVN-Commit-Revision: 568040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:17:22 -0000 Author: rhurlin Date: Wed Mar 10 20:17:21 2021 New Revision: 568040 URL: https://svnweb.freebsd.org/changeset/ports/568040 Log: games/bzflag: Fix missing dependencies sdl2 and ncurses Submitted by: Kevin Zheng (maintainer) Reported by: pkg-fallout Modified: head/games/bzflag/Makefile Modified: head/games/bzflag/Makefile ============================================================================== --- head/games/bzflag/Makefile Wed Mar 10 20:16:56 2021 (r568039) +++ head/games/bzflag/Makefile Wed Mar 10 20:17:21 2021 (r568040) @@ -15,17 +15,16 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libcares.so:dns/c-ares GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib libtool localbase tar:bzip2 +USES= autoreconf compiler:c++11-lib libtool localbase ncurses tar:bzip2 INSTALL_TARGET= install-strip .ifndef SERVER_ONLY USES+= gl sdl xorg USE_GL= gl glu glew -USE_SDL= sdl +USE_SDL= sdl2 USE_XORG= x11 xext xxf86vm sm ice xcb xshmfence xdamage xfixes .endif -CONFIGURE_ARGS= --enable-ares-build CPPFLAGS+= -I ${LOCALBASE}/include .ifdef SERVER_ONLY From owner-svn-ports-all@freebsd.org Wed Mar 10 20:18:50 2021 Return-Path: Delivered-To: svn-ports-all@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 D792657605D; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@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 4Dwk1Q5kpPz4cX4; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6F3D17AD7; Wed, 10 Mar 2021 20:18:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKIo6h024183; Wed, 10 Mar 2021 20:18:50 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKIoqG024181; Wed, 10 Mar 2021 20:18:50 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103102018.12AKIoqG024181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 10 Mar 2021 20:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568041 - head/mail/phpmailer6 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/phpmailer6 X-SVN-Commit-Revision: 568041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:18:50 -0000 Author: joneum Date: Wed Mar 10 20:18:50 2021 New Revision: 568041 URL: https://svnweb.freebsd.org/changeset/ports/568041 Log: Update to 6.3.0 - Handle early connection errors such as 421 during connection and EHLO states - Switch to Github Actions for CI - Generate debug output for mail(), sendmail, and qmail transports. Enable using the same mechanism as for SMTP: set SMTPDebug > 0 - Make the mail() and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whatever From is set to, only falling back to the sendmail_from php.ini setting if From is unset. This avoids errors from the mail() function if Sender is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number. - Extend parseAddresses to decode encoded names, improve tests Sponsored by: Netzkommune GmbH Modified: head/mail/phpmailer6/Makefile head/mail/phpmailer6/distinfo Modified: head/mail/phpmailer6/Makefile ============================================================================== --- head/mail/phpmailer6/Makefile Wed Mar 10 20:17:21 2021 (r568040) +++ head/mail/phpmailer6/Makefile Wed Mar 10 20:18:50 2021 (r568041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMESUFFIX= 6 Modified: head/mail/phpmailer6/distinfo ============================================================================== --- head/mail/phpmailer6/distinfo Wed Mar 10 20:17:21 2021 (r568040) +++ head/mail/phpmailer6/distinfo Wed Mar 10 20:18:50 2021 (r568041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607248409 -SHA256 (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 78fc7fe56d970cbd6437173f4d75acec617a72e341d88d2b500b372c45ee6645 -SIZE (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 95671 +TIMESTAMP = 1615406876 +SHA256 (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = c6d4d2a91f33dad5303d652c32047f5d0a0914037a68fdf57db4291a3711d100 +SIZE (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = 97016 From owner-svn-ports-all@freebsd.org Wed Mar 10 20:48:38 2021 Return-Path: Delivered-To: svn-ports-all@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 49C025774B6; Wed, 10 Mar 2021 20:48:38 +0000 (UTC) (envelope-from rhurlin@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 4Dwkgp1D0pz4fTb; Wed, 10 Mar 2021 20:48:38 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 187791808A; Wed, 10 Mar 2021 20:48:38 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AKmbCr042255; Wed, 10 Mar 2021 20:48:37 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AKmbWa042254; Wed, 10 Mar 2021 20:48:37 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103102048.12AKmbWa042254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Wed, 10 Mar 2021 20:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568042 - head/devel/py-oci X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/devel/py-oci X-SVN-Commit-Revision: 568042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 20:48:38 -0000 Author: rhurlin Date: Wed Mar 10 20:48:37 2021 New Revision: 568042 URL: https://svnweb.freebsd.org/changeset/ports/568042 Log: devel/py-oci: Update to 2.32.1 Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.32.1 PR: 254179 Submitted by: Alessandro Sagratini (maintainer) Modified: head/devel/py-oci/Makefile head/devel/py-oci/distinfo Modified: head/devel/py-oci/Makefile ============================================================================== --- head/devel/py-oci/Makefile Wed Mar 10 20:18:50 2021 (r568041) +++ head/devel/py-oci/Makefile Wed Mar 10 20:48:37 2021 (r568042) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.32.0 +PORTVERSION= 2.32.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oci/distinfo ============================================================================== --- head/devel/py-oci/distinfo Wed Mar 10 20:18:50 2021 (r568041) +++ head/devel/py-oci/distinfo Wed Mar 10 20:48:37 2021 (r568042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614745160 -SHA256 (oci-2.32.0.tar.gz) = c812908bd8b28d8ffae2b4ed830152c0f673113aa96c7ba35dd84bf1db9a2a86 -SIZE (oci-2.32.0.tar.gz) = 3712042 +TIMESTAMP = 1615353990 +SHA256 (oci-2.32.1.tar.gz) = cf866b4a219c3d5dfb669925a6f013f8bb22a5d8e121d236b2fb84a775463087 +SIZE (oci-2.32.1.tar.gz) = 3813421 From owner-svn-ports-all@freebsd.org Wed Mar 10 21:17:14 2021 Return-Path: Delivered-To: svn-ports-all@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 95D6B577DE9; Wed, 10 Mar 2021 21:17:14 +0000 (UTC) (envelope-from 0mp@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 4DwlJp3pZ1z4h0m; Wed, 10 Mar 2021 21:17:14 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7557A187CB; Wed, 10 Mar 2021 21:17:14 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALHEjB059755; Wed, 10 Mar 2021 21:17:14 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALHEMM059754; Wed, 10 Mar 2021 21:17:14 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202103102117.12ALHEMM059754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 10 Mar 2021 21:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568043 - head/net/tcptestsuite X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/net/tcptestsuite X-SVN-Commit-Revision: 568043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:17:14 -0000 Author: 0mp Date: Wed Mar 10 21:17:13 2021 New Revision: 568043 URL: https://svnweb.freebsd.org/changeset/ports/568043 Log: net/tcptestsuite: Fix pkg-plist While here, bump PORTEPOCH after the last change of the port version. Approved by: maintainer (gnn@) Differential Revision: https://reviews.freebsd.org/D29201 Modified: head/net/tcptestsuite/Makefile head/net/tcptestsuite/pkg-plist Modified: head/net/tcptestsuite/Makefile ============================================================================== --- head/net/tcptestsuite/Makefile Wed Mar 10 20:48:37 2021 (r568042) +++ head/net/tcptestsuite/Makefile Wed Mar 10 21:17:13 2021 (r568043) @@ -2,6 +2,7 @@ PORTNAME= tcptestsuite DISTVERSION= g20210304 +PORTEPOCH= 1 CATEGORIES= net MAINTAINER= gnn@FreeBSD.org @@ -19,12 +20,14 @@ GH_TAGNAME= d8ab9af NO_ARCH= yes NO_BUILD= yes +_TEST_DIR= ${STAGEDIR}${PREFIX}/tests/${PORTNAME} + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/run-all-tests ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/tests/tcptestsuite (cd ${WRKSRC} && \ ${COPYTREE_SHARE} "fast-open snd-syn socket-api rcv-data-segments rcv-icmp snippets state-event-engine" ${STAGEDIR}${DATADIR}) - ${INSTALL_SCRIPT} ${FILESDIR}/tcptestsuite_atf_test ${STAGEDIR}${PREFIX}/tests/ - ${INSTALL_DATA} ${FILESDIR}/Kyuafile ${STAGEDIR}${PREFIX}/tests/ + ${MKDIR} ${_TEST_DIR} + ${INSTALL_SCRIPT} ${FILESDIR}/tcptestsuite_atf_test ${_TEST_DIR} + ${INSTALL_DATA} ${FILESDIR}/Kyuafile ${_TEST_DIR} .include Modified: head/net/tcptestsuite/pkg-plist ============================================================================== --- head/net/tcptestsuite/pkg-plist Wed Mar 10 20:48:37 2021 (r568042) +++ head/net/tcptestsuite/pkg-plist Wed Mar 10 21:17:13 2021 (r568043) @@ -1,7 +1,4 @@ bin/run-all-tests -tests/Kyuafile -tests/tcptestsuite_atf_test -@dir tests/tcptestsuite %%DATADIR%%/fast-open/README.md %%DATADIR%%/fast-open/client/all-fast-open-client-tests %%DATADIR%%/fast-open/client/client-handle-cookie-reject-of-length-01.pkt @@ -42,43 +39,81 @@ tests/tcptestsuite_atf_test %%DATADIR%%/fast-open/client/client-handle-cookie-reject-of-length-36.pkt %%DATADIR%%/fast-open/client/client-handle-cookie-reject-of-length-37.pkt %%DATADIR%%/fast-open/client/client-handle-cookie-reject-of-length-38.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-01.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-01.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-02.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-02.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-03.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-03.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-04.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-04.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-05.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-05.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-06.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-06.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-07.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-07.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-08.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-08.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-09.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-09.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-10.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-10.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-11.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-11.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-12.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-12.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-13.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-13.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-14.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-14.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-15.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-15.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-16.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-16.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-17.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-17.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-18.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-18.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-19.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-19.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-20.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-20.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-21.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-21.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-22.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-22.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-23.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-23.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-24.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-24.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-25.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-25.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-26.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-26.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-27.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-27.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-28.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-28.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-29.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-29.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-30.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-30.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-31.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-31.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-32.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-32.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-33.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-33.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-34.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-34.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-35.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-35.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-36.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-36.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-37.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-37.pkt +%%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-38.exfail %%DATADIR%%/fast-open/client/client-handle-cookie-update-of-length-38.pkt %%DATADIR%%/fast-open/client/client-handle-initial-cookie-of-length-01.pkt %%DATADIR%%/fast-open/client/client-handle-initial-cookie-of-length-02.pkt @@ -119,6 +154,7 @@ tests/tcptestsuite_atf_test %%DATADIR%%/fast-open/client/client-handle-initial-cookie-of-length-37.pkt %%DATADIR%%/fast-open/client/client-handle-initial-cookie-of-length-38.pkt %%DATADIR%%/fast-open/client/client-handle-server-not-supporting-fast-open.pkt +%%DATADIR%%/fast-open/client/client-server-not-updating-cookie.exfail %%DATADIR%%/fast-open/client/client-server-not-updating-cookie.pkt %%DATADIR%%/fast-open/client/run-all-fast-open-client-tests %%DATADIR%%/fast-open/run-all-fast-open-tests @@ -987,22 +1023,40 @@ tests/tcptestsuite_atf_test %%DATADIR%%/state-event-engine/rcv-syn-syn-sent/run-all-rcv-syn-syn-sent-tests %%DATADIR%%/state-event-engine/rcv-syn-time-wait/README.md %%DATADIR%%/state-event-engine/rcv-syn-time-wait/all-rcv-syn-time-wait-tests +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.pkt +%%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.exfail %%DATADIR%%/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.pkt %%DATADIR%%/state-event-engine/rcv-syn-time-wait/run-all-rcv-syn-time-wait-tests %%DATADIR%%/state-event-engine/run-all-state-event-engine-tests %%DATADIR%%/state-event-engine/tcpstate.d +tests/tcptestsuite/Kyuafile +tests/tcptestsuite/tcptestsuite_atf_test From owner-svn-ports-all@freebsd.org Wed Mar 10 21:21:07 2021 Return-Path: Delivered-To: svn-ports-all@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 8B65C577CF1; Wed, 10 Mar 2021 21:21:07 +0000 (UTC) (envelope-from lcook@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 4DwlPH3bzDz4h6S; Wed, 10 Mar 2021 21:21:07 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EF08185DE; Wed, 10 Mar 2021 21:21:07 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALL7l6059997; Wed, 10 Mar 2021 21:21:07 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALL79J059995; Wed, 10 Mar 2021 21:21:07 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103102121.12ALL79J059995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 21:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568044 - head/games/homura X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/games/homura X-SVN-Commit-Revision: 568044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:21:07 -0000 Author: lcook Date: Wed Mar 10 21:21:06 2021 New Revision: 568044 URL: https://svnweb.freebsd.org/changeset/ports/568044 Log: games/homura: Update to 5.4 While here, pet both portclippy and portfmt. Changes: https://codeberg.org/Alexander88207/Homura/releases/tag/5.4 PR: 254189 Submitted by: Alexander Vereeken (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29186 Modified: head/games/homura/Makefile head/games/homura/distinfo Modified: head/games/homura/Makefile ============================================================================== --- head/games/homura/Makefile Wed Mar 10 21:17:13 2021 (r568043) +++ head/games/homura/Makefile Wed Mar 10 21:21:06 2021 (r568044) @@ -2,31 +2,33 @@ # $FreeBSD$ PORTNAME= homura -PORTVERSION= 5.3 +PORTVERSION= 5.4 CATEGORIES= games MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ DISTNAME= ${PORTVERSION} MAINTAINER= Alexander88207@protonmail.com -COMMENT= Windows Games Launcher for FreeBSD +COMMENT= Wine-based Game Launcher for FreeBSD LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= i386-wine-(devel) is in a bad condition for 13 and newer builds segfaults +BROKEN_FreeBSD_14= i386-wine-(devel) segfaults on 14 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture -RUN_DEPENDS= zenity:x11/zenity \ - xdg-open:devel/xdg-utils \ +RUN_DEPENDS= 7z:archivers/p7zip \ bash:shells/bash \ - 7z:archivers/p7zip \ - winetricks:emulators/winetricks \ + glxinfo:graphics/mesa-demos \ vulkaninfo:graphics/vulkan-tools \ - glxinfo:graphics/mesa-demos + winetricks:emulators/winetricks \ + xdg-open:devel/xdg-utils \ + zenity:x11/zenity -WRKSRC= ${WRKDIR}/${PORTNAME} - NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/Homura Modified: head/games/homura/distinfo ============================================================================== --- head/games/homura/distinfo Wed Mar 10 21:17:13 2021 (r568043) +++ head/games/homura/distinfo Wed Mar 10 21:21:06 2021 (r568044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609187396 -SHA256 (5.3.tar.gz) = f6989d77a42d744598eecadd85ab4c29b2c0b2094adfb9fe6019604b4ae3f576 -SIZE (5.3.tar.gz) = 5400786 +TIMESTAMP = 1615381878 +SHA256 (5.4.tar.gz) = a588d15a6305f08ef8b04ea4ca16760fa059aecb861618f022df642a1608d3de +SIZE (5.4.tar.gz) = 5401250 From owner-svn-ports-all@freebsd.org Wed Mar 10 21:24:33 2021 Return-Path: Delivered-To: svn-ports-all@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 358D457802D; Wed, 10 Mar 2021 21:24:33 +0000 (UTC) (envelope-from lcook@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 4DwlTF13LWz4hXB; Wed, 10 Mar 2021 21:24:33 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 170A3186AE; Wed, 10 Mar 2021 21:24:33 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALOWIf066461; Wed, 10 Mar 2021 21:24:32 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALOWFW066459; Wed, 10 Mar 2021 21:24:32 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202103102124.12ALOWFW066459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Wed, 10 Mar 2021 21:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568045 - head/net/kamailio X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: head/net/kamailio X-SVN-Commit-Revision: 568045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:24:33 -0000 Author: lcook Date: Wed Mar 10 21:24:32 2021 New Revision: 568045 URL: https://svnweb.freebsd.org/changeset/ports/568045 Log: net/kamailio: Update to 5.4.4 While here, appease portclippy and portfmt. Changes: https://www.kamailio.org/pub/kamailio/5.4.4/ChangeLog PR: 254187 Submitted by: Dmitry Wagin (maintainer) Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D29188 Modified: head/net/kamailio/Makefile head/net/kamailio/distinfo Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Wed Mar 10 21:21:06 2021 (r568044) +++ head/net/kamailio/Makefile Wed Mar 10 21:24:32 2021 (r568045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kamailio -PORTVERSION= 5.4.3 +PORTVERSION= 5.4.4 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -13,101 +13,98 @@ COMMENT= Very fast and configurable open source SIP pr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libxml2.so:textproc/libxml2 \ - libcurl.so:ftp/curl +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libxml2.so:textproc/libxml2 RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USES= compiler:c11 gmake ncurses pkgconfig python:3.5+ readline \ shebangfix USE_LDCONFIG= yes -SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \ - utils/kamctl/kamctl utils/kamctl/kamdbctl +USE_RC_SUBR= kamailio +SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py utils/kamctl/kamctl \ + utils/kamctl/kamdbctl + CFLAGS+= -Wall KAMAILIO_USER?= kamailio KAMAILIO_GROUP?= kamailio - -USERS= ${KAMAILIO_USER} -GROUPS= ${KAMAILIO_GROUP} - KAMAILIO_RUNDIR?= /var/run/${PORTNAME} -USE_RC_SUBR= kamailio +SUB_LIST= KAMAILIO_GROUP=${KAMAILIO_GROUP} \ + KAMAILIO_RUNDIR=${KAMAILIO_RUNDIR} \ + KAMAILIO_USER=${KAMAILIO_USER} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -SUB_LIST= KAMAILIO_USER=${KAMAILIO_USER} \ - KAMAILIO_GROUP=${KAMAILIO_GROUP} \ - KAMAILIO_RUNDIR=${KAMAILIO_RUNDIR} +USERS= ${KAMAILIO_USER} +GROUPS= ${KAMAILIO_GROUP} -OPTIONS_GROUP= DATABASE_DRIVERS KEMI_LANGS +OPTIONS_DEFINE= DATABASE DIALPLAN DOCS KEMIX PERL PRESENCE \ + RADIUS SCTP TLS WEBSOCKET +OPTIONS_DEFAULT= MYSQL PRESENCE RADIUS TLS +OPTIONS_GROUP= DATABASE_DRIVERS KEMI_LANGS OPTIONS_GROUP_DATABASE_DRIVERS= MYSQL PGSQL UNIXODBC OPTIONS_GROUP_KEMI_LANGS= LUAJIT PYTHON3 -OPTIONS_DEFINE= DATABASE DIALPLAN DOCS KEMIX PERL PRESENCE RADIUS \ - SCTP TLS WEBSOCKET -OPTIONS_DEFAULT= MYSQL PRESENCE RADIUS TLS -OPTIONS_SUB= YES +OPTIONS_SUB= YES +DATABASE_DESC= Database support DATABASE_DRIVERS_DESC= Database drivers +DIALPLAN_DESC= String translations based on rules +KEMIX_DESC= Core KEMI Functions +KEMI_LANGS_DESC= Kamailio Embedded Interface Interpreters +LUAJIT_DESC= Execute embedded Lua scripts +PRESENCE_DESC= Presence support +PYTHON3_DESC= Execute embedded Python3 scripts +SCTP_DESC= SCTP support +WEBSOCKET_DESC= Websocket support -DATABASE_DESC= Database support -DATABASE_VARS= EXTRA_GROUPS+=db +DATABASE_VARS= EXTRA_GROUPS+=db +DIALPLAN_LIB_DEPENDS= libpcre.so:devel/pcre +DIALPLAN_VARS= EXTRA_MODULES+=dialplan +KEMIX_VARS= EXTRA_MODULES+=kemix + +LUAJIT_IMPLIES= KEMIX +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_MAKE_ARGS= LUAJIT=yes +LUAJIT_VARS= EXTRA_MODULES+=app_lua + MYSQL_IMPLIES= DATABASE MYSQL_USES= mysql MYSQL_VARS= EXTRA_GROUPS+=mysql +PERL_USES= perl5 +PERL_MAKE_ENV= PERLCCOPTS="`perl -MExtUtils::Embed -e ccopts`" \ + PERLLDOPTS="`perl -MExtUtils::Embed -e ldopts`" \ + TYPEMAP="`perl -MConfig -e 'print $$Config{privlib}'`/ExtUtils/typemap" +PERL_VARS= EXTRA_MODULES+=app_perl + PGSQL_IMPLIES= DATABASE PGSQL_USES= pgsql PGSQL_VARS= EXTRA_GROUPS+=postgres -UNIXODBC_IMPLIES= DATABASE -UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -UNIXODBC_VARS= EXTRA_MODULES+=db_unixodbc +PRESENCE_VARS= EXTRA_GROUPS+=presence -KEMIX_DESC= Core KEMI Functions -KEMIX_VARS= EXTRA_MODULES+=kemix - -KEMI_LANGS_DESC= Kamailio Embedded Interface Interpreters - -LUAJIT_DESC= Execute embedded Lua scripts -LUAJIT_IMPLIES= KEMIX -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit -LUAJIT_MAKE_ARGS= LUAJIT=yes -LUAJIT_VARS= EXTRA_MODULES+=app_lua - -PYTHON3_DESC= Execute embedded Python3 scripts PYTHON3_IMPLIES= KEMIX -PYTHON3_MAKE_ARGS= PYTHON3=${PYTHON_CMD} PYTHON3_USES= gettext-runtime +PYTHON3_MAKE_ARGS= PYTHON3=${PYTHON_CMD} PYTHON3_VARS= EXTRA_MODULES+=app_python3 -DIALPLAN_DESC= String translations based on rules -DIALPLAN_LIB_DEPENDS= libpcre.so:devel/pcre -DIALPLAN_VARS= EXTRA_MODULES+=dialplan - -PERL_USES= perl5 -PERL_VARS= EXTRA_MODULES+=app_perl -PERL_MAKE_ENV= PERLLDOPTS="`perl -MExtUtils::Embed -e ldopts`" \ - PERLCCOPTS="`perl -MExtUtils::Embed -e ccopts`" \ - TYPEMAP="`perl -MConfig -e 'print $$Config{privlib}'`/ExtUtils/typemap" - -PRESENCE_DESC= Presence support -PRESENCE_VARS= EXTRA_GROUPS+=presence - RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient RADIUS_VARS= EXTRA_GROUPS+=radius -SCTP_DESC= SCTP support SCTP_VARS= EXTRA_MODULES+=sctp TLS_USES= ssl TLS_VARS= EXTRA_MODULES+=tls -WEBSOCKET_DESC= Websocket support +UNIXODBC_IMPLIES= DATABASE +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +UNIXODBC_VARS= EXTRA_MODULES+=db_unixodbc + WEBSOCKET_LIB_DEPENDS= libunistring.so:devel/libunistring WEBSOCKET_VARS= EXTRA_MODULES+=websocket Modified: head/net/kamailio/distinfo ============================================================================== --- head/net/kamailio/distinfo Wed Mar 10 21:21:06 2021 (r568044) +++ head/net/kamailio/distinfo Wed Mar 10 21:24:32 2021 (r568045) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608573190 -SHA256 (kamailio-5.4.3_src.tar.gz) = 2efb756af586fa695fd65f2c0f1d240bc527d6b41c427f18e2ee8daed668fbc0 -SIZE (kamailio-5.4.3_src.tar.gz) = 12631383 +TIMESTAMP = 1615387513 +SHA256 (kamailio-5.4.4_src.tar.gz) = 75ac2cdaa6bfb419992583099370d4f7b75f121bab1d6ac8b727519178159c45 +SIZE (kamailio-5.4.4_src.tar.gz) = 12646352 From owner-svn-ports-all@freebsd.org Wed Mar 10 21:46:43 2021 Return-Path: Delivered-To: svn-ports-all@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 94EFC57863A; Wed, 10 Mar 2021 21:46:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwlyq3cPjz4jRL; Wed, 10 Mar 2021 21:46:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A9D618946; Wed, 10 Mar 2021 21:46:43 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALkhvq078122; Wed, 10 Mar 2021 21:46:43 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALkh8O078121; Wed, 10 Mar 2021 21:46:43 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103102146.12ALkh8O078121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 21:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568046 - head/devel/freebsd-gcc9/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/freebsd-gcc9/files X-SVN-Commit-Revision: 568046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:46:43 -0000 Author: pkubaj Date: Wed Mar 10 21:46:42 2021 New Revision: 568046 URL: https://svnweb.freebsd.org/changeset/ports/568046 Log: devel/freebsd-gcc9: fix build on powerpc64le Same error as other GCC ports. Added: head/devel/freebsd-gcc9/files/patch-libcpp_lex.c - copied unchanged from r561088, head/lang/gcc10/files/patch-libcpp_lex.c Copied: head/devel/freebsd-gcc9/files/patch-libcpp_lex.c (from r561088, head/lang/gcc10/files/patch-libcpp_lex.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/freebsd-gcc9/files/patch-libcpp_lex.c Wed Mar 10 21:46:42 2021 (r568046, copy of r561088, head/lang/gcc10/files/patch-libcpp_lex.c) @@ -0,0 +1,25 @@ +This is + + commit cd547f0ddcd3a54e5b73bcda5ac0f0c46808db8b + Author: Jakub Jelinek + Date: Sat Sep 26 10:07:41 2020 +0200 + +which is on the GCC 10 release branch and thus part of lang/gcc10-devel; +we should automatically get it with GCC 10.3. + +--- libcpp/lex.c.orig 2020-11-02 10:24:50 UTC ++++ libcpp/lex.c +@@ -531,11 +531,11 @@ init_vectorized_lexer (void) + search_line_fast = impl; + } + +-#elif defined(_ARCH_PWR8) && defined(__ALTIVEC__) ++#elif (GCC_VERSION >= 4005) && defined(_ARCH_PWR8) && defined(__ALTIVEC__) + + /* A vection of the fast scanner using AltiVec vectorized byte compares + and VSX unaligned loads (when VSX is available). This is otherwise +- the same as the pre-GCC 5 version. */ ++ the same as the AltiVec version. */ + + ATTRIBUTE_NO_SANITIZE_UNDEFINED + static const uchar * From owner-svn-ports-all@freebsd.org Wed Mar 10 21:51:30 2021 Return-Path: Delivered-To: svn-ports-all@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 D930F5784EA; Wed, 10 Mar 2021 21:51:30 +0000 (UTC) (envelope-from mandree@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 4Dwm4L2wPVz4jpS; Wed, 10 Mar 2021 21:51:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E2B018DAC; Wed, 10 Mar 2021 21:51:30 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALpT0g080013; Wed, 10 Mar 2021 21:51:29 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALpTER080011; Wed, 10 Mar 2021 21:51:29 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202103102151.12ALpTER080011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 10 Mar 2021 21:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568047 - in head/sysutils/e2fsprogs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/sysutils/e2fsprogs: . files X-SVN-Commit-Revision: 568047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:51:30 -0000 Author: mandree Date: Wed Mar 10 21:51:29 2021 New Revision: 568047 URL: https://svnweb.freebsd.org/changeset/ports/568047 Log: e2fsprogs suite: update to v1.46.2 bugfix release also adds a tune2fs -c random feature. Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.2 MFH: 2021Q1 (patchlevel bugfix release) Deleted: head/sysutils/e2fsprogs/files/patch-lib_ext2fs_blkmap64__rb.c Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/distinfo Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Wed Mar 10 21:46:42 2021 (r568046) +++ head/sysutils/e2fsprogs/Makefile Wed Mar 10 21:51:29 2021 (r568047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e2fsprogs -PORTVERSION= 1.46.1 +PORTVERSION= 1.46.2 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} Modified: head/sysutils/e2fsprogs/distinfo ============================================================================== --- head/sysutils/e2fsprogs/distinfo Wed Mar 10 21:46:42 2021 (r568046) +++ head/sysutils/e2fsprogs/distinfo Wed Mar 10 21:51:29 2021 (r568047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613160077 -SHA256 (e2fsprogs-1.46.1.tar.xz) = bbe6af3b7bb7119556b6f57a78d41b330007738bca8530b2ba95d2ba35430151 -SIZE (e2fsprogs-1.46.1.tar.xz) = 7019700 +TIMESTAMP = 1615412280 +SHA256 (e2fsprogs-1.46.2.tar.xz) = 23aa093295c94e71ef1be490c4004871c5b01d216a8cb4d111fa6c0aac354168 +SIZE (e2fsprogs-1.46.2.tar.xz) = 7020552 From owner-svn-ports-all@freebsd.org Wed Mar 10 21:54:37 2021 Return-Path: Delivered-To: svn-ports-all@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 1B4735788DA; Wed, 10 Mar 2021 21:54:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwm7x0JPXz4kPY; Wed, 10 Mar 2021 21:54:37 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F19BA18AEE; Wed, 10 Mar 2021 21:54:36 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ALsa9a084241; Wed, 10 Mar 2021 21:54:36 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ALsaCM084240; Wed, 10 Mar 2021 21:54:36 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103102154.12ALsaCM084240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 21:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568048 - head/devel/freebsd-gcc6/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/freebsd-gcc6/files X-SVN-Commit-Revision: 568048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:54:37 -0000 Author: pkubaj Date: Wed Mar 10 21:54:36 2021 New Revision: 568048 URL: https://svnweb.freebsd.org/changeset/ports/568048 Log: devel/freebsd-gcc6: fix build on powerpc64le Same issue as other GCC ports. Added: head/devel/freebsd-gcc6/files/patch-libcpp_lex.c - copied unchanged from r568023, head/lang/gcc10/files/patch-libcpp_lex.c Copied: head/devel/freebsd-gcc6/files/patch-libcpp_lex.c (from r568023, head/lang/gcc10/files/patch-libcpp_lex.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/freebsd-gcc6/files/patch-libcpp_lex.c Wed Mar 10 21:54:36 2021 (r568048, copy of r568023, head/lang/gcc10/files/patch-libcpp_lex.c) @@ -0,0 +1,25 @@ +This is + + commit cd547f0ddcd3a54e5b73bcda5ac0f0c46808db8b + Author: Jakub Jelinek + Date: Sat Sep 26 10:07:41 2020 +0200 + +which is on the GCC 10 release branch and thus part of lang/gcc10-devel; +we should automatically get it with GCC 10.3. + +--- libcpp/lex.c.orig 2020-11-02 10:24:50 UTC ++++ libcpp/lex.c +@@ -531,11 +531,11 @@ init_vectorized_lexer (void) + search_line_fast = impl; + } + +-#elif defined(_ARCH_PWR8) && defined(__ALTIVEC__) ++#elif (GCC_VERSION >= 4005) && defined(_ARCH_PWR8) && defined(__ALTIVEC__) + + /* A vection of the fast scanner using AltiVec vectorized byte compares + and VSX unaligned loads (when VSX is available). This is otherwise +- the same as the pre-GCC 5 version. */ ++ the same as the AltiVec version. */ + + ATTRIBUTE_NO_SANITIZE_UNDEFINED + static const uchar * From owner-svn-ports-all@freebsd.org Wed Mar 10 22:04:47 2021 Return-Path: Delivered-To: svn-ports-all@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 86CA5578E85; Wed, 10 Mar 2021 22:04:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwmMg3Pktz4klL; Wed, 10 Mar 2021 22:04:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63AB819054; Wed, 10 Mar 2021 22:04:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AM4ldX090819; Wed, 10 Mar 2021 22:04:47 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AM4lmt090818; Wed, 10 Mar 2021 22:04:47 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103102204.12AM4lmt090818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 10 Mar 2021 22:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568049 - head/math/flexfloat X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/math/flexfloat X-SVN-Commit-Revision: 568049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 22:04:47 -0000 Author: pkubaj Date: Wed Mar 10 22:04:46 2021 New Revision: 568049 URL: https://svnweb.freebsd.org/changeset/ports/568049 Log: math/flexfloat: fix build on powerpc64le powerpc64le needs -mfloat128, like powerpc64. Modified: head/math/flexfloat/Makefile Modified: head/math/flexfloat/Makefile ============================================================================== --- head/math/flexfloat/Makefile Wed Mar 10 21:54:36 2021 (r568048) +++ head/math/flexfloat/Makefile Wed Mar 10 22:04:46 2021 (r568049) @@ -17,6 +17,7 @@ GH_TAGNAME= 6db869087a12d763a94d53e9b0a9d52def270865 USE_LDCONFIG= yes USE_GCC= yes # clang doesn't support __float128 +CFLAGS_powerpc64le= -mfloat128 CFLAGS_powerpc64= -mfloat128 -mvsx CFLAGS_powerpc= -mfloat128 -mvsx CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES From owner-svn-ports-all@freebsd.org Wed Mar 10 22:11:42 2021 Return-Path: Delivered-To: svn-ports-all@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 DF9E7578D44; Wed, 10 Mar 2021 22:11:42 +0000 (UTC) (envelope-from osa@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 4DwmWf63sGz4l0D; Wed, 10 Mar 2021 22:11:42 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C308619076; Wed, 10 Mar 2021 22:11:42 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12AMBg3K092143; Wed, 10 Mar 2021 22:11:42 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12AMBfFC092137; Wed, 10 Mar 2021 22:11:41 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202103102211.12AMBfFC092137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 10 Mar 2021 22:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568050 - in head: . textproc textproc/redisearch textproc/redisearch16 X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head: . textproc textproc/redisearch textproc/redisearch16 X-SVN-Commit-Revision: 568050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 22:11:42 -0000 Author: osa Date: Wed Mar 10 22:11:41 2021 New Revision: 568050 URL: https://svnweb.freebsd.org/changeset/ports/568050 Log: Repo-copy textproc/redisearch to textproc/redisearch16 and update to the recent stable version v2.0. Added: head/textproc/redisearch16/ - copied from r568016, head/textproc/redisearch/ Modified: head/UPDATING head/textproc/Makefile head/textproc/redisearch/Makefile head/textproc/redisearch/distinfo head/textproc/redisearch16/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Mar 10 22:04:46 2021 (r568049) +++ head/UPDATING Wed Mar 10 22:11:41 2021 (r568050) @@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210310: + AFFECTS: users of textproc/redisearch + AUTHOR: osa@FreeBSD.org + + The textproc/redisearch port has been updated to the recent stable + release - v2.0. Users wanting to stay on v1.6 can replace + textproc/redisearch with textproc/redisearch16 with one of the + following commands: + + # pkg install textproc/redisearch16 + or + # portmaster -o textproc/redisearch16 textproc/redisearch + or + # portupgrade -o textproc/redisearch16 textproc/redisearch + + NOTE: The textproc/redisearch16 brings a new name for the module, + i.e. redisearch16.so, so be careful. + 20210309: AFFECTS: users of emulators/virtualbox-ose AUTHOR: madpilot@FreeBSD.org Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -1493,6 +1493,7 @@ SUBDIR += re_graph SUBDIR += redet SUBDIR += redisearch + SUBDIR += redisearch16 SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb Modified: head/textproc/redisearch/Makefile ============================================================================== --- head/textproc/redisearch/Makefile Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/redisearch/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -3,7 +3,7 @@ PORTNAME= redisearch DISTVERSIONPREFIX= v -DISTVERSION= 1.6.15 +DISTVERSION= 2.0.6 CATEGORIES= textproc MAINTAINER= osa@FreeBSD.org Modified: head/textproc/redisearch/distinfo ============================================================================== --- head/textproc/redisearch/distinfo Wed Mar 10 22:04:46 2021 (r568049) +++ head/textproc/redisearch/distinfo Wed Mar 10 22:11:41 2021 (r568050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614205727 -SHA256 (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 8e81b895ceb3309644c199225df25332a2bb0023311275af934ad19c59c0adbc -SIZE (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 3671869 +TIMESTAMP = 1615413552 +SHA256 (RediSearch-RediSearch-v2.0.6_GH0.tar.gz) = 6b74c2bb47569c0a4508a99025ee0c6942edb2c1f76b76366f5062c9b9b37601 +SIZE (RediSearch-RediSearch-v2.0.6_GH0.tar.gz) = 3974128 Modified: head/textproc/redisearch16/Makefile ============================================================================== --- head/textproc/redisearch/Makefile Wed Mar 10 16:38:16 2021 (r568016) +++ head/textproc/redisearch16/Makefile Wed Mar 10 22:11:41 2021 (r568050) @@ -1,9 +1,10 @@ # Created by: Sergey A. Osokin # $FreeBSD$ -PORTNAME= redisearch +PORTNAME= redisearch16 DISTVERSIONPREFIX= v DISTVERSION= 1.6.15 +DISTNAME= RediSearch-${DISTVERSION} CATEGORIES= textproc MAINTAINER= osa@FreeBSD.org @@ -22,9 +23,10 @@ GH_PROJECT= RediSearch CMAKE_ARGS= -DGIT_DESCRIBE_VERSION:STRING=${PKGVERSION} -PLIST_FILES= lib/redisearch.so +PLIST_FILES= lib/redisearch16.so do-install: - ${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so \ + ${STAGEDIR}${PREFIX}/lib/redisearch16.so .include From owner-svn-ports-all@freebsd.org Wed Mar 10 23:37:43 2021 Return-Path: Delivered-To: svn-ports-all@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 C9F2D57B209; Wed, 10 Mar 2021 23:37:43 +0000 (UTC) (envelope-from dmgk@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 4DwpQv5H25z4rJ1; Wed, 10 Mar 2021 23:37:43 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A84B11A440; Wed, 10 Mar 2021 23:37:43 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ANbhiQ044637; Wed, 10 Mar 2021 23:37:43 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ANbhDW044636; Wed, 10 Mar 2021 23:37:43 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202103102337.12ANbhDW044636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Wed, 10 Mar 2021 23:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568051 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 568051 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 23:37:43 -0000 Author: dmgk Date: Wed Mar 10 23:37:43 2021 New Revision: 568051 URL: https://svnweb.freebsd.org/changeset/ports/568051 Log: security/vuxml: Document lang/go vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 10 22:11:41 2021 (r568050) +++ head/security/vuxml/vuln.xml Wed Mar 10 23:37:43 2021 (r568051) @@ -78,6 +78,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + go -- encoding/xml: infinite loop when using xml.NewTokenDecoder with a custom TokenReader; archive/zip: panic when calling Reader.Open + + + go + 1.16.1,1 + + + + +

The Go project reports:

+
+

The Decode, DecodeElement, and Skip methods of an xml.Decoder + provided by xml.NewTokenDecoder may enter an infinite loop when + operating on a custom xml.TokenReader which returns an EOF in the + middle of an open XML element.

+
+
+

The Reader.Open API, new in Go 1.16, will panic when used on a ZIP + archive containing files that start with "../".

+
+ +
+ + CVE-2021-27918 + http://golang.org/issue/44913 + CVE-2021-27919 + http://golang.org/issue/44916 + + + 2021-03-05 + 2021-03-10 + +
+ gitea -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Wed Mar 10 23:41:37 2021 Return-Path: Delivered-To: svn-ports-all@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 1C78657B195; Wed, 10 Mar 2021 23:41:37 +0000 (UTC) (envelope-from dmgk@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 4DwpWP09Rbz4rXV; Wed, 10 Mar 2021 23:41:37 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECA8F1A6B5; Wed, 10 Mar 2021 23:41:36 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ANfaJN048676; Wed, 10 Mar 2021 23:41:36 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ANfaci048674; Wed, 10 Mar 2021 23:41:36 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202103102341.12ANfaci048674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Wed, 10 Mar 2021 23:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568052 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 568052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 23:41:37 -0000 Author: dmgk Date: Wed Mar 10 23:41:36 2021 New Revision: 568052 URL: https://svnweb.freebsd.org/changeset/ports/568052 Log: lang/go: Update to 1.16.1 Changes: https://golang.org/doc/devel/release.html#go1.16.minor Security: 72709326-81f7-11eb-950a-00155d646401 Modified: head/lang/go/Makefile head/lang/go/distinfo Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Wed Mar 10 23:37:43 2021 (r568051) +++ head/lang/go/Makefile Wed Mar 10 23:41:36 2021 (r568052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION?= 1.16 +PORTVERSION?= 1.16.1 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Wed Mar 10 23:37:43 2021 (r568051) +++ head/lang/go/distinfo Wed Mar 10 23:41:36 2021 (r568052) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613525787 -SHA256 (go1.16.src.tar.gz) = 7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a -SIZE (go1.16.src.tar.gz) = 20895394 +TIMESTAMP = 1615417662 +SHA256 (go1.16.1.src.tar.gz) = 680a500cd8048750121677dd4dc055fdfd680ae83edc7ed60a4b927e466228eb +SIZE (go1.16.1.src.tar.gz) = 20897580 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-svn-ports-all@freebsd.org Wed Mar 10 23:57:53 2021 Return-Path: Delivered-To: svn-ports-all@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 CF9B857B42E; Wed, 10 Mar 2021 23:57:53 +0000 (UTC) (envelope-from nc@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 4Dwpt95ZKjz4sXK; Wed, 10 Mar 2021 23:57:53 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B20D41A95D; Wed, 10 Mar 2021 23:57:53 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12ANvr8t056906; Wed, 10 Mar 2021 23:57:53 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12ANvrhL056903; Wed, 10 Mar 2021 23:57:53 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103102357.12ANvrhL056903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Mar 2021 23:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568053 - head/net-mgmt/zabbix3-server X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net-mgmt/zabbix3-server X-SVN-Commit-Revision: 568053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 23:57:53 -0000 Author: nc Date: Wed Mar 10 23:57:52 2021 New Revision: 568053 URL: https://svnweb.freebsd.org/changeset/ports/568053 Log: net-mgmt/zabbix3-*: Update to 3.0.32 Changes: https://www.zabbix.com/rn/rn3.0.32 PR: 254156 Submitted by: pg AT pakhom.spb DOT ru (maintainer) Modified: head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix3-server/distinfo head/net-mgmt/zabbix3-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Wed Mar 10 23:41:36 2021 (r568052) +++ head/net-mgmt/zabbix3-server/Makefile Wed Mar 10 23:57:52 2021 (r568053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix3 -PORTVERSION= 3.0.31 +PORTVERSION= 3.0.32 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/ Modified: head/net-mgmt/zabbix3-server/distinfo ============================================================================== --- head/net-mgmt/zabbix3-server/distinfo Wed Mar 10 23:41:36 2021 (r568052) +++ head/net-mgmt/zabbix3-server/distinfo Wed Mar 10 23:57:52 2021 (r568053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589909719 -SHA256 (zabbix-3.0.31.tar.gz) = d5ea113722b8eeadbb08d840384a87e04f69b088e826b670c3948857affd5228 -SIZE (zabbix-3.0.31.tar.gz) = 14698394 +TIMESTAMP = 1615293112 +SHA256 (zabbix-3.0.32.tar.gz) = 27f613254779ff78a763cb8c0d8a38900de15157f84b01ff2fafba58290534d9 +SIZE (zabbix-3.0.32.tar.gz) = 14890890 Modified: head/net-mgmt/zabbix3-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix3-server/pkg-plist.frontend Wed Mar 10 23:41:36 2021 (r568052) +++ head/net-mgmt/zabbix3-server/pkg-plist.frontend Wed Mar 10 23:57:52 2021 (r568053) @@ -646,6 +646,9 @@ %%WWWDIR%%/local/README %%WWWDIR%%/locale/README %%WWWDIR%%/locale/add_new_language.sh +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo From owner-svn-ports-all@freebsd.org Thu Mar 11 00:10:22 2021 Return-Path: Delivered-To: svn-ports-all@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 C6E3157B7D8; Thu, 11 Mar 2021 00:10:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwq8Z5KL6z4sgj; Thu, 11 Mar 2021 00:10:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5ABB1A7C6; Thu, 11 Mar 2021 00:10:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0AMs6062712; Thu, 11 Mar 2021 00:10:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0AMB8062711; Thu, 11 Mar 2021 00:10:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110010.12B0AMB8062711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568054 - head/emulators/yuzu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/yuzu X-SVN-Commit-Revision: 568054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:10:22 -0000 Author: jbeich Date: Thu Mar 11 00:10:22 2021 New Revision: 568054 URL: https://svnweb.freebsd.org/changeset/ports/568054 Log: emulators/yuzu: update to s20210309 Changes: https://github.com/yuzu-emu/yuzu/compare/9c4c9f1e7...daf5c5060 Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Wed Mar 10 23:57:52 2021 (r568053) +++ head/emulators/yuzu/Makefile Thu Mar 11 00:10:22 2021 (r568054) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20210308 +PORTVERSION= s20210309 PORTREVISION?= 0 CATEGORIES= emulators @@ -45,7 +45,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 9c4c9f1e7 +GH_TAGNAME= daf5c5060 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Wed Mar 10 23:57:52 2021 (r568053) +++ head/emulators/yuzu/distinfo Thu Mar 11 00:10:22 2021 (r568054) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615243858 -SHA256 (yuzu-emu-yuzu-s20210308-9c4c9f1e7_GH0.tar.gz) = df4157239f756123e06e7928710c9d749f91f8b76104aa8af1434f62bd02f033 -SIZE (yuzu-emu-yuzu-s20210308-9c4c9f1e7_GH0.tar.gz) = 3582308 +TIMESTAMP = 1615268871 +SHA256 (yuzu-emu-yuzu-s20210309-daf5c5060_GH0.tar.gz) = c2a1a432e5709911a00eb4e97d9e6fa93d73bb5aba86b650d9a79e0c6e916e01 +SIZE (yuzu-emu-yuzu-s20210309-daf5c5060_GH0.tar.gz) = 3583752 SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff From owner-svn-ports-all@freebsd.org Thu Mar 11 00:10:28 2021 Return-Path: Delivered-To: svn-ports-all@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 EADA657B839; Thu, 11 Mar 2021 00:10:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwq8g5G3jz4t05; Thu, 11 Mar 2021 00:10:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94D6B1AC1A; Thu, 11 Mar 2021 00:10:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0ARPA062818; Thu, 11 Mar 2021 00:10:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0AR3i062817; Thu, 11 Mar 2021 00:10:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110010.12B0AR3i062817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568055 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 568055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:10:28 -0000 Author: jbeich Date: Thu Mar 11 00:10:26 2021 New Revision: 568055 URL: https://svnweb.freebsd.org/changeset/ports/568055 Log: emulators/rpcs3: update to 0.0.15.11916 Changes: https://github.com/RPCS3/rpcs3/compare/a4fdbf0a8...0958c10f8 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Thu Mar 11 00:10:22 2021 (r568054) +++ head/emulators/rpcs3/Makefile Thu Mar 11 00:10:26 2021 (r568055) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.15-11907 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -ga4fdbf0a8 +DISTVERSION= 0.0.15-11916 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g0958c10f8 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Thu Mar 11 00:10:22 2021 (r568054) +++ head/emulators/rpcs3/distinfo Thu Mar 11 00:10:26 2021 (r568055) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615248615 -SHA256 (RPCS3-rpcs3-v0.0.15-11907-ga4fdbf0a8_GH0.tar.gz) = 596beaf6e4b5fa76fe77661747024a5c38ed1d4f4d41355a768274f05c33d51e -SIZE (RPCS3-rpcs3-v0.0.15-11907-ga4fdbf0a8_GH0.tar.gz) = 7966091 +TIMESTAMP = 1615418799 +SHA256 (RPCS3-rpcs3-v0.0.15-11916-g0958c10f8_GH0.tar.gz) = 6426c80a3c131b85b0e503af0b27db3d55b39fc1adcdd53d5dfc2b2006fde63e +SIZE (RPCS3-rpcs3-v0.0.15-11916-g0958c10f8_GH0.tar.gz) = 7967327 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-716bb292ba3_GH0.tar.gz) = a99c661e3220e9cdc5c47323cf553586414008c3fca711724789b6f9040bc577 From owner-svn-ports-all@freebsd.org Thu Mar 11 00:10:34 2021 Return-Path: Delivered-To: svn-ports-all@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 6B2F757B7E5; Thu, 11 Mar 2021 00:10:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwq8n0nPYz4t2X; Thu, 11 Mar 2021 00:10:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D1631A86E; Thu, 11 Mar 2021 00:10:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0AW2k062940; Thu, 11 Mar 2021 00:10:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0AWmh062938; Thu, 11 Mar 2021 00:10:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110010.12B0AWmh062938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568056 - in head/graphics/mesa-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/mesa-devel: . files X-SVN-Commit-Revision: 568056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:10:34 -0000 Author: jbeich Date: Thu Mar 11 00:10:31 2021 New Revision: 568056 URL: https://svnweb.freebsd.org/changeset/ports/568056 Log: graphics/mesa-devel: update to 21.0.b.2806 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/25020c125a9...c22267262ee Modified: head/graphics/mesa-devel/Makefile (contents, props changed) head/graphics/mesa-devel/distinfo (contents, props changed) head/graphics/mesa-devel/files/patch-userptr (contents, props changed) Modified: head/graphics/mesa-devel/Makefile ============================================================================== --- head/graphics/mesa-devel/Makefile Thu Mar 11 00:10:26 2021 (r568055) +++ head/graphics/mesa-devel/Makefile Thu Mar 11 00:10:31 2021 (r568056) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-2712 -DISTVERSIONSUFFIX= -g25020c125a9 +DISTVERSION= 21.0-branchpoint-2806 +DISTVERSIONSUFFIX= -gc22267262ee CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: head/graphics/mesa-devel/distinfo ============================================================================== --- head/graphics/mesa-devel/distinfo Thu Mar 11 00:10:26 2021 (r568055) +++ head/graphics/mesa-devel/distinfo Thu Mar 11 00:10:31 2021 (r568056) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615241653 -SHA256 (mesa3d-mesa-21.0-branchpoint-2712-g25020c125a9_GH0.tar.gz) = fe5133f473bdc893e656039f528a6dd5040fbb3e258b3e15dac6e4c2e16fce82 -SIZE (mesa3d-mesa-21.0-branchpoint-2712-g25020c125a9_GH0.tar.gz) = 23075911 +TIMESTAMP = 1615418117 +SHA256 (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = b8d86694e6aa79768c16aa178f6d3dadbecb2b87062eec3f854f3a61fd12cd0b +SIZE (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = 23084033 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 Modified: head/graphics/mesa-devel/files/patch-userptr ============================================================================== --- head/graphics/mesa-devel/files/patch-userptr Thu Mar 11 00:10:26 2021 (r568055) +++ head/graphics/mesa-devel/files/patch-userptr Thu Mar 11 00:10:31 2021 (r568056) @@ -1,17 +1,17 @@ Try unsynchronized userptr if regular one fails. https://github.com/FreeBSDDesktop/kms-drm/issues/197 ---- src/gallium/drivers/iris/iris_bufmgr.c.orig 2020-11-25 20:08:15 UTC +--- src/gallium/drivers/iris/iris_bufmgr.c.orig 2021-03-10 22:23:51 UTC +++ src/gallium/drivers/iris/iris_bufmgr.c @@ -624,8 +624,20 @@ iris_bo_create_userptr(struct iris_bufmgr *bufmgr, con .user_ptr = (uintptr_t)ptr, .user_size = size, }; -- if (gen_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg)) +- if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg)) + + int ret; +retry: -+ ret = gen_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg); ++ ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg); + if (ret) { + if (errno == ENODEV && arg.flags == 0) { + arg.flags = I915_USERPTR_UNSYNCHRONIZED; @@ -25,17 +25,17 @@ https://github.com/FreeBSDDesktop/kms-drm/issues/197 bo->gem_handle = arg.handle; /* Check the buffer for validity before we try and use it in a batch */ ---- src/intel/vulkan/anv_gem.c.orig 2020-11-25 20:08:15 UTC ---- src/intel/vulkan/anv_gem.c +--- src/intel/vulkan/anv_gem.c.orig 2021-03-10 22:23:51 UTC ++++ src/intel/vulkan/anv_gem.c @@ -146,9 +146,19 @@ anv_gem_userptr(struct anv_device *device, void *mem, .flags = 0, }; -- int ret = gen_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); +- int ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); - if (ret == -1) + int ret; +retry: -+ ret = gen_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); ++ ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); + if (ret == -1) { + if (errno == ENODEV && userptr.flags == 0) { + userptr.flags = I915_USERPTR_UNSYNCHRONIZED; From owner-svn-ports-all@freebsd.org Thu Mar 11 00:20:39 2021 Return-Path: Delivered-To: svn-ports-all@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 C8EC357C138; Thu, 11 Mar 2021 00:20:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwqNR5F3Lz4tsC; Thu, 11 Mar 2021 00:20:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A69F51ACA1; Thu, 11 Mar 2021 00:20:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0Kdhp071548; Thu, 11 Mar 2021 00:20:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0Kd7Z070787; Thu, 11 Mar 2021 00:20:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110020.12B0Kd7Z070787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568057 - in branches/2021Q1/graphics/mesa-devel: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/graphics/mesa-devel: . files X-SVN-Commit-Revision: 568057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:20:39 -0000 Author: jbeich Date: Thu Mar 11 00:20:38 2021 New Revision: 568057 URL: https://svnweb.freebsd.org/changeset/ports/568057 Log: MFH: r567880 r568056 graphics/mesa-devel: update to 21.0.b.2806 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/24ce0862fe0...c22267262ee Modified: branches/2021Q1/graphics/mesa-devel/Makefile branches/2021Q1/graphics/mesa-devel/distinfo branches/2021Q1/graphics/mesa-devel/files/patch-userptr Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/mesa-devel/Makefile ============================================================================== --- branches/2021Q1/graphics/mesa-devel/Makefile Thu Mar 11 00:10:31 2021 (r568056) +++ branches/2021Q1/graphics/mesa-devel/Makefile Thu Mar 11 00:20:38 2021 (r568057) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-2670 -DISTVERSIONSUFFIX= -g24ce0862fe0 +DISTVERSION= 21.0-branchpoint-2806 +DISTVERSIONSUFFIX= -gc22267262ee CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: branches/2021Q1/graphics/mesa-devel/distinfo ============================================================================== --- branches/2021Q1/graphics/mesa-devel/distinfo Thu Mar 11 00:10:31 2021 (r568056) +++ branches/2021Q1/graphics/mesa-devel/distinfo Thu Mar 11 00:20:38 2021 (r568057) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614980639 -SHA256 (mesa3d-mesa-21.0-branchpoint-2670-g24ce0862fe0_GH0.tar.gz) = 9cdcf8af39fd054c12651892ff450677112d76880015b3edf2f6cc9afa18df34 -SIZE (mesa3d-mesa-21.0-branchpoint-2670-g24ce0862fe0_GH0.tar.gz) = 23061157 +TIMESTAMP = 1615418117 +SHA256 (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = b8d86694e6aa79768c16aa178f6d3dadbecb2b87062eec3f854f3a61fd12cd0b +SIZE (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = 23084033 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 Modified: branches/2021Q1/graphics/mesa-devel/files/patch-userptr ============================================================================== --- branches/2021Q1/graphics/mesa-devel/files/patch-userptr Thu Mar 11 00:10:31 2021 (r568056) +++ branches/2021Q1/graphics/mesa-devel/files/patch-userptr Thu Mar 11 00:20:38 2021 (r568057) @@ -1,17 +1,17 @@ Try unsynchronized userptr if regular one fails. https://github.com/FreeBSDDesktop/kms-drm/issues/197 ---- src/gallium/drivers/iris/iris_bufmgr.c.orig 2020-11-25 20:08:15 UTC +--- src/gallium/drivers/iris/iris_bufmgr.c.orig 2021-03-10 22:23:51 UTC +++ src/gallium/drivers/iris/iris_bufmgr.c @@ -624,8 +624,20 @@ iris_bo_create_userptr(struct iris_bufmgr *bufmgr, con .user_ptr = (uintptr_t)ptr, .user_size = size, }; -- if (gen_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg)) +- if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg)) + + int ret; +retry: -+ ret = gen_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg); ++ ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_USERPTR, &arg); + if (ret) { + if (errno == ENODEV && arg.flags == 0) { + arg.flags = I915_USERPTR_UNSYNCHRONIZED; @@ -25,17 +25,17 @@ https://github.com/FreeBSDDesktop/kms-drm/issues/197 bo->gem_handle = arg.handle; /* Check the buffer for validity before we try and use it in a batch */ ---- src/intel/vulkan/anv_gem.c.orig 2020-11-25 20:08:15 UTC ---- src/intel/vulkan/anv_gem.c +--- src/intel/vulkan/anv_gem.c.orig 2021-03-10 22:23:51 UTC ++++ src/intel/vulkan/anv_gem.c @@ -146,9 +146,19 @@ anv_gem_userptr(struct anv_device *device, void *mem, .flags = 0, }; -- int ret = gen_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); +- int ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); - if (ret == -1) + int ret; +retry: -+ ret = gen_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); ++ ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_USERPTR, &userptr); + if (ret == -1) { + if (errno == ENODEV && userptr.flags == 0) { + userptr.flags = I915_USERPTR_UNSYNCHRONIZED; From owner-svn-ports-all@freebsd.org Thu Mar 11 00:32:38 2021 Return-Path: Delivered-To: svn-ports-all@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 5BC4A57CCA2; Thu, 11 Mar 2021 00:32:38 +0000 (UTC) (envelope-from dmgk@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 4DwqfG27Z7z4vrl; Thu, 11 Mar 2021 00:32:38 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C1B91ACE9; Thu, 11 Mar 2021 00:32:38 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0WcXn080750; Thu, 11 Mar 2021 00:32:38 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0Wbua080748; Thu, 11 Mar 2021 00:32:37 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202103110032.12B0Wbua080748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Thu, 11 Mar 2021 00:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568058 - branches/2021Q1/lang/go X-SVN-Group: ports-branches X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: branches/2021Q1/lang/go X-SVN-Commit-Revision: 568058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:32:38 -0000 Author: dmgk Date: Thu Mar 11 00:32:37 2021 New Revision: 568058 URL: https://svnweb.freebsd.org/changeset/ports/568058 Log: lang/go: Update to 1.15.9 Changes: https://golang.org/doc/devel/release.html#go1.16.minor Security: 72709326-81f7-11eb-950a-00155d646401 Modified: branches/2021Q1/lang/go/Makefile branches/2021Q1/lang/go/distinfo Modified: branches/2021Q1/lang/go/Makefile ============================================================================== --- branches/2021Q1/lang/go/Makefile Thu Mar 11 00:20:38 2021 (r568057) +++ branches/2021Q1/lang/go/Makefile Thu Mar 11 00:32:37 2021 (r568058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION?= 1.15.8 +PORTVERSION?= 1.15.9 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang Modified: branches/2021Q1/lang/go/distinfo ============================================================================== --- branches/2021Q1/lang/go/distinfo Thu Mar 11 00:20:38 2021 (r568057) +++ branches/2021Q1/lang/go/distinfo Thu Mar 11 00:32:37 2021 (r568058) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612525048 -SHA256 (go1.15.8.src.tar.gz) = 540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2 -SIZE (go1.15.8.src.tar.gz) = 23018628 +TIMESTAMP = 1615422019 +SHA256 (go1.15.9.src.tar.gz) = 90983b9c84a92417337dc1942ff066fc8b3a69733b8b5493fd0b9b9db1ead60f +SIZE (go1.15.9.src.tar.gz) = 23019739 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-svn-ports-all@freebsd.org Thu Mar 11 00:35:48 2021 Return-Path: Delivered-To: svn-ports-all@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 3C37157CC1F; Thu, 11 Mar 2021 00:35:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwqjw1FXGz4vw8; Thu, 11 Mar 2021 00:35:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 193061ACEB; Thu, 11 Mar 2021 00:35:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0Zlsh080915; Thu, 11 Mar 2021 00:35:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0ZloF080914; Thu, 11 Mar 2021 00:35:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110035.12B0ZloF080914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568059 - head/x11-servers/xwayland-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-servers/xwayland-devel X-SVN-Commit-Revision: 568059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:35:48 -0000 Author: jbeich Date: Thu Mar 11 00:35:47 2021 New Revision: 568059 URL: https://svnweb.freebsd.org/changeset/ports/568059 Log: x11-servers/xwayland-devel: update to 1.20.0.875 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/b2d96b5cd...376eaadde Modified: head/x11-servers/xwayland-devel/Makefile (contents, props changed) head/x11-servers/xwayland-devel/distinfo (contents, props changed) Modified: head/x11-servers/xwayland-devel/Makefile ============================================================================== --- head/x11-servers/xwayland-devel/Makefile Thu Mar 11 00:32:37 2021 (r568058) +++ head/x11-servers/xwayland-devel/Makefile Thu Mar 11 00:35:47 2021 (r568059) @@ -2,13 +2,12 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-873 -DISTVERSIONSUFFIX= -gb2d96b5cd +DISTVERSION= 1.20.0-875 +DISTVERSIONSUFFIX= -g376eaadde CATEGORIES= x11-servers PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 69cc4cd21708.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/630 PATCHFILES+= 231720f8b212.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCHFILES+= 48a7bfeb4687.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCHFILES+= 2b3c4983f937.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 Modified: head/x11-servers/xwayland-devel/distinfo ============================================================================== --- head/x11-servers/xwayland-devel/distinfo Thu Mar 11 00:32:37 2021 (r568058) +++ head/x11-servers/xwayland-devel/distinfo Thu Mar 11 00:35:47 2021 (r568059) @@ -1,8 +1,6 @@ -TIMESTAMP = 1615235574 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-873-gb2d96b5cd_GH0.tar.gz) = 27bebd6017f5ba58e204569e1ba116dca529e2de9e60aa1ef6a9a837d6f06631 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-873-gb2d96b5cd_GH0.tar.gz) = 5846327 -SHA256 (69cc4cd21708.patch) = c57dfa7f698a32e01365f680e955108538f0530dac991b61dc23d8214f415811 -SIZE (69cc4cd21708.patch) = 7735 +TIMESTAMP = 1615422156 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-875-g376eaadde_GH0.tar.gz) = d4f05e48ab87f2af27c21db54994b5f64426aae4d6a9fc59b645078f1715d06d +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-875-g376eaadde_GH0.tar.gz) = 5847114 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 SIZE (231720f8b212.patch) = 10714 SHA256 (48a7bfeb4687.patch) = ae284622227b317085360f61553bae7fc21a57f4d2b6d4133a6ead0c93b47cee From owner-svn-ports-all@freebsd.org Thu Mar 11 00:37:56 2021 Return-Path: Delivered-To: svn-ports-all@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 A8B4157CC63; Thu, 11 Mar 2021 00:37:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DwqmN4Bvsz3C3x; Thu, 11 Mar 2021 00:37:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CD2E1B032; Thu, 11 Mar 2021 00:37:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0buFO081066; Thu, 11 Mar 2021 00:37:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0buRw081065; Thu, 11 Mar 2021 00:37:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110037.12B0buRw081065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 00:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568060 - branches/2021Q1/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/x11-servers/xwayland-devel X-SVN-Commit-Revision: 568060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:37:56 -0000 Author: jbeich Date: Thu Mar 11 00:37:55 2021 New Revision: 568060 URL: https://svnweb.freebsd.org/changeset/ports/568060 Log: MFH: r567881 r568059 x11-servers/xwayland-devel: update to 1.20.0.875 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/69e087caa...376eaadde Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile branches/2021Q1/x11-servers/xwayland-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/Makefile Thu Mar 11 00:35:47 2021 (r568059) +++ branches/2021Q1/x11-servers/xwayland-devel/Makefile Thu Mar 11 00:37:55 2021 (r568060) @@ -2,13 +2,12 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-870 -DISTVERSIONSUFFIX= -g69e087caa +DISTVERSION= 1.20.0-875 +DISTVERSIONSUFFIX= -g376eaadde CATEGORIES= x11-servers PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 69cc4cd21708.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/630 PATCHFILES+= 231720f8b212.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCHFILES+= 48a7bfeb4687.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCHFILES+= 2b3c4983f937.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 Modified: branches/2021Q1/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2021Q1/x11-servers/xwayland-devel/distinfo Thu Mar 11 00:35:47 2021 (r568059) +++ branches/2021Q1/x11-servers/xwayland-devel/distinfo Thu Mar 11 00:37:55 2021 (r568060) @@ -1,8 +1,6 @@ -TIMESTAMP = 1614939114 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-870-g69e087caa_GH0.tar.gz) = 8f2c363f17a7aab329b17ba5720b00ea96bc7995aa49218c1df726cd37d07201 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-870-g69e087caa_GH0.tar.gz) = 5847088 -SHA256 (69cc4cd21708.patch) = c57dfa7f698a32e01365f680e955108538f0530dac991b61dc23d8214f415811 -SIZE (69cc4cd21708.patch) = 7735 +TIMESTAMP = 1615422156 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-875-g376eaadde_GH0.tar.gz) = d4f05e48ab87f2af27c21db54994b5f64426aae4d6a9fc59b645078f1715d06d +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-875-g376eaadde_GH0.tar.gz) = 5847114 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 SIZE (231720f8b212.patch) = 10714 SHA256 (48a7bfeb4687.patch) = ae284622227b317085360f61553bae7fc21a57f4d2b6d4133a6ead0c93b47cee From owner-svn-ports-all@freebsd.org Thu Mar 11 00:52:04 2021 Return-Path: Delivered-To: svn-ports-all@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 95E6457D313; Thu, 11 Mar 2021 00:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwr4h3w7vz3CFb; Thu, 11 Mar 2021 00:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 792AC1B609; Thu, 11 Mar 2021 00:52:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B0q4uR092301; Thu, 11 Mar 2021 00:52:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B0q3wO092298; Thu, 11 Mar 2021 00:52:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103110052.12B0q3wO092298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 00:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568061 - head/science/lammps X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/lammps X-SVN-Commit-Revision: 568061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 00:52:04 -0000 Author: yuri Date: Thu Mar 11 00:52:03 2021 New Revision: 568061 URL: https://svnweb.freebsd.org/changeset/ports/568061 Log: science/lammps: Update 10Feb2021 -> 10Mar2021 Reported by: GH release notification Modified: head/science/lammps/Makefile head/science/lammps/distinfo head/science/lammps/pkg-plist Modified: head/science/lammps/Makefile ============================================================================== --- head/science/lammps/Makefile Thu Mar 11 00:37:55 2021 (r568060) +++ head/science/lammps/Makefile Thu Mar 11 00:52:03 2021 (r568061) @@ -2,7 +2,6 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} -PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +17,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 USES= blaslapack:openblas cmake:noninja compiler:c++11-lang eigen:3 fortran localbase:ldflags shebangfix USE_GITHUB= yes -GH_TAGNAME= patch_10Feb2021 +GH_TAGNAME= patch_10Mar2021 USE_LDCONFIG= yes SHEBANG_GLOB= *.sh *.bash Modified: head/science/lammps/distinfo ============================================================================== --- head/science/lammps/distinfo Thu Mar 11 00:37:55 2021 (r568060) +++ head/science/lammps/distinfo Thu Mar 11 00:52:03 2021 (r568061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613623605 -SHA256 (lammps-lammps-2021.02.10-patch_10Feb2021_GH0.tar.gz) = 2c5ba2c7935ad559ca94ee826e8727e65b49ef4582eb856534fffba70e44101a -SIZE (lammps-lammps-2021.02.10-patch_10Feb2021_GH0.tar.gz) = 117471000 +TIMESTAMP = 1615419175 +SHA256 (lammps-lammps-2021.03.10-patch_10Mar2021_GH0.tar.gz) = 25708378dbeccf794bc5045aceb84380bf4a3ca03fc8e5d150a26ca88d371474 +SIZE (lammps-lammps-2021.03.10-patch_10Mar2021_GH0.tar.gz) = 118854021 Modified: head/science/lammps/pkg-plist ============================================================================== --- head/science/lammps/pkg-plist Thu Mar 11 00:37:55 2021 (r568060) +++ head/science/lammps/pkg-plist Thu Mar 11 00:52:03 2021 (r568061) @@ -46,17 +46,15 @@ lib/liblammps.so.0 libdata/pkgconfig/liblammps.pc man/man1/lmp.1.gz %%DATADIR%%/potentials/Ag_u3.eam -%%DATADIR%%/potentials/Al_Batra_2019.agni %%DATADIR%%/potentials/AlCu.adp %%DATADIR%%/potentials/AlCu.bop.table %%DATADIR%%/potentials/AlCu.eam.alloy -%%DATADIR%%/potentials/Cu_Huan_2019_fp1.agni -%%DATADIR%%/potentials/Cu_Huan_2019_fp2.agni %%DATADIR%%/potentials/AlCuH.bop.table %%DATADIR%%/potentials/AlFe_mm.eam.fs %%DATADIR%%/potentials/AlO.eam.alloy %%DATADIR%%/potentials/AlO.streitz %%DATADIR%%/potentials/AlSiMgCuFe.meam +%%DATADIR%%/potentials/Al_Batra_2019.agni %%DATADIR%%/potentials/Al_jnp.eam %%DATADIR%%/potentials/Al_jpc.agni %%DATADIR%%/potentials/Al_mm.eam.fs @@ -88,11 +86,15 @@ man/man1/lmp.1.gz %%DATADIR%%/potentials/CdZnTe_v2.bop.table %%DATADIR%%/potentials/CoAl.eam.alloy %%DATADIR%%/potentials/Cu.meam +%%DATADIR%%/potentials/Cu.nn.mliap.model +%%DATADIR%%/potentials/Cu.snap.mliap.descriptor %%DATADIR%%/potentials/CuH.bop.table %%DATADIR%%/potentials/CuNi.eam.alloy %%DATADIR%%/potentials/CuTa.eam.alloy %%DATADIR%%/potentials/CuTa_eam.poly %%DATADIR%%/potentials/CuZr_mm.eam.fs +%%DATADIR%%/potentials/Cu_Huan_2019_fp1.agni +%%DATADIR%%/potentials/Cu_Huan_2019_fp2.agni %%DATADIR%%/potentials/Cu_Zuo_JPCA2020.quadratic.snap %%DATADIR%%/potentials/Cu_Zuo_JPCA2020.quadratic.snapcoeff %%DATADIR%%/potentials/Cu_Zuo_JPCA2020.quadratic.snapparam @@ -161,8 +163,8 @@ man/man1/lmp.1.gz %%DATADIR%%/potentials/Ni_Zuo_JPCA2020.snapparam %%DATADIR%%/potentials/Ni_smf7.eam %%DATADIR%%/potentials/Ni_u3.eam -%%DATADIR%%/potentials/Pd_u3.eam %%DATADIR%%/potentials/PdHHe.eam.he +%%DATADIR%%/potentials/Pd_u3.eam %%DATADIR%%/potentials/Pt_Chapman_2020.agni %%DATADIR%%/potentials/Pt_u3.eam %%DATADIR%%/potentials/README @@ -200,6 +202,9 @@ man/man1/lmp.1.gz %%DATADIR%%/potentials/Ta06A.mliap %%DATADIR%%/potentials/Ta06A.mliap.descriptor %%DATADIR%%/potentials/Ta06A.mliap.model +%%DATADIR%%/potentials/Ta06A.nn.mliap +%%DATADIR%%/potentials/Ta06A.nn.mliap.model +%%DATADIR%%/potentials/Ta06A.pytorch.mliap %%DATADIR%%/potentials/Ta06A.snap %%DATADIR%%/potentials/Ta06A.snapcoeff %%DATADIR%%/potentials/Ta06A.snapparam From owner-svn-ports-all@freebsd.org Thu Mar 11 02:10:16 2021 Return-Path: Delivered-To: svn-ports-all@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 7EFFC5A94AD; Thu, 11 Mar 2021 02:10:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwspw3F1Dz3LdV; Thu, 11 Mar 2021 02:10:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61B551BFF2; Thu, 11 Mar 2021 02:10:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B2AGwR033619; Thu, 11 Mar 2021 02:10:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B2AG20033618; Thu, 11 Mar 2021 02:10:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103110210.12B2AG20033618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Mar 2021 02:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568062 - head/devel/py-libversion X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-libversion X-SVN-Commit-Revision: 568062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 02:10:16 -0000 Author: amdmi3 Date: Thu Mar 11 02:10:15 2021 New Revision: 568062 URL: https://svnweb.freebsd.org/changeset/ports/568062 Log: - Update to 1.2.3 Modified: head/devel/py-libversion/Makefile head/devel/py-libversion/distinfo Modified: head/devel/py-libversion/Makefile ============================================================================== --- head/devel/py-libversion/Makefile Thu Mar 11 00:52:03 2021 (r568061) +++ head/devel/py-libversion/Makefile Thu Mar 11 02:10:15 2021 (r568062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libversion -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-libversion/distinfo ============================================================================== --- head/devel/py-libversion/distinfo Thu Mar 11 00:52:03 2021 (r568061) +++ head/devel/py-libversion/distinfo Thu Mar 11 02:10:15 2021 (r568062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614276315 -SHA256 (libversion-1.2.2.tar.gz) = cf9ef702d0bc750f0ad44a2cffe8ebd83cd356b92cc25f767846509f84ea7e73 -SIZE (libversion-1.2.2.tar.gz) = 11117 +TIMESTAMP = 1615381706 +SHA256 (libversion-1.2.3.tar.gz) = e6e903cc6307c3eda90401373eb81bfd0dd2dc93772ddab3d23705bed0c6f6e9 +SIZE (libversion-1.2.3.tar.gz) = 11185 From owner-svn-ports-all@freebsd.org Thu Mar 11 02:19:18 2021 Return-Path: Delivered-To: svn-ports-all@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 A63E15AA021; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwt1L3qsgz3MZJ; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69A911C88C; Thu, 11 Mar 2021 02:19:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B2JIOJ040031; Thu, 11 Mar 2021 02:19:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B2JItx040029; Thu, 11 Mar 2021 02:19:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103110219.12B2JItx040029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 02:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568063 - head/x11/mako X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/mako X-SVN-Commit-Revision: 568063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 02:19:18 -0000 Author: jbeich Date: Thu Mar 11 02:19:17 2021 New Revision: 568063 URL: https://svnweb.freebsd.org/changeset/ports/568063 Log: x11/mako: unbreak build on DragonFly ../notification.c: In function 'get_binding': ../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function) 275 | case BTN_LEFT: | ^~~~~~~~ ../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in ../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function) 277 | case BTN_RIGHT: | ^~~~~~~~~ ../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function) 279 | case BTN_MIDDLE: | ^~~~~~~~~~ Reported by: DPorts Modified: head/x11/mako/Makefile (contents, props changed) head/x11/mako/distinfo (contents, props changed) Modified: head/x11/mako/Makefile ============================================================================== --- head/x11/mako/Makefile Thu Mar 11 02:10:15 2021 (r568062) +++ head/x11/mako/Makefile Thu Mar 11 02:19:17 2021 (r568063) @@ -11,6 +11,7 @@ PATCHFILES+= affb38d8a4c4.patch:-p1 # https://github.c PATCHFILES+= 47a1b0b80ca2.patch:-p1 PATCHFILES+= 88e0263a8481.patch:-p1 # https://github.com/emersion/mako/pull/324 PATCHFILES+= 0e9bcb06e0c6.patch:-p1 # https://github.com/emersion/mako/pull/324 +PATCHFILES+= d46e9fd6ced8.patch:-p1 # https://github.com/emersion/mako/pull/345 MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight Wayland notification daemon @@ -18,7 +19,8 @@ COMMENT= Lightweight Wayland notification daemon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libbasu.so:devel/basu \ libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland Modified: head/x11/mako/distinfo ============================================================================== --- head/x11/mako/distinfo Thu Mar 11 02:10:15 2021 (r568062) +++ head/x11/mako/distinfo Thu Mar 11 02:19:17 2021 (r568063) @@ -11,3 +11,5 @@ SHA256 (88e0263a8481.patch) = 6a27ed8bf076d51f43502b29 SIZE (88e0263a8481.patch) = 1221 SHA256 (0e9bcb06e0c6.patch) = 525ae6dbf76e6ae622521912fa81be59620b0030e5c24982c381287904487e21 SIZE (0e9bcb06e0c6.patch) = 2099 +SHA256 (d46e9fd6ced8.patch) = e63b89d44cdbfdc8db403c3148081bb4d34df2799c7f0d1e3014ea80e1e384a9 +SIZE (d46e9fd6ced8.patch) = 683 From owner-svn-ports-all@freebsd.org Thu Mar 11 02:20:33 2021 Return-Path: Delivered-To: svn-ports-all@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 232275AA0F4; Thu, 11 Mar 2021 02:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwt2n0WW8z3Mb6; Thu, 11 Mar 2021 02:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04AEE1C577; Thu, 11 Mar 2021 02:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B2KW4v040232; Thu, 11 Mar 2021 02:20:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B2KWuJ040230; Thu, 11 Mar 2021 02:20:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103110220.12B2KWuJ040230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Mar 2021 02:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568064 - in head/databases/cockroach: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/databases/cockroach: . files X-SVN-Commit-Revision: 568064 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 02:20:33 -0000 Author: amdmi3 Date: Thu Mar 11 02:20:32 2021 New Revision: 568064 URL: https://svnweb.freebsd.org/changeset/ports/568064 Log: - Update to 19.1.11 - Reset the maintainer due to 4 consequentional maintainer timeouts PR: 222907 Submitted by: pfg, kirill@varnakov.com Approved by: maintainer timeout (freebsd@jen20.com, 21 months) Deleted: head/databases/cockroach/files/patch-src_github.com_cockroachdb_cockroach_pkg_storage_engine_rocksdb.go Modified: head/databases/cockroach/Makefile head/databases/cockroach/distinfo head/databases/cockroach/pkg-descr Modified: head/databases/cockroach/Makefile ============================================================================== --- head/databases/cockroach/Makefile Thu Mar 11 02:19:17 2021 (r568063) +++ head/databases/cockroach/Makefile Thu Mar 11 02:20:32 2021 (r568064) @@ -2,19 +2,19 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v -DISTVERSION= 2.0.7 +DISTVERSION= 19.1.11 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz -MAINTAINER= freebsd@jen20.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cloud-native SQL database that survive disasters LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= "Only supported on amd64" +ONLY_FOR_ARCHS_REASON= "A 64-bit system is strongly recommended" BUILD_DEPENDS= autoconf:devel/autoconf \ bash:shells/bash \ @@ -22,9 +22,11 @@ BUILD_DEPENDS= autoconf:devel/autoconf \ USES= gmake go libedit +USE_GCC= yes # RocksDB is broken with clang - See PR 236213 USE_RC_SUBR= cockroach NO_CCACHE= yes +ALL_TARGET= build PLIST_FILES= bin/cockroach @@ -43,6 +45,6 @@ do-build: ${MAKE_CMD} -C ${WRKSRC} buildoss do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/cockroachdb/cockroach/cockroach ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/cockroachdb/cockroach/cockroachoss ${STAGEDIR}${PREFIX}/bin/cockroach .include Modified: head/databases/cockroach/distinfo ============================================================================== --- head/databases/cockroach/distinfo Thu Mar 11 02:19:17 2021 (r568063) +++ head/databases/cockroach/distinfo Thu Mar 11 02:20:32 2021 (r568064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552343259 -SHA256 (cockroach-v2.0.7.src.tgz) = 0aa42e8a87d0b915d6e7a9df39e3bb32eac250c1afc25e37cc36585f3afa081a -SIZE (cockroach-v2.0.7.src.tgz) = 45565811 +TIMESTAMP = 1614623246 +SHA256 (cockroach-v19.1.11.src.tgz) = 9c6d93b0560ad53d2c8699b523849f30ddd5250807fdfa2def09442542ec624d +SIZE (cockroach-v19.1.11.src.tgz) = 103214436 Modified: head/databases/cockroach/pkg-descr ============================================================================== --- head/databases/cockroach/pkg-descr Thu Mar 11 02:19:17 2021 (r568063) +++ head/databases/cockroach/pkg-descr Thu Mar 11 02:20:32 2021 (r568064) @@ -8,4 +8,4 @@ API for structuring, manipulating, and querying data. CockroachDB is inspired by Google's Spanner and F1 technologies, and it's completely open source. -WWW: https://cockroachlabs.io/ +WWW: https://www.cockroachlabs.com/ From owner-svn-ports-all@freebsd.org Thu Mar 11 02:54:18 2021 Return-Path: Delivered-To: svn-ports-all@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 12ED05AC060; Thu, 11 Mar 2021 02:54:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dwtnk05shz3QRx; Thu, 11 Mar 2021 02:54:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAC9A1CF79; Thu, 11 Mar 2021 02:54:17 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B2sH2O063878; Thu, 11 Mar 2021 02:54:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B2sHWl063877; Thu, 11 Mar 2021 02:54:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103110254.12B2sHWl063877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 02:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568065 - head/games/re3 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/re3 X-SVN-Commit-Revision: 568065 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 02:54:18 -0000 Author: pkubaj Date: Thu Mar 11 02:54:17 2021 New Revision: 568065 URL: https://svnweb.freebsd.org/changeset/ports/568065 Log: games/re3: fix build on i386 lld can't link this port. Modified: head/games/re3/Makefile Modified: head/games/re3/Makefile ============================================================================== --- head/games/re3/Makefile Thu Mar 11 02:20:32 2021 (r568064) +++ head/games/re3/Makefile Thu Mar 11 02:54:17 2021 (r568065) @@ -34,6 +34,12 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * SUB_FILES= ${PORTNAME} +.include + +.if ${ARCH} == i386 +LLD_UNSAFE= yes +.endif + post-extract: ${MV} ${WRKSRC_librw}/* ${WRKSRC}/vendor/librw ${MV} ${WRKSRC_ogg}/* ${WRKSRC}/vendor/ogg From owner-svn-ports-all@freebsd.org Thu Mar 11 06:31:54 2021 Return-Path: Delivered-To: svn-ports-all@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 9F8B456AC9D; Thu, 11 Mar 2021 06:31:54 +0000 (UTC) (envelope-from vanilla@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 4Dwzcp3v0gz3tdb; Thu, 11 Mar 2021 06:31:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78F9D1FC4B; Thu, 11 Mar 2021 06:31:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B6VsbR098260; Thu, 11 Mar 2021 06:31:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B6VrTO098257; Thu, 11 Mar 2021 06:31:53 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202103110631.12B6VrTO098257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 11 Mar 2021 06:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568066 - in head/databases: . lua-pgsql X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/databases: . lua-pgsql X-SVN-Commit-Revision: 568066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 06:31:54 -0000 Author: vanilla Date: Thu Mar 11 06:31:53 2021 New Revision: 568066 URL: https://svnweb.freebsd.org/changeset/ports/568066 Log: Add lua-pgsql 1.6.8, lua binding for PostgreSQL. PR: 254188 Submitted by: dmitry.wagin@ya.ru Added: head/databases/lua-pgsql/ head/databases/lua-pgsql/Makefile (contents, props changed) head/databases/lua-pgsql/distinfo (contents, props changed) head/databases/lua-pgsql/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Mar 11 02:54:17 2021 (r568065) +++ head/databases/Makefile Thu Mar 11 06:31:53 2021 (r568066) @@ -168,6 +168,7 @@ SUBDIR += litestream SUBDIR += lmdb SUBDIR += lua-lsqlite3 + SUBDIR += lua-pgsql SUBDIR += lua-resty-redis SUBDIR += lua-xapian SUBDIR += luadbi Added: head/databases/lua-pgsql/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/lua-pgsql/Makefile Thu Mar 11 06:31:53 2021 (r568066) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= pgsql +PORTVERSION= 1.6.8 +CATEGORIES= databases +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= Lua binding for PostgreSQL + +LICENSE= BSD3CLAUSE + +USES= lua pgsql:9.5+ +WANT_PGSQL= client + +USE_GITHUB= yes +GH_ACCOUNT= arcapos +GH_PROJECT= luapgsql +GH_TAGNAME= 023992e + +MAKE_ARGS= LUA_VERSION=${LUA_VER} + +PLIST_FILES= ${LUA_MODLIBDIR}/pgsql.so + +do-install: + ${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} + ${INSTALL_LIB} ${WRKSRC}/libpgsql.so ${STAGEDIR}${LUA_MODLIBDIR}/pgsql.so + +.include Added: head/databases/lua-pgsql/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/lua-pgsql/distinfo Thu Mar 11 06:31:53 2021 (r568066) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615382038 +SHA256 (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 2c2e56e9f9dca510c706bdf2f549aee957cb3632986d7ab1aef02ccb4bc0d9fd +SIZE (arcapos-luapgsql-1.6.8-023992e_GH0.tar.gz) = 13775 Added: head/databases/lua-pgsql/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/lua-pgsql/pkg-descr Thu Mar 11 06:31:53 2021 (r568066) @@ -0,0 +1,3 @@ +Lua binding for PostgreSQL. + +WWW: https://github.com/arcapos/luapgsql From owner-svn-ports-all@freebsd.org Thu Mar 11 06:54:35 2021 Return-Path: Delivered-To: svn-ports-all@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 5EE9156B374; Thu, 11 Mar 2021 06:54:35 +0000 (UTC) (envelope-from eduardo@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 4Dx06z2GSMz3vs2; Thu, 11 Mar 2021 06:54:35 +0000 (UTC) (envelope-from eduardo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40C8720709; Thu, 11 Mar 2021 06:54:35 +0000 (UTC) (envelope-from eduardo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B6sZvh012039; Thu, 11 Mar 2021 06:54:35 GMT (envelope-from eduardo@FreeBSD.org) Received: (from eduardo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B6sYn9012037; Thu, 11 Mar 2021 06:54:34 GMT (envelope-from eduardo@FreeBSD.org) Message-Id: <202103110654.12B6sYn9012037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eduardo set sender to eduardo@FreeBSD.org using -f From: Nuno Teixeira Date: Thu, 11 Mar 2021 06:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568067 - head/graphics/glfw X-SVN-Group: ports-head X-SVN-Commit-Author: eduardo X-SVN-Commit-Paths: head/graphics/glfw X-SVN-Commit-Revision: 568067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 06:54:35 -0000 Author: eduardo Date: Thu Mar 11 06:54:34 2021 New Revision: 568067 URL: https://svnweb.freebsd.org/changeset/ports/568067 Log: graphics/glfw: update to version 3.3.3 - Point MASTER_SITES to glfw official github.com url - Pet portclippy - ChangeLog: https://github.com/glfw/glfw/releases/tag/3.3.3 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D29179 Modified: head/graphics/glfw/Makefile head/graphics/glfw/distinfo Modified: head/graphics/glfw/Makefile ============================================================================== --- head/graphics/glfw/Makefile Thu Mar 11 06:31:53 2021 (r568066) +++ head/graphics/glfw/Makefile Thu Mar 11 06:54:34 2021 (r568067) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= glfw -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= https://github.com/glfw/glfw/releases/download/${PORTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Portable framework for OpenGL development @@ -18,26 +18,25 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS +PLIST_SUB= VERSION=${PORTVERSION:R} MAJVER="${PORTVERSION:C|\..*||}" PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT=X11 -PLATFORM_DESC= Window creation platform OPTIONS_SINGLE= PLATFORM OPTIONS_SINGLE_PLATFORM= WAYLAND X11 +PLATFORM_DESC= Window creation platform WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols -WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_USES= kde:5 pkgconfig WAYLAND_USE= KDE=ecm +WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND X11_USES= xorg X11_USE= XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm - -PLIST_SUB= VERSION=${PORTVERSION:R} MAJVER="${PORTVERSION:C|\..*||}" do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search Modified: head/graphics/glfw/distinfo ============================================================================== --- head/graphics/glfw/distinfo Thu Mar 11 06:31:53 2021 (r568066) +++ head/graphics/glfw/distinfo Thu Mar 11 06:54:34 2021 (r568067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580228794 -SHA256 (glfw-3.3.2.zip) = 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7 -SIZE (glfw-3.3.2.zip) = 1434297 +TIMESTAMP = 1615272290 +SHA256 (glfw-3.3.3.zip) = 723087ad45b40cd333be7d1a2cd5e09a28facb7f3acdb69f3e5613bd20543977 +SIZE (glfw-3.3.3.zip) = 1445535 From owner-svn-ports-all@freebsd.org Thu Mar 11 07:55:52 2021 Return-Path: Delivered-To: svn-ports-all@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 DF56A56C8F0; Thu, 11 Mar 2021 07:55:52 +0000 (UTC) (envelope-from danfe@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 4Dx1Th5zqTz4SN4; Thu, 11 Mar 2021 07:55:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C04C921113; Thu, 11 Mar 2021 07:55:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B7tqss049340; Thu, 11 Mar 2021 07:55:52 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B7tqAJ049338; Thu, 11 Mar 2021 07:55:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103110755.12B7tqAJ049338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 11 Mar 2021 07:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568068 - in head/graphics/appleseed: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/graphics/appleseed: . files X-SVN-Commit-Revision: 568068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 07:55:52 -0000 Author: danfe Date: Thu Mar 11 07:55:52 2021 New Revision: 568068 URL: https://svnweb.freebsd.org/changeset/ports/568068 Log: - Build Python3 code the same way as Python2, this is currently no-op but would be required for upcoming appleseed.studio-enabled builds - Move Python bits from custom prefix to standard PYTHON_SITELIBDIR, where appleseed.studio would be able to find them without passing the PYTHONHOME environment variable to executable Modified: head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt head/graphics/appleseed/pkg-plist Modified: head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt ============================================================================== --- head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt Thu Mar 11 06:54:34 2021 (r568067) +++ head/graphics/appleseed/files/patch-src_appleseed.python_CMakeLists.txt Thu Mar 11 07:55:52 2021 (r568068) @@ -1,6 +1,24 @@ --- src/appleseed.python/CMakeLists.txt.orig 2019-08-31 15:49:01 UTC +++ src/appleseed.python/CMakeLists.txt -@@ -182,7 +182,7 @@ if (WITH_PYTHON3_BINDINGS) +@@ -163,11 +163,16 @@ if (WITH_PYTHON2_BINDINGS) + endif () + + if (WITH_PYTHON3_BINDINGS) +- add_library (appleseed.python3 MODULE ++ add_library (appleseed.py3.obj OBJECT + ${appleseed.python_sources} + ${blender_python_sources} + ) + ++ add_library (appleseed.python3 MODULE ++ $ ++ ) ++ ++ set_target_properties (appleseed.py3.obj PROPERTIES FOLDER "Python Bindings") + set_target_properties (appleseed.python3 PROPERTIES FOLDER "Python Bindings") + + set_target_properties (appleseed.python3 PROPERTIES +@@ -182,7 +187,7 @@ if (WITH_PYTHON3_BINDINGS) endif () target_link_libraries (appleseed.python3 @@ -9,12 +27,21 @@ ) endif () -@@ -288,7 +288,7 @@ endif () +@@ -201,7 +206,7 @@ if (WITH_PYTHON2_BINDINGS) + endif () + + if (WITH_PYTHON3_BINDINGS) +- target_include_directories (appleseed.python3 PRIVATE ${PYTHON3_INCLUDE_DIRS}) ++ target_include_directories (appleseed.py3.obj PRIVATE ${PYTHON3_INCLUDE_DIRS}) + endif () + + +@@ -288,7 +293,7 @@ endif () # Installation. #-------------------------------------------------------------------------------------------------- -set (py_module_dst "lib/python${PYTHON_MAJOR_VERSION}.${PYTHON_MINOR_VERSION}/appleseed") -+set (py_module_dst "lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/appleseed") ++set (py_module_dst "../lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/appleseed") install (FILES __init__.py DESTINATION ${py_module_dst}) install (FILES logtarget.py DESTINATION ${py_module_dst}) Modified: head/graphics/appleseed/pkg-plist ============================================================================== --- head/graphics/appleseed/pkg-plist Thu Mar 11 06:54:34 2021 (r568067) +++ head/graphics/appleseed/pkg-plist Thu Mar 11 07:55:52 2021 (r568068) @@ -6,6 +6,14 @@ share/cmake/Modules/FindPartio.cmake share/cmake/Modules/FindSeExpr.cmake share/cmake/Modules/FindSeExprEditor.cmake share/cmake/Modules/FindXerces.cmake +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/_appleseedpython3.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/logtarget.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/test/runtests.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/test/testbasis.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/test/testdict2dict.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/test/testentitymap.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/appleseed/test/testentityvector.py @cwd %%APPHOME%% bin/animatecamera bin/appleseed.cli @@ -106,14 +114,6 @@ icons/rendertab_toggle_pixel_inspector.png icons/rendertab_toggle_pixel_inspector_hover.png lib/libappleseed.shared.so lib/libappleseed.so -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/__init__.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/_appleseedpython3.so -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/logtarget.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/runtests.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testbasis.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testdict2dict.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testentitymap.py -%%PYTHON%%lib/python%%PYTHON_VER%%/appleseed/test/testentityvector.py schemas/project.xsd schemas/settings.xsd settings/appleseed.cli.xml From owner-svn-ports-all@freebsd.org Thu Mar 11 08:21:25 2021 Return-Path: Delivered-To: svn-ports-all@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 EF4EB56DF08; Thu, 11 Mar 2021 08:21:25 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx239643zz4TTm; Thu, 11 Mar 2021 08:21:25 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C29DF212DF; Thu, 11 Mar 2021 08:21:25 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B8LP3T064604; Thu, 11 Mar 2021 08:21:25 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B8LPmK064602; Thu, 11 Mar 2021 08:21:25 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103110821.12B8LPmK064602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 11 Mar 2021 08:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568069 - head/science/afni X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/science/afni X-SVN-Commit-Revision: 568069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 08:21:26 -0000 Author: fernape Date: Thu Mar 11 08:21:25 2021 New Revision: 568069 URL: https://svnweb.freebsd.org/changeset/ports/568069 Log: science/afni: update to 21.0.15 Reported by: portscout Modified: head/science/afni/Makefile head/science/afni/distinfo Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Thu Mar 11 07:55:52 2021 (r568068) +++ head/science/afni/Makefile Thu Mar 11 08:21:25 2021 (r568069) @@ -2,7 +2,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.0.14 +DISTVERSION= 21.0.15 CATEGORIES= science biology graphics perl5 python MAINTAINER= ports@FreeBSD.org Modified: head/science/afni/distinfo ============================================================================== --- head/science/afni/distinfo Thu Mar 11 07:55:52 2021 (r568068) +++ head/science/afni/distinfo Thu Mar 11 08:21:25 2021 (r568069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615191326 -SHA256 (afni-afni-AFNI_21.0.14_GH0.tar.gz) = 77572927d2b01c816b96f1e4f46001f9699ad8abb836c0f09bf8f17b3640b49a -SIZE (afni-afni-AFNI_21.0.14_GH0.tar.gz) = 43323656 +TIMESTAMP = 1615279696 +SHA256 (afni-afni-AFNI_21.0.15_GH0.tar.gz) = 733deece29d0a2c0afb3ed977cde96a0671129f6bc45c6f4f92099d3d3975a63 +SIZE (afni-afni-AFNI_21.0.15_GH0.tar.gz) = 43324182 From owner-svn-ports-all@freebsd.org Thu Mar 11 08:32:39 2021 Return-Path: Delivered-To: svn-ports-all@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 9B99556E1FE; Thu, 11 Mar 2021 08:32:39 +0000 (UTC) (envelope-from nivit@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 4Dx2J742mHz4Vqb; Thu, 11 Mar 2021 08:32:39 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DBC321B0F; Thu, 11 Mar 2021 08:32:39 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B8Wd6m074666; Thu, 11 Mar 2021 08:32:39 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B8Wcxh074664; Thu, 11 Mar 2021 08:32:38 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103110832.12B8Wcxh074664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Thu, 11 Mar 2021 08:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568070 - head/www/googler X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/www/googler X-SVN-Commit-Revision: 568070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 08:32:39 -0000 Author: nivit Date: Thu Mar 11 08:32:38 2021 New Revision: 568070 URL: https://svnweb.freebsd.org/changeset/ports/568070 Log: www/googler: update to 4.3.2 Remove runtime dependency by xclip. [1] Add pkg-message to inform the user that copy URL to clipboard requires an external program. PR: 250902 [1] Submitted by: jbeich Added: head/www/googler/pkg-message (contents, props changed) Modified: head/www/googler/Makefile head/www/googler/distinfo Modified: head/www/googler/Makefile ============================================================================== --- head/www/googler/Makefile Thu Mar 11 08:21:25 2021 (r568069) +++ head/www/googler/Makefile Thu Mar 11 08:32:38 2021 (r568070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googler -PORTVERSION= 4.2 +PORTVERSION= 4.3.2 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,8 +11,6 @@ COMMENT= Google Search, Google Site Search, Google New LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= xclip:x11/xclip USES= python:3.5+ shebangfix USE_GITHUB= yes Modified: head/www/googler/distinfo ============================================================================== --- head/www/googler/distinfo Thu Mar 11 08:21:25 2021 (r568069) +++ head/www/googler/distinfo Thu Mar 11 08:32:38 2021 (r568070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601064684 -SHA256 (jarun-googler-v4.2_GH0.tar.gz) = ee0887ec30aea14823bb32117c97f4af8cdba381244b393665d2e273f8b60b43 -SIZE (jarun-googler-v4.2_GH0.tar.gz) = 80005 +TIMESTAMP = 1615397671 +SHA256 (jarun-googler-v4.3.2_GH0.tar.gz) = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54 +SIZE (jarun-googler-v4.3.2_GH0.tar.gz) = 82682 Added: head/www/googler/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/googler/pkg-message Thu Mar 11 08:32:38 2021 (r568070) @@ -0,0 +1,13 @@ +[ +{ type: install + message: < Delivered-To: svn-ports-all@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 70E2F56FE75; Thu, 11 Mar 2021 09:06:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx32c2lG4z4YYG; Thu, 11 Mar 2021 09:06:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 514E3222A0; Thu, 11 Mar 2021 09:06:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12B960iK092919; Thu, 11 Mar 2021 09:06:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12B95xhG092912; Thu, 11 Mar 2021 09:05:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103110905.12B95xhG092912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 11 Mar 2021 09:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568071 - in branches/2021Q1/x11/libxfce4menu: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2021Q1/x11/libxfce4menu: . files X-SVN-Commit-Revision: 568071 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 09:06:00 -0000 Author: madpilot Date: Thu Mar 11 09:05:59 2021 New Revision: 568071 URL: https://svnweb.freebsd.org/changeset/ports/568071 Log: MFH: r566943 Import patch from upstream to fix key grabbing issues. This replaces previous homegroown patch. PR: 244290 Submitted by: aryeh.friedman@gmail.com Tested by: Jethro Nederhof Obtained from: https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/27 Added: branches/2021Q1/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27 - copied unchanged from r566943, head/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27 Deleted: branches/2021Q1/x11/libxfce4menu/files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c Modified: branches/2021Q1/x11/libxfce4menu/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/libxfce4menu/Makefile ============================================================================== --- branches/2021Q1/x11/libxfce4menu/Makefile Thu Mar 11 08:32:38 2021 (r568070) +++ branches/2021Q1/x11/libxfce4menu/Makefile Thu Mar 11 09:05:59 2021 (r568071) @@ -3,7 +3,7 @@ PORTNAME= libxfce4menu PORTVERSION= 4.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL} Copied: branches/2021Q1/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27 (from r566943, head/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27 Thu Mar 11 09:05:59 2021 (r568071, copy of r566943, head/x11/libxfce4menu/files/patch-shortcuts-grabber-fix-PR27) @@ -0,0 +1,1324 @@ +From 7c1e0e71899d13f75fe4177454656049d3f35d54 Mon Sep 17 00:00:00 2001 +From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Mon, 4 Jan 2021 17:01:04 +0100 +Subject: [PATCH 1/5] shortcuts-grabber: Record xkb state group (Bug #33) + +XkbGroupForCoreState(xevent->xkey.state) returns 0 even after a keyboard +layout switch. Instead of using the XkbGroupForCoreState() function, this +patch watches for XkbStateNotify events from which it obtains the xkb state +group. + +Closes: https://gitlab.xfce.org/xfce/libxfce4ui/-/issues/33 +See also: https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/33 +--- + libxfce4kbd-private/xfce-shortcuts-grabber.c | 38 ++++++++++++++++---- + 1 file changed, 31 insertions(+), 7 deletions(-) + +diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.c b/libxfce4kbd-private/xfce-shortcuts-grabber.c +index 60ddfd7..9df45c3 100644 +--- libxfce4kbd-private/xfce-shortcuts-grabber.c ++++ libxfce4kbd-private/xfce-shortcuts-grabber.c +@@ -61,13 +61,14 @@ static void xfce_shortcuts_grabber_grab (XfceShortcutsGra + gboolean grab); + static GdkFilterReturn xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + GdkEvent *event, +- XfceShortcutsGrabber *grabber); ++ gpointer data); + + + + struct _XfceShortcutsGrabberPrivate + { + GHashTable *keys; ++ gint xkbEventType, xkbStateGroup; + }; + + typedef enum +@@ -141,20 +142,26 @@ static void + xfce_shortcuts_grabber_constructed (GObject *object) + { + GdkDisplay *display; ++ Display *xdisplay; + GdkKeymap *keymap; + + XfceShortcutsGrabber *grabber = XFCE_SHORTCUTS_GRABBER (object); + + display = gdk_display_get_default (); ++ xdisplay = GDK_DISPLAY_XDISPLAY (display); + keymap = gdk_keymap_get_for_display (display); + g_signal_connect (keymap, "keys-changed", G_CALLBACK (xfce_shortcuts_grabber_keys_changed), + grabber); + ++ if (G_UNLIKELY (!XkbQueryExtension (xdisplay, 0, &grabber->priv->xkbEventType, 0, 0, 0))) ++ grabber->priv->xkbEventType = -1; ++ grabber->priv->xkbStateGroup = -1; ++ + /* Flush events before adding the event filter */ +- XAllowEvents (GDK_DISPLAY_XDISPLAY (display), AsyncBoth, CurrentTime); ++ XAllowEvents (xdisplay, AsyncBoth, CurrentTime); + + /* Add event filter */ +- gdk_window_add_filter (NULL, (GdkFilterFunc) xfce_shortcuts_grabber_event_filter, grabber); ++ gdk_window_add_filter (NULL, xfce_shortcuts_grabber_event_filter, grabber); + } + + +@@ -417,10 +424,11 @@ find_event_key (const gchar *shortcut, + + + static GdkFilterReturn +-xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, +- GdkEvent *event, +- XfceShortcutsGrabber *grabber) ++xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, ++ GdkEvent *event, ++ gpointer data) + { ++ XfceShortcutsGrabber *const grabber = data; + struct EventKeyFindContext context; + GdkKeymap *keymap; + GdkModifierType consumed, modifiers; +@@ -434,6 +442,22 @@ xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + + xevent = (XEvent *) gdk_xevent; + ++ if (xevent->type == grabber->priv->xkbEventType) ++ { ++ const XkbEvent *e = (const XkbEvent*) xevent; ++ TRACE ("xkb event: any.xkb_type=%d", e->any.xkb_type); ++ if (e->any.xkb_type == XkbStateNotify) ++ { ++ TRACE ("xkb event: any.xkb_type=XkbStateNotify, state.group=%d", e->state.group); ++ if (grabber->priv->xkbStateGroup != e->state.group) ++ { ++ grabber->priv->xkbStateGroup = e->state.group; ++ xfce_shortcuts_grabber_ungrab_all (grabber); ++ xfce_shortcuts_grabber_grab_all (grabber); ++ } ++ } ++ } ++ + if (xevent->type != KeyPress) + return GDK_FILTER_CONTINUE; + +@@ -450,7 +474,7 @@ xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + + gdk_keymap_translate_keyboard_state (keymap, xevent->xkey.keycode, + modifiers, +- XkbGroupForCoreState (xevent->xkey.state), ++ grabber->priv->xkbStateGroup, + &keyval, NULL, NULL, &consumed); + + /* We want Alt + Print to be Alt + Print not SysReq. See bug #7897 */ +-- +GitLab + + +From 5d34aac693e160de3d22d1700b89664dcac12394 Mon Sep 17 00:00:00 2001 +From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Fri, 26 Feb 2021 05:27:16 +0100 +Subject: [PATCH 2/5] shortcuts: Fix a memory leak + +--- + libxfce4kbd-private/xfce-shortcuts-provider.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libxfce4kbd-private/xfce-shortcuts-provider.c b/libxfce4kbd-private/xfce-shortcuts-provider.c +index b7f7a47..83ab6c0 100644 +--- libxfce4kbd-private/xfce-shortcuts-provider.c ++++ libxfce4kbd-private/xfce-shortcuts-provider.c +@@ -711,6 +711,7 @@ void + xfce_shortcuts_free (GList *shortcuts) + { + g_list_foreach (shortcuts, (GFunc) (void (*)(void)) xfce_shortcut_free, NULL); ++ g_list_free (shortcuts); + } + + +-- +GitLab + + +From c18f068ab2bd69647af6519e389d76728c1f924e Mon Sep 17 00:00:00 2001 +From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Fri, 26 Feb 2021 05:57:42 +0100 +Subject: [PATCH 3/5] shortcuts-grabber: Stop search when the first match is + found + +--- + libxfce4kbd-private/xfce-shortcuts-grabber.c | 14 ++++++-------- + 1 file changed, 6 insertions(+), 8 deletions(-) + +diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.c b/libxfce4kbd-private/xfce-shortcuts-grabber.c +index 9df45c3..61f8ef8 100644 +--- libxfce4kbd-private/xfce-shortcuts-grabber.c ++++ libxfce4kbd-private/xfce-shortcuts-grabber.c +@@ -391,10 +391,9 @@ xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber, + + struct EventKeyFindContext + { +- XfceShortcutsGrabber *grabber; +- GdkModifierType modifiers; +- guint keyval; +- const gchar *result; ++ GdkModifierType modifiers; ++ guint keyval; ++ const gchar *result; + }; + + +@@ -461,7 +460,6 @@ xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + if (xevent->type != KeyPress) + return GDK_FILTER_CONTINUE; + +- context.grabber = grabber; + context.result = NULL; + timestamp = xevent->xkey.time; + +@@ -520,9 +518,9 @@ xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + TRACE ("Looking for %s", raw_shortcut_name); + g_free (raw_shortcut_name); + +- g_hash_table_foreach (grabber->priv->keys, +- (GHFunc) (void (*)(void)) find_event_key, +- &context); ++ g_hash_table_find (grabber->priv->keys, ++ (GHRFunc) (void (*)(void)) find_event_key, ++ &context); + + if (G_LIKELY (context.result != NULL)) + /* We had a positive match */ +-- +GitLab + + +From 51deff8231b94f040060f663bcdb1c65d090884e Mon Sep 17 00:00:00 2001 +From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Fri, 26 Feb 2021 06:52:04 +0100 +Subject: [PATCH 4/5] shortcuts-grabber: Redesign shortcut regrabbing (Bug #33) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This patch hopes to fix shortcut grabbing issues related to keyboard +layouts while maintaining high performance. + +The implementation uses a new hash-table for tracking the keycodes grabbed +from the X server. The grabbed X11/Xorg keys are reference counted: +X11 XGrabKey() is called once per a keycode+modifiers combination and +X11 XUngrabKey() is called when the reference count of the combination +drops to zero. It is common for the reference counts to, for example, +reach the value of 4 if the user is using 4 keyboard layouts, in which +case the new implementation will use a single XGrabKey() call compared +to 4 such calls in previous implementations. + +The grab_all() function has been removed and has been replaced by an +optimized regrab_all() function which is more efficient than the sequence +ungrab_all()+grab_all(). + +Tested keyboard layouts: + - English + - English (Colemak) + - French (BÉPO) + - Slovak (QWERTY) + +Test environments: + - Arch Linux (FR-BÉPO) + - FreeBSD (basic testing) + - Gentoo Linux (EN, EN-Colemak, SK-QWERTY) + - Xubuntu (basic testing) + +Closes: https://gitlab.xfce.org/xfce/libxfce4ui/-/issues/33 +--- + libxfce4kbd-private/xfce-shortcuts-grabber.c | 598 ++++++++++++++----- + 1 file changed, 449 insertions(+), 149 deletions(-) + +diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.c b/libxfce4kbd-private/xfce-shortcuts-grabber.c +index 61f8ef8..1de5929 100644 +--- libxfce4kbd-private/xfce-shortcuts-grabber.c ++++ libxfce4kbd-private/xfce-shortcuts-grabber.c +@@ -54,11 +54,13 @@ static void xfce_shortcuts_grabber_constructed (GObject + static void xfce_shortcuts_grabber_finalize (GObject *object); + static void xfce_shortcuts_grabber_keys_changed (GdkKeymap *keymap, + XfceShortcutsGrabber *grabber); +-static void xfce_shortcuts_grabber_grab_all (XfceShortcutsGrabber *grabber); ++static void xfce_shortcuts_grabber_regrab_all (XfceShortcutsGrabber *grabber); + static void xfce_shortcuts_grabber_ungrab_all (XfceShortcutsGrabber *grabber); + static void xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber, ++ XfceKey *key); ++static void xfce_shortcuts_grabber_ungrab (XfceShortcutsGrabber *grabber, + XfceKey *key, +- gboolean grab); ++ gboolean trace); + static GdkFilterReturn xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + GdkEvent *event, + gpointer data); +@@ -67,25 +69,37 @@ static GdkFilterReturn xfce_shortcuts_grabber_event_filter (GdkXEvent + + struct _XfceShortcutsGrabberPrivate + { ++ /* Maps a shortcut string to a pointer to XfceKey */ + GHashTable *keys; +- gint xkbEventType, xkbStateGroup; +-}; + +-typedef enum +-{ +- UNDEFINED_GRAB_STATE = 0, /* Initial value after g_new0(XfceKey) */ +- NOT_GRABBED, +- GRABBED, +-} XfceKeyGrabState; ++ /* Maps an XfceXGrab to a reference count. ++ * The reference count tracks the number of shortcuts that grab the XfceXGrab. */ ++ GHashTable *grabbed_keycodes; ++ ++ gint xkbEventType, xkbStateGroup; ++}; + + struct _XfceKey + { + guint keyval; +- guint modifiers; +- GArray *keycodes; +- XfceKeyGrabState grab_state; ++ GdkModifierType modifiers; ++ ++ /* Information about how the key has been grabbed */ ++ guint n_keys; /* Equals 0 if the key isn't grabbed */ ++ GdkKeymapKey *keys; ++ GdkModifierType non_virtual_modifiers; ++ guint numlock_modifier; + }; + ++typedef struct ++{ ++ guint keycode; ++ GdkModifierType non_virtual_modifiers; ++ guint numlock_modifier; ++} XfceXGrab; ++ ++typedef guint XfceXGrabRefcount; ++ + + + G_DEFINE_TYPE (XfceShortcutsGrabber, xfce_shortcuts_grabber, G_TYPE_OBJECT) +@@ -117,6 +131,45 @@ xfce_shortcuts_grabber_class_init (XfceShortcutsGrabberClass *klass) + + + ++static void ++free_key (gpointer data) ++{ ++ XfceKey *key = data; ++ g_free (key->keys); ++ g_free (key); ++} ++ ++static gboolean ++xgrab_equal (gconstpointer data1, gconstpointer data2) ++{ ++ const XfceXGrab *a = data1; ++ const XfceXGrab *b = data2; ++ ++ if (a == b) ++ return TRUE; ++ ++ return a->keycode == b->keycode && ++ a->non_virtual_modifiers == b->non_virtual_modifiers && ++ a->numlock_modifier == b->numlock_modifier; ++} ++ ++static void ++xgrab_free (gpointer data) ++{ ++ XfceXGrab *g = data; ++ g_free (g); ++} ++ ++static guint ++xgrab_hash (gconstpointer data) ++{ ++ const XfceXGrab *g = data; ++ return g->keycode ^ g->non_virtual_modifiers ^ g->numlock_modifier; ++} ++ ++ ++ ++ + static void + xfce_shortcuts_grabber_init (XfceShortcutsGrabber *grabber) + { +@@ -124,7 +177,8 @@ xfce_shortcuts_grabber_init (XfceShortcutsGrabber *grabber) + GdkKeymap *keymap; + + grabber->priv = XFCE_SHORTCUTS_GRABBER_GET_PRIVATE (grabber); +- grabber->priv->keys = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); ++ grabber->priv->keys = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, free_key); ++ grabber->priv->grabbed_keycodes = g_hash_table_new_full (xgrab_hash, xgrab_equal, xgrab_free, g_free); + + /* Workaround: Make sure modmap is up to date + * There is possibly a bug in GTK+ where virtual modifiers are not +@@ -173,6 +227,7 @@ xfce_shortcuts_grabber_finalize (GObject *object) + + xfce_shortcuts_grabber_ungrab_all (grabber); + g_hash_table_unref (grabber->priv->keys); ++ g_hash_table_unref (grabber->priv->grabbed_keycodes); + + (*G_OBJECT_CLASS (xfce_shortcuts_grabber_parent_class)->finalize) (object); + } +@@ -187,29 +242,73 @@ xfce_shortcuts_grabber_keys_changed (GdkKeymap *keymap, + + TRACE ("Keys changed, regrabbing"); + +- xfce_shortcuts_grabber_grab_all (grabber); ++ xfce_shortcuts_grabber_regrab_all (grabber); + } + + + + static gboolean +-grab_key (const gchar *shortcut, +- XfceKey *key, +- XfceShortcutsGrabber *grabber) ++xfce_shortcuts_grabber_xgrab (XfceXGrab g, gboolean grab) + { +- xfce_shortcuts_grabber_grab (grabber, key, TRUE); +- return FALSE; +-} ++ GdkDisplay *display = gdk_display_get_default (); ++ Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); ++ Window root_window; ++ guint k; ++ gboolean success = TRUE; ++ ++ /* Ignorable modifiers */ ++ const guint mod_masks [] = { ++ 0, ++ GDK_MOD2_MASK, ++ g.numlock_modifier | GDK_MOD2_MASK, ++ GDK_LOCK_MASK, ++ g.numlock_modifier | GDK_LOCK_MASK, ++ GDK_MOD5_MASK, ++ g.numlock_modifier | GDK_MOD5_MASK, ++ GDK_MOD2_MASK | GDK_LOCK_MASK, ++ g.numlock_modifier | GDK_MOD2_MASK | GDK_LOCK_MASK, ++ GDK_MOD2_MASK | GDK_MOD5_MASK, ++ g.numlock_modifier | GDK_MOD2_MASK | GDK_MOD5_MASK, ++ GDK_LOCK_MASK | GDK_MOD5_MASK, ++ g.numlock_modifier | GDK_LOCK_MASK | GDK_MOD5_MASK, ++ GDK_MOD2_MASK | GDK_LOCK_MASK | GDK_MOD5_MASK, ++ g.numlock_modifier | GDK_MOD2_MASK | GDK_LOCK_MASK | GDK_MOD5_MASK, ++ }; ++ ++ /* Retrieve the root window of the screen */ ++ root_window = GDK_WINDOW_XID (gdk_screen_get_root_window (gdk_display_get_default_screen (display))); ++ ++ TRACE ("%s keycode %u, non_virtual_modifiers 0x%x", ++ grab ? "Grabbing" : "Ungrabbing", ++ g.keycode, g.non_virtual_modifiers); + ++ gdk_x11_display_error_trap_push (display); + ++ for (k = 0; k < G_N_ELEMENTS (mod_masks); k++) ++ { ++ /* Take ignorable modifiers into account when grabbing/ungrabbing */ ++ if (grab) ++ XGrabKey (xdisplay, ++ g.keycode, ++ g.non_virtual_modifiers | mod_masks [k], ++ root_window, ++ False, GrabModeAsync, GrabModeAsync); ++ else ++ XUngrabKey (xdisplay, ++ g.keycode, ++ g.non_virtual_modifiers | mod_masks [k], ++ root_window); ++ } + +-static void +-xfce_shortcuts_grabber_grab_all (XfceShortcutsGrabber *grabber) +-{ +- g_return_if_fail (XFCE_IS_SHORTCUTS_GRABBER (grabber)); +- g_hash_table_foreach (grabber->priv->keys, +- (GHFunc) (void (*)(void)) grab_key, +- grabber); ++ gdk_display_flush (display); ++ if (gdk_x11_display_error_trap_pop (display)) ++ { ++ g_warning ("Failed to %s keycode %u", ++ grab ? "grab" : "ungrab", g.keycode); ++ success = FALSE; ++ } ++ ++ return success; + } + + +@@ -219,7 +318,7 @@ ungrab_key (const gchar *shortcut, + XfceKey *key, + XfceShortcutsGrabber *grabber) + { +- xfce_shortcuts_grabber_grab (grabber, key, FALSE); ++ xfce_shortcuts_grabber_ungrab (grabber, key, TRUE); + return FALSE; + } + +@@ -236,155 +335,358 @@ xfce_shortcuts_grabber_ungrab_all (XfceShortcutsGrabber *grabber) + + + ++static gboolean ++get_entries_for_keyval (GdkKeymap *keymap, ++ guint keyval, ++ GdkKeymapKey **keys, ++ gint *n_keys) ++{ ++ /* Get all keys generating keyval */ ++ if (!gdk_keymap_get_entries_for_keyval (keymap, keyval, keys, n_keys)) ++ { ++ TRACE ("Got no keys for keyval"); ++ return FALSE; ++ } ++ ++ if (G_UNLIKELY (*n_keys <= 0)) ++ { ++ g_free (*keys); ++ return FALSE; ++ } ++ ++ return TRUE; ++} ++ ++ ++ ++static gboolean ++map_virtual_modifiers (GdkKeymap *keymap, ++ GdkModifierType virtual_modifiers, ++ GdkModifierType *non_virtual_modifiers) ++{ ++ /* Map virtual modifiers to non-virtual modifiers */ ++ GdkModifierType non_virtual = virtual_modifiers; ++ if (!gdk_keymap_map_virtual_modifiers (keymap, &non_virtual)) ++ return FALSE; ++ ++ if (non_virtual == virtual_modifiers && ++ (GDK_SUPER_MASK | GDK_HYPER_MASK | GDK_META_MASK) & non_virtual) ++ { ++ TRACE ("Failed to map virtual modifiers"); ++ return FALSE; ++ } ++ ++ *non_virtual_modifiers = non_virtual; ++ return TRUE; ++} ++ ++ ++ ++ + static void +-xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber, +- XfceKey *key, +- gboolean grab) ++xfce_shortcuts_grabber_regrab_all (XfceShortcutsGrabber *grabber) + { +- GdkModifierType numlock_modifier; +- GdkKeymapKey *keys; +- GdkDisplay *display; +- GdkKeymap *keymap; +- gchar *shortcut_name; +- guint modifiers; +- guint k; +- gint i; +- gint j; +- gint n_keys; +- gint screens; ++ GdkDisplay *display; ++ Display *xdisplay; ++ GdkKeymap *keymap; ++ guint numlock_modifier; ++ GHashTable *grabbed_keycodes; ++ GHashTableIter iter; ++ gpointer hash_value; ++ guint n_already_grabbed = 0; ++ guint n_regrab = 0; ++ XfceKey **regrab; /* list of keys to re-grab */ ++ guint i; + + g_return_if_fail (XFCE_IS_SHORTCUTS_GRABBER (grabber)); +- g_return_if_fail (key != NULL); +- +- if (key->grab_state == (grab ? GRABBED : NOT_GRABBED)) { +- TRACE (grab ? "Key already grabbed" : "Key already ungrabbed"); +- return; +- } +- key->grab_state = UNDEFINED_GRAB_STATE; + + display = gdk_display_get_default (); +- screens = 1; ++ xdisplay = GDK_DISPLAY_XDISPLAY (display); + keymap = gdk_keymap_get_for_display (display); ++ numlock_modifier = XkbKeysymToModifiers (xdisplay, GDK_KEY_Num_Lock); ++ grabbed_keycodes = grabber->priv->grabbed_keycodes; ++ ++ regrab = g_malloc (g_hash_table_size (grabber->priv->keys) * sizeof (*regrab)); ++ ++ /* Phase 1: Ungrab all keys that need to be re-grabbed ++ * and collect them into the 'regrab' list */ ++ g_hash_table_iter_init (&iter, grabber->priv->keys); ++ while (g_hash_table_iter_next (&iter, NULL, &hash_value)) ++ { ++ XfceKey *const key = hash_value; ++ GdkKeymapKey *keys; ++ GdkModifierType non_virtual_modifiers; ++ gint n_keys; ++ gboolean already_grabbed; ++ ++ if (!map_virtual_modifiers (keymap, key->modifiers, &non_virtual_modifiers)) ++ continue; ++ if (!get_entries_for_keyval (keymap, key->keyval, &keys, &n_keys)) ++ continue; ++ ++ already_grabbed = TRUE; ++ if (key->n_keys == (guint) n_keys && ++ key->non_virtual_modifiers == non_virtual_modifiers && ++ key->numlock_modifier == numlock_modifier) ++ { ++ gint j; ++ for (j = 0; j < n_keys; j++) ++ if (memcmp (&key->keys[j], &keys[j], sizeof(*keys)) != 0) ++ { ++ already_grabbed = FALSE; ++ break; ++ } ++ } ++ else ++ already_grabbed = FALSE; ++ ++ if (already_grabbed) ++ { ++ n_already_grabbed++; ++ g_free (keys); ++ } ++ else ++ { ++ /* Undo current X11 grabs of the key */ ++ xfce_shortcuts_grabber_ungrab (grabber, key, FALSE); ++ ++ /* Set key->keys to the keycodes that need to be grabbed in phase 2 */ ++ if (G_UNLIKELY (key->keys)) ++ { ++ g_free (key->keys); ++ key->keys = NULL; ++ } ++ key->n_keys = n_keys; ++ if (n_keys != 0) ++ key->keys = keys; ++ else ++ g_free (keys); ++ key->non_virtual_modifiers = non_virtual_modifiers; ++ key->numlock_modifier = numlock_modifier; ++ ++ /* Remember to grab the key in phase 2 */ ++ regrab[n_regrab++] = key; ++ } ++ } + +- /* Map virtual modifiers to non-virtual modifiers */ +- modifiers = key->modifiers; +- gdk_keymap_map_virtual_modifiers (keymap, &modifiers); ++ TRACE ("n_already_grabbed=%u, n_regrab=%u", n_already_grabbed, n_regrab); ++ ++ /* Phase 2: Grab all keys that have been stored in the 'regrab' list */ ++ for (i = 0; i < n_regrab; i++) ++ { ++ XfceKey *const key = regrab[i]; ++ guint j; ++ ++#ifdef DEBUG_TRACE ++ gchar *shortcut_name = gtk_accelerator_name (key->keyval, key->non_virtual_modifiers); ++ TRACE (key->n_keys==0 ? "Grabbing %s" : "Regrabbing %s", shortcut_name); ++ TRACE (" key->keyval: %d", key->keyval); ++ TRACE (" key->modifiers: 0x%x", key->modifiers); ++ TRACE (" key->non_virtual_modifiers: 0x%x", key->non_virtual_modifiers); ++ TRACE (" key->n_keys: %d", key->n_keys); ++ g_free (shortcut_name); ++ shortcut_name = NULL; ++#endif + +- /* Debugging information */ +- shortcut_name = gtk_accelerator_name (key->keyval, modifiers); ++ /* Grab all hardware keys generating keyval */ ++ for (j = 0; j < key->n_keys;) ++ { ++ XfceXGrab g; ++ gpointer refcount; ++ ++ g.keycode = key->keys[j].keycode; ++ g.non_virtual_modifiers = key->non_virtual_modifiers; ++ g.numlock_modifier = key->numlock_modifier; ++ if (!g_hash_table_lookup_extended (grabbed_keycodes, &g, NULL, &refcount)) ++ { ++ if (xfce_shortcuts_grabber_xgrab (g, TRUE)) ++ { ++ XfceXGrab *g1 = g_new (XfceXGrab, 1); ++ XfceXGrabRefcount *refcount1 = g_new (XfceXGrabRefcount, 1); ++ *g1 = g; ++ *refcount1 = 1; ++ g_hash_table_insert (grabbed_keycodes, g1, refcount1); ++ j++; ++ } ++ else ++ /* Failed to grab key->keys[j], remove it from key->keys */ ++ key->keys[j] = key->keys[--key->n_keys]; ++ } ++ else ++ { ++ // 'g' has already been grabbed, increment its refcount only ++ XfceXGrabRefcount *refcount1 = refcount; ++ (*refcount1)++; ++ TRACE ("keycode %u, non_virtual_modifiers 0x%x: ++refcount = %u", ++ g.keycode, g.non_virtual_modifiers, *refcount1); ++ j++; ++ } ++ } ++ ++ if (key->n_keys == 0 && key->keys != NULL) ++ { ++ g_free (key->keys); ++ key->keys = NULL; ++ } ++ } + +- TRACE (grab ? "Grabbing %s" : "Ungrabbing %s", shortcut_name); +- TRACE ("Keyval: %d", key->keyval); +- TRACE ("Modifiers: 0x%x", modifiers); ++ g_free (regrab); ++} + ++ ++ ++static void ++xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber, XfceKey *key) ++{ ++ GdkDisplay *display; ++ Display *xdisplay; ++ GdkKeymap *keymap; ++ guint numlock_modifier; ++ GHashTable *grabbed_keycodes; ++ GdkKeymapKey *keys; ++ GdkModifierType non_virtual_modifiers; ++ gint i, n_keys; ++#ifdef DEBUG_TRACE ++ gchar *shortcut_name; ++#endif ++ ++ display = gdk_display_get_default (); ++ xdisplay = GDK_DISPLAY_XDISPLAY (display); ++ keymap = gdk_keymap_get_for_display (display); ++ numlock_modifier = XkbKeysymToModifiers (xdisplay, GDK_KEY_Num_Lock); ++ grabbed_keycodes = grabber->priv->grabbed_keycodes; ++ ++ if (!map_virtual_modifiers (keymap, key->modifiers, &non_virtual_modifiers)) ++ return; ++ if (!get_entries_for_keyval (keymap, key->keyval, &keys, &n_keys)) ++ return; ++ ++#ifdef DEBUG_TRACE ++ shortcut_name = gtk_accelerator_name (key->keyval, non_virtual_modifiers); ++ TRACE (key->n_keys==0 ? "Grabbing %s" : "Regrabbing %s", shortcut_name); ++ TRACE (" key->keyval: %d", key->keyval); ++ TRACE (" key->modifiers: 0x%x", key->modifiers); ++ TRACE (" non_virtual_modifiers: 0x%x", non_virtual_modifiers); ++ TRACE (" n_keys: %d", n_keys); + g_free (shortcut_name); ++ shortcut_name = NULL; ++#endif + +- if (modifiers == key->modifiers && +- (GDK_SUPER_MASK | GDK_HYPER_MASK | GDK_META_MASK) & modifiers) ++ /* Undo old grabs (just in case there are some old grabs) */ ++ if (G_UNLIKELY (key->n_keys != 0)) + { +- TRACE ("Failed to map virtual modifiers"); +- return; ++ g_warning ("keyval %u already grabbed", key->keyval); ++ xfce_shortcuts_grabber_ungrab (grabber, key, TRUE); + } + +- /* Get all keys generating keyval */ +- if (!gdk_keymap_get_entries_for_keyval (keymap,key->keyval, +- &keys, &n_keys)) ++ /* Grab all hardware keys generating keyval */ ++ for (i = 0; i < n_keys;) + { +- TRACE ("Got no keys for keyval"); +- return; ++ XfceXGrab g; ++ gpointer refcount; ++ ++ g.keycode = keys[i].keycode; ++ g.non_virtual_modifiers = non_virtual_modifiers; ++ g.numlock_modifier = numlock_modifier; ++ if (!g_hash_table_lookup_extended (grabbed_keycodes, &g, NULL, &refcount)) ++ { ++ if (xfce_shortcuts_grabber_xgrab (g, TRUE)) ++ { ++ XfceXGrab *g1 = g_new (XfceXGrab, 1); ++ XfceXGrabRefcount *refcount1 = g_new (XfceXGrabRefcount, 1); ++ *g1 = g; ++ *refcount1 = 1; ++ g_hash_table_insert (grabbed_keycodes, g1, refcount1); ++ TRACE ("[group %d] keycode %u, non_virtual_modifiers 0x%x: refcount := %u", ++ keys[i].group, g.keycode, g.non_virtual_modifiers, *refcount1); ++ i++; ++ } ++ else ++ /* Failed to grab keys[i], remove it from keys */ ++ keys[i] = keys[--n_keys]; ++ } ++ else ++ { ++ // 'g' has already been grabbed, increment its refcount only ++ XfceXGrabRefcount *refcount1 = refcount; ++ (*refcount1)++; ++ TRACE ("[group %d] keycode %u, non_virtual_modifiers 0x%x: ++refcount = %u", ++ keys[i].group, g.keycode, g.non_virtual_modifiers, *refcount1); ++ i++; ++ } + } + +- if (n_keys == 0) +- { +- g_free (keys); ++ /* Set key->keys to the list of keys that been succesfully grabbed */ ++ g_free (key->keys); ++ key->keys = NULL; ++ key->n_keys = n_keys; ++ if (n_keys != 0) ++ key->keys = keys; ++ else ++ g_free (keys); ++ key->non_virtual_modifiers = non_virtual_modifiers; ++ key->numlock_modifier = numlock_modifier; ++} + +- TRACE ("Got 0 keys for keyval"); +- return; +- } ++static void ++xfce_shortcuts_grabber_ungrab (XfceShortcutsGrabber *grabber, XfceKey *key, ++ gboolean trace) ++{ ++ GHashTable *grabbed_keycodes; ++ guint i; + +- numlock_modifier = +- XkbKeysymToModifiers (GDK_DISPLAY_XDISPLAY (display), GDK_KEY_Num_Lock); ++ grabbed_keycodes = grabber->priv->grabbed_keycodes; + +- key->grab_state = (grab ? GRABBED : NOT_GRABBED); +- for (i = 0; i < n_keys; i ++) ++ if (trace) + { +- /* Grab all hardware keys generating keyval */ ++ gchar *shortcut_name = gtk_accelerator_name (key->keyval, key->non_virtual_modifiers); ++ TRACE ("Ungrabbing %s", shortcut_name); ++ TRACE (" key->keyval: %d", key->keyval); ++ TRACE (" key->modifiers: 0x%x", key->modifiers); ++ TRACE (" key->non_virtual_modifiers: 0x%x", key->non_virtual_modifiers); ++ TRACE (" key->n_keys: %u", key->n_keys); ++ g_free (shortcut_name); ++ } + +- TRACE ("Keycode: %d", keys[i].keycode); ++ for (i = 0; i < key->n_keys; i++) ++ { ++ XfceXGrab g; ++ gpointer refcount; + +- for (j = 0; j < screens; j++) ++ g.keycode = key->keys[i].keycode; ++ g.non_virtual_modifiers = key->non_virtual_modifiers; ++ g.numlock_modifier = key->numlock_modifier; ++ if (G_LIKELY (g_hash_table_lookup_extended (grabbed_keycodes, &g, NULL, &refcount))) + { +- /* Do the grab on all screens */ +- Window root_window; +- +- /* Ignorable modifiers */ +- guint mod_masks [] = { +- 0, +- GDK_MOD2_MASK, +- numlock_modifier | GDK_MOD2_MASK, +- GDK_LOCK_MASK, +- numlock_modifier | GDK_LOCK_MASK, +- GDK_MOD5_MASK, +- numlock_modifier | GDK_MOD5_MASK, +- GDK_MOD2_MASK | GDK_LOCK_MASK, +- numlock_modifier | GDK_MOD2_MASK | GDK_LOCK_MASK, +- GDK_MOD2_MASK | GDK_MOD5_MASK, +- numlock_modifier | GDK_MOD2_MASK | GDK_MOD5_MASK, +- GDK_LOCK_MASK | GDK_MOD5_MASK, +- numlock_modifier | GDK_LOCK_MASK | GDK_MOD5_MASK, +- GDK_MOD2_MASK | GDK_LOCK_MASK | GDK_MOD5_MASK, +- numlock_modifier | GDK_MOD2_MASK | GDK_LOCK_MASK | GDK_MOD5_MASK, +- }; +- +- /* Retrieve the root window of the screen */ +- root_window = GDK_WINDOW_XID (gdk_screen_get_root_window (gdk_display_get_default_screen (display))); +- gdk_x11_display_error_trap_push (display); +- +- for (k = 0; k < G_N_ELEMENTS (mod_masks); k++) ++ XfceXGrabRefcount *refcount1 = refcount; ++ if (G_LIKELY (*refcount1 != 0)) + { +- /* Take ignorable modifiers into account when grabbing */ +- if (grab) +- XGrabKey (GDK_DISPLAY_XDISPLAY (display), +- keys[i].keycode, +- modifiers | mod_masks [k], +- root_window, +- False, +- GrabModeAsync, +- GrabModeAsync); +- else ++ (*refcount1)--; ++ if (trace) ++ TRACE ("[group %d] keycode %u, non_virtual_modifiers 0x%x: --refcount = %u", ++ key->keys[i].group, g.keycode, g.non_virtual_modifiers, *refcount1); ++ if(*refcount1 == 0) + { +- if (i >= (gint) key->keycodes->len) +- break; +- XUngrabKey (GDK_DISPLAY_XDISPLAY (display), +- g_array_index (key->keycodes, guint, i), +- modifiers | mod_masks [k], +- root_window); ++ xfce_shortcuts_grabber_xgrab (g, FALSE); ++ g_hash_table_remove (grabbed_keycodes, &g); + } + } +- +- gdk_display_flush (display); +- +- if (gdk_x11_display_error_trap_pop (display)) ++ else + { +- TRACE (grab ? "Failed to grab" : "Failed to ungrab"); +- key->grab_state = UNDEFINED_GRAB_STATE; ++ g_warning ("corrupted refcount"); + } + } +- /* Remember the old keycode, as we need it to ungrab. */ +- if (grab) +- g_array_append_val (key->keycodes, keys[i].keycode); + else +- g_array_index (key->keycodes, guint, i) = UINT_MAX; +- } +- +- /* Cleanup elements containing UINT_MAX from the key->keycodes array */ +- for (i = key->keycodes->len - 1; i >= 0; i --) +- { +- if (g_array_index (key->keycodes, guint, i) == UINT_MAX) +- g_array_remove_index_fast (key->keycodes, i); ++ { ++ g_warning ("corrupted hashtable"); ++ } + } + +- g_free (keys); ++ g_free (key->keys); ++ key->keys = NULL; ++ key->n_keys = 0; ++ key->non_virtual_modifiers = 0; ++ key->numlock_modifier = 0; + } + + +@@ -451,8 +753,7 @@ xfce_shortcuts_grabber_event_filter (GdkXEvent *gdk_xevent, + if (grabber->priv->xkbStateGroup != e->state.group) + { + grabber->priv->xkbStateGroup = e->state.group; +- xfce_shortcuts_grabber_ungrab_all (grabber); +- xfce_shortcuts_grabber_grab_all (grabber); ++ xfce_shortcuts_grabber_regrab_all (grabber); + } + } + } +@@ -553,19 +854,18 @@ xfce_shortcuts_grabber_add (XfceShortcutsGrabber *grabber, + g_return_if_fail (shortcut != NULL); + + key = g_new0 (XfceKey, 1); +- key->keycodes = g_array_new (FALSE, TRUE, sizeof (guint)); + + gtk_accelerator_parse (shortcut, &key->keyval, &key->modifiers); ++ TRACE ("parse %s -> keyval=0x%x, modifiers=0x%x", shortcut, key->keyval, key->modifiers); + + if (G_LIKELY (key->keyval != 0)) + { +- xfce_shortcuts_grabber_grab (grabber, key, TRUE); ++ xfce_shortcuts_grabber_grab (grabber, key); + g_hash_table_insert (grabber->priv->keys, g_strdup (shortcut), key); + } + else + { +- g_array_free (key->keycodes, TRUE); +- g_free (key); ++ free_key (key); + } + } + +@@ -584,7 +884,7 @@ xfce_shortcuts_grabber_remove (XfceShortcutsGrabber *grabber, + + if (G_LIKELY (key != NULL)) + { +- xfce_shortcuts_grabber_grab (grabber, key, FALSE); ++ xfce_shortcuts_grabber_ungrab (grabber, key, TRUE); + g_hash_table_remove (grabber->priv->keys, shortcut); + } + } +-- +GitLab + + +From 609b60be1ea7db9140a1d96ad4dccf7d9512b7fd Mon Sep 17 00:00:00 2001 +From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> +Date: Sat, 27 Feb 2021 17:34:41 +0100 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 11 10:13:34 2021 Return-Path: Delivered-To: svn-ports-all@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 E8D6357265C; Thu, 11 Mar 2021 10:13:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx4XZ6GNXz4dw1; Thu, 11 Mar 2021 10:13:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C97DB22DDE; Thu, 11 Mar 2021 10:13:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BADYlB035201; Thu, 11 Mar 2021 10:13:34 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BADYPP035200; Thu, 11 Mar 2021 10:13:34 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103111013.12BADYPP035200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 10:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568072 - head/multimedia/handbrake/files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/multimedia/handbrake/files X-SVN-Commit-Revision: 568072 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 10:13:35 -0000 Author: pkubaj Date: Thu Mar 11 10:13:34 2021 New Revision: 568072 URL: https://svnweb.freebsd.org/changeset/ports/568072 Log: multimedia/handbrake: fix build on powerpc64le Add patch previously committed to ffmpeg. Modified: head/multimedia/handbrake/files/P02-freebsd-ppc-libswscale.patch Modified: head/multimedia/handbrake/files/P02-freebsd-ppc-libswscale.patch ============================================================================== --- head/multimedia/handbrake/files/P02-freebsd-ppc-libswscale.patch Thu Mar 11 09:05:59 2021 (r568071) +++ head/multimedia/handbrake/files/P02-freebsd-ppc-libswscale.patch Thu Mar 11 10:13:34 2021 (r568072) @@ -53,3 +53,1271 @@ vec_st(vd, 0, (float *) &dest[i]); } +--- a/libswscale/ppc/swscale_vsx.c.orig 2019-08-11 20:06:32 UTC ++++ a/libswscale/ppc/swscale_vsx.c +@@ -103,9 +103,9 @@ static void yuv2plane1_8_vsx(const int16_t *src, uint8_t *dest, int dstW, + const int dst_u = -(uintptr_t)dest & 15; + int i, j; + LOCAL_ALIGNED(16, int16_t, val, [16]); +- const vector uint16_t shifts = (vector uint16_t) {7, 7, 7, 7, 7, 7, 7, 7}; +- vector int16_t vi, vileft, ditherleft, ditherright; +- vector uint8_t vd; ++ const vec_u16 shifts = (vec_u16) {7, 7, 7, 7, 7, 7, 7, 7}; ++ vec_s16 vi, vileft, ditherleft, ditherright; ++ vec_u8 vd; + + for (j = 0; j < 16; j++) { + val[j] = dither[(dst_u + offset + j) & 7]; +@@ -161,11 +161,11 @@ static void yuv2plane1_nbps_vsx(const int16_t *src, uint16_t *dest, int dstW, + const int shift = 15 - output_bits; + const int add = (1 << (shift - 1)); + const int clip = (1 << output_bits) - 1; +- const vector uint16_t vadd = (vector uint16_t) {add, add, add, add, add, add, add, add}; +- const vector uint16_t vswap = (vector uint16_t) vec_splat_u16(big_endian ? 8 : 0); +- const vector uint16_t vshift = (vector uint16_t) vec_splat_u16(shift); +- const vector uint16_t vlargest = (vector uint16_t) {clip, clip, clip, clip, clip, clip, clip, clip}; +- vector uint16_t v; ++ const vec_u16 vadd = (vec_u16) {add, add, add, add, add, add, add, add}; ++ const vec_u16 vswap = (vec_u16) vec_splat_u16(big_endian ? 8 : 0); ++ const vec_u16 vshift = (vec_u16) vec_splat_u16(shift); ++ const vec_u16 vlargest = (vec_u16) {clip, clip, clip, clip, clip, clip, clip, clip}; ++ vec_u16 v; + int i; + + yuv2plane1_nbps_u(src, dest, dst_u, big_endian, output_bits, 0); +@@ -209,20 +209,20 @@ static void yuv2planeX_nbps_vsx(const int16_t *filter, int filterSize, + const int add = (1 << (shift - 1)); + const int clip = (1 << output_bits) - 1; + const uint16_t swap = big_endian ? 8 : 0; +- const vector uint32_t vadd = (vector uint32_t) {add, add, add, add}; +- const vector uint32_t vshift = (vector uint32_t) {shift, shift, shift, shift}; +- const vector uint16_t vswap = (vector uint16_t) {swap, swap, swap, swap, swap, swap, swap, swap}; +- const vector uint16_t vlargest = (vector uint16_t) {clip, clip, clip, clip, clip, clip, clip, clip}; +- const vector int16_t vzero = vec_splat_s16(0); +- const vector uint8_t vperm = (vector uint8_t) {0, 1, 8, 9, 2, 3, 10, 11, 4, 5, 12, 13, 6, 7, 14, 15}; +- vector int16_t vfilter[MAX_FILTER_SIZE], vin; +- vector uint16_t v; +- vector uint32_t vleft, vright, vtmp; ++ const vec_u32 vadd = (vec_u32) {add, add, add, add}; ++ const vec_u32 vshift = (vec_u32) {shift, shift, shift, shift}; ++ const vec_u16 vswap = (vec_u16) {swap, swap, swap, swap, swap, swap, swap, swap}; ++ const vec_u16 vlargest = (vec_u16) {clip, clip, clip, clip, clip, clip, clip, clip}; ++ const vec_s16 vzero = vec_splat_s16(0); ++ const vec_u8 vperm = (vec_u8) {0, 1, 8, 9, 2, 3, 10, 11, 4, 5, 12, 13, 6, 7, 14, 15}; ++ vec_s16 vfilter[MAX_FILTER_SIZE], vin; ++ vec_u16 v; ++ vec_u32 vleft, vright, vtmp; + int i, j; + + for (i = 0; i < filterSize; i++) { +- vfilter[i] = (vector int16_t) {filter[i], filter[i], filter[i], filter[i], +- filter[i], filter[i], filter[i], filter[i]}; ++ vfilter[i] = (vec_s16) {filter[i], filter[i], filter[i], filter[i], ++ filter[i], filter[i], filter[i], filter[i]}; + } + + yuv2planeX_nbps_u(filter, filterSize, src, dest, dst_u, big_endian, output_bits, 0); +@@ -232,16 +232,16 @@ static void yuv2planeX_nbps_vsx(const int16_t *filter, int filterSize, + + for (j = 0; j < filterSize; j++) { + vin = vec_vsx_ld(0, &src[j][i]); +- vtmp = (vector uint32_t) vec_mule(vin, vfilter[j]); ++ vtmp = (vec_u32) vec_mule(vin, vfilter[j]); + vleft = vec_add(vleft, vtmp); +- vtmp = (vector uint32_t) vec_mulo(vin, vfilter[j]); ++ vtmp = (vec_u32) vec_mulo(vin, vfilter[j]); + vright = vec_add(vright, vtmp); + } + + vleft = vec_sra(vleft, vshift); + vright = vec_sra(vright, vshift); + v = vec_packsu(vleft, vright); +- v = (vector uint16_t) vec_max((vector int16_t) v, vzero); ++ v = (vec_u16) vec_max((vec_s16) v, vzero); + v = vec_min(v, vlargest); + v = vec_rl(v, vswap); + v = vec_perm(v, v, vperm); +@@ -279,11 +279,11 @@ static void yuv2plane1_16_vsx(const int32_t *src, uint16_t *dest, int dstW, + const int dst_u = -(uintptr_t)dest & 7; + const int shift = 3; + const int add = (1 << (shift - 1)); +- const vector uint32_t vadd = (vector uint32_t) {add, add, add, add}; +- const vector uint16_t vswap = (vector uint16_t) vec_splat_u16(big_endian ? 8 : 0); +- const vector uint32_t vshift = (vector uint32_t) vec_splat_u32(shift); +- vector uint32_t v, v2; +- vector uint16_t vd; ++ const vec_u32 vadd = (vec_u32) {add, add, add, add}; ++ const vec_u16 vswap = (vec_u16) vec_splat_u16(big_endian ? 8 : 0); ++ const vec_u32 vshift = (vec_u32) vec_splat_u32(shift); ++ vec_u32 v, v2; ++ vec_u16 vd; + int i; + + yuv2plane1_16_u(src, dest, dst_u, big_endian, output_bits, 0); +@@ -341,18 +341,18 @@ static void yuv2planeX_16_vsx(const int16_t *filter, int filterSize, + const int bias = 0x8000; + const int add = (1 << (shift - 1)) - 0x40000000; + const uint16_t swap = big_endian ? 8 : 0; +- const vector uint32_t vadd = (vector uint32_t) {add, add, add, add}; +- const vector uint32_t vshift = (vector uint32_t) {shift, shift, shift, shift}; +- const vector uint16_t vswap = (vector uint16_t) {swap, swap, swap, swap, swap, swap, swap, swap}; +- const vector uint16_t vbias = (vector uint16_t) {bias, bias, bias, bias, bias, bias, bias, bias}; +- vector int32_t vfilter[MAX_FILTER_SIZE]; +- vector uint16_t v; +- vector uint32_t vleft, vright, vtmp; +- vector int32_t vin32l, vin32r; ++ const vec_u32 vadd = (vec_u32) {add, add, add, add}; ++ const vec_u32 vshift = (vec_u32) {shift, shift, shift, shift}; ++ const vec_u16 vswap = (vec_u16) {swap, swap, swap, swap, swap, swap, swap, swap}; ++ const vec_u16 vbias = (vec_u16) {bias, bias, bias, bias, bias, bias, bias, bias}; ++ vec_s32 vfilter[MAX_FILTER_SIZE]; ++ vec_u16 v; ++ vec_u32 vleft, vright, vtmp; ++ vec_s32 vin32l, vin32r; + int i, j; + + for (i = 0; i < filterSize; i++) { +- vfilter[i] = (vector int32_t) {filter[i], filter[i], filter[i], filter[i]}; ++ vfilter[i] = (vec_s32) {filter[i], filter[i], filter[i], filter[i]}; + } + + yuv2planeX_16_u(filter, filterSize, src, dest, dst_u, big_endian, output_bits, 0); +@@ -364,15 +364,15 @@ static void yuv2planeX_16_vsx(const int16_t *filter, int filterSize, + vin32l = vec_vsx_ld(0, &src[j][i]); + vin32r = vec_vsx_ld(0, &src[j][i + 4]); + +- vtmp = (vector uint32_t) vec_mul(vin32l, vfilter[j]); ++ vtmp = (vec_u32) vec_mul(vin32l, vfilter[j]); + vleft = vec_add(vleft, vtmp); +- vtmp = (vector uint32_t) vec_mul(vin32r, vfilter[j]); ++ vtmp = (vec_u32) vec_mul(vin32r, vfilter[j]); + vright = vec_add(vright, vtmp); + } + + vleft = vec_sra(vleft, vshift); + vright = vec_sra(vright, vshift); +- v = (vector uint16_t) vec_packs((vector int32_t) vleft, (vector int32_t) vright); ++ v = (vec_u16) vec_packs((vec_s32) vleft, (vec_s32) vright); + v = vec_add(v, vbias); + v = vec_rl(v, vswap); + vec_st(v, 0, &dest[i]); +@@ -478,9 +478,9 @@ yuv2NBPSX(16, LE, 0, 16, int32_t) + out0 = vec_mergeh(bd, gd); \ + out1 = vec_mergeh(rd, ad); \ + \ +- tmp8 = (vector uint8_t) vec_mergeh((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergeh((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 0, dest); \ +- tmp8 = (vector uint8_t) vec_mergel((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergel((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 16, dest); \ + \ + dest += 32; \ +@@ -489,9 +489,9 @@ yuv2NBPSX(16, LE, 0, 16, int32_t) + out0 = vec_mergeh(rd, gd); \ + out1 = vec_mergeh(bd, ad); \ + \ +- tmp8 = (vector uint8_t) vec_mergeh((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergeh((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 0, dest); \ +- tmp8 = (vector uint8_t) vec_mergel((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergel((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 16, dest); \ + \ + dest += 32; \ +@@ -500,9 +500,9 @@ yuv2NBPSX(16, LE, 0, 16, int32_t) + out0 = vec_mergeh(ad, rd); \ + out1 = vec_mergeh(gd, bd); \ + \ +- tmp8 = (vector uint8_t) vec_mergeh((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergeh((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 0, dest); \ +- tmp8 = (vector uint8_t) vec_mergel((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergel((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 16, dest); \ + \ + dest += 32; \ +@@ -511,9 +511,9 @@ yuv2NBPSX(16, LE, 0, 16, int32_t) + out0 = vec_mergeh(ad, bd); \ + out1 = vec_mergeh(gd, rd); \ + \ +- tmp8 = (vector uint8_t) vec_mergeh((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergeh((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 0, dest); \ +- tmp8 = (vector uint8_t) vec_mergel((vector uint16_t) out0, (vector uint16_t) out1); \ ++ tmp8 = (vec_u8) vec_mergel((vec_u16) out0, (vec_u16) out1); \ + vec_vsx_st(tmp8, 16, dest); \ + \ + dest += 32; \ +@@ -528,48 +528,48 @@ yuv2rgb_full_X_vsx_template(SwsContext *c, const int16_t *lumFilter, + const int16_t **alpSrc, uint8_t *dest, + int dstW, int y, enum AVPixelFormat target, int hasAlpha) + { +- vector int16_t vv; +- vector int32_t vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; +- vector int32_t R_l, R_r, G_l, G_r, B_l, B_r; +- vector int32_t tmp, tmp2, tmp3, tmp4; +- vector uint16_t rd16, gd16, bd16; +- vector uint8_t rd, bd, gd, ad, out0, out1, tmp8; +- vector int16_t vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; +- const vector int32_t ystart = vec_splats(1 << 9); +- const vector int32_t uvstart = vec_splats((1 << 9) - (128 << 19)); +- const vector uint16_t zero16 = vec_splat_u16(0); +- const vector int32_t y_offset = vec_splats(c->yuv2rgb_y_offset); +- const vector int32_t y_coeff = vec_splats(c->yuv2rgb_y_coeff); +- const vector int32_t y_add = vec_splats(1 << 21); +- const vector int32_t v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); +- const vector int32_t v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); +- const vector int32_t u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); +- const vector int32_t u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); +- const vector int32_t rgbclip = vec_splats(1 << 30); +- const vector int32_t zero32 = vec_splat_s32(0); +- const vector uint32_t shift22 = vec_splats(22U); +- const vector uint32_t shift10 = vec_splat_u32(10); ++ vec_s16 vv; ++ vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; ++ vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; ++ vec_s32 tmp, tmp2, tmp3, tmp4; ++ vec_u16 rd16, gd16, bd16; ++ vec_u8 rd, bd, gd, ad, out0, out1, tmp8; ++ vec_s16 vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; ++ const vec_s32 ystart = vec_splats(1 << 9); ++ const vec_s32 uvstart = vec_splats((1 << 9) - (128 << 19)); ++ const vec_u16 zero16 = vec_splat_u16(0); ++ const vec_s32 y_offset = vec_splats(c->yuv2rgb_y_offset); ++ const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); ++ const vec_s32 y_add = vec_splats(1 << 21); ++ const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); ++ const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); ++ const vec_s32 u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); ++ const vec_s32 u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); ++ const vec_s32 rgbclip = vec_splats(1 << 30); ++ const vec_s32 zero32 = vec_splat_s32(0); ++ const vec_u32 shift22 = vec_splats(22U); ++ const vec_u32 shift10 = vec_splat_u32(10); + int i, j; + + // Various permutations +- const vector uint8_t perm3rg0 = (vector uint8_t) {0x0, 0x10, 0, +- 0x1, 0x11, 0, +- 0x2, 0x12, 0, +- 0x3, 0x13, 0, +- 0x4, 0x14, 0, +- 0x5 }; +- const vector uint8_t perm3rg1 = (vector uint8_t) { 0x15, 0, +- 0x6, 0x16, 0, +- 0x7, 0x17, 0 }; +- const vector uint8_t perm3tb0 = (vector uint8_t) {0x0, 0x1, 0x10, +- 0x3, 0x4, 0x11, +- 0x6, 0x7, 0x12, +- 0x9, 0xa, 0x13, +- 0xc, 0xd, 0x14, +- 0xf }; +- const vector uint8_t perm3tb1 = (vector uint8_t) { 0x0, 0x15, +- 0x2, 0x3, 0x16, +- 0x5, 0x6, 0x17 }; ++ const vec_u8 perm3rg0 = (vec_u8) {0x0, 0x10, 0, ++ 0x1, 0x11, 0, ++ 0x2, 0x12, 0, ++ 0x3, 0x13, 0, ++ 0x4, 0x14, 0, ++ 0x5 }; ++ const vec_u8 perm3rg1 = (vec_u8) { 0x15, 0, ++ 0x6, 0x16, 0, ++ 0x7, 0x17, 0 }; ++ const vec_u8 perm3tb0 = (vec_u8) {0x0, 0x1, 0x10, ++ 0x3, 0x4, 0x11, ++ 0x6, 0x7, 0x12, ++ 0x9, 0xa, 0x13, ++ 0xc, 0xd, 0x14, ++ 0xf }; ++ const vec_u8 perm3tb1 = (vec_u8) { 0x0, 0x15, ++ 0x2, 0x3, 0x16, ++ 0x5, 0x6, 0x17 }; + + ad = vec_splats((uint8_t) 255); + +@@ -685,52 +685,52 @@ yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], + *abuf1 = hasAlpha ? abuf[1] : NULL; + const int16_t yalpha1 = 4096 - yalpha; + const int16_t uvalpha1 = 4096 - uvalpha; +- vector int16_t vy, vu, vv, A = vec_splat_s16(0); +- vector int32_t vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; +- vector int32_t R_l, R_r, G_l, G_r, B_l, B_r; +- vector int32_t tmp, tmp2, tmp3, tmp4, tmp5, tmp6; +- vector uint16_t rd16, gd16, bd16; +- vector uint8_t rd, bd, gd, ad, out0, out1, tmp8; +- const vector int16_t vyalpha1 = vec_splats(yalpha1); +- const vector int16_t vuvalpha1 = vec_splats(uvalpha1); +- const vector int16_t vyalpha = vec_splats((int16_t) yalpha); +- const vector int16_t vuvalpha = vec_splats((int16_t) uvalpha); +- const vector uint16_t zero16 = vec_splat_u16(0); +- const vector int32_t y_offset = vec_splats(c->yuv2rgb_y_offset); +- const vector int32_t y_coeff = vec_splats(c->yuv2rgb_y_coeff); +- const vector int32_t y_add = vec_splats(1 << 21); +- const vector int32_t v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); +- const vector int32_t v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); +- const vector int32_t u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); +- const vector int32_t u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); +- const vector int32_t rgbclip = vec_splats(1 << 30); +- const vector int32_t zero32 = vec_splat_s32(0); +- const vector uint32_t shift19 = vec_splats(19U); +- const vector uint32_t shift22 = vec_splats(22U); +- const vector uint32_t shift10 = vec_splat_u32(10); +- const vector int32_t dec128 = vec_splats(128 << 19); +- const vector int32_t add18 = vec_splats(1 << 18); ++ vec_s16 vy, vu, vv, A = vec_splat_s16(0); ++ vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; ++ vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; ++ vec_s32 tmp, tmp2, tmp3, tmp4, tmp5, tmp6; ++ vec_u16 rd16, gd16, bd16; ++ vec_u8 rd, bd, gd, ad, out0, out1, tmp8; ++ const vec_s16 vyalpha1 = vec_splats(yalpha1); ++ const vec_s16 vuvalpha1 = vec_splats(uvalpha1); ++ const vec_s16 vyalpha = vec_splats((int16_t) yalpha); ++ const vec_s16 vuvalpha = vec_splats((int16_t) uvalpha); ++ const vec_u16 zero16 = vec_splat_u16(0); ++ const vec_s32 y_offset = vec_splats(c->yuv2rgb_y_offset); ++ const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); ++ const vec_s32 y_add = vec_splats(1 << 21); ++ const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); ++ const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); ++ const vec_s32 u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); ++ const vec_s32 u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); ++ const vec_s32 rgbclip = vec_splats(1 << 30); ++ const vec_s32 zero32 = vec_splat_s32(0); ++ const vec_u32 shift19 = vec_splats(19U); ++ const vec_u32 shift22 = vec_splats(22U); ++ const vec_u32 shift10 = vec_splat_u32(10); ++ const vec_s32 dec128 = vec_splats(128 << 19); ++ const vec_s32 add18 = vec_splats(1 << 18); + int i; + + // Various permutations +- const vector uint8_t perm3rg0 = (vector uint8_t) {0x0, 0x10, 0, +- 0x1, 0x11, 0, +- 0x2, 0x12, 0, +- 0x3, 0x13, 0, +- 0x4, 0x14, 0, +- 0x5 }; +- const vector uint8_t perm3rg1 = (vector uint8_t) { 0x15, 0, +- 0x6, 0x16, 0, +- 0x7, 0x17, 0 }; +- const vector uint8_t perm3tb0 = (vector uint8_t) {0x0, 0x1, 0x10, +- 0x3, 0x4, 0x11, +- 0x6, 0x7, 0x12, +- 0x9, 0xa, 0x13, +- 0xc, 0xd, 0x14, +- 0xf }; +- const vector uint8_t perm3tb1 = (vector uint8_t) { 0x0, 0x15, +- 0x2, 0x3, 0x16, +- 0x5, 0x6, 0x17 }; ++ const vec_u8 perm3rg0 = (vec_u8) {0x0, 0x10, 0, ++ 0x1, 0x11, 0, ++ 0x2, 0x12, 0, ++ 0x3, 0x13, 0, ++ 0x4, 0x14, 0, ++ 0x5 }; ++ const vec_u8 perm3rg1 = (vec_u8) { 0x15, 0, ++ 0x6, 0x16, 0, ++ 0x7, 0x17, 0 }; ++ const vec_u8 perm3tb0 = (vec_u8) {0x0, 0x1, 0x10, ++ 0x3, 0x4, 0x11, ++ 0x6, 0x7, 0x12, ++ 0x9, 0xa, 0x13, ++ 0xc, 0xd, 0x14, ++ 0xf }; ++ const vec_u8 perm3tb1 = (vec_u8) { 0x0, 0x15, ++ 0x2, 0x3, 0x16, ++ 0x5, 0x6, 0x17 }; + + av_assert2(yalpha <= 4096U); + av_assert2(uvalpha <= 4096U); +@@ -759,7 +759,7 @@ yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], + tmp3 = vec_sra(tmp3, shift19); + tmp4 = vec_sra(tmp4, shift19); + A = vec_packs(tmp3, tmp4); +- ad = vec_packsu(A, (vector int16_t) zero16); ++ ad = vec_packsu(A, (vec_s16) zero16); + } else { + ad = vec_splats((uint8_t) 255); + } +@@ -807,60 +807,60 @@ yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], + *abuf1 = hasAlpha ? abuf[1] : NULL; + const int16_t yalpha1 = 4096 - yalpha; + const int16_t uvalpha1 = 4096 - uvalpha; +- vector int16_t vy, vu, vv, A = vec_splat_s16(0); +- vector int32_t vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; +- vector int32_t R_l, R_r, G_l, G_r, B_l, B_r, vud32_l, vud32_r, vvd32_l, vvd32_r; +- vector int32_t tmp, tmp2, tmp3, tmp4, tmp5, tmp6; +- vector uint16_t rd16, gd16, bd16; +- vector uint8_t rd, bd, gd, ad, out0, out1, tmp8; +- const vector int16_t vyalpha1 = vec_splats(yalpha1); +- const vector int16_t vuvalpha1 = vec_splats(uvalpha1); +- const vector int16_t vyalpha = vec_splats((int16_t) yalpha); +- const vector int16_t vuvalpha = vec_splats((int16_t) uvalpha); +- const vector uint16_t zero16 = vec_splat_u16(0); +- const vector int32_t y_offset = vec_splats(c->yuv2rgb_y_offset); +- const vector int32_t y_coeff = vec_splats(c->yuv2rgb_y_coeff); +- const vector int32_t y_add = vec_splats(1 << 21); +- const vector int32_t v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); +- const vector int32_t v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); +- const vector int32_t u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); +- const vector int32_t u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); +- const vector int32_t rgbclip = vec_splats(1 << 30); +- const vector int32_t zero32 = vec_splat_s32(0); +- const vector uint32_t shift19 = vec_splats(19U); +- const vector uint32_t shift22 = vec_splats(22U); +- const vector uint32_t shift10 = vec_splat_u32(10); +- const vector int32_t dec128 = vec_splats(128 << 19); +- const vector int32_t add18 = vec_splats(1 << 18); ++ vec_s16 vy, vu, vv, A = vec_splat_s16(0); ++ vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; ++ vec_s32 R_l, R_r, G_l, G_r, B_l, B_r, vud32_l, vud32_r, vvd32_l, vvd32_r; ++ vec_s32 tmp, tmp2, tmp3, tmp4, tmp5, tmp6; ++ vec_u16 rd16, gd16, bd16; ++ vec_u8 rd, bd, gd, ad, out0, out1, tmp8; ++ const vec_s16 vyalpha1 = vec_splats(yalpha1); ++ const vec_s16 vuvalpha1 = vec_splats(uvalpha1); ++ const vec_s16 vyalpha = vec_splats((int16_t) yalpha); ++ const vec_s16 vuvalpha = vec_splats((int16_t) uvalpha); ++ const vec_u16 zero16 = vec_splat_u16(0); ++ const vec_s32 y_offset = vec_splats(c->yuv2rgb_y_offset); ++ const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); ++ const vec_s32 y_add = vec_splats(1 << 21); ++ const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); ++ const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); ++ const vec_s32 u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); ++ const vec_s32 u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); ++ const vec_s32 rgbclip = vec_splats(1 << 30); ++ const vec_s32 zero32 = vec_splat_s32(0); ++ const vec_u32 shift19 = vec_splats(19U); ++ const vec_u32 shift22 = vec_splats(22U); ++ const vec_u32 shift10 = vec_splat_u32(10); ++ const vec_s32 dec128 = vec_splats(128 << 19); ++ const vec_s32 add18 = vec_splats(1 << 18); + int i; + + // Various permutations +- const vector uint8_t doubleleft = (vector uint8_t) {0, 1, 2, 3, +- 0, 1, 2, 3, +- 4, 5, 6, 7, +- 4, 5, 6, 7 }; +- const vector uint8_t doubleright = (vector uint8_t) {8, 9, 10, 11, +- 8, 9, 10, 11, +- 12, 13, 14, 15, +- 12, 13, 14, 15 }; +- const vector uint8_t perm3rg0 = (vector uint8_t) {0x0, 0x10, 0, +- 0x1, 0x11, 0, +- 0x2, 0x12, 0, +- 0x3, 0x13, 0, +- 0x4, 0x14, 0, +- 0x5 }; +- const vector uint8_t perm3rg1 = (vector uint8_t) { 0x15, 0, +- 0x6, 0x16, 0, +- 0x7, 0x17, 0 }; +- const vector uint8_t perm3tb0 = (vector uint8_t) {0x0, 0x1, 0x10, +- 0x3, 0x4, 0x11, +- 0x6, 0x7, 0x12, +- 0x9, 0xa, 0x13, +- 0xc, 0xd, 0x14, +- 0xf }; +- const vector uint8_t perm3tb1 = (vector uint8_t) { 0x0, 0x15, +- 0x2, 0x3, 0x16, +- 0x5, 0x6, 0x17 }; ++ const vec_u8 doubleleft = (vec_u8) {0, 1, 2, 3, ++ 0, 1, 2, 3, ++ 4, 5, 6, 7, ++ 4, 5, 6, 7 }; ++ const vec_u8 doubleright = (vec_u8) {8, 9, 10, 11, ++ 8, 9, 10, 11, ++ 12, 13, 14, 15, ++ 12, 13, 14, 15 }; ++ const vec_u8 perm3rg0 = (vec_u8) {0x0, 0x10, 0, ++ 0x1, 0x11, 0, ++ 0x2, 0x12, 0, ++ 0x3, 0x13, 0, ++ 0x4, 0x14, 0, ++ 0x5 }; ++ const vec_u8 perm3rg1 = (vec_u8) { 0x15, 0, ++ 0x6, 0x16, 0, ++ 0x7, 0x17, 0 }; ++ const vec_u8 perm3tb0 = (vec_u8) {0x0, 0x1, 0x10, ++ 0x3, 0x4, 0x11, ++ 0x6, 0x7, 0x12, ++ 0x9, 0xa, 0x13, ++ 0xc, 0xd, 0x14, ++ 0xf }; ++ const vec_u8 perm3tb1 = (vec_u8) { 0x0, 0x15, ++ 0x2, 0x3, 0x16, ++ 0x5, 0x6, 0x17 }; + + av_assert2(yalpha <= 4096U); + av_assert2(uvalpha <= 4096U); +@@ -889,7 +889,7 @@ yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], + tmp3 = vec_sra(tmp3, shift19); + tmp4 = vec_sra(tmp4, shift19); + A = vec_packs(tmp3, tmp4); +- ad = vec_packsu(A, (vector int16_t) zero16); ++ ad = vec_packsu(A, (vec_s16) zero16); + } else { + ad = vec_splats((uint8_t) 255); + } +@@ -978,51 +978,51 @@ yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, + { + const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; + const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; +- vector int16_t vy, vu, vv, A = vec_splat_s16(0), tmp16; +- vector int32_t vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; +- vector int32_t R_l, R_r, G_l, G_r, B_l, B_r; +- vector uint16_t rd16, gd16, bd16; +- vector uint8_t rd, bd, gd, ad, out0, out1, tmp8; +- const vector uint16_t zero16 = vec_splat_u16(0); +- const vector int32_t y_offset = vec_splats(c->yuv2rgb_y_offset); +- const vector int32_t y_coeff = vec_splats(c->yuv2rgb_y_coeff); +- const vector int32_t y_add = vec_splats(1 << 21); +- const vector int32_t v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); +- const vector int32_t v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); +- const vector int32_t u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); +- const vector int32_t u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); +- const vector int32_t rgbclip = vec_splats(1 << 30); +- const vector int32_t zero32 = vec_splat_s32(0); +- const vector uint32_t shift2 = vec_splat_u32(2); +- const vector uint32_t shift22 = vec_splats(22U); +- const vector uint16_t sub7 = vec_splats((uint16_t) (128 << 7)); +- const vector uint16_t sub8 = vec_splats((uint16_t) (128 << 8)); +- const vector int16_t mul4 = vec_splat_s16(4); +- const vector int16_t mul8 = vec_splat_s16(8); +- const vector int16_t add64 = vec_splat_s16(64); +- const vector uint16_t shift7 = vec_splat_u16(7); +- const vector int16_t max255 = vec_splat_s16(255); ++ vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; ++ vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; ++ vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; ++ vec_u16 rd16, gd16, bd16; ++ vec_u8 rd, bd, gd, ad, out0, out1, tmp8; ++ const vec_u16 zero16 = vec_splat_u16(0); ++ const vec_s32 y_offset = vec_splats(c->yuv2rgb_y_offset); ++ const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); ++ const vec_s32 y_add = vec_splats(1 << 21); ++ const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); ++ const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); ++ const vec_s32 u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); ++ const vec_s32 u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); ++ const vec_s32 rgbclip = vec_splats(1 << 30); ++ const vec_s32 zero32 = vec_splat_s32(0); ++ const vec_u32 shift2 = vec_splat_u32(2); ++ const vec_u32 shift22 = vec_splats(22U); ++ const vec_u16 sub7 = vec_splats((uint16_t) (128 << 7)); ++ const vec_u16 sub8 = vec_splats((uint16_t) (128 << 8)); ++ const vec_s16 mul4 = vec_splat_s16(4); ++ const vec_s16 mul8 = vec_splat_s16(8); ++ const vec_s16 add64 = vec_splat_s16(64); ++ const vec_u16 shift7 = vec_splat_u16(7); ++ const vec_s16 max255 = vec_splat_s16(255); + int i; + + // Various permutations +- const vector uint8_t perm3rg0 = (vector uint8_t) {0x0, 0x10, 0, +- 0x1, 0x11, 0, +- 0x2, 0x12, 0, +- 0x3, 0x13, 0, +- 0x4, 0x14, 0, +- 0x5 }; +- const vector uint8_t perm3rg1 = (vector uint8_t) { 0x15, 0, +- 0x6, 0x16, 0, +- 0x7, 0x17, 0 }; +- const vector uint8_t perm3tb0 = (vector uint8_t) {0x0, 0x1, 0x10, +- 0x3, 0x4, 0x11, +- 0x6, 0x7, 0x12, +- 0x9, 0xa, 0x13, +- 0xc, 0xd, 0x14, +- 0xf }; +- const vector uint8_t perm3tb1 = (vector uint8_t) { 0x0, 0x15, +- 0x2, 0x3, 0x16, +- 0x5, 0x6, 0x17 }; ++ const vec_u8 perm3rg0 = (vec_u8) {0x0, 0x10, 0, ++ 0x1, 0x11, 0, ++ 0x2, 0x12, 0, ++ 0x3, 0x13, 0, ++ 0x4, 0x14, 0, ++ 0x5 }; ++ const vec_u8 perm3rg1 = (vec_u8) { 0x15, 0, ++ 0x6, 0x16, 0, ++ 0x7, 0x17, 0 }; ++ const vec_u8 perm3tb0 = (vec_u8) {0x0, 0x1, 0x10, ++ 0x3, 0x4, 0x11, ++ 0x6, 0x7, 0x12, ++ 0x9, 0xa, 0x13, ++ 0xc, 0xd, 0x14, ++ 0xf }; ++ const vec_u8 perm3tb1 = (vec_u8) { 0x0, 0x15, ++ 0x2, 0x3, 0x16, ++ 0x5, 0x6, 0x17 }; + + for (i = 0; i < dstW; i += 8) { // The x86 asm also overwrites padding bytes. + vy = vec_ld(0, &buf0[i]); +@@ -1034,8 +1034,8 @@ yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, + vu = vec_ld(0, &ubuf0[i]); + vv = vec_ld(0, &vbuf0[i]); + if (uvalpha < 2048) { +- vu = (vector int16_t) vec_sub((vector uint16_t) vu, sub7); +- vv = (vector int16_t) vec_sub((vector uint16_t) vv, sub7); ++ vu = (vec_s16) vec_sub((vec_u16) vu, sub7); ++ vv = (vec_s16) vec_sub((vec_u16) vv, sub7); + + tmp32 = vec_mule(vu, mul4); + tmp32_2 = vec_mulo(vu, mul4); +@@ -1048,10 +1048,10 @@ yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, + } else { + tmp16 = vec_ld(0, &ubuf1[i]); + vu = vec_add(vu, tmp16); +- vu = (vector int16_t) vec_sub((vector uint16_t) vu, sub8); ++ vu = (vec_s16) vec_sub((vec_u16) vu, sub8); + tmp16 = vec_ld(0, &vbuf1[i]); + vv = vec_add(vv, tmp16); +- vv = (vector int16_t) vec_sub((vector uint16_t) vv, sub8); ++ vv = (vec_s16) vec_sub((vec_u16) vv, sub8); + + vu32_l = vec_mule(vu, mul8); + vu32_r = vec_mulo(vu, mul8); +@@ -1064,7 +1064,7 @@ yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, + A = vec_add(A, add64); + A = vec_sr(A, shift7); + A = vec_max(A, max255); +- ad = vec_packsu(A, (vector int16_t) zero16); ++ ad = vec_packsu(A, (vec_s16) zero16); + } else { + ad = vec_splats((uint8_t) 255); + } +@@ -1107,60 +1107,60 @@ yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, + { + const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; + const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; +- vector int16_t vy, vu, vv, A = vec_splat_s16(0), tmp16; +- vector int32_t vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; +- vector int32_t vud32_l, vud32_r, vvd32_l, vvd32_r; +- vector int32_t R_l, R_r, G_l, G_r, B_l, B_r; +- vector uint16_t rd16, gd16, bd16; +- vector uint8_t rd, bd, gd, ad, out0, out1, tmp8; +- const vector uint16_t zero16 = vec_splat_u16(0); +- const vector int32_t y_offset = vec_splats(c->yuv2rgb_y_offset); +- const vector int32_t y_coeff = vec_splats(c->yuv2rgb_y_coeff); +- const vector int32_t y_add = vec_splats(1 << 21); +- const vector int32_t v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); +- const vector int32_t v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); +- const vector int32_t u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); +- const vector int32_t u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); +- const vector int32_t rgbclip = vec_splats(1 << 30); +- const vector int32_t zero32 = vec_splat_s32(0); +- const vector uint32_t shift2 = vec_splat_u32(2); +- const vector uint32_t shift22 = vec_splats(22U); +- const vector uint16_t sub7 = vec_splats((uint16_t) (128 << 7)); +- const vector uint16_t sub8 = vec_splats((uint16_t) (128 << 8)); +- const vector int16_t mul4 = vec_splat_s16(4); +- const vector int16_t mul8 = vec_splat_s16(8); +- const vector int16_t add64 = vec_splat_s16(64); +- const vector uint16_t shift7 = vec_splat_u16(7); +- const vector int16_t max255 = vec_splat_s16(255); ++ vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; ++ vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; ++ vec_s32 vud32_l, vud32_r, vvd32_l, vvd32_r; ++ vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; ++ vec_u16 rd16, gd16, bd16; ++ vec_u8 rd, bd, gd, ad, out0, out1, tmp8; ++ const vec_u16 zero16 = vec_splat_u16(0); ++ const vec_s32 y_offset = vec_splats(c->yuv2rgb_y_offset); ++ const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff); ++ const vec_s32 y_add = vec_splats(1 << 21); ++ const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff); ++ const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); ++ const vec_s32 u2g_coeff = vec_splats(c->yuv2rgb_u2g_coeff); ++ const vec_s32 u2b_coeff = vec_splats(c->yuv2rgb_u2b_coeff); ++ const vec_s32 rgbclip = vec_splats(1 << 30); ++ const vec_s32 zero32 = vec_splat_s32(0); ++ const vec_u32 shift2 = vec_splat_u32(2); ++ const vec_u32 shift22 = vec_splats(22U); ++ const vec_u16 sub7 = vec_splats((uint16_t) (128 << 7)); ++ const vec_u16 sub8 = vec_splats((uint16_t) (128 << 8)); ++ const vec_s16 mul4 = vec_splat_s16(4); ++ const vec_s16 mul8 = vec_splat_s16(8); ++ const vec_s16 add64 = vec_splat_s16(64); ++ const vec_u16 shift7 = vec_splat_u16(7); ++ const vec_s16 max255 = vec_splat_s16(255); + int i; + + // Various permutations +- const vector uint8_t doubleleft = (vector uint8_t) {0, 1, 2, 3, +- 0, 1, 2, 3, +- 4, 5, 6, 7, +- 4, 5, 6, 7 }; +- const vector uint8_t doubleright = (vector uint8_t) {8, 9, 10, 11, +- 8, 9, 10, 11, +- 12, 13, 14, 15, +- 12, 13, 14, 15 }; +- const vector uint8_t perm3rg0 = (vector uint8_t) {0x0, 0x10, 0, +- 0x1, 0x11, 0, +- 0x2, 0x12, 0, +- 0x3, 0x13, 0, +- 0x4, 0x14, 0, +- 0x5 }; +- const vector uint8_t perm3rg1 = (vector uint8_t) { 0x15, 0, +- 0x6, 0x16, 0, +- 0x7, 0x17, 0 }; +- const vector uint8_t perm3tb0 = (vector uint8_t) {0x0, 0x1, 0x10, +- 0x3, 0x4, 0x11, +- 0x6, 0x7, 0x12, +- 0x9, 0xa, 0x13, +- 0xc, 0xd, 0x14, +- 0xf }; +- const vector uint8_t perm3tb1 = (vector uint8_t) { 0x0, 0x15, +- 0x2, 0x3, 0x16, +- 0x5, 0x6, 0x17 }; ++ const vec_u8 doubleleft = (vec_u8) {0, 1, 2, 3, ++ 0, 1, 2, 3, ++ 4, 5, 6, 7, ++ 4, 5, 6, 7 }; ++ const vec_u8 doubleright = (vec_u8) {8, 9, 10, 11, ++ 8, 9, 10, 11, ++ 12, 13, 14, 15, ++ 12, 13, 14, 15 }; ++ const vec_u8 perm3rg0 = (vec_u8) {0x0, 0x10, 0, ++ 0x1, 0x11, 0, ++ 0x2, 0x12, 0, ++ 0x3, 0x13, 0, ++ 0x4, 0x14, 0, ++ 0x5 }; ++ const vec_u8 perm3rg1 = (vec_u8) { 0x15, 0, ++ 0x6, 0x16, 0, ++ 0x7, 0x17, 0 }; ++ const vec_u8 perm3tb0 = (vec_u8) {0x0, 0x1, 0x10, ++ 0x3, 0x4, 0x11, ++ 0x6, 0x7, 0x12, ++ 0x9, 0xa, 0x13, ++ 0xc, 0xd, 0x14, ++ 0xf }; ++ const vec_u8 perm3tb1 = (vec_u8) { 0x0, 0x15, ++ 0x2, 0x3, 0x16, ++ 0x5, 0x6, 0x17 }; + + for (i = 0; i < (dstW + 1) >> 1; i += 8) { // The x86 asm also overwrites padding bytes. + vy = vec_ld(0, &buf0[i * 2]); +@@ -1172,8 +1172,8 @@ yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, + vu = vec_ld(0, &ubuf0[i]); + vv = vec_ld(0, &vbuf0[i]); + if (uvalpha < 2048) { +- vu = (vector int16_t) vec_sub((vector uint16_t) vu, sub7); +- vv = (vector int16_t) vec_sub((vector uint16_t) vv, sub7); ++ vu = (vec_s16) vec_sub((vec_u16) vu, sub7); ++ vv = (vec_s16) vec_sub((vec_u16) vv, sub7); + + tmp32 = vec_mule(vu, mul4); + tmp32_2 = vec_mulo(vu, mul4); +@@ -1186,10 +1186,10 @@ yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, + } else { + tmp16 = vec_ld(0, &ubuf1[i]); + vu = vec_add(vu, tmp16); +- vu = (vector int16_t) vec_sub((vector uint16_t) vu, sub8); ++ vu = (vec_s16) vec_sub((vec_u16) vu, sub8); + tmp16 = vec_ld(0, &vbuf1[i]); + vv = vec_add(vv, tmp16); +- vv = (vector int16_t) vec_sub((vector uint16_t) vv, sub8); ++ vv = (vec_s16) vec_sub((vec_u16) vv, sub8); + + vu32_l = vec_mule(vu, mul8); + vu32_r = vec_mulo(vu, mul8); +@@ -1202,7 +1202,7 @@ yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, + A = vec_add(A, add64); + A = vec_sr(A, shift7); + A = vec_max(A, max255); +- ad = vec_packsu(A, (vector int16_t) zero16); ++ ad = vec_packsu(A, (vec_s16) zero16); + } else { + ad = vec_splats((uint8_t) 255); + } +@@ -1358,41 +1358,41 @@ YUV2RGBWRAPPERX(yuv2, rgb_full, rgb24_full, AV_PIX_FMT_RGB24, 0) + YUV2RGBWRAPPERX(yuv2, rgb_full, bgr24_full, AV_PIX_FMT_BGR24, 0) + + static av_always_inline void +-write422(const vector int16_t vy1, const vector int16_t vy2, +- const vector int16_t vu, const vector int16_t vv, ++write422(const vec_s16 vy1, const vec_s16 vy2, ++ const vec_s16 vu, const vec_s16 vv, + uint8_t *dest, const enum AVPixelFormat target) + { +- vector uint8_t vd1, vd2, tmp; +- const vector uint8_t yuyv1 = (vector uint8_t) { +- 0x0, 0x10, 0x1, 0x18, +- 0x2, 0x11, 0x3, 0x19, +- 0x4, 0x12, 0x5, 0x1a, +- 0x6, 0x13, 0x7, 0x1b }; +- const vector uint8_t yuyv2 = (vector uint8_t) { +- 0x8, 0x14, 0x9, 0x1c, +- 0xa, 0x15, 0xb, 0x1d, +- 0xc, 0x16, 0xd, 0x1e, +- 0xe, 0x17, 0xf, 0x1f }; +- const vector uint8_t yvyu1 = (vector uint8_t) { +- 0x0, 0x18, 0x1, 0x10, +- 0x2, 0x19, 0x3, 0x11, +- 0x4, 0x1a, 0x5, 0x12, +- 0x6, 0x1b, 0x7, 0x13 }; +- const vector uint8_t yvyu2 = (vector uint8_t) { +- 0x8, 0x1c, 0x9, 0x14, +- 0xa, 0x1d, 0xb, 0x15, +- 0xc, 0x1e, 0xd, 0x16, +- 0xe, 0x1f, 0xf, 0x17 }; +- const vector uint8_t uyvy1 = (vector uint8_t) { +- 0x10, 0x0, 0x18, 0x1, +- 0x11, 0x2, 0x19, 0x3, +- 0x12, 0x4, 0x1a, 0x5, +- 0x13, 0x6, 0x1b, 0x7 }; +- const vector uint8_t uyvy2 = (vector uint8_t) { +- 0x14, 0x8, 0x1c, 0x9, +- 0x15, 0xa, 0x1d, 0xb, +- 0x16, 0xc, 0x1e, 0xd, +- 0x17, 0xe, 0x1f, 0xf }; ++ vec_u8 vd1, vd2, tmp; ++ const vec_u8 yuyv1 = (vec_u8) { ++ 0x0, 0x10, 0x1, 0x18, ++ 0x2, 0x11, 0x3, 0x19, ++ 0x4, 0x12, 0x5, 0x1a, ++ 0x6, 0x13, 0x7, 0x1b }; ++ const vec_u8 yuyv2 = (vec_u8) { ++ 0x8, 0x14, 0x9, 0x1c, ++ 0xa, 0x15, 0xb, 0x1d, ++ 0xc, 0x16, 0xd, 0x1e, ++ 0xe, 0x17, 0xf, 0x1f }; ++ const vec_u8 yvyu1 = (vec_u8) { ++ 0x0, 0x18, 0x1, 0x10, ++ 0x2, 0x19, 0x3, 0x11, ++ 0x4, 0x1a, 0x5, 0x12, ++ 0x6, 0x1b, 0x7, 0x13 }; ++ const vec_u8 yvyu2 = (vec_u8) { ++ 0x8, 0x1c, 0x9, 0x14, ++ 0xa, 0x1d, 0xb, 0x15, ++ 0xc, 0x1e, 0xd, 0x16, ++ 0xe, 0x1f, 0xf, 0x17 }; ++ const vec_u8 uyvy1 = (vec_u8) { ++ 0x10, 0x0, 0x18, 0x1, ++ 0x11, 0x2, 0x19, 0x3, ++ 0x12, 0x4, 0x1a, 0x5, ++ 0x13, 0x6, 0x1b, 0x7 }; ++ const vec_u8 uyvy2 = (vec_u8) { ++ 0x14, 0x8, 0x1c, 0x9, ++ 0x15, 0xa, 0x1d, 0xb, ++ 0x16, 0xc, 0x1e, 0xd, ++ 0x17, 0xe, 0x1f, 0xf }; + + vd1 = vec_packsu(vy1, vy2); + vd2 = vec_packsu(vu, vv); +@@ -1428,11 +1428,11 @@ yuv2422_X_vsx_template(SwsContext *c, const int16_t *lumFilter, + int y, enum AVPixelFormat target) + { + int i, j; +- vector int16_t vy1, vy2, vu, vv; +- vector int32_t vy32[4], vu32[2], vv32[2], tmp, tmp2, tmp3, tmp4; +- vector int16_t vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; +- const vector int32_t start = vec_splats(1 << 18); +- const vector uint32_t shift19 = vec_splats(19U); ++ vec_s16 vy1, vy2, vu, vv; ++ vec_s32 vy32[4], vu32[2], vv32[2], tmp, tmp2, tmp3, tmp4; ++ vec_s16 vlumFilter[MAX_FILTER_SIZE], vchrFilter[MAX_FILTER_SIZE]; ++ const vec_s32 start = vec_splats(1 << 18); ++ const vec_u32 shift19 = vec_splats(19U); + + for (i = 0; i < lumFilterSize; i++) + vlumFilter[i] = vec_splats(lumFilter[i]); +@@ -1539,11 +1539,11 @@ yuv2422_2_vsx_template(SwsContext *c, const int16_t *buf[2], + *vbuf0 = vbuf[0], *vbuf1 = vbuf[1]; + const int16_t yalpha1 = 4096 - yalpha; + const int16_t uvalpha1 = 4096 - uvalpha; +- vector int16_t vy1, vy2, vu, vv; +- vector int32_t tmp, tmp2, tmp3, tmp4, tmp5, tmp6; +- const vector int16_t vyalpha1 = vec_splats(yalpha1); +- const vector int16_t vuvalpha1 = vec_splats(uvalpha1); +- const vector uint32_t shift19 = vec_splats(19U); ++ vec_s16 vy1, vy2, vu, vv; ++ vec_s32 tmp, tmp2, tmp3, tmp4, tmp5, tmp6; ++ const vec_s16 vyalpha1 = vec_splats(yalpha1); ++ const vec_s16 vuvalpha1 = vec_splats(uvalpha1); ++ const vec_u32 shift19 = vec_splats(19U); + int i; + av_assert2(yalpha <= 4096U); + av_assert2(uvalpha <= 4096U); +@@ -1568,11 +1568,11 @@ yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, + int uvalpha, int y, enum AVPixelFormat target) + { + const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; +- vector int16_t vy1, vy2, vu, vv, tmp; +- const vector int16_t add64 = vec_splats((int16_t) 64); +- const vector int16_t add128 = vec_splats((int16_t) 128); +- const vector uint16_t shift7 = vec_splat_u16(7); +- const vector uint16_t shift8 = vec_splat_u16(8); ++ vec_s16 vy1, vy2, vu, vv, tmp; ++ const vec_s16 add64 = vec_splats((int16_t) 64); ++ const vec_s16 add128 = vec_splats((int16_t) 128); ++ const vec_u16 shift7 = vec_splat_u16(7); ++ const vec_u16 shift8 = vec_splat_u16(8); + int i; + + if (uvalpha < 2048) { +@@ -1666,18 +1666,18 @@ static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, + { + int i; + unsigned int xpos = 0, xx; +- vector uint8_t vin, vin2, vperm; +- vector int8_t vmul, valpha; +- vector int16_t vtmp, vtmp2, vtmp3, vtmp4; +- vector uint16_t vd_l, vd_r, vcoord16[2]; +- vector uint32_t vcoord[4]; +- const vector uint32_t vadd = (vector uint32_t) { ++ vec_u8 vin, vin2, vperm; ++ vec_s8 vmul, valpha; ++ vec_s16 vtmp, vtmp2, vtmp3, vtmp4; ++ vec_u16 vd_l, vd_r, vcoord16[2]; ++ vec_u32 vcoord[4]; ++ const vec_u32 vadd = (vec_u32) { + 0, + xInc * 1, + xInc * 2, + xInc * 3, + }; +- const vector uint16_t vadd16 = (vector uint16_t) { // Modulo math ++ const vec_u16 vadd16 = (vec_u16) { // Modulo math + 0, + xInc * 1, + xInc * 2, +@@ -1687,10 +1687,10 @@ static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, + xInc * 6, + xInc * 7, + }; +- const vector uint32_t vshift16 = vec_splats((uint32_t) 16); +- const vector uint16_t vshift9 = vec_splat_u16(9); +- const vector uint8_t vzero = vec_splat_u8(0); +- const vector uint16_t vshift = vec_splat_u16(7); ++ const vec_u32 vshift16 = vec_splats((uint32_t) 16); ++ const vec_u16 vshift9 = vec_splat_u16(9); ++ const vec_u8 vzero = vec_splat_u8(0); ++ const vec_u16 vshift = vec_splat_u16(7); + + for (i = 0; i < dstWidth; i += 16) { + vcoord16[0] = vec_splats((uint16_t) xpos); +@@ -1701,7 +1701,7 @@ static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, + + vcoord16[0] = vec_sr(vcoord16[0], vshift9); + vcoord16[1] = vec_sr(vcoord16[1], vshift9); +- valpha = (vector int8_t) vec_pack(vcoord16[0], vcoord16[1]); ++ valpha = (vec_s8) vec_pack(vcoord16[0], vcoord16[1]); + + xx = xpos >> 16; + vin = vec_vsx_ld(0, &src[xx]); +@@ -1730,22 +1730,22 @@ static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, + vin2 = vec_vsx_ld(1, &src[xx]); + vin2 = vec_perm(vin2, vin2, vperm); + +- vmul = (vector int8_t) vec_sub(vin2, vin); ++ vmul = (vec_s8) vec_sub(vin2, vin); + vtmp = vec_mule(vmul, valpha); + vtmp2 = vec_mulo(vmul, valpha); + vtmp3 = vec_mergeh(vtmp, vtmp2); + vtmp4 = vec_mergel(vtmp, vtmp2); + +- vd_l = (vector uint16_t) vec_mergeh(vin, vzero); +- vd_r = (vector uint16_t) vec_mergel(vin, vzero); ++ vd_l = (vec_u16) vec_mergeh(vin, vzero); ++ vd_r = (vec_u16) vec_mergel(vin, vzero); + vd_l = vec_sl(vd_l, vshift); + vd_r = vec_sl(vd_r, vshift); + +- vd_l = vec_add(vd_l, (vector uint16_t) vtmp3); +- vd_r = vec_add(vd_r, (vector uint16_t) vtmp4); ++ vd_l = vec_add(vd_l, (vec_u16) vtmp3); ++ vd_r = vec_add(vd_r, (vec_u16) vtmp4); + +- vec_st((vector int16_t) vd_l, 0, &dst[i]); +- vec_st((vector int16_t) vd_r, 0, &dst[i + 8]); ++ vec_st((vec_s16) vd_l, 0, &dst[i]); ++ vec_st((vec_s16) vd_r, 0, &dst[i + 8]); + + xpos += xInc * 16; + } +@@ -1773,8 +1773,8 @@ static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, + vd_l = vec_add(vd_l, vtmp3); \ + vd_r = vec_add(vd_r, vtmp4); \ + \ +- vec_st((vector int16_t) vd_l, 0, &out[i]); \ +- vec_st((vector int16_t) vd_r, 0, &out[i + 8]) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 11 10:19:50 2021 Return-Path: Delivered-To: svn-ports-all@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 839F757257B; Thu, 11 Mar 2021 10:19:50 +0000 (UTC) (envelope-from tota@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 4Dx4gp3NRjz4f0q; Thu, 11 Mar 2021 10:19:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 671CE23022; Thu, 11 Mar 2021 10:19:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BAJolQ035447; Thu, 11 Mar 2021 10:19:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BAJnG4035445; Thu, 11 Mar 2021 10:19:49 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103111019.12BAJnG4035445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 11 Mar 2021 10:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568073 - head/math/R-cran-pbkrtest X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-pbkrtest X-SVN-Commit-Revision: 568073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 10:19:50 -0000 Author: tota Date: Thu Mar 11 10:19:49 2021 New Revision: 568073 URL: https://svnweb.freebsd.org/changeset/ports/568073 Log: - Update to 0.5.1 Modified: head/math/R-cran-pbkrtest/Makefile (contents, props changed) head/math/R-cran-pbkrtest/distinfo (contents, props changed) Modified: head/math/R-cran-pbkrtest/Makefile ============================================================================== --- head/math/R-cran-pbkrtest/Makefile Thu Mar 11 10:13:34 2021 (r568072) +++ head/math/R-cran-pbkrtest/Makefile Thu Mar 11 10:19:49 2021 (r568073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pbkrtest -DISTVERSION= 0.5-0.1 +DISTVERSION= 0.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-pbkrtest/distinfo ============================================================================== --- head/math/R-cran-pbkrtest/distinfo Thu Mar 11 10:13:34 2021 (r568072) +++ head/math/R-cran-pbkrtest/distinfo Thu Mar 11 10:19:49 2021 (r568073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608773551 -SHA256 (pbkrtest_0.5-0.1.tar.gz) = f56525488c6efe4a5cbf849bf9a82747041478605b166c29bad54e464e46f469 -SIZE (pbkrtest_0.5-0.1.tar.gz) = 245668 +TIMESTAMP = 1615358103 +SHA256 (pbkrtest_0.5.1.tar.gz) = b2a3452003d93890f122423b3f2487dcb6925440f5b8a05578509e98b6aec7c5 +SIZE (pbkrtest_0.5.1.tar.gz) = 246327 From owner-svn-ports-all@freebsd.org Thu Mar 11 11:00:37 2021 Return-Path: Delivered-To: svn-ports-all@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 B715C573E4D; Thu, 11 Mar 2021 11:00:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx5Zs4tvzz4h1x; Thu, 11 Mar 2021 11:00:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AAFD2383D; Thu, 11 Mar 2021 11:00:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BB0boV059990; Thu, 11 Mar 2021 11:00:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BB0bHY059989; Thu, 11 Mar 2021 11:00:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103111100.12BB0bHY059989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Mar 2021 11:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568074 - head/games/minetest X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/minetest X-SVN-Commit-Revision: 568074 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:00:37 -0000 Author: amdmi3 Date: Thu Mar 11 11:00:37 2021 New Revision: 568074 URL: https://svnweb.freebsd.org/changeset/ports/568074 Log: Switch to luajit-openresty on all architectures, this fixes spurious crashes Modified: head/games/minetest/Makefile Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Thu Mar 11 10:19:49 2021 (r568073) +++ head/games/minetest/Makefile Thu Mar 11 11:00:37 2021 (r568074) @@ -3,6 +3,7 @@ PORTNAME= minetest PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -66,7 +67,7 @@ NCURSES_USES= ncurses LUAJIT_DESC= LuaJIT support LUAJIT_CMAKE_BOOL= ENABLE_LUAJIT REQUIRE_LUAJIT -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty PGSQL_USES= pgsql PGSQL_CMAKE_BOOL= ENABLE_POSTGRESQL @@ -85,10 +86,6 @@ NLS_USES= gettext NLS_LDFLAGS= -L${LOCALBASE}/lib .include - -.if ${ARCH:Mpowerpc64*} -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty -.endif .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} USES+= openal From owner-svn-ports-all@freebsd.org Thu Mar 11 11:03:51 2021 Return-Path: Delivered-To: svn-ports-all@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 84CC5573B56; Thu, 11 Mar 2021 11:03:51 +0000 (UTC) (envelope-from olgeni@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 4Dx5fb3K8wz4hMj; Thu, 11 Mar 2021 11:03:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64E7E237CE; Thu, 11 Mar 2021 11:03:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BB3ptU065155; Thu, 11 Mar 2021 11:03:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BB3o8O065153; Thu, 11 Mar 2021 11:03:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <202103111103.12BB3o8O065153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 11 Mar 2021 11:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568075 - head/sysutils/virtualmin X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/sysutils/virtualmin X-SVN-Commit-Revision: 568075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:03:51 -0000 Author: olgeni Date: Thu Mar 11 11:03:50 2021 New Revision: 568075 URL: https://svnweb.freebsd.org/changeset/ports/568075 Log: Update sysutils/virtualmin to version 6.15. Modified: head/sysutils/virtualmin/Makefile head/sysutils/virtualmin/distinfo head/sysutils/virtualmin/pkg-plist Modified: head/sysutils/virtualmin/Makefile ============================================================================== --- head/sysutils/virtualmin/Makefile Thu Mar 11 11:00:37 2021 (r568074) +++ head/sysutils/virtualmin/Makefile Thu Mar 11 11:03:50 2021 (r568075) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualmin -PORTVERSION= 6.14 +PORTVERSION= 6.15 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/download/virtualmin/ Modified: head/sysutils/virtualmin/distinfo ============================================================================== --- head/sysutils/virtualmin/distinfo Thu Mar 11 11:00:37 2021 (r568074) +++ head/sysutils/virtualmin/distinfo Thu Mar 11 11:03:50 2021 (r568075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610880415 -SHA256 (virtual-server-6.14.gpl.wbm.gz) = 7ec09568774eebaf0d94c200f9699c8a2e6a13a9c0e25ade8bfb46fc15ab9a42 -SIZE (virtual-server-6.14.gpl.wbm.gz) = 6533195 +TIMESTAMP = 1615450972 +SHA256 (virtual-server-6.15.gpl.wbm.gz) = c8b2e46400c9548927b6788f5df16ce616f5b11513565be809b9018a26fa415d +SIZE (virtual-server-6.15.gpl.wbm.gz) = 6568082 Modified: head/sysutils/virtualmin/pkg-plist ============================================================================== --- head/sysutils/virtualmin/pkg-plist Thu Mar 11 11:00:37 2021 (r568074) +++ head/sysutils/virtualmin/pkg-plist Thu Mar 11 11:03:50 2021 (r568075) @@ -129,6 +129,8 @@ lib/webmin/virtual-server/disable_spamd.cgi lib/webmin/virtual-server/disconnect-database.pl lib/webmin/virtual-server/dkim-lib.pl lib/webmin/virtual-server/dkim.cgi +lib/webmin/virtual-server/dnscloud-lib.pl +lib/webmin/virtual-server/dnsclouds.cgi lib/webmin/virtual-server/domain-template lib/webmin/virtual-server/domain_form.cgi lib/webmin/virtual-server/domain_setup.cgi @@ -148,6 +150,7 @@ lib/webmin/virtual-server/edit_bucket.cgi lib/webmin/virtual-server/edit_cloud.cgi lib/webmin/virtual-server/edit_database.cgi lib/webmin/virtual-server/edit_defaults.cgi +lib/webmin/virtual-server/edit_dnscloud.cgi lib/webmin/virtual-server/edit_domain.cgi lib/webmin/virtual-server/edit_domdkim.cgi lib/webmin/virtual-server/edit_exclude.cgi @@ -185,7 +188,6 @@ lib/webmin/virtual-server/edit_newuser.cgi lib/webmin/virtual-server/edit_newvalidate.cgi lib/webmin/virtual-server/edit_pass.cgi lib/webmin/virtual-server/edit_phpmode.cgi -lib/webmin/virtual-server/edit_phpver.cgi lib/webmin/virtual-server/edit_plan.cgi lib/webmin/virtual-server/edit_plugconfig.cgi lib/webmin/virtual-server/edit_postgrey.cgi @@ -198,6 +200,7 @@ lib/webmin/virtual-server/edit_spf.cgi lib/webmin/virtual-server/edit_tmpl.cgi lib/webmin/virtual-server/edit_user.cgi lib/webmin/virtual-server/edit_vfile.cgi +lib/webmin/virtual-server/edit_website.cgi lib/webmin/virtual-server/enable-domain.pl lib/webmin/virtual-server/enable-feature.pl lib/webmin/virtual-server/enable-limit.pl @@ -1563,6 +1566,7 @@ lib/webmin/virtual-server/help/config_allow_upper.ru.a lib/webmin/virtual-server/help/config_allow_upper.tr.auto.html lib/webmin/virtual-server/help/config_allow_upper.zh.auto.html lib/webmin/virtual-server/help/config_allow_upper.zh_TW.auto.html +lib/webmin/virtual-server/help/config_always_ssl.html lib/webmin/virtual-server/help/config_apache_star.cs.auto.html lib/webmin/virtual-server/help/config_apache_star.de.auto.html lib/webmin/virtual-server/help/config_apache_star.es.auto.html @@ -1608,6 +1612,7 @@ lib/webmin/virtual-server/help/config_append.ru.auto.h lib/webmin/virtual-server/help/config_append.tr.auto.html lib/webmin/virtual-server/help/config_append.zh.auto.html lib/webmin/virtual-server/help/config_append.zh_TW.auto.html +lib/webmin/virtual-server/help/config_auto_letsencrypt.html lib/webmin/virtual-server/help/config_auto_redirect.cs.auto.html lib/webmin/virtual-server/help/config_auto_redirect.de.auto.html lib/webmin/virtual-server/help/config_auto_redirect.es.auto.html @@ -2073,6 +2078,7 @@ lib/webmin/virtual-server/help/config_ca_tmpl.ru.auto. lib/webmin/virtual-server/help/config_ca_tmpl.tr.auto.html lib/webmin/virtual-server/help/config_ca_tmpl.zh.auto.html lib/webmin/virtual-server/help/config_ca_tmpl.zh_TW.auto.html +lib/webmin/virtual-server/help/config_can_letsencrypt.html lib/webmin/virtual-server/help/config_cert_tmpl.cs.auto.html lib/webmin/virtual-server/help/config_cert_tmpl.de.auto.html lib/webmin/virtual-server/help/config_cert_tmpl.es.auto.html @@ -4608,6 +4614,7 @@ lib/webmin/virtual-server/help/config_theme_link.ru.au lib/webmin/virtual-server/help/config_theme_link.tr.auto.html lib/webmin/virtual-server/help/config_theme_link.zh.auto.html lib/webmin/virtual-server/help/config_theme_link.zh_TW.auto.html +lib/webmin/virtual-server/help/config_tlsa_records.html lib/webmin/virtual-server/help/config_trash_folder.cs.auto.html lib/webmin/virtual-server/help/config_trash_folder.de.auto.html lib/webmin/virtual-server/help/config_trash_folder.es.auto.html @@ -5193,6 +5200,7 @@ lib/webmin/virtual-server/help/dns.ru.auto.html lib/webmin/virtual-server/help/dns.tr.auto.html lib/webmin/virtual-server/help/dns.zh.auto.html lib/webmin/virtual-server/help/dns.zh_TW.auto.html +lib/webmin/virtual-server/help/dnsclouds.html lib/webmin/virtual-server/help/dnssec.cs.auto.html lib/webmin/virtual-server/help/dnssec.de.auto.html lib/webmin/virtual-server/help/dnssec.es.auto.html @@ -6483,6 +6491,36 @@ lib/webmin/virtual-server/help/phpmode_suexec.ru.auto. lib/webmin/virtual-server/help/phpmode_suexec.tr.auto.html lib/webmin/virtual-server/help/phpmode_suexec.zh.auto.html lib/webmin/virtual-server/help/phpmode_suexec.zh_TW.auto.html +lib/webmin/virtual-server/help/phpmode_version.cs.auto.html +lib/webmin/virtual-server/help/phpmode_version.de.auto.html +lib/webmin/virtual-server/help/phpmode_version.es.auto.html +lib/webmin/virtual-server/help/phpmode_version.fr.auto.html +lib/webmin/virtual-server/help/phpmode_version.html +lib/webmin/virtual-server/help/phpmode_version.it.auto.html +lib/webmin/virtual-server/help/phpmode_version.ja.auto.html +lib/webmin/virtual-server/help/phpmode_version.nl.auto.html +lib/webmin/virtual-server/help/phpmode_version.no.auto.html +lib/webmin/virtual-server/help/phpmode_version.pl.auto.html +lib/webmin/virtual-server/help/phpmode_version.pt_BR.auto.html +lib/webmin/virtual-server/help/phpmode_version.ru.auto.html +lib/webmin/virtual-server/help/phpmode_version.tr.auto.html +lib/webmin/virtual-server/help/phpmode_version.zh.auto.html +lib/webmin/virtual-server/help/phpmode_version.zh_TW.auto.html +lib/webmin/virtual-server/help/phpmode_versions.cs.auto.html +lib/webmin/virtual-server/help/phpmode_versions.de.auto.html +lib/webmin/virtual-server/help/phpmode_versions.es.auto.html +lib/webmin/virtual-server/help/phpmode_versions.fr.auto.html +lib/webmin/virtual-server/help/phpmode_versions.html +lib/webmin/virtual-server/help/phpmode_versions.it.auto.html +lib/webmin/virtual-server/help/phpmode_versions.ja.auto.html +lib/webmin/virtual-server/help/phpmode_versions.nl.auto.html +lib/webmin/virtual-server/help/phpmode_versions.no.auto.html +lib/webmin/virtual-server/help/phpmode_versions.pl.auto.html +lib/webmin/virtual-server/help/phpmode_versions.pt_BR.auto.html +lib/webmin/virtual-server/help/phpmode_versions.ru.auto.html +lib/webmin/virtual-server/help/phpmode_versions.tr.auto.html +lib/webmin/virtual-server/help/phpmode_versions.zh.auto.html +lib/webmin/virtual-server/help/phpmode_versions.zh_TW.auto.html lib/webmin/virtual-server/help/phpver.cs.auto.html lib/webmin/virtual-server/help/phpver.de.auto.html lib/webmin/virtual-server/help/phpver.es.auto.html @@ -8299,6 +8337,7 @@ lib/webmin/virtual-server/help/template_dns_also.ru.au lib/webmin/virtual-server/help/template_dns_also.tr.auto.html lib/webmin/virtual-server/help/template_dns_also.zh.auto.html lib/webmin/virtual-server/help/template_dns_also.zh_TW.auto.html +lib/webmin/virtual-server/help/template_dns_cloud.html lib/webmin/virtual-server/help/template_dns_dmarc_mode.cs.auto.html lib/webmin/virtual-server/help/template_dns_dmarc_mode.de.auto.html lib/webmin/virtual-server/help/template_dns_dmarc_mode.es.auto.html @@ -9866,7 +9905,7 @@ lib/webmin/virtual-server/help/template_uplainpass.fr. lib/webmin/virtual-server/help/template_uplainpass.html lib/webmin/virtual-server/help/template_uplainpass.it.auto.html lib/webmin/virtual-server/help/template_uplainpass.ja.auto.html -lib/webmin/virtual-server/help/template_uplainpass.nl.html +lib/webmin/virtual-server/help/template_uplainpass.nl.auto.html lib/webmin/virtual-server/help/template_uplainpass.no.auto.html lib/webmin/virtual-server/help/template_uplainpass.pl.auto.html lib/webmin/virtual-server/help/template_uplainpass.pt_BR.auto.html @@ -11313,6 +11352,7 @@ lib/webmin/virtual-server/postgrey-lib.pl lib/webmin/virtual-server/postgrey.cgi lib/webmin/virtual-server/postinstall.pl lib/webmin/virtual-server/postsave.cgi +lib/webmin/virtual-server/prefs.info lib/webmin/virtual-server/procmail-logger.pl lib/webmin/virtual-server/procmail-wrapper lib/webmin/virtual-server/procmail-wrapper.c @@ -11328,6 +11368,7 @@ lib/webmin/virtual-server/recovery.cgi lib/webmin/virtual-server/redirects-lib.pl lib/webmin/virtual-server/reemail.cgi lib/webmin/virtual-server/remote.cgi +lib/webmin/virtual-server/remove_cert.cgi lib/webmin/virtual-server/rename-domain.pl lib/webmin/virtual-server/rename.cgi lib/webmin/virtual-server/rename_form.cgi @@ -11353,6 +11394,7 @@ lib/webmin/virtual-server/save_dbname.cgi lib/webmin/virtual-server/save_dbpass.cgi lib/webmin/virtual-server/save_defaults.cgi lib/webmin/virtual-server/save_defplan.cgi +lib/webmin/virtual-server/save_dnscloud.cgi lib/webmin/virtual-server/save_domain.cgi lib/webmin/virtual-server/save_domdkim.cgi lib/webmin/virtual-server/save_exclude.cgi @@ -11385,7 +11427,6 @@ lib/webmin/virtual-server/save_newuser.cgi lib/webmin/virtual-server/save_pass.cgi lib/webmin/virtual-server/save_peripcerts.cgi lib/webmin/virtual-server/save_phpmode.cgi -lib/webmin/virtual-server/save_phpver.cgi lib/webmin/virtual-server/save_plan.cgi lib/webmin/virtual-server/save_plugconfig.cgi lib/webmin/virtual-server/save_postgrey.cgi @@ -11404,6 +11445,7 @@ lib/webmin/virtual-server/save_tmpl.cgi lib/webmin/virtual-server/save_user.cgi lib/webmin/virtual-server/save_validate.cgi lib/webmin/virtual-server/save_vfile.cgi +lib/webmin/virtual-server/save_website.cgi lib/webmin/virtual-server/script_form.cgi lib/webmin/virtual-server/script_install.cgi lib/webmin/virtual-server/scriptlatest.pl From owner-svn-ports-all@freebsd.org Thu Mar 11 11:09:17 2021 Return-Path: Delivered-To: svn-ports-all@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 A4963574309; Thu, 11 Mar 2021 11:09:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx5ms4HtLz4hKk; Thu, 11 Mar 2021 11:09:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 863B6237CF; Thu, 11 Mar 2021 11:09:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BB9HJO065446; Thu, 11 Mar 2021 11:09:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BB9Gkc065442; Thu, 11 Mar 2021 11:09:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103111109.12BB9Gkc065442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 11:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568076 - in head/graphics: vulkan-headers vulkan-loader X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics: vulkan-headers vulkan-loader X-SVN-Commit-Revision: 568076 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:09:17 -0000 Author: jbeich Date: Thu Mar 11 11:09:16 2021 New Revision: 568076 URL: https://svnweb.freebsd.org/changeset/ports/568076 Log: graphics/vulkan-headers: update to 1.2.172 Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.171...v1.2.172 Reported by: portscout Modified: head/graphics/vulkan-headers/Makefile (contents, props changed) head/graphics/vulkan-headers/distinfo (contents, props changed) head/graphics/vulkan-headers/pkg-plist (contents, props changed) head/graphics/vulkan-loader/Makefile (contents, props changed) head/graphics/vulkan-loader/pkg-plist (contents, props changed) Modified: head/graphics/vulkan-headers/Makefile ============================================================================== --- head/graphics/vulkan-headers/Makefile Thu Mar 11 11:03:50 2021 (r568075) +++ head/graphics/vulkan-headers/Makefile Thu Mar 11 11:09:16 2021 (r568076) @@ -2,7 +2,7 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX=v -DISTVERSION= 1.2.171 +DISTVERSION= 1.2.172 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-headers/distinfo ============================================================================== --- head/graphics/vulkan-headers/distinfo Thu Mar 11 11:03:50 2021 (r568075) +++ head/graphics/vulkan-headers/distinfo Thu Mar 11 11:09:16 2021 (r568076) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614581502 -SHA256 (KhronosGroup-Vulkan-Headers-v1.2.171_GH0.tar.gz) = b86266544ab1d6780c5ee6cdf10f24ba9ec4c97bc83d2229e0fb8142c36e52ac -SIZE (KhronosGroup-Vulkan-Headers-v1.2.171_GH0.tar.gz) = 897283 +TIMESTAMP = 1615199579 +SHA256 (KhronosGroup-Vulkan-Headers-v1.2.172_GH0.tar.gz) = c69619ac2001ac62378a99c56ced14a53801fdc204efb2b1f787c83b47829319 +SIZE (KhronosGroup-Vulkan-Headers-v1.2.172_GH0.tar.gz) = 898059 Modified: head/graphics/vulkan-headers/pkg-plist ============================================================================== --- head/graphics/vulkan-headers/pkg-plist Thu Mar 11 11:03:50 2021 (r568075) +++ head/graphics/vulkan-headers/pkg-plist Thu Mar 11 11:09:16 2021 (r568076) @@ -13,6 +13,7 @@ include/vulkan/vulkan_ggp.h include/vulkan/vulkan_ios.h include/vulkan/vulkan_macos.h include/vulkan/vulkan_metal.h +include/vulkan/vulkan_screen.h include/vulkan/vulkan_vi.h include/vulkan/vulkan_wayland.h include/vulkan/vulkan_win32.h Modified: head/graphics/vulkan-loader/Makefile ============================================================================== --- head/graphics/vulkan-loader/Makefile Thu Mar 11 11:03:50 2021 (r568075) +++ head/graphics/vulkan-loader/Makefile Thu Mar 11 11:09:16 2021 (r568076) @@ -3,6 +3,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX=v DISTVERSION= 1.2.171 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-loader/pkg-plist ============================================================================== --- head/graphics/vulkan-loader/pkg-plist Thu Mar 11 11:03:50 2021 (r568075) +++ head/graphics/vulkan-loader/pkg-plist Thu Mar 11 11:09:16 2021 (r568076) @@ -1,4 +1,4 @@ lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.2.171 +lib/libvulkan.so.1.2.172 libdata/pkgconfig/vulkan.pc From owner-svn-ports-all@freebsd.org Thu Mar 11 11:09:26 2021 Return-Path: Delivered-To: svn-ports-all@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 604FB57413A; Thu, 11 Mar 2021 11:09:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx5mz4MTtz4hdw; Thu, 11 Mar 2021 11:09:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD09F238D5; Thu, 11 Mar 2021 11:09:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BB9MGP065553; Thu, 11 Mar 2021 11:09:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BB9MMc065552; Thu, 11 Mar 2021 11:09:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103111109.12BB9MMc065552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 11:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568077 - head/graphics/vulkan-loader X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vulkan-loader X-SVN-Commit-Revision: 568077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:09:26 -0000 Author: jbeich Date: Thu Mar 11 11:09:22 2021 New Revision: 568077 URL: https://svnweb.freebsd.org/changeset/ports/568077 Log: graphics/vulkan-loader: update to 1.2.172 Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.171...v1.2.172 Reported by: portscout Modified: head/graphics/vulkan-loader/Makefile (contents, props changed) head/graphics/vulkan-loader/distinfo (contents, props changed) Modified: head/graphics/vulkan-loader/Makefile ============================================================================== --- head/graphics/vulkan-loader/Makefile Thu Mar 11 11:09:16 2021 (r568076) +++ head/graphics/vulkan-loader/Makefile Thu Mar 11 11:09:22 2021 (r568077) @@ -2,8 +2,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX=v -DISTVERSION= 1.2.171 -PORTREVISION= 1 +DISTVERSION= 1.2.172 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-loader/distinfo ============================================================================== --- head/graphics/vulkan-loader/distinfo Thu Mar 11 11:09:16 2021 (r568076) +++ head/graphics/vulkan-loader/distinfo Thu Mar 11 11:09:22 2021 (r568077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614724845 -SHA256 (KhronosGroup-Vulkan-Loader-v1.2.171_GH0.tar.gz) = 051495adfffbd7621382897b94b5ae71152f17b840ac8768ebb856cb1f913104 -SIZE (KhronosGroup-Vulkan-Loader-v1.2.171_GH0.tar.gz) = 1423399 +TIMESTAMP = 1615395401 +SHA256 (KhronosGroup-Vulkan-Loader-v1.2.172_GH0.tar.gz) = 713dcb73c73194d17251fcd9cff62e5831d4ec30dac2efcf6440595016368ddb +SIZE (KhronosGroup-Vulkan-Loader-v1.2.172_GH0.tar.gz) = 1423371 From owner-svn-ports-all@freebsd.org Thu Mar 11 11:09:28 2021 Return-Path: Delivered-To: svn-ports-all@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 89CA3574042; Thu, 11 Mar 2021 11:09:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx5n42LSnz4hsv; Thu, 11 Mar 2021 11:09:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3813E23AC1; Thu, 11 Mar 2021 11:09:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BB9SoO065660; Thu, 11 Mar 2021 11:09:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BB9Rsb065658; Thu, 11 Mar 2021 11:09:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103111109.12BB9Rsb065658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 11:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568078 - head/graphics/vulkan-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vulkan-tools X-SVN-Commit-Revision: 568078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:09:28 -0000 Author: jbeich Date: Thu Mar 11 11:09:27 2021 New Revision: 568078 URL: https://svnweb.freebsd.org/changeset/ports/568078 Log: graphics/vulkan-tools: update to 1.2.172 Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.171...v1.2.172 Reported by: portscout Modified: head/graphics/vulkan-tools/Makefile (contents, props changed) head/graphics/vulkan-tools/distinfo (contents, props changed) Modified: head/graphics/vulkan-tools/Makefile ============================================================================== --- head/graphics/vulkan-tools/Makefile Thu Mar 11 11:09:22 2021 (r568077) +++ head/graphics/vulkan-tools/Makefile Thu Mar 11 11:09:27 2021 (r568078) @@ -2,7 +2,7 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.2.171 +DISTVERSION= 1.2.172 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-tools/distinfo ============================================================================== --- head/graphics/vulkan-tools/distinfo Thu Mar 11 11:09:22 2021 (r568077) +++ head/graphics/vulkan-tools/distinfo Thu Mar 11 11:09:27 2021 (r568078) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614725326 -SHA256 (KhronosGroup-Vulkan-Tools-v1.2.171_GH0.tar.gz) = 1f0a1dea845a9974160ac0f96230b94792707dbc9b126e245263a985c8176be7 -SIZE (KhronosGroup-Vulkan-Tools-v1.2.171_GH0.tar.gz) = 835431 +TIMESTAMP = 1615402956 +SHA256 (KhronosGroup-Vulkan-Tools-v1.2.172_GH0.tar.gz) = 29b2ec0c4b23b152614be8ecee814ec6c98e76f2ae2db673229dada46178f69c +SIZE (KhronosGroup-Vulkan-Tools-v1.2.172_GH0.tar.gz) = 835321 SHA256 (ea2e75bea224.patch) = 1a2550804a1bd7e66f5d19043dc540ffadc55a1bfe6b8734c353c0bd3a1090d1 SIZE (ea2e75bea224.patch) = 22460 From owner-svn-ports-all@freebsd.org Thu Mar 11 11:33:27 2021 Return-Path: Delivered-To: svn-ports-all@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 6BE7B574AA8; Thu, 11 Mar 2021 11:33:27 +0000 (UTC) (envelope-from tota@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 4Dx6Jl2d3Zz4jnm; Thu, 11 Mar 2021 11:33:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CC4D23F4B; Thu, 11 Mar 2021 11:33:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BBXR31083351; Thu, 11 Mar 2021 11:33:27 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BBXQPH083349; Thu, 11 Mar 2021 11:33:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103111133.12BBXQPH083349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 11 Mar 2021 11:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568079 - head/math/R-cran-zoo X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-zoo X-SVN-Commit-Revision: 568079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:33:27 -0000 Author: tota Date: Thu Mar 11 11:33:26 2021 New Revision: 568079 URL: https://svnweb.freebsd.org/changeset/ports/568079 Log: - Update to 1.8-9 Modified: head/math/R-cran-zoo/Makefile (contents, props changed) head/math/R-cran-zoo/distinfo (contents, props changed) Modified: head/math/R-cran-zoo/Makefile ============================================================================== --- head/math/R-cran-zoo/Makefile Thu Mar 11 11:09:27 2021 (r568078) +++ head/math/R-cran-zoo/Makefile Thu Mar 11 11:33:26 2021 (r568079) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zoo -DISTVERSION= 1.8-8 -PORTREVISION= 1 +DISTVERSION= 1.8-9 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-zoo/distinfo ============================================================================== --- head/math/R-cran-zoo/distinfo Thu Mar 11 11:09:27 2021 (r568078) +++ head/math/R-cran-zoo/distinfo Thu Mar 11 11:33:26 2021 (r568079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588501679 -SHA256 (zoo_1.8-8.tar.gz) = 4e8cc4065047ba12e103b9664f3b607c770673096e9c2b694fad2b2ec3203ce7 -SIZE (zoo_1.8-8.tar.gz) = 849487 +TIMESTAMP = 1615358195 +SHA256 (zoo_1.8-9.tar.gz) = b7be259067a8b9d4a8f5d387e0946a5ba1eb43474baa67ccf4f8bf4b15f772a3 +SIZE (zoo_1.8-9.tar.gz) = 793891 From owner-svn-ports-all@freebsd.org Thu Mar 11 11:43:36 2021 Return-Path: Delivered-To: svn-ports-all@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 A1380574FCD; Thu, 11 Mar 2021 11:43:36 +0000 (UTC) (envelope-from tota@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 4Dx6XS49Lgz4kWG; Thu, 11 Mar 2021 11:43:36 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8229924467; Thu, 11 Mar 2021 11:43:36 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BBhakY089408; Thu, 11 Mar 2021 11:43:36 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BBhaSR089406; Thu, 11 Mar 2021 11:43:36 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103111143.12BBhaSR089406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 11 Mar 2021 11:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568080 - head/math/R-cran-RcppArmadillo X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-RcppArmadillo X-SVN-Commit-Revision: 568080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:43:36 -0000 Author: tota Date: Thu Mar 11 11:43:35 2021 New Revision: 568080 URL: https://svnweb.freebsd.org/changeset/ports/568080 Log: - Update to 0.10.2.2.0 Modified: head/math/R-cran-RcppArmadillo/Makefile (contents, props changed) head/math/R-cran-RcppArmadillo/distinfo (contents, props changed) Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Thu Mar 11 11:33:26 2021 (r568079) +++ head/math/R-cran-RcppArmadillo/Makefile Thu Mar 11 11:43:35 2021 (r568080) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.10.2.1.0 +PORTVERSION= 0.10.2.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Thu Mar 11 11:33:26 2021 (r568079) +++ head/math/R-cran-RcppArmadillo/distinfo Thu Mar 11 11:43:35 2021 (r568080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613049452 -SHA256 (RcppArmadillo_0.10.2.1.0.tar.gz) = 65db3ea24a70c926be3d88b14677c2a48940f2df62a970ef4560b32af0b5290e -SIZE (RcppArmadillo_0.10.2.1.0.tar.gz) = 1660746 +TIMESTAMP = 1615365135 +SHA256 (RcppArmadillo_0.10.2.2.0.tar.gz) = 3865d31d40fd6f217b4171c3cc92011a1e56e2a354f40c251e968dbb8dac7aa4 +SIZE (RcppArmadillo_0.10.2.2.0.tar.gz) = 1661194 From owner-svn-ports-all@freebsd.org Thu Mar 11 11:51:05 2021 Return-Path: Delivered-To: svn-ports-all@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 C3104574FE0; Thu, 11 Mar 2021 11:51:05 +0000 (UTC) (envelope-from tota@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 4Dx6j55DtDz4kXd; Thu, 11 Mar 2021 11:51:05 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6D0223FD4; Thu, 11 Mar 2021 11:51:05 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BBp5da092081; Thu, 11 Mar 2021 11:51:05 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BBp5QE092079; Thu, 11 Mar 2021 11:51:05 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103111151.12BBp5QE092079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 11 Mar 2021 11:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568081 - head/www/R-cran-rvest X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/www/R-cran-rvest X-SVN-Commit-Revision: 568081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 11:51:05 -0000 Author: tota Date: Thu Mar 11 11:51:05 2021 New Revision: 568081 URL: https://svnweb.freebsd.org/changeset/ports/568081 Log: - Update to 1.0.0 - Change LICENSE to MIT Modified: head/www/R-cran-rvest/Makefile (contents, props changed) head/www/R-cran-rvest/distinfo (contents, props changed) Modified: head/www/R-cran-rvest/Makefile ============================================================================== --- head/www/R-cran-rvest/Makefile Thu Mar 11 11:43:35 2021 (r568080) +++ head/www/R-cran-rvest/Makefile Thu Mar 11 11:51:05 2021 (r568081) @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= rvest -PORTVERSION= 0.3.6 +PORTVERSION= 1.0.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Easily Harvest (Scrape) Web Pages -LICENSE= GPLv3 +LICENSE= MIT -CRAN_DEPENDS= R-cran-xml2>0:textproc/R-cran-xml2 \ - R-cran-httr>=0.5:www/R-cran-httr \ +CRAN_DEPENDS= R-cran-httr>=0.5:www/R-cran-httr \ + R-cran-lifecycle>=1.0.0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-selectr>0:www/R-cran-selectr + R-cran-rlang>=0.4.10:devel/R-cran-rlang \ + R-cran-selectr>0:www/R-cran-selectr \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-xml2>=1.3:textproc/R-cran-xml2 BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/www/R-cran-rvest/distinfo ============================================================================== --- head/www/R-cran-rvest/distinfo Thu Mar 11 11:43:35 2021 (r568080) +++ head/www/R-cran-rvest/distinfo Thu Mar 11 11:51:05 2021 (r568081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595911073 -SHA256 (rvest_0.3.6.tar.gz) = 6a2ee3a25d2d738031edbc1b5e2410f2a4538dfbb9705af145f9039504b902fa -SIZE (rvest_0.3.6.tar.gz) = 2806156 +TIMESTAMP = 1615365363 +SHA256 (rvest_1.0.0.tar.gz) = a358bf258a91b3362b3736fb5f957c12e98cddf21b6066fb2abdd26ecd665713 +SIZE (rvest_1.0.0.tar.gz) = 94134 From owner-svn-ports-all@freebsd.org Thu Mar 11 12:16:03 2021 Return-Path: Delivered-To: svn-ports-all@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 3A85D575D77; Thu, 11 Mar 2021 12:16:03 +0000 (UTC) (envelope-from kai@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 4Dx7Fv0x7Jz4m7d; Thu, 11 Mar 2021 12:16:03 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F04E24364; Thu, 11 Mar 2021 12:16:03 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCG29m008321; Thu, 11 Mar 2021 12:16:02 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCG20H008317; Thu, 11 Mar 2021 12:16:02 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111216.12BCG20H008317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 12:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568082 - head/net-mgmt/netbox X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/netbox X-SVN-Commit-Revision: 568082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:16:03 -0000 Author: kai Date: Thu Mar 11 12:16:02 2021 New Revision: 568082 URL: https://svnweb.freebsd.org/changeset/ports/568082 Log: net-mgmt/netbox: Update to 2.10.6 Changelog: Enhancements: * Add IP addresses count to VRF view * Add QSFP+ (64GFC) FibreChannel Interface option * Enable custom links for device components * Add edit/delete buttons for IP addresses on interface view * Add button to add a new IP address on interface view Bug Fixes: * Fix VRF and Tenant field population when adding IP addresses from prefix * Enable ordering of virtual machines by primary IP address * Ordering of devices by primary IP should respect PREFER_IPV4 configuration parameter * Fix options for filtering object permissions in admin UI * Fix filtering prefixes list by multiple prefix values * Invalidate cached queries when running renaturalize https://github.com/netbox-community/netbox/releases/tag/v2.10.6 Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Thu Mar 11 11:51:05 2021 (r568081) +++ head/net-mgmt/netbox/Makefile Thu Mar 11 12:16:02 2021 (r568082) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.10.5 +DISTVERSION= 2.10.6 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Thu Mar 11 11:51:05 2021 (r568081) +++ head/net-mgmt/netbox/distinfo Thu Mar 11 12:16:02 2021 (r568082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614258417 -SHA256 (netbox-community-netbox-v2.10.5_GH0.tar.gz) = b9053bc934f868e473b6030c750636e448608c1e744687384ffec064935e360e -SIZE (netbox-community-netbox-v2.10.5_GH0.tar.gz) = 7063897 +TIMESTAMP = 1615382493 +SHA256 (netbox-community-netbox-v2.10.6_GH0.tar.gz) = eec2d709860d8e5330b2ce74d620ea52edcde27f5adaeb31f887846ef0ec533a +SIZE (netbox-community-netbox-v2.10.6_GH0.tar.gz) = 7063615 From owner-svn-ports-all@freebsd.org Thu Mar 11 12:23:50 2021 Return-Path: Delivered-To: svn-ports-all@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 6026A5768F8; Thu, 11 Mar 2021 12:23:50 +0000 (UTC) (envelope-from kai@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 4Dx7Qt2JQ3z4mvP; Thu, 11 Mar 2021 12:23:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4239D24B39; Thu, 11 Mar 2021 12:23:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCNoxl014316; Thu, 11 Mar 2021 12:23:50 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCNo0I014315; Thu, 11 Mar 2021 12:23:50 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111223.12BCNo0I014315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 12:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568083 - head/net-mgmt/resource-agents X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/resource-agents X-SVN-Commit-Revision: 568083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:23:50 -0000 Author: kai Date: Thu Mar 11 12:23:49 2021 New Revision: 568083 URL: https://svnweb.freebsd.org/changeset/ports/568083 Log: net-mgmt/resource-agents: Fix packaging with non-default Python versions * Replace an occurrence in pkg-plist where PYTHON_VER shouldn't be used as a substitution. PR: 253815 Approved by: portmgr (build fix) Modified: head/net-mgmt/resource-agents/pkg-plist Modified: head/net-mgmt/resource-agents/pkg-plist ============================================================================== --- head/net-mgmt/resource-agents/pkg-plist Thu Mar 11 12:16:02 2021 (r568082) +++ head/net-mgmt/resource-agents/pkg-plist Thu Mar 11 12:23:49 2021 (r568083) @@ -195,7 +195,7 @@ libexec/heartbeat/findif %%MANPAGES%%man/man7/ocf_heartbeat_apache.7.gz %%MANPAGES%%man/man7/ocf_heartbeat_asterisk.7.gz %%MANPAGES%%man/man7/ocf_heartbeat_aws-vpc-move-ip.7.gz -%%MANPAGES%%man/man7/ocf_heartbeat_aws-vpc-route5%%PYTHON_VER%%.gz +%%MANPAGES%%man/man7/ocf_heartbeat_aws-vpc-route53.7.gz %%MANPAGES%%man/man7/ocf_heartbeat_awseip.7.gz %%MANPAGES%%man/man7/ocf_heartbeat_awsvip.7.gz %%MANPAGES%%man/man7/ocf_heartbeat_azure-events.7.gz From owner-svn-ports-all@freebsd.org Thu Mar 11 12:27:22 2021 Return-Path: Delivered-To: svn-ports-all@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 8FF6A576B88; Thu, 11 Mar 2021 12:27:22 +0000 (UTC) (envelope-from kai@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 4Dx7Vy3hCdz4mqL; Thu, 11 Mar 2021 12:27:22 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D27424BA7; Thu, 11 Mar 2021 12:27:22 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCRMpc014491; Thu, 11 Mar 2021 12:27:22 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCRM7Z014490; Thu, 11 Mar 2021 12:27:22 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111227.12BCRM7Z014490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 12:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568084 - head/java/intellij-rubymine X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/java/intellij-rubymine X-SVN-Commit-Revision: 568084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:27:22 -0000 Author: kai Date: Thu Mar 11 12:27:21 2021 New Revision: 568084 URL: https://svnweb.freebsd.org/changeset/ports/568084 Log: java/intellij-rubymine: Fix packaging with non-default Python versions * Replace a few occurrences in pkg-plist where PYTHON_VER shouldn't be used as a substitution. PR: 253815 Approved by: portmgr (build fix) MFH: 2021Q1 Modified: head/java/intellij-rubymine/pkg-plist Modified: head/java/intellij-rubymine/pkg-plist ============================================================================== --- head/java/intellij-rubymine/pkg-plist Thu Mar 11 12:23:49 2021 (r568083) +++ head/java/intellij-rubymine/pkg-plist Thu Mar 11 12:27:21 2021 (r568084) @@ -139,11 +139,11 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/jts-io-common-1.16.1.jar %%DATADIR%%/lib/junit-4.12.jar %%DATADIR%%/lib/jzlib-1.1.3.jar -%%DATADIR%%/lib/kotlin-reflect-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.%%PYTHON_VER%%0.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar %%DATADIR%%/lib/kotlin-test-1.3.61.jar %%DATADIR%%/lib/kotlin-test-common-1.3.61.jar %%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar @@ -331,10 +331,10 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.%%PYTHON_VER%%0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar %%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar %%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar %%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar From owner-svn-ports-all@freebsd.org Thu Mar 11 12:28:52 2021 Return-Path: Delivered-To: svn-ports-all@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 8C0EC576A2F; Thu, 11 Mar 2021 12:28:52 +0000 (UTC) (envelope-from kai@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 4Dx7Xh3dkMz4n0G; Thu, 11 Mar 2021 12:28:52 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FDC22493B; Thu, 11 Mar 2021 12:28:52 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCSqlq014660; Thu, 11 Mar 2021 12:28:52 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCSqkx014659; Thu, 11 Mar 2021 12:28:52 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111228.12BCSqkx014659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 12:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568085 - branches/2021Q1/java/intellij-rubymine X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2021Q1/java/intellij-rubymine X-SVN-Commit-Revision: 568085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:28:52 -0000 Author: kai Date: Thu Mar 11 12:28:51 2021 New Revision: 568085 URL: https://svnweb.freebsd.org/changeset/ports/568085 Log: MFH: r568084 java/intellij-rubymine: Fix packaging with non-default Python versions * Replace a few occurrences in pkg-plist where PYTHON_VER shouldn't be used as a substitution. PR: 253815 Approved by: portmgr (build fix) Approved by: ports-secteam (implicit) Modified: branches/2021Q1/java/intellij-rubymine/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/java/intellij-rubymine/pkg-plist ============================================================================== --- branches/2021Q1/java/intellij-rubymine/pkg-plist Thu Mar 11 12:27:21 2021 (r568084) +++ branches/2021Q1/java/intellij-rubymine/pkg-plist Thu Mar 11 12:28:51 2021 (r568085) @@ -139,11 +139,11 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/jts-io-common-1.16.1.jar %%DATADIR%%/lib/junit-4.12.jar %%DATADIR%%/lib/jzlib-1.1.3.jar -%%DATADIR%%/lib/kotlin-reflect-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.%%PYTHON_VER%%0.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar %%DATADIR%%/lib/kotlin-test-1.3.61.jar %%DATADIR%%/lib/kotlin-test-common-1.3.61.jar %%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar @@ -331,10 +331,10 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.%%PYTHON_VER%%0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.%%PYTHON_VER%%0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar %%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar %%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar %%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar From owner-svn-ports-all@freebsd.org Thu Mar 11 12:31:31 2021 Return-Path: Delivered-To: svn-ports-all@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 4BE68576D4B; Thu, 11 Mar 2021 12:31:31 +0000 (UTC) (envelope-from rm@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 4Dx7bl19ffz4nM2; Thu, 11 Mar 2021 12:31:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B1D024AF7; Thu, 11 Mar 2021 12:31:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCVULX016432; Thu, 11 Mar 2021 12:31:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCVUdZ016431; Thu, 11 Mar 2021 12:31:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202103111231.12BCVUdZ016431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 11 Mar 2021 12:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568086 - head/net-im/py-nbxmpp X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/net-im/py-nbxmpp X-SVN-Commit-Revision: 568086 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:31:31 -0000 Author: rm Date: Thu Mar 11 12:31:30 2021 New Revision: 568086 URL: https://svnweb.freebsd.org/changeset/ports/568086 Log: net-im/py-nbxmpp: update to 2.0.2 Modified: head/net-im/py-nbxmpp/Makefile head/net-im/py-nbxmpp/distinfo Modified: head/net-im/py-nbxmpp/Makefile ============================================================================== --- head/net-im/py-nbxmpp/Makefile Thu Mar 11 12:28:51 2021 (r568085) +++ head/net-im/py-nbxmpp/Makefile Thu Mar 11 12:31:30 2021 (r568086) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nbxmpp -DISTVERSION= 0.6.10 +DISTVERSION= 2.0.2 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,12 @@ COMMENT= Non-blocking Jabber/XMPP module LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} -USES= python:3.6+ +USES= gnome python:3.7+ +USE_GNOME= pygobject3 USE_PYTHON= autoplist distutils - NO_ARCH= yes .include Modified: head/net-im/py-nbxmpp/distinfo ============================================================================== --- head/net-im/py-nbxmpp/distinfo Thu Mar 11 12:28:51 2021 (r568085) +++ head/net-im/py-nbxmpp/distinfo Thu Mar 11 12:31:30 2021 (r568086) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556185196 -SHA256 (nbxmpp-0.6.10.tar.gz) = cd73417777e4847fdd8d0d96c7cafc606952edbd2b9d52a2a72bb2aaa04d08ef -SIZE (nbxmpp-0.6.10.tar.gz) = 1516456 +TIMESTAMP = 1614163679 +SHA256 (nbxmpp-2.0.2.tar.gz) = a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291 +SIZE (nbxmpp-2.0.2.tar.gz) = 138519 From owner-svn-ports-all@freebsd.org Thu Mar 11 12:36:36 2021 Return-Path: Delivered-To: svn-ports-all@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 A7D2E576C6A; Thu, 11 Mar 2021 12:36:36 +0000 (UTC) (envelope-from rm@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 4Dx7jc4HgDz4nXs; Thu, 11 Mar 2021 12:36:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7763A24B64; Thu, 11 Mar 2021 12:36:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCaad0020769; Thu, 11 Mar 2021 12:36:36 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCaaVX020767; Thu, 11 Mar 2021 12:36:36 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202103111236.12BCaaVX020767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 11 Mar 2021 12:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568087 - head/net-im/gajim X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/net-im/gajim X-SVN-Commit-Revision: 568087 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:36:36 -0000 Author: rm Date: Thu Mar 11 12:36:35 2021 New Revision: 568087 URL: https://svnweb.freebsd.org/changeset/ports/568087 Log: net-im/gajim: update to 1.3.1 https://gajim.org/post/2021-02-08-gajim-1.3.0-released/ https://gajim.org/post/2021-03-01-gajim-1.3.1-released/ Thank you Goran Mekić for help with testing! PR: 248559 Submitted by: yzrh@noema.org (based on) Tested by: Goran Mekić Modified: head/net-im/gajim/Makefile head/net-im/gajim/distinfo Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Mar 11 12:31:30 2021 (r568086) +++ head/net-im/gajim/Makefile Thu Mar 11 12:36:35 2021 (r568087) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= gajim -DISTVERSION= 1.1.3 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= net-im -MASTER_SITES= https://gajim.org/downloads/1.1/ +MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ MAINTAINER= rm@FreeBSD.org COMMENT= GTK+ Jabber client @@ -13,20 +12,24 @@ COMMENT= GTK+ Jabber client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.2:www/py-cssutils@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.9:net-im/py-nbxmpp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nbxmpp>=1.0.2:net-im/py-nbxmpp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}css-parser>=0:www/py-css-parser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} -USES= cpe dos2unix gettext gnome python:3.5+ tar:bzip2 xorg +USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors -USE_GNOME= intltool pygobject3 +USE_GNOME= pygobject3 USE_XORG= x11 xext xscrnsaver +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} NO_ARCH= yes DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py INSTALLS_ICONS= yes Modified: head/net-im/gajim/distinfo ============================================================================== --- head/net-im/gajim/distinfo Thu Mar 11 12:31:30 2021 (r568086) +++ head/net-im/gajim/distinfo Thu Mar 11 12:36:35 2021 (r568087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556108834 -SHA256 (gajim-1.1.3.tar.bz2) = 261c85444b9cc150f775a5cc5b7dea6031c8fb03f9fe6a9a81cd93d62ee3fd2f -SIZE (gajim-1.1.3.tar.bz2) = 8013585 +TIMESTAMP = 1615382730 +SHA256 (gajim-1.3.1.tar.gz) = 6a051d51fb45b80b19ccc47a2fb4c3eee948e598f49e63a9f929e158870d101c +SIZE (gajim-1.3.1.tar.gz) = 9885129 From owner-svn-ports-all@freebsd.org Thu Mar 11 12:41:20 2021 Return-Path: Delivered-To: svn-ports-all@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 E834E576AEC; Thu, 11 Mar 2021 12:41:20 +0000 (UTC) (envelope-from jrm@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 4Dx7q46GkJz4nrP; Thu, 11 Mar 2021 12:41:20 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA37824C77; Thu, 11 Mar 2021 12:41:20 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BCfKTJ021892; Thu, 11 Mar 2021 12:41:20 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BCfKZw021891; Thu, 11 Mar 2021 12:41:20 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202103111241.12BCfKZw021891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 11 Mar 2021 12:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568088 - head/biology/diamond X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/biology/diamond X-SVN-Commit-Revision: 568088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 12:41:21 -0000 Author: jrm Date: Thu Mar 11 12:41:20 2021 New Revision: 568088 URL: https://svnweb.freebsd.org/changeset/ports/568088 Log: biology/diamond: Update to 2.0.8 https://github.com/bbuchfink/diamond/releases/tag/v2.0.8 Modified: head/biology/diamond/Makefile (contents, props changed) head/biology/diamond/distinfo (contents, props changed) Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Thu Mar 11 12:36:35 2021 (r568087) +++ head/biology/diamond/Makefile Thu Mar 11 12:41:20 2021 (r568088) @@ -2,7 +2,7 @@ PORTNAME= diamond DISTVERSIONPREFIX= v -DISTVERSION= 2.0.7 +DISTVERSION= 2.0.8 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Thu Mar 11 12:36:35 2021 (r568087) +++ head/biology/diamond/distinfo Thu Mar 11 12:41:20 2021 (r568088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613578395 -SHA256 (bbuchfink-diamond-v2.0.7_GH0.tar.gz) = ece969b38620e3540e8510496212149030a9918bd32f7f68aee628b788acb3e6 -SIZE (bbuchfink-diamond-v2.0.7_GH0.tar.gz) = 1420504 +TIMESTAMP = 1615462841 +SHA256 (bbuchfink-diamond-v2.0.8_GH0.tar.gz) = 04eed7c83828f50c7d9a1d48fe7c50a4c753e008501dc639c6521cf8a756c43b +SIZE (bbuchfink-diamond-v2.0.8_GH0.tar.gz) = 1429132 From owner-svn-ports-all@freebsd.org Thu Mar 11 13:06:36 2021 Return-Path: Delivered-To: svn-ports-all@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 E4EAB57751F; Thu, 11 Mar 2021 13:06:36 +0000 (UTC) (envelope-from vanilla@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 4Dx8ND5wcwz4pQ1; Thu, 11 Mar 2021 13:06:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9D2525598; Thu, 11 Mar 2021 13:06:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BD6aR2039814; Thu, 11 Mar 2021 13:06:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BD6Zva039810; Thu, 11 Mar 2021 13:06:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202103111306.12BD6Zva039810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 11 Mar 2021 13:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568089 - in head/databases: . pg_hashids X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/databases: . pg_hashids X-SVN-Commit-Revision: 568089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:06:37 -0000 Author: vanilla Date: Thu Mar 11 13:06:35 2021 New Revision: 568089 URL: https://svnweb.freebsd.org/changeset/ports/568089 Log: Add pg_hashids 1.3, postgreSQL extension for generates short, unique, non-sequential ids from numbers. PR: 254180 Submitted by: dmitry.wagin@ya.ru Added: head/databases/pg_hashids/ head/databases/pg_hashids/Makefile (contents, props changed) head/databases/pg_hashids/distinfo (contents, props changed) head/databases/pg_hashids/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Mar 11 12:41:20 2021 (r568088) +++ head/databases/Makefile Thu Mar 11 13:06:35 2021 (r568089) @@ -567,6 +567,7 @@ SUBDIR += pg_citus SUBDIR += pg_dirtyread SUBDIR += pg_ed25519 + SUBDIR += pg_hashids SUBDIR += pg_partman SUBDIR += pg_qualstats SUBDIR += pg_reorg Added: head/databases/pg_hashids/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_hashids/Makefile Thu Mar 11 13:06:35 2021 (r568089) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= pg_hashids +PORTVERSION= 1.3 +CATEGORIES= databases + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= PostgreSQL extension for generates short, unique, non-sequential ids from numbers + +LICENSE= MIT + +USES= gmake pgsql:9.6+ +WANT_PGSQL= server + +USE_GITHUB= yes +GH_ACCOUNT= iCyberon +GH_TAGNAME= 83398bcb + +LLD_UNSAFE= yes + +PLIST_FILES= lib/postgresql/${PORTNAME}.so \ + share/postgresql/extension/${PORTNAME}--${PORTVERSION}.sql \ + share/postgresql/extension/${PORTNAME}--1.0--1.1.sql \ + share/postgresql/extension/${PORTNAME}--1.1--1.2.sql \ + share/postgresql/extension/${PORTNAME}--1.2--${PORTVERSION}.sql \ + share/postgresql/extension/${PORTNAME}--1.2.1--${PORTVERSION}.sql \ + share/postgresql/extension/${PORTNAME}.control + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/${PORTNAME}.so + +.include Added: head/databases/pg_hashids/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_hashids/distinfo Thu Mar 11 13:06:35 2021 (r568089) @@ -0,0 +1,3 @@ +TIMESTAMP = 1589651186 +SHA256 (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = c113cca19288a3b313ac3695140ac1b42b889aa9a62a436b374a4b87a7ac8fa1 +SIZE (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = 10956 Added: head/databases/pg_hashids/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_hashids/pkg-descr Thu Mar 11 13:06:35 2021 (r568089) @@ -0,0 +1,4 @@ +PostgreSQL extension for generates short, unique, +non-sequential ids from numbers. + +WWW: https://github.com/iCyberon/pg_hashids From owner-svn-ports-all@freebsd.org Thu Mar 11 13:07:42 2021 Return-Path: Delivered-To: svn-ports-all@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 1B03A5772FF; Thu, 11 Mar 2021 13:07:42 +0000 (UTC) (envelope-from cmt@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 4Dx8PV0HCsz4pqq; Thu, 11 Mar 2021 13:07:42 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0A7E2559C; Thu, 11 Mar 2021 13:07:41 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BD7fP6040074; Thu, 11 Mar 2021 13:07:41 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BD7fY5040070; Thu, 11 Mar 2021 13:07:41 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103111307.12BD7fY5040070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 11 Mar 2021 13:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568090 - in head/www/firefox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/www/firefox: . files X-SVN-Commit-Revision: 568090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:07:42 -0000 Author: cmt Date: Thu Mar 11 13:07:41 2021 New Revision: 568090 URL: https://svnweb.freebsd.org/changeset/ports/568090 Log: update firefox to 86.0.1 Release Notes: https://www.mozilla.org/en-US/firefox/86.0.1/releasenotes/ MFH: 2021Q1 Deleted: head/www/firefox/files/patch-bug1694670 head/www/firefox/files/patch-bug1694699 Modified: head/www/firefox/Makefile head/www/firefox/distinfo Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Mar 11 13:06:35 2021 (r568089) +++ head/www/firefox/Makefile Thu Mar 11 13:07:41 2021 (r568090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 86.0 -PORTREVISION= 3 +DISTVERSION= 86.0.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Thu Mar 11 13:06:35 2021 (r568089) +++ head/www/firefox/distinfo Thu Mar 11 13:07:41 2021 (r568090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614005242 -SHA256 (firefox-86.0.source.tar.xz) = c3ac474a2cf6a8e31a962f57c7357dbe67b5088b6aceea9980f25ce7a99b58dd -SIZE (firefox-86.0.source.tar.xz) = 371929688 +TIMESTAMP = 1615464256 +SHA256 (firefox-86.0.1.source.tar.xz) = 74f99c226ae6747f0170566f4f88be410866b0120214d2a593566cd1fff3d3df +SIZE (firefox-86.0.1.source.tar.xz) = 369541992 From owner-svn-ports-all@freebsd.org Thu Mar 11 13:09:24 2021 Return-Path: Delivered-To: svn-ports-all@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 2AF98577694; Thu, 11 Mar 2021 13:09:24 +0000 (UTC) (envelope-from cmt@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 4Dx8RS0lD5z4pjN; Thu, 11 Mar 2021 13:09:24 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BDA22559D; Thu, 11 Mar 2021 13:09:24 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BD9NTJ040405; Thu, 11 Mar 2021 13:09:23 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BD9N47040403; Thu, 11 Mar 2021 13:09:23 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103111309.12BD9N47040403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 11 Mar 2021 13:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568091 - in branches/2021Q1/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in branches/2021Q1/www/firefox: . files X-SVN-Commit-Revision: 568091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:09:24 -0000 Author: cmt Date: Thu Mar 11 13:09:23 2021 New Revision: 568091 URL: https://svnweb.freebsd.org/changeset/ports/568091 Log: MFH: r568090 update firefox to 86.0.1 Release Notes: https://www.mozilla.org/en-US/firefox/86.0.1/releasenotes/ Deleted: branches/2021Q1/www/firefox/files/patch-bug1694670 branches/2021Q1/www/firefox/files/patch-bug1694699 Modified: branches/2021Q1/www/firefox/Makefile branches/2021Q1/www/firefox/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/firefox/Makefile ============================================================================== --- branches/2021Q1/www/firefox/Makefile Thu Mar 11 13:07:41 2021 (r568090) +++ branches/2021Q1/www/firefox/Makefile Thu Mar 11 13:09:23 2021 (r568091) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 86.0 -PORTREVISION= 3 +DISTVERSION= 86.0.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2021Q1/www/firefox/distinfo ============================================================================== --- branches/2021Q1/www/firefox/distinfo Thu Mar 11 13:07:41 2021 (r568090) +++ branches/2021Q1/www/firefox/distinfo Thu Mar 11 13:09:23 2021 (r568091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614005242 -SHA256 (firefox-86.0.source.tar.xz) = c3ac474a2cf6a8e31a962f57c7357dbe67b5088b6aceea9980f25ce7a99b58dd -SIZE (firefox-86.0.source.tar.xz) = 371929688 +TIMESTAMP = 1615464256 +SHA256 (firefox-86.0.1.source.tar.xz) = 74f99c226ae6747f0170566f4f88be410866b0120214d2a593566cd1fff3d3df +SIZE (firefox-86.0.1.source.tar.xz) = 369541992 From owner-svn-ports-all@freebsd.org Thu Mar 11 13:24:02 2021 Return-Path: Delivered-To: svn-ports-all@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 C442B57794A; Thu, 11 Mar 2021 13:24:02 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx8mL5BKGz4qcY; Thu, 11 Mar 2021 13:24:02 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4CA62583A; Thu, 11 Mar 2021 13:24:02 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BDO2SJ053070; Thu, 11 Mar 2021 13:24:02 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BDO2xI053068; Thu, 11 Mar 2021 13:24:02 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103111324.12BDO2xI053068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 11 Mar 2021 13:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568092 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 568092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:24:02 -0000 Author: lwhsu Date: Thu Mar 11 13:24:01 2021 New Revision: 568092 URL: https://svnweb.freebsd.org/changeset/ports/568092 Log: devel/jenkins: Update to 2.283 Sponsored by: The FreeBSD Foundation Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Mar 11 13:09:23 2021 (r568091) +++ head/devel/jenkins/Makefile Thu Mar 11 13:24:01 2021 (r568092) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.282 +PORTVERSION= 2.283 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Mar 11 13:09:23 2021 (r568091) +++ head/devel/jenkins/distinfo Thu Mar 11 13:24:01 2021 (r568092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614789159 -SHA256 (jenkins/2.282/jenkins.war) = 8a8a141f3ff7c0008ad98c04449ace6cc5321698fa71164a3c98505a6ac6dd62 -SIZE (jenkins/2.282/jenkins.war) = 71890854 +TIMESTAMP = 1615468910 +SHA256 (jenkins/2.283/jenkins.war) = bb0c42bbf564eb0bcdd673318c4ca7c24cdf4e7e04c47e7bfb950736a2b4c5a0 +SIZE (jenkins/2.283/jenkins.war) = 71906683 From owner-svn-ports-all@freebsd.org Thu Mar 11 13:49:00 2021 Return-Path: Delivered-To: svn-ports-all@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 0F541578100; Thu, 11 Mar 2021 13:49:00 +0000 (UTC) (envelope-from nivit@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 4Dx9K775fCz4rKm; Thu, 11 Mar 2021 13:48:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1C5925A4A; Thu, 11 Mar 2021 13:48:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BDmxQo066023; Thu, 11 Mar 2021 13:48:59 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BDmxnO066020; Thu, 11 Mar 2021 13:48:59 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103111348.12BDmxnO066020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Thu, 11 Mar 2021 13:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568093 - head/graphics/variety X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/graphics/variety X-SVN-Commit-Revision: 568093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:49:00 -0000 Author: nivit Date: Thu Mar 11 13:48:59 2021 New Revision: 568093 URL: https://svnweb.freebsd.org/changeset/ports/568093 Log: graphics/variety: update to 0.8.5 Changes: https://github.com/varietywalls/variety/releases/tag/0.8.5 Modified: head/graphics/variety/Makefile head/graphics/variety/distinfo head/graphics/variety/pkg-descr (contents, props changed) Modified: head/graphics/variety/Makefile ============================================================================== --- head/graphics/variety/Makefile Thu Mar 11 13:24:01 2021 (r568092) +++ head/graphics/variety/Makefile Thu Mar 11 13:48:59 2021 (r568093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= variety -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.5 CATEGORIES= graphics MAINTAINER= nivit@FreeBSD.org @@ -21,6 +21,7 @@ RUN_DEPENDS= ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ bash>=4.3.33:shells/bash \ ca_root_nss>=3.17.4:security/ca_root_nss \ Modified: head/graphics/variety/distinfo ============================================================================== --- head/graphics/variety/distinfo Thu Mar 11 13:24:01 2021 (r568092) +++ head/graphics/variety/distinfo Thu Mar 11 13:48:59 2021 (r568093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587160032 -SHA256 (varietywalls-variety-0.8.3_GH0.tar.gz) = 2cf496b2f44700ab4afa72d6b1d3db6b4be5e96da9ad66686f11c70187df4a5d -SIZE (varietywalls-variety-0.8.3_GH0.tar.gz) = 895167 +TIMESTAMP = 1615387540 +SHA256 (varietywalls-variety-0.8.5_GH0.tar.gz) = 2298af592cdd5cc0c183582f74f39af74b07499074ea164a3a327d55c9338248 +SIZE (varietywalls-variety-0.8.5_GH0.tar.gz) = 889750 Modified: head/graphics/variety/pkg-descr ============================================================================== --- head/graphics/variety/pkg-descr Thu Mar 11 13:24:01 2021 (r568092) +++ head/graphics/variety/pkg-descr Thu Mar 11 13:48:59 2021 (r568093) @@ -4,4 +4,4 @@ to rotate them on a regular interval, and provides eas the great images from the junk. Variety can also display wise and funny quotations or a nice digital clock on the desktop. -WWW: http://peterlevi.com/variety/ +WWW: https://peterlevi.com/variety/ From owner-svn-ports-all@freebsd.org Thu Mar 11 13:57:30 2021 Return-Path: Delivered-To: svn-ports-all@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 996CB577FE1; Thu, 11 Mar 2021 13:57:30 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx9Vy400Sz4rgD; Thu, 11 Mar 2021 13:57:30 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BD2A25DC4; Thu, 11 Mar 2021 13:57:30 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BDvUkO072268; Thu, 11 Mar 2021 13:57:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BDvTSE072265; Thu, 11 Mar 2021 13:57:29 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103111357.12BDvTSE072265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 11 Mar 2021 13:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568094 - head/www/nextcloud-forms X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-forms X-SVN-Commit-Revision: 568094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 13:57:30 -0000 Author: brnrd Date: Thu Mar 11 13:57:29 2021 New Revision: 568094 URL: https://svnweb.freebsd.org/changeset/ports/568094 Log: www/nextcloud-forms: Update to 2.2.1 Modified: head/www/nextcloud-forms/Makefile head/www/nextcloud-forms/distinfo head/www/nextcloud-forms/pkg-plist Modified: head/www/nextcloud-forms/Makefile ============================================================================== --- head/www/nextcloud-forms/Makefile Thu Mar 11 13:48:59 2021 (r568093) +++ head/www/nextcloud-forms/Makefile Thu Mar 11 13:57:29 2021 (r568094) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forms -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-forms/distinfo ============================================================================== --- head/www/nextcloud-forms/distinfo Thu Mar 11 13:48:59 2021 (r568093) +++ head/www/nextcloud-forms/distinfo Thu Mar 11 13:57:29 2021 (r568094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610130712 -SHA256 (nextcloud/forms-v2.1.0/forms.tar.gz) = 73b16b58e84d94a3811c94836fc627802ae3bb0d3784f3d6f6e789b24395c7cd -SIZE (nextcloud/forms-v2.1.0/forms.tar.gz) = 3354280 +TIMESTAMP = 1615464515 +SHA256 (nextcloud/forms-v2.2.1/forms.tar.gz) = 7450db119465963659e06e6b485bc1c31f2e8750d45d0c4af48e34d50324ad52 +SIZE (nextcloud/forms-v2.2.1/forms.tar.gz) = 3370618 Modified: head/www/nextcloud-forms/pkg-plist ============================================================================== --- head/www/nextcloud-forms/pkg-plist Thu Mar 11 13:48:59 2021 (r568093) +++ head/www/nextcloud-forms/pkg-plist Thu Mar 11 13:57:29 2021 (r568094) @@ -21,6 +21,7 @@ %%WWWDIR%%/img/favicon.ico %%WWWDIR%%/img/favicon.png %%WWWDIR%%/img/favicon.svg +%%WWWDIR%%/img/forms-dark.svg %%WWWDIR%%/img/forms.svg %%WWWDIR%%/img/share.svg %%WWWDIR%%/js/forms-main.js @@ -42,8 +43,6 @@ %%WWWDIR%%/l10n/ca.json %%WWWDIR%%/l10n/cs.js %%WWWDIR%%/l10n/cs.json -%%WWWDIR%%/l10n/cy_GB.js -%%WWWDIR%%/l10n/cy_GB.json %%WWWDIR%%/l10n/da.js %%WWWDIR%%/l10n/da.json %%WWWDIR%%/l10n/de.js @@ -124,16 +123,12 @@ %%WWWDIR%%/l10n/ka_GE.json %%WWWDIR%%/l10n/ko.js %%WWWDIR%%/l10n/ko.json -%%WWWDIR%%/l10n/lb.js -%%WWWDIR%%/l10n/lb.json %%WWWDIR%%/l10n/lt_LT.js %%WWWDIR%%/l10n/lt_LT.json %%WWWDIR%%/l10n/lv.js %%WWWDIR%%/l10n/lv.json %%WWWDIR%%/l10n/mk.js %%WWWDIR%%/l10n/mk.json -%%WWWDIR%%/l10n/mn.js -%%WWWDIR%%/l10n/mn.json %%WWWDIR%%/l10n/nb.js %%WWWDIR%%/l10n/nb.json %%WWWDIR%%/l10n/nl.js @@ -150,6 +145,8 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json +%%WWWDIR%%/l10n/si.js +%%WWWDIR%%/l10n/si.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -160,8 +157,6 @@ %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/th.js -%%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js %%WWWDIR%%/l10n/tr.json %%WWWDIR%%/l10n/uk.js @@ -174,7 +169,17 @@ %%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json +%%WWWDIR%%/lib/Activity/ActivityConstants.php +%%WWWDIR%%/lib/Activity/ActivityManager.php +%%WWWDIR%%/lib/Activity/Filter.php +%%WWWDIR%%/lib/Activity/Provider.php +%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettings.php +%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettings20.php +%%WWWDIR%%/lib/Activity/Settings/FormsActivitySettingsLegacy.php +%%WWWDIR%%/lib/Activity/Settings/NewShare.php +%%WWWDIR%%/lib/Activity/Settings/NewSubmission.php %%WWWDIR%%/lib/AppInfo/Application.php +%%WWWDIR%%/lib/Constants.php %%WWWDIR%%/lib/Controller/ApiController.php %%WWWDIR%%/lib/Controller/PageController.php %%WWWDIR%%/lib/Db/Answer.php @@ -191,8 +196,47 @@ %%WWWDIR%%/lib/Migration/Version010102Date20200323120846.php %%WWWDIR%%/lib/Migration/Version010200Date20200323141300.php %%WWWDIR%%/lib/Migration/Version020002Date20200729205932.php +%%WWWDIR%%/lib/Migration/Version020200Date20210120082018.php %%WWWDIR%%/lib/Service/FormsService.php +%%WWWDIR%%/lib/Service/SubmissionService.php %%WWWDIR%%/templates/expired.php %%WWWDIR%%/templates/main.php %%WWWDIR%%/templates/nosubmit.php %%WWWDIR%%/templates/notfound.php +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/LICENSE +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_files.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/league/csv/CHANGELOG.md +%%WWWDIR%%/vendor/league/csv/LICENSE +%%WWWDIR%%/vendor/league/csv/autoload.php +%%WWWDIR%%/vendor/league/csv/composer.json +%%WWWDIR%%/vendor/league/csv/src/AbstractCsv.php +%%WWWDIR%%/vendor/league/csv/src/ByteSequence.php +%%WWWDIR%%/vendor/league/csv/src/CannotInsertRecord.php +%%WWWDIR%%/vendor/league/csv/src/CharsetConverter.php +%%WWWDIR%%/vendor/league/csv/src/ColumnConsistency.php +%%WWWDIR%%/vendor/league/csv/src/EncloseField.php +%%WWWDIR%%/vendor/league/csv/src/EscapeFormula.php +%%WWWDIR%%/vendor/league/csv/src/Exception.php +%%WWWDIR%%/vendor/league/csv/src/HTMLConverter.php +%%WWWDIR%%/vendor/league/csv/src/InvalidArgument.php +%%WWWDIR%%/vendor/league/csv/src/MapIterator.php +%%WWWDIR%%/vendor/league/csv/src/Polyfill/EmptyEscapeParser.php +%%WWWDIR%%/vendor/league/csv/src/RFC4180Field.php +%%WWWDIR%%/vendor/league/csv/src/Reader.php +%%WWWDIR%%/vendor/league/csv/src/ResultSet.php +%%WWWDIR%%/vendor/league/csv/src/Statement.php +%%WWWDIR%%/vendor/league/csv/src/Stream.php +%%WWWDIR%%/vendor/league/csv/src/SyntaxError.php +%%WWWDIR%%/vendor/league/csv/src/UnavailableFeature.php +%%WWWDIR%%/vendor/league/csv/src/Writer.php +%%WWWDIR%%/vendor/league/csv/src/XMLConverter.php +%%WWWDIR%%/vendor/league/csv/src/functions.php +%%WWWDIR%%/vendor/league/csv/src/functions_include.php From owner-svn-ports-all@freebsd.org Thu Mar 11 14:01:40 2021 Return-Path: Delivered-To: svn-ports-all@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 4827D5781A4; Thu, 11 Mar 2021 14:01:40 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dx9bm1cSrz4rks; Thu, 11 Mar 2021 14:01:40 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A87D25DD0; Thu, 11 Mar 2021 14:01:40 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BE1eEd075615; Thu, 11 Mar 2021 14:01:40 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BE1eGl075614; Thu, 11 Mar 2021 14:01:40 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103111401.12BE1eGl075614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 11 Mar 2021 14:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568095 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 568095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 14:01:40 -0000 Author: fernape Date: Thu Mar 11 14:01:39 2021 New Revision: 568095 URL: https://svnweb.freebsd.org/changeset/ports/568095 Log: security/vuxml: Fix www/gitea entry. s/1.13.24/1.13.4 PR: 254130 Reported by: clubok@gmx.net Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 11 13:57:29 2021 (r568094) +++ head/security/vuxml/vuln.xml Thu Mar 11 14:01:39 2021 (r568095) @@ -118,7 +118,7 @@ Notes: gitea - 1.13.24 + 1.13.4 From owner-svn-ports-all@freebsd.org Thu Mar 11 14:55:28 2021 Return-Path: Delivered-To: svn-ports-all@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 9DB3157897E; Thu, 11 Mar 2021 14:55:28 +0000 (UTC) (envelope-from rm@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 4DxBnr47Rpz4vGt; Thu, 11 Mar 2021 14:55:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80B482686F; Thu, 11 Mar 2021 14:55:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BEtS02008293; Thu, 11 Mar 2021 14:55:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BEtSjJ008292; Thu, 11 Mar 2021 14:55:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202103111455.12BEtSjJ008292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 11 Mar 2021 14:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568096 - head/net-im/gajim X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/net-im/gajim X-SVN-Commit-Revision: 568096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 14:55:28 -0000 Author: rm Date: Thu Mar 11 14:55:28 2021 New Revision: 568096 URL: https://svnweb.freebsd.org/changeset/ports/568096 Log: net-im/gajim: remove duplicate dependencies They were a last minute addition despite they already were presented in Makefile. Not bumping PORTREVISION, because actual dependencies list is not changed. Modified: head/net-im/gajim/Makefile Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Mar 11 14:01:39 2021 (r568095) +++ head/net-im/gajim/Makefile Thu Mar 11 14:55:28 2021 (r568096) @@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/p ${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}css-parser>=0:www/py-css-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors From owner-svn-ports-all@freebsd.org Thu Mar 11 14:58:51 2021 Return-Path: Delivered-To: svn-ports-all@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 A03A2578EC8; Thu, 11 Mar 2021 14:58:51 +0000 (UTC) (envelope-from mr@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 4DxBsl464Dz4vFT; Thu, 11 Mar 2021 14:58:51 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70F2B268E8; Thu, 11 Mar 2021 14:58:51 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BEwpDx008499; Thu, 11 Mar 2021 14:58:51 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BEwpl5008496; Thu, 11 Mar 2021 14:58:51 GMT (envelope-from mr@FreeBSD.org) Message-Id: <202103111458.12BEwpl5008496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Thu, 11 Mar 2021 14:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568097 - head/security/bitwarden_rs X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/security/bitwarden_rs X-SVN-Commit-Revision: 568097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 14:58:51 -0000 Author: mr Date: Thu Mar 11 14:58:50 2021 New Revision: 568097 URL: https://svnweb.freebsd.org/changeset/ports/568097 Log: Update to 1.19.0 and enable mysql client support PR: 254077 Modified: head/security/bitwarden_rs/Makefile head/security/bitwarden_rs/distinfo head/security/bitwarden_rs/pkg-plist Modified: head/security/bitwarden_rs/Makefile ============================================================================== --- head/security/bitwarden_rs/Makefile Thu Mar 11 14:55:28 2021 (r568096) +++ head/security/bitwarden_rs/Makefile Thu Mar 11 14:58:50 2021 (r568097) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bitwarden_rs -DISTVERSION= 1.18.0 -PORTREVISION= 2 +DISTVERSION= 1.19.0 # PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/dani-garcia/bw_web_builds/releases/download/v${DISTVERSION_WV}/:web @@ -19,9 +18,9 @@ LIB_DEPENDS+= libcapnp.so:devel/capnproto LIB_DEPENDS+= libgmp.so:math/gmp LIB_DEPENDS+= libnettle.so:security/nettle -USES= cargo ssl pgsql +USES= cargo ssl pgsql mysql:client -DISTVERSION_WV= 2.17.1 +DISTVERSION_WV= 2.18.2 WV_DISTFILE= bw_web_v${DISTVERSION_WV}.tar.gz USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message @@ -30,7 +29,7 @@ SUB_FILES= pkg-message # make generate-plist && make check-plist USE_GITHUB= yes GH_ACCOUNT= dani-garcia -CARGO_FEATURES= postgresql sqlite #vendored_openssl +CARGO_FEATURES= postgresql sqlite mysql #vendored_openssl CARGO_ENV+= RUSTC_BOOTSTRAP=1 CARGO_GIT_SUBDIR+= dataurl:data-url:data-url CARGO_GIT_SUBDIR+= devise:devise:lib @@ -40,14 +39,14 @@ CARGO_GIT_SUBDIR+= rocket:rocket_contrib:contrib/lib GH_TUPLE= servo:rust-url:540ede02d0771824c0c80ff9f57fe8eff38b1291:dataurl \ SergioBenitez:Devise:e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089:devise \ SergioBenitez:Rocket:263e39b5b429de1913ce7e3036575a7b4d88b6d7:rocket -CARGO_CRATES= addr2line-0.14.0 \ +CARGO_CRATES= addr2line-0.14.1 \ adler-0.2.3 \ aho-corasick-0.7.15 \ ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ - backtrace-0.3.55 \ + backtrace-0.3.56 \ base-x-0.2.8 \ base64-0.9.3 \ base64-0.11.0 \ @@ -57,14 +56,15 @@ CARGO_CRATES= addr2line-0.14.0 \ bitflags-1.2.1 \ bitvec-0.19.4 \ block-buffer-0.7.3 \ + block-buffer-0.9.0 \ block-padding-0.1.5 \ buf_redux-0.8.4 \ - bumpalo-3.4.0 \ + bumpalo-3.6.0 \ byte-tools-0.1.3 \ byte-tools-0.3.1 \ - byteorder-1.3.4 \ + byteorder-1.4.2 \ bytes-0.4.12 \ - bytes-0.5.6 \ + bytes-1.0.1 \ cc-1.0.66 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ @@ -73,23 +73,25 @@ CARGO_CRATES= addr2line-0.14.0 \ chrono-tz-0.5.3 \ clap-2.33.3 \ cloudabi-0.0.3 \ - const_fn-0.4.4 \ + const_fn-0.4.5 \ constant_time_eq-0.1.5 \ cookie-0.14.3 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ + cpuid-bool-0.1.2 \ crypto-mac-0.3.0 \ - crypto-mac-0.7.0 \ - data-encoding-2.3.1 \ + crypto-mac-0.10.0 \ + data-encoding-2.3.2 \ diesel-1.4.5 \ diesel_derives-1.4.1 \ diesel_migrations-1.4.0 \ digest-0.5.2 \ digest-0.8.1 \ + digest-0.9.0 \ digest-buffer-0.3.1 \ discard-1.0.4 \ dotenv-0.15.0 \ - encoding_rs-0.8.26 \ + encoding_rs-0.8.28 \ error-chain-0.11.0 \ fake-simd-0.1.2 \ fern-0.6.0 \ @@ -100,59 +102,61 @@ CARGO_CRATES= addr2line-0.14.0 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ - funty-1.0.1 \ + funty-1.1.0 \ futf-0.1.4 \ - futures-0.3.8 \ - futures-channel-0.3.8 \ - futures-core-0.3.8 \ - futures-executor-0.3.8 \ - futures-io-0.3.8 \ - futures-macro-0.3.8 \ - futures-sink-0.3.8 \ - futures-task-0.3.8 \ - futures-util-0.3.8 \ + futures-0.3.12 \ + futures-channel-0.3.12 \ + futures-core-0.3.12 \ + futures-executor-0.3.12 \ + futures-io-0.3.12 \ + futures-macro-0.3.12 \ + futures-sink-0.3.12 \ + futures-task-0.3.12 \ + futures-util-0.3.12 \ generic-array-0.7.3 \ generic-array-0.12.3 \ - getrandom-0.1.15 \ + generic-array-0.14.4 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ gimli-0.23.0 \ glob-0.3.0 \ - h2-0.2.7 \ - handlebars-3.5.1 \ + h2-0.3.0 \ + handlebars-3.5.2 \ hashbrown-0.9.1 \ - heck-0.3.1 \ - hermit-abi-0.1.17 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ hmac-0.1.1 \ - hmac-0.7.1 \ + hmac-0.10.1 \ hostname-0.3.1 \ html5ever-0.22.5 \ - http-0.2.2 \ - http-body-0.3.1 \ - httparse-1.3.4 \ + http-0.2.3 \ + http-body-0.4.0 \ + httparse-1.3.5 \ httpdate-0.3.2 \ hyper-0.10.16 \ - hyper-0.13.9 \ + hyper-0.14.4 \ hyper-sync-rustls-0.3.0-rc.17 \ - hyper-tls-0.4.3 \ - hyperx-1.2.0 \ + hyper-tls-0.5.0 \ + hyperx-1.3.0 \ idna-0.1.5 \ - idna-0.2.0 \ + idna-0.2.1 \ indexmap-1.6.1 \ instant-0.1.9 \ iovec-0.1.4 \ ipnet-2.3.0 \ - itoa-0.4.6 \ - js-sys-0.3.46 \ + itoa-0.4.7 \ + js-sys-0.3.47 \ jsonwebtoken-7.2.0 \ kernel32-sys-0.2.2 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - lettre-0.10.0-alpha.4 \ - libc-0.2.81 \ + lettre-0.10.0-alpha.5 \ + libc-0.2.85 \ libsqlite3-sys-0.18.0 \ lock_api-0.4.2 \ log-0.3.9 \ - log-0.4.11 \ + log-0.4.14 \ mac-0.1.1 \ maplit-1.0.2 \ markup5ever-0.7.5 \ @@ -167,35 +171,39 @@ CARGO_CRATES= addr2line-0.14.0 \ mime_guess-2.0.3 \ miniz_oxide-0.4.3 \ mio-0.6.23 \ + mio-0.7.7 \ mio-extras-2.0.6 \ miow-0.2.2 \ - multipart-0.17.0 \ + miow-0.3.6 \ + multipart-0.17.1 \ mysqlclient-sys-0.2.4 \ - native-tls-0.2.6 \ + native-tls-0.2.7 \ net2-0.2.37 \ new_debug_unreachable-1.0.4 \ newline-converter-0.1.0 \ nodrop-0.1.14 \ - nom-6.0.1 \ + nom-6.1.0 \ + ntapi-0.3.6 \ num-bigint-0.2.6 \ num-derive-0.3.3 \ num-integer-0.1.44 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ oath-0.10.2 \ - object-0.22.0 \ + object-0.23.0 \ once_cell-1.5.2 \ opaque-debug-0.2.3 \ - openssl-0.10.31 \ + opaque-debug-0.3.0 \ + openssl-0.10.32 \ openssl-probe-0.1.2 \ openssl-src-111.13.0+1.1.1i \ - openssl-sys-0.9.59 \ + openssl-sys-0.9.60 \ owning_ref-0.3.3 \ parity-ws-0.10.0 \ parking_lot-0.4.8 \ parking_lot-0.11.1 \ parking_lot_core-0.2.14 \ - parking_lot_core-0.8.1 \ + parking_lot_core-0.8.2 \ parse-zoneinfo-0.3.0 \ paste-1.0.4 \ pear-0.1.4 \ @@ -212,11 +220,10 @@ CARGO_CRATES= addr2line-0.14.0 \ phf_generator-0.7.24 \ phf_shared-0.7.24 \ pin-project-0.4.27 \ - pin-project-1.0.2 \ + pin-project-1.0.5 \ pin-project-internal-0.4.27 \ - pin-project-internal-1.0.2 \ - pin-project-lite-0.1.11 \ - pin-project-lite-0.2.0 \ + pin-project-internal-1.0.5 \ + pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ @@ -225,26 +232,30 @@ CARGO_CRATES= addr2line-0.14.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.19 \ - proc-macro-nested-0.1.6 \ + proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.24 \ quick-error-1.2.3 \ quick-error-2.0.0 \ quote-0.6.13 \ - quote-1.0.7 \ + quote-1.0.8 \ quoted_printable-0.4.2 \ r2d2-0.8.9 \ radium-0.5.3 \ rand-0.4.6 \ rand-0.6.5 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ + rand_core-0.6.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ + rand_hc-0.3.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ @@ -252,13 +263,14 @@ CARGO_CRATES= addr2line-0.14.0 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ - regex-1.4.2 \ - regex-syntax-0.6.21 \ + redox_syscall-0.2.4 \ + regex-1.4.3 \ + regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ - reqwest-0.10.10 \ - ring-0.16.19 \ - rmp-0.8.9 \ - rmpv-0.4.6 \ + reqwest-0.11.0 \ + ring-0.16.20 \ + rmp-0.8.10 \ + rmpv-0.4.7 \ rustc-demangle-0.1.18 \ rustc-hex-1.0.0 \ rustc_version-0.2.3 \ @@ -274,24 +286,25 @@ CARGO_CRATES= addr2line-0.14.0 \ security-framework-sys-2.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ - serde-1.0.118 \ - serde_derive-1.0.118 \ - serde_json-1.0.60 \ + serde-1.0.123 \ + serde_derive-1.0.123 \ + serde_json-1.0.62 \ serde_urlencoded-0.7.0 \ sha-1-0.3.4 \ sha-1-0.8.2 \ + sha-1-0.9.3 \ sha1-0.6.0 \ sha2-0.5.3 \ simple_asn1-0.4.1 \ siphasher-0.2.3 \ slab-0.4.2 \ - smallvec-0.6.13 \ - smallvec-1.5.1 \ - socket2-0.3.17 \ + smallvec-0.6.14 \ + smallvec-1.6.1 \ + socket2-0.3.19 \ soup-0.5.0 \ spin-0.5.2 \ stable_deref_trait-1.2.0 \ - standback-0.2.13 \ + standback-0.2.15 \ state-0.4.2 \ stdweb-0.4.20 \ stdweb-derive-0.5.3 \ @@ -303,29 +316,28 @@ CARGO_CRATES= addr2line-0.14.0 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ - subtle-1.0.0 \ - subtle-2.3.0 \ + subtle-2.4.0 \ syn-0.15.44 \ - syn-1.0.54 \ + syn-1.0.60 \ syslog-4.0.1 \ tap-1.0.0 \ - tempfile-3.1.0 \ - tendril-0.4.1 \ + tempfile-3.2.0 \ + tendril-0.4.2 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ + thread_local-1.1.3 \ threadpool-1.8.1 \ time-0.1.44 \ - time-0.2.23 \ + time-0.2.25 \ time-macros-0.1.1 \ time-macros-impl-0.1.1 \ - tinyvec-1.1.0 \ + tinyvec-1.1.1 \ tinyvec_macros-0.1.0 \ - tokio-0.2.24 \ - tokio-tls-0.3.1 \ - tokio-util-0.3.1 \ + tokio-1.2.0 \ + tokio-native-tls-0.3.0 \ + tokio-util-0.6.3 \ toml-0.4.10 \ - tower-service-0.3.0 \ - tracing-0.1.22 \ + tower-service-0.3.1 \ + tracing-0.1.23 \ tracing-core-0.1.17 \ tracing-futures-0.2.4 \ traitobject-0.1.0 \ @@ -347,7 +359,7 @@ CARGO_CRATES= addr2line-0.14.0 \ url-1.7.2 \ url-2.2.0 \ utf-8-0.7.5 \ - uuid-0.8.1 \ + uuid-0.8.2 \ vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.1.5 \ @@ -356,13 +368,13 @@ CARGO_CRATES= addr2line-0.14.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.69 \ - wasm-bindgen-backend-0.2.69 \ - wasm-bindgen-futures-0.4.19 \ - wasm-bindgen-macro-0.2.69 \ - wasm-bindgen-macro-support-0.2.69 \ - wasm-bindgen-shared-0.2.69 \ - web-sys-0.3.46 \ + wasm-bindgen-0.2.70 \ + wasm-bindgen-backend-0.2.70 \ + wasm-bindgen-futures-0.4.20 \ + wasm-bindgen-macro-0.2.70 \ + wasm-bindgen-macro-support-0.2.70 \ + wasm-bindgen-shared-0.2.70 \ + web-sys-0.3.47 \ webpki-0.21.4 \ webpki-roots-0.19.0 \ winapi-0.2.8 \ @@ -375,7 +387,7 @@ CARGO_CRATES= addr2line-0.14.0 \ ws2_32-sys-0.2.1 \ wyz-0.2.0 \ yansi-0.5.0 \ - yubico-0.9.1 + yubico-0.9.2 CARGO_USE_GITHUB= yes post-install: Modified: head/security/bitwarden_rs/distinfo ============================================================================== --- head/security/bitwarden_rs/distinfo Thu Mar 11 14:55:28 2021 (r568096) +++ head/security/bitwarden_rs/distinfo Thu Mar 11 14:58:50 2021 (r568097) @@ -1,8 +1,8 @@ -TIMESTAMP = 1609438619 -SHA256 (bw_web_v2.17.1.tar.gz) = 47d1bee5d21089eaf992ebbe90686b061e0a1ec1e7a9a26c985f47fb220ca2cd -SIZE (bw_web_v2.17.1.tar.gz) = 7196569 -SHA256 (rust/crates/addr2line-0.14.0.tar.gz) = 7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423 -SIZE (rust/crates/addr2line-0.14.0.tar.gz) = 30065 +TIMESTAMP = 1615472916 +SHA256 (bw_web_v2.18.2.tar.gz) = 918e809cb29708ab52c29c06305a143c553e64e971b73428e3ce10a4cbcb9913 +SIZE (bw_web_v2.18.2.tar.gz) = 7472567 +SHA256 (rust/crates/addr2line-0.14.1.tar.gz) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 +SIZE (rust/crates/addr2line-0.14.1.tar.gz) = 31201 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 @@ -15,8 +15,8 @@ SHA256 (rust/crates/autocfg-0.1.7.tar.gz) = 1d49d90015 SIZE (rust/crates/autocfg-0.1.7.tar.gz) = 12158 SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/backtrace-0.3.55.tar.gz) = ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598 -SIZE (rust/crates/backtrace-0.3.55.tar.gz) = 73145 +SHA256 (rust/crates/backtrace-0.3.56.tar.gz) = 9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc +SIZE (rust/crates/backtrace-0.3.56.tar.gz) = 73377 SHA256 (rust/crates/base-x-0.2.8.tar.gz) = a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b SIZE (rust/crates/base-x-0.2.8.tar.gz) = 10614 SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 @@ -35,22 +35,24 @@ SHA256 (rust/crates/bitvec-0.19.4.tar.gz) = a7ba35e956 SIZE (rust/crates/bitvec-0.19.4.tar.gz) = 148099 SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 +SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 SHA256 (rust/crates/buf_redux-0.8.4.tar.gz) = b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f SIZE (rust/crates/buf_redux-0.8.4.tar.gz) = 26608 -SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 -SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 +SHA256 (rust/crates/bumpalo-3.6.0.tar.gz) = 099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9 +SIZE (rust/crates/bumpalo-3.6.0.tar.gz) = 133234 SHA256 (rust/crates/byte-tools-0.1.3.tar.gz) = 0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279 SIZE (rust/crates/byte-tools-0.1.3.tar.gz) = 7293 SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 SHA256 (rust/crates/bytes-0.4.12.tar.gz) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c SIZE (rust/crates/bytes-0.4.12.tar.gz) = 46361 -SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 -SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 +SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 SHA256 (rust/crates/cc-1.0.66.tar.gz) = 4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48 SIZE (rust/crates/cc-1.0.66.tar.gz) = 53454 SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 @@ -67,8 +69,8 @@ SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573 SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 -SHA256 (rust/crates/const_fn-0.4.4.tar.gz) = cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826 -SIZE (rust/crates/const_fn-0.4.4.tar.gz) = 16138 +SHA256 (rust/crates/const_fn-0.4.5.tar.gz) = 28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6 +SIZE (rust/crates/const_fn-0.4.5.tar.gz) = 13107 SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 SHA256 (rust/crates/cookie-0.14.3.tar.gz) = 784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f @@ -77,12 +79,14 @@ SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 +SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 SHA256 (rust/crates/crypto-mac-0.3.0.tar.gz) = dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e SIZE (rust/crates/crypto-mac-0.3.0.tar.gz) = 5696 -SHA256 (rust/crates/crypto-mac-0.7.0.tar.gz) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 -SIZE (rust/crates/crypto-mac-0.7.0.tar.gz) = 7636 -SHA256 (rust/crates/data-encoding-2.3.1.tar.gz) = 993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908 -SIZE (rust/crates/data-encoding-2.3.1.tar.gz) = 19189 +SHA256 (rust/crates/crypto-mac-0.10.0.tar.gz) = 4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6 +SIZE (rust/crates/crypto-mac-0.10.0.tar.gz) = 9476 +SHA256 (rust/crates/data-encoding-2.3.2.tar.gz) = 3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57 +SIZE (rust/crates/data-encoding-2.3.2.tar.gz) = 19159 SHA256 (rust/crates/diesel-1.4.5.tar.gz) = 3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c SIZE (rust/crates/diesel-1.4.5.tar.gz) = 192875 SHA256 (rust/crates/diesel_derives-1.4.1.tar.gz) = 45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3 @@ -93,14 +97,16 @@ SHA256 (rust/crates/digest-0.5.2.tar.gz) = 7a68d759d7a SIZE (rust/crates/digest-0.5.2.tar.gz) = 6169 SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 +SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 SHA256 (rust/crates/digest-buffer-0.3.1.tar.gz) = 4eb92364e9f6d3da159257250532d448b218406d2acb149f724e8f48e9f5cb9a SIZE (rust/crates/digest-buffer-0.3.1.tar.gz) = 5903 SHA256 (rust/crates/discard-1.0.4.tar.gz) = 212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0 SIZE (rust/crates/discard-1.0.4.tar.gz) = 4700 SHA256 (rust/crates/dotenv-0.15.0.tar.gz) = 77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f SIZE (rust/crates/dotenv-0.15.0.tar.gz) = 11668 -SHA256 (rust/crates/encoding_rs-0.8.26.tar.gz) = 801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283 -SIZE (rust/crates/encoding_rs-0.8.26.tar.gz) = 1367883 +SHA256 (rust/crates/encoding_rs-0.8.28.tar.gz) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 +SIZE (rust/crates/encoding_rs-0.8.28.tar.gz) = 1368577 SHA256 (rust/crates/error-chain-0.11.0.tar.gz) = ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3 SIZE (rust/crates/error-chain-0.11.0.tar.gz) = 27207 SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed @@ -121,78 +127,82 @@ SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9 SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 -SHA256 (rust/crates/funty-1.0.1.tar.gz) = 0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8 -SIZE (rust/crates/funty-1.0.1.tar.gz) = 11636 +SHA256 (rust/crates/funty-1.1.0.tar.gz) = fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7 +SIZE (rust/crates/funty-1.1.0.tar.gz) = 11631 SHA256 (rust/crates/futf-0.1.4.tar.gz) = 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b SIZE (rust/crates/futf-0.1.4.tar.gz) = 11341 -SHA256 (rust/crates/futures-0.3.8.tar.gz) = 9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0 -SIZE (rust/crates/futures-0.3.8.tar.gz) = 40380 -SHA256 (rust/crates/futures-channel-0.3.8.tar.gz) = 4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64 -SIZE (rust/crates/futures-channel-0.3.8.tar.gz) = 29476 -SHA256 (rust/crates/futures-core-0.3.8.tar.gz) = 847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748 -SIZE (rust/crates/futures-core-0.3.8.tar.gz) = 13857 -SHA256 (rust/crates/futures-executor-0.3.8.tar.gz) = 4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65 -SIZE (rust/crates/futures-executor-0.3.8.tar.gz) = 16653 -SHA256 (rust/crates/futures-io-0.3.8.tar.gz) = 611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb -SIZE (rust/crates/futures-io-0.3.8.tar.gz) = 9131 -SHA256 (rust/crates/futures-macro-0.3.8.tar.gz) = 77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556 -SIZE (rust/crates/futures-macro-0.3.8.tar.gz) = 9766 -SHA256 (rust/crates/futures-sink-0.3.8.tar.gz) = f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d -SIZE (rust/crates/futures-sink-0.3.8.tar.gz) = 7733 -SHA256 (rust/crates/futures-task-0.3.8.tar.gz) = 7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d -SIZE (rust/crates/futures-task-0.3.8.tar.gz) = 11118 -SHA256 (rust/crates/futures-util-0.3.8.tar.gz) = d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2 -SIZE (rust/crates/futures-util-0.3.8.tar.gz) = 134020 +SHA256 (rust/crates/futures-0.3.12.tar.gz) = da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150 +SIZE (rust/crates/futures-0.3.12.tar.gz) = 38113 +SHA256 (rust/crates/futures-channel-0.3.12.tar.gz) = f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846 +SIZE (rust/crates/futures-channel-0.3.12.tar.gz) = 29527 +SHA256 (rust/crates/futures-core-0.3.12.tar.gz) = 79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65 +SIZE (rust/crates/futures-core-0.3.12.tar.gz) = 13813 +SHA256 (rust/crates/futures-executor-0.3.12.tar.gz) = e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9 +SIZE (rust/crates/futures-executor-0.3.12.tar.gz) = 17110 +SHA256 (rust/crates/futures-io-0.3.12.tar.gz) = 28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500 +SIZE (rust/crates/futures-io-0.3.12.tar.gz) = 9070 +SHA256 (rust/crates/futures-macro-0.3.12.tar.gz) = c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd +SIZE (rust/crates/futures-macro-0.3.12.tar.gz) = 9680 +SHA256 (rust/crates/futures-sink-0.3.12.tar.gz) = caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6 +SIZE (rust/crates/futures-sink-0.3.12.tar.gz) = 7659 +SHA256 (rust/crates/futures-task-0.3.12.tar.gz) = 13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86 +SIZE (rust/crates/futures-task-0.3.12.tar.gz) = 11063 +SHA256 (rust/crates/futures-util-0.3.12.tar.gz) = 632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b +SIZE (rust/crates/futures-util-0.3.12.tar.gz) = 137448 SHA256 (rust/crates/generic-array-0.7.3.tar.gz) = dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6 SIZE (rust/crates/generic-array-0.7.3.tar.gz) = 8333 SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 +SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.tar.gz) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.tar.gz) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 SHA256 (rust/crates/gimli-0.23.0.tar.gz) = f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce SIZE (rust/crates/gimli-0.23.0.tar.gz) = 702175 SHA256 (rust/crates/glob-0.3.0.tar.gz) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.tar.gz) = 18724 -SHA256 (rust/crates/h2-0.2.7.tar.gz) = 5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535 -SIZE (rust/crates/h2-0.2.7.tar.gz) = 156989 -SHA256 (rust/crates/handlebars-3.5.1.tar.gz) = 2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9 -SIZE (rust/crates/handlebars-3.5.1.tar.gz) = 77295 +SHA256 (rust/crates/h2-0.3.0.tar.gz) = 6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5 +SIZE (rust/crates/h2-0.3.0.tar.gz) = 155662 +SHA256 (rust/crates/handlebars-3.5.2.tar.gz) = 964d0e99a61fe9b1b347389b77ebf8b7e1587b70293676aaca7d27e59b9073b2 +SIZE (rust/crates/handlebars-3.5.2.tar.gz) = 76991 SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 -SIZE (rust/crates/hermit-abi-0.1.17.tar.gz) = 10065 +SHA256 (rust/crates/heck-0.3.2.tar.gz) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.tar.gz) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 SHA256 (rust/crates/hmac-0.1.1.tar.gz) = bdb5aa9647ba4711e9d6968dc1c810cd23989ed435443ca962e1bf6d8b8b83ff SIZE (rust/crates/hmac-0.1.1.tar.gz) = 10447 -SHA256 (rust/crates/hmac-0.7.1.tar.gz) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 -SIZE (rust/crates/hmac-0.7.1.tar.gz) = 9765 +SHA256 (rust/crates/hmac-0.10.1.tar.gz) = c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15 +SIZE (rust/crates/hmac-0.10.1.tar.gz) = 11120 SHA256 (rust/crates/hostname-0.3.1.tar.gz) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 SIZE (rust/crates/hostname-0.3.1.tar.gz) = 9272 SHA256 (rust/crates/html5ever-0.22.5.tar.gz) = c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e SIZE (rust/crates/html5ever-0.22.5.tar.gz) = 201535 -SHA256 (rust/crates/http-0.2.2.tar.gz) = 84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26 -SIZE (rust/crates/http-0.2.2.tar.gz) = 105003 -SHA256 (rust/crates/http-body-0.3.1.tar.gz) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b -SIZE (rust/crates/http-body-0.3.1.tar.gz) = 5394 -SHA256 (rust/crates/httparse-1.3.4.tar.gz) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.tar.gz) = 23739 +SHA256 (rust/crates/http-0.2.3.tar.gz) = 7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 +SIZE (rust/crates/http-0.2.3.tar.gz) = 105044 +SHA256 (rust/crates/http-body-0.4.0.tar.gz) = 2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994 +SIZE (rust/crates/http-body-0.4.0.tar.gz) = 5325 +SHA256 (rust/crates/httparse-1.3.5.tar.gz) = 615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691 +SIZE (rust/crates/httparse-1.3.5.tar.gz) = 24018 SHA256 (rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 SIZE (rust/crates/httpdate-0.3.2.tar.gz) = 10768 SHA256 (rust/crates/hyper-0.10.16.tar.gz) = 0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273 SIZE (rust/crates/hyper-0.10.16.tar.gz) = 113115 -SHA256 (rust/crates/hyper-0.13.9.tar.gz) = f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf -SIZE (rust/crates/hyper-0.13.9.tar.gz) = 142251 +SHA256 (rust/crates/hyper-0.14.4.tar.gz) = e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7 +SIZE (rust/crates/hyper-0.14.4.tar.gz) = 158482 SHA256 (rust/crates/hyper-sync-rustls-0.3.0-rc.17.tar.gz) = 4cb014c4ea00486e2b62860b5e15229d37516d4924177218beafbf46583de3ab SIZE (rust/crates/hyper-sync-rustls-0.3.0-rc.17.tar.gz) = 28351 -SHA256 (rust/crates/hyper-tls-0.4.3.tar.gz) = d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed -SIZE (rust/crates/hyper-tls-0.4.3.tar.gz) = 14195 -SHA256 (rust/crates/hyperx-1.2.0.tar.gz) = 2adce67e2c21cd95288ae3d9f2bbb2762cf17c03744628d49679f315ed1e2e58 -SIZE (rust/crates/hyperx-1.2.0.tar.gz) = 84276 +SHA256 (rust/crates/hyper-tls-0.5.0.tar.gz) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 +SIZE (rust/crates/hyper-tls-0.5.0.tar.gz) = 13257 +SHA256 (rust/crates/hyperx-1.3.0.tar.gz) = 82566a1ace7f56f604d83b7b2c259c78e243d99c565f23d7b4ae34466442c5a2 +SIZE (rust/crates/hyperx-1.3.0.tar.gz) = 84674 SHA256 (rust/crates/idna-0.1.5.tar.gz) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e SIZE (rust/crates/idna-0.1.5.tar.gz) = 258735 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 +SHA256 (rust/crates/idna-0.2.1.tar.gz) = de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094 +SIZE (rust/crates/idna-0.2.1.tar.gz) = 274113 SHA256 (rust/crates/indexmap-1.6.1.tar.gz) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b SIZE (rust/crates/indexmap-1.6.1.tar.gz) = 49644 SHA256 (rust/crates/instant-0.1.9.tar.gz) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec @@ -201,10 +211,10 @@ SHA256 (rust/crates/iovec-0.1.4.tar.gz) = b2b3ea6ff95e SIZE (rust/crates/iovec-0.1.4.tar.gz) = 8720 SHA256 (rust/crates/ipnet-2.3.0.tar.gz) = 47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135 SIZE (rust/crates/ipnet-2.3.0.tar.gz) = 25031 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 -SHA256 (rust/crates/js-sys-0.3.46.tar.gz) = cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175 -SIZE (rust/crates/js-sys-0.3.46.tar.gz) = 67064 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 +SHA256 (rust/crates/js-sys-0.3.47.tar.gz) = 5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65 +SIZE (rust/crates/js-sys-0.3.47.tar.gz) = 67063 SHA256 (rust/crates/jsonwebtoken-7.2.0.tar.gz) = afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32 SIZE (rust/crates/jsonwebtoken-7.2.0.tar.gz) = 20176 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d @@ -215,18 +225,18 @@ SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 SHA256 (rust/crates/lazycell-1.3.0.tar.gz) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.tar.gz) = 12502 -SHA256 (rust/crates/lettre-0.10.0-alpha.4.tar.gz) = dc8c2fc7873920aca23647e5e86d44ff3f40bbc5a5efaab445c9eb0e001c9f71 -SIZE (rust/crates/lettre-0.10.0-alpha.4.tar.gz) = 76991 -SHA256 (rust/crates/libc-0.2.81.tar.gz) = 1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb -SIZE (rust/crates/libc-0.2.81.tar.gz) = 513105 +SHA256 (rust/crates/lettre-0.10.0-alpha.5.tar.gz) = 34f3dd8d917156976a47ef421a2e771423d6da95e93696f1814e76768625c162 +SIZE (rust/crates/lettre-0.10.0-alpha.5.tar.gz) = 101184 +SHA256 (rust/crates/libc-0.2.85.tar.gz) = 7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3 +SIZE (rust/crates/libc-0.2.85.tar.gz) = 516872 SHA256 (rust/crates/libsqlite3-sys-0.18.0.tar.gz) = 1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd SIZE (rust/crates/libsqlite3-sys-0.18.0.tar.gz) = 2281735 SHA256 (rust/crates/lock_api-0.4.2.tar.gz) = dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312 SIZE (rust/crates/lock_api-0.4.2.tar.gz) = 20375 SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b SIZE (rust/crates/log-0.3.9.tar.gz) = 16686 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/mac-0.1.1.tar.gz) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.tar.gz) = 4838 SHA256 (rust/crates/maplit-1.0.2.tar.gz) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d @@ -255,16 +265,20 @@ SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26 SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 SHA256 (rust/crates/mio-0.6.23.tar.gz) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 SIZE (rust/crates/mio-0.6.23.tar.gz) = 103554 +SHA256 (rust/crates/mio-0.7.7.tar.gz) = e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7 +SIZE (rust/crates/mio-0.7.7.tar.gz) = 85595 SHA256 (rust/crates/mio-extras-2.0.6.tar.gz) = 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19 SIZE (rust/crates/mio-extras-2.0.6.tar.gz) = 16292 SHA256 (rust/crates/miow-0.2.2.tar.gz) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d SIZE (rust/crates/miow-0.2.2.tar.gz) = 22044 -SHA256 (rust/crates/multipart-0.17.0.tar.gz) = 8209c33c951f07387a8497841122fc6f712165e3f9bda3e6be4645b58188f676 -SIZE (rust/crates/multipart-0.17.0.tar.gz) = 64244 +SHA256 (rust/crates/miow-0.3.6.tar.gz) = 5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897 +SIZE (rust/crates/miow-0.3.6.tar.gz) = 24533 +SHA256 (rust/crates/multipart-0.17.1.tar.gz) = d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4 +SIZE (rust/crates/multipart-0.17.1.tar.gz) = 64638 SHA256 (rust/crates/mysqlclient-sys-0.2.4.tar.gz) = 7e9637d93448044078aaafea7419aed69d301b4a12bcc4aa0ae856eb169bef85 SIZE (rust/crates/mysqlclient-sys-0.2.4.tar.gz) = 27494 -SHA256 (rust/crates/native-tls-0.2.6.tar.gz) = 6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f -SIZE (rust/crates/native-tls-0.2.6.tar.gz) = 31552 +SHA256 (rust/crates/native-tls-0.2.7.tar.gz) = b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4 +SIZE (rust/crates/native-tls-0.2.7.tar.gz) = 24958 SHA256 (rust/crates/net2-0.2.37.tar.gz) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae SIZE (rust/crates/net2-0.2.37.tar.gz) = 21311 SHA256 (rust/crates/new_debug_unreachable-1.0.4.tar.gz) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 @@ -273,8 +287,10 @@ SHA256 (rust/crates/newline-converter-0.1.0.tar.gz) = SIZE (rust/crates/newline-converter-0.1.0.tar.gz) = 2836 SHA256 (rust/crates/nodrop-0.1.14.tar.gz) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb SIZE (rust/crates/nodrop-0.1.14.tar.gz) = 7667 -SHA256 (rust/crates/nom-6.0.1.tar.gz) = 88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0 -SIZE (rust/crates/nom-6.0.1.tar.gz) = 147508 +SHA256 (rust/crates/nom-6.1.0.tar.gz) = ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1 +SIZE (rust/crates/nom-6.1.0.tar.gz) = 147341 +SHA256 (rust/crates/ntapi-0.3.6.tar.gz) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 +SIZE (rust/crates/ntapi-0.3.6.tar.gz) = 127221 SHA256 (rust/crates/num-bigint-0.2.6.tar.gz) = 090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304 SIZE (rust/crates/num-bigint-0.2.6.tar.gz) = 87275 SHA256 (rust/crates/num-derive-0.3.3.tar.gz) = 876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d @@ -287,20 +303,22 @@ SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f37 SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 SHA256 (rust/crates/oath-0.10.2.tar.gz) = ec6405dc6afe8219020d535f9ad888a12b191bbc8ce1c55f7ee663bde5be80ca SIZE (rust/crates/oath-0.10.2.tar.gz) = 10781 -SHA256 (rust/crates/object-0.22.0.tar.gz) = 8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397 -SIZE (rust/crates/object-0.22.0.tar.gz) = 181505 +SHA256 (rust/crates/object-0.23.0.tar.gz) = a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4 +SIZE (rust/crates/object-0.23.0.tar.gz) = 203889 SHA256 (rust/crates/once_cell-1.5.2.tar.gz) = 13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0 SIZE (rust/crates/once_cell-1.5.2.tar.gz) = 27660 SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 -SHA256 (rust/crates/openssl-0.10.31.tar.gz) = 8d008f51b1acffa0d3450a68606e6a51c123012edaacb0f4e1426bd978869187 -SIZE (rust/crates/openssl-0.10.31.tar.gz) = 195472 +SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 +SHA256 (rust/crates/openssl-0.10.32.tar.gz) = 038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70 +SIZE (rust/crates/openssl-0.10.32.tar.gz) = 199469 SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 SHA256 (rust/crates/openssl-src-111.13.0+1.1.1i.tar.gz) = 045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6 SIZE (rust/crates/openssl-src-111.13.0+1.1.1i.tar.gz) = 5087843 -SHA256 (rust/crates/openssl-sys-0.9.59.tar.gz) = de52d8eabd217311538a39bba130d7dea1f1e118010fee7a033d966845e7d5fe -SIZE (rust/crates/openssl-sys-0.9.59.tar.gz) = 51178 +SHA256 (rust/crates/openssl-sys-0.9.60.tar.gz) = 921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6 +SIZE (rust/crates/openssl-sys-0.9.60.tar.gz) = 51509 SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 SIZE (rust/crates/owning_ref-0.3.3.tar.gz) = 11710 SHA256 (rust/crates/parity-ws-0.10.0.tar.gz) = 9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61 @@ -311,8 +329,8 @@ SHA256 (rust/crates/parking_lot-0.11.1.tar.gz) = 6d774 SIZE (rust/crates/parking_lot-0.11.1.tar.gz) = 39854 SHA256 (rust/crates/parking_lot_core-0.2.14.tar.gz) = 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 -SHA256 (rust/crates/parking_lot_core-0.8.1.tar.gz) = d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0 -SIZE (rust/crates/parking_lot_core-0.8.1.tar.gz) = 32296 +SHA256 (rust/crates/parking_lot_core-0.8.2.tar.gz) = 9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272 +SIZE (rust/crates/parking_lot_core-0.8.2.tar.gz) = 32142 SHA256 (rust/crates/parse-zoneinfo-0.3.0.tar.gz) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 SIZE (rust/crates/parse-zoneinfo-0.3.0.tar.gz) = 76590 SHA256 (rust/crates/paste-1.0.4.tar.gz) = c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1 @@ -345,16 +363,14 @@ SHA256 (rust/crates/phf_shared-0.7.24.tar.gz) = 234f71 SIZE (rust/crates/phf_shared-0.7.24.tar.gz) = 2170 SHA256 (rust/crates/pin-project-0.4.27.tar.gz) = 2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15 SIZE (rust/crates/pin-project-0.4.27.tar.gz) = 50964 -SHA256 (rust/crates/pin-project-1.0.2.tar.gz) = 9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7 -SIZE (rust/crates/pin-project-1.0.2.tar.gz) = 54886 +SHA256 (rust/crates/pin-project-1.0.5.tar.gz) = 96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63 +SIZE (rust/crates/pin-project-1.0.5.tar.gz) = 53782 SHA256 (rust/crates/pin-project-internal-0.4.27.tar.gz) = 65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895 SIZE (rust/crates/pin-project-internal-0.4.27.tar.gz) = 29739 -SHA256 (rust/crates/pin-project-internal-1.0.2.tar.gz) = f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f -SIZE (rust/crates/pin-project-internal-1.0.2.tar.gz) = 27379 -SHA256 (rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b -SIZE (rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308 -SHA256 (rust/crates/pin-project-lite-0.2.0.tar.gz) = 6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c -SIZE (rust/crates/pin-project-lite-0.2.0.tar.gz) = 29023 +SHA256 (rust/crates/pin-project-internal-1.0.5.tar.gz) = 758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b +SIZE (rust/crates/pin-project-internal-1.0.5.tar.gz) = 27351 +SHA256 (rust/crates/pin-project-lite-0.2.4.tar.gz) = 439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827 +SIZE (rust/crates/pin-project-lite-0.2.4.tar.gz) = 22840 SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c @@ -371,8 +387,8 @@ SHA256 (rust/crates/proc-macro-error-attr-1.0.4.tar.gz SIZE (rust/crates/proc-macro-error-attr-1.0.4.tar.gz) = 7971 SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 -SHA256 (rust/crates/proc-macro-nested-0.1.6.tar.gz) = eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a -SIZE (rust/crates/proc-macro-nested-0.1.6.tar.gz) = 6498 +SHA256 (rust/crates/proc-macro-nested-0.1.7.tar.gz) = bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086 +SIZE (rust/crates/proc-macro-nested-0.1.7.tar.gz) = 6495 SHA256 (rust/crates/proc-macro2-0.4.30.tar.gz) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 SIZE (rust/crates/proc-macro2-0.4.30.tar.gz) = 34731 SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 @@ -383,8 +399,8 @@ SHA256 (rust/crates/quick-error-2.0.0.tar.gz) = 3ac73b SIZE (rust/crates/quick-error-2.0.0.tar.gz) = 14286 SHA256 (rust/crates/quote-0.6.13.tar.gz) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1 SIZE (rust/crates/quote-0.6.13.tar.gz) = 17475 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 +SHA256 (rust/crates/quote-1.0.8.tar.gz) = 991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df +SIZE (rust/crates/quote-1.0.8.tar.gz) = 24997 SHA256 (rust/crates/quoted_printable-0.4.2.tar.gz) = 47b080c5db639b292ac79cbd34be0cfc5d36694768d8341109634d90b86930e2 SIZE (rust/crates/quoted_printable-0.4.2.tar.gz) = 6330 SHA256 (rust/crates/r2d2-0.8.9.tar.gz) = 545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f @@ -397,20 +413,28 @@ SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88 SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef SIZE (rust/crates/rand_chacha-0.1.1.tar.gz) = 11703 SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 SHA256 (rust/crates/rand_core-0.4.2.tar.gz) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc SIZE (rust/crates/rand_core-0.4.2.tar.gz) = 20243 SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 +SHA256 (rust/crates/rand_core-0.6.1.tar.gz) = c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5 +SIZE (rust/crates/rand_core-0.6.1.tar.gz) = 21634 SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 +SHA256 (rust/crates/rand_hc-0.3.0.tar.gz) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.tar.gz) = 11780 SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 SHA256 (rust/crates/rand_jitter-0.1.4.tar.gz) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b @@ -425,20 +449,22 @@ SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb772 SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/regex-1.4.2.tar.gz) = 38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c -SIZE (rust/crates/regex-1.4.2.tar.gz) = 236931 -SHA256 (rust/crates/regex-syntax-0.6.21.tar.gz) = 3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189 -SIZE (rust/crates/regex-syntax-0.6.21.tar.gz) = 293572 +SHA256 (rust/crates/redox_syscall-0.2.4.tar.gz) = 05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570 +SIZE (rust/crates/redox_syscall-0.2.4.tar.gz) = 23234 +SHA256 (rust/crates/regex-1.4.3.tar.gz) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a +SIZE (rust/crates/regex-1.4.3.tar.gz) = 237273 +SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 +SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 -SHA256 (rust/crates/reqwest-0.10.10.tar.gz) = 0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c -SIZE (rust/crates/reqwest-0.10.10.tar.gz) = 127537 -SHA256 (rust/crates/ring-0.16.19.tar.gz) = 024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226 -SIZE (rust/crates/ring-0.16.19.tar.gz) = 5195787 -SHA256 (rust/crates/rmp-0.8.9.tar.gz) = 0f10b46df14cf1ee1ac7baa4d2fbc2c52c0622a4b82fa8740e37bc452ac0184f -SIZE (rust/crates/rmp-0.8.9.tar.gz) = 23478 -SHA256 (rust/crates/rmpv-0.4.6.tar.gz) = 601e306fb529fadf3faa482684fba756e1b93897864ef2ab2080b12775c04235 -SIZE (rust/crates/rmpv-0.4.6.tar.gz) = 26600 +SHA256 (rust/crates/reqwest-0.11.0.tar.gz) = fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de +SIZE (rust/crates/reqwest-0.11.0.tar.gz) = 126872 +SHA256 (rust/crates/ring-0.16.20.tar.gz) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc +SIZE (rust/crates/ring-0.16.20.tar.gz) = 5082615 +SHA256 (rust/crates/rmp-0.8.10.tar.gz) = 4f55e5fa1446c4d5dd1f5daeed2a4fe193071771a2636274d0d7a3b082aa7ad6 +SIZE (rust/crates/rmp-0.8.10.tar.gz) = 23541 +SHA256 (rust/crates/rmpv-0.4.7.tar.gz) = 7c760afe11955e16121e36485b6b828326c3f0eaff1c31758d96dbeb5cf09fd5 +SIZE (rust/crates/rmpv-0.4.7.tar.gz) = 26658 SHA256 (rust/crates/rustc-demangle-0.1.18.tar.gz) = 6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232 SIZE (rust/crates/rustc-demangle-0.1.18.tar.gz) = 19913 SHA256 (rust/crates/rustc-hex-1.0.0.tar.gz) = 0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e @@ -469,18 +495,20 @@ SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c1 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.118.tar.gz) = 06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800 -SIZE (rust/crates/serde-1.0.118.tar.gz) = 74248 -SHA256 (rust/crates/serde_derive-1.0.118.tar.gz) = c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df -SIZE (rust/crates/serde_derive-1.0.118.tar.gz) = 50589 -SHA256 (rust/crates/serde_json-1.0.60.tar.gz) = 1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779 -SIZE (rust/crates/serde_json-1.0.60.tar.gz) = 114828 +SHA256 (rust/crates/serde-1.0.123.tar.gz) = 92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae +SIZE (rust/crates/serde-1.0.123.tar.gz) = 74379 +SHA256 (rust/crates/serde_derive-1.0.123.tar.gz) = 9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31 +SIZE (rust/crates/serde_derive-1.0.123.tar.gz) = 54122 +SHA256 (rust/crates/serde_json-1.0.62.tar.gz) = ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486 +SIZE (rust/crates/serde_json-1.0.62.tar.gz) = 114960 SHA256 (rust/crates/serde_urlencoded-0.7.0.tar.gz) = edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9 SIZE (rust/crates/serde_urlencoded-0.7.0.tar.gz) = 12489 SHA256 (rust/crates/sha-1-0.3.4.tar.gz) = 8347606816471548cd60f0abd5ef0d513a81f5202dbdab9c09f17a15b5248484 SIZE (rust/crates/sha-1-0.3.4.tar.gz) = 10685 SHA256 (rust/crates/sha-1-0.8.2.tar.gz) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df SIZE (rust/crates/sha-1-0.8.2.tar.gz) = 12338 +SHA256 (rust/crates/sha-1-0.9.3.tar.gz) = f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d +SIZE (rust/crates/sha-1-0.9.3.tar.gz) = 13553 SHA256 (rust/crates/sha1-0.6.0.tar.gz) = 2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d SIZE (rust/crates/sha1-0.6.0.tar.gz) = 9244 SHA256 (rust/crates/sha2-0.5.3.tar.gz) = 84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8 @@ -491,20 +519,20 @@ SHA256 (rust/crates/siphasher-0.2.3.tar.gz) = 0b8de496 SIZE (rust/crates/siphasher-0.2.3.tar.gz) = 8717 SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 -SHA256 (rust/crates/smallvec-0.6.13.tar.gz) = f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6 -SIZE (rust/crates/smallvec-0.6.13.tar.gz) = 22760 -SHA256 (rust/crates/smallvec-1.5.1.tar.gz) = ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75 -SIZE (rust/crates/smallvec-1.5.1.tar.gz) = 26270 -SHA256 (rust/crates/socket2-0.3.17.tar.gz) = 2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902 -SIZE (rust/crates/socket2-0.3.17.tar.gz) = 49764 +SHA256 (rust/crates/smallvec-0.6.14.tar.gz) = b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0 +SIZE (rust/crates/smallvec-0.6.14.tar.gz) = 22855 +SHA256 (rust/crates/smallvec-1.6.1.tar.gz) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.tar.gz) = 26444 +SHA256 (rust/crates/socket2-0.3.19.tar.gz) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e +SIZE (rust/crates/socket2-0.3.19.tar.gz) = 33782 SHA256 (rust/crates/soup-0.5.0.tar.gz) = ee42b8c117ede655c8ffe18dafcd239b23eb3bb7a2c71b1f01237587736f139f SIZE (rust/crates/soup-0.5.0.tar.gz) = 36703 SHA256 (rust/crates/spin-0.5.2.tar.gz) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d SIZE (rust/crates/spin-0.5.2.tar.gz) = 12004 SHA256 (rust/crates/stable_deref_trait-1.2.0.tar.gz) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.tar.gz) = 8054 -SHA256 (rust/crates/standback-0.2.13.tar.gz) = cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8 -SIZE (rust/crates/standback-0.2.13.tar.gz) = 25284 +SHA256 (rust/crates/standback-0.2.15.tar.gz) = a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8 +SIZE (rust/crates/standback-0.2.15.tar.gz) = 32506 SHA256 (rust/crates/state-0.4.2.tar.gz) = 3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483 SIZE (rust/crates/state-0.4.2.tar.gz) = 25954 SHA256 (rust/crates/stdweb-0.4.20.tar.gz) = d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5 @@ -527,52 +555,50 @@ SHA256 (rust/crates/structopt-0.3.21.tar.gz) = 5277acd SIZE (rust/crates/structopt-0.3.21.tar.gz) = 50761 SHA256 (rust/crates/structopt-derive-0.4.14.tar.gz) = 5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90 SIZE (rust/crates/structopt-derive-0.4.14.tar.gz) = 20116 -SHA256 (rust/crates/subtle-1.0.0.tar.gz) = 2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee -SIZE (rust/crates/subtle-1.0.0.tar.gz) = 8097 -SHA256 (rust/crates/subtle-2.3.0.tar.gz) = 343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd -SIZE (rust/crates/subtle-2.3.0.tar.gz) = 11096 +SHA256 (rust/crates/subtle-2.4.0.tar.gz) = 1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2 +SIZE (rust/crates/subtle-2.4.0.tar.gz) = 12411 SHA256 (rust/crates/syn-0.15.44.tar.gz) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5 SIZE (rust/crates/syn-0.15.44.tar.gz) = 184212 -SHA256 (rust/crates/syn-1.0.54.tar.gz) = 9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44 -SIZE (rust/crates/syn-1.0.54.tar.gz) = 228322 +SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 +SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 SHA256 (rust/crates/syslog-4.0.1.tar.gz) = a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327 SIZE (rust/crates/syslog-4.0.1.tar.gz) = 7131 SHA256 (rust/crates/tap-1.0.0.tar.gz) = 36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e SIZE (rust/crates/tap-1.0.0.tar.gz) = 8335 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/tendril-0.4.1.tar.gz) = 707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b -SIZE (rust/crates/tendril-0.4.1.tar.gz) = 35286 +SHA256 (rust/crates/tempfile-3.2.0.tar.gz) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.tar.gz) = 25892 +SHA256 (rust/crates/tendril-0.4.2.tar.gz) = a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33 +SIZE (rust/crates/tendril-0.4.2.tar.gz) = 37138 SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 +SHA256 (rust/crates/thread_local-1.1.3.tar.gz) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.tar.gz) = 13111 SHA256 (rust/crates/threadpool-1.8.1.tar.gz) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa SIZE (rust/crates/threadpool-1.8.1.tar.gz) = 14408 SHA256 (rust/crates/time-0.1.44.tar.gz) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 SIZE (rust/crates/time-0.1.44.tar.gz) = 28885 -SHA256 (rust/crates/time-0.2.23.tar.gz) = bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b -SIZE (rust/crates/time-0.2.23.tar.gz) = 64880 +SHA256 (rust/crates/time-0.2.25.tar.gz) = 1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7 +SIZE (rust/crates/time-0.2.25.tar.gz) = 65326 SHA256 (rust/crates/time-macros-0.1.1.tar.gz) = 957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1 SIZE (rust/crates/time-macros-0.1.1.tar.gz) = 5447 SHA256 (rust/crates/time-macros-impl-0.1.1.tar.gz) = e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa SIZE (rust/crates/time-macros-impl-0.1.1.tar.gz) = 10384 -SHA256 (rust/crates/tinyvec-1.1.0.tar.gz) = ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f -SIZE (rust/crates/tinyvec-1.1.0.tar.gz) = 39037 +SHA256 (rust/crates/tinyvec-1.1.1.tar.gz) = 317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023 +SIZE (rust/crates/tinyvec-1.1.1.tar.gz) = 39896 SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 -SHA256 (rust/crates/tokio-0.2.24.tar.gz) = 099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48 -SIZE (rust/crates/tokio-0.2.24.tar.gz) = 413332 -SHA256 (rust/crates/tokio-tls-0.3.1.tar.gz) = 9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343 -SIZE (rust/crates/tokio-tls-0.3.1.tar.gz) = 22517 -SHA256 (rust/crates/tokio-util-0.3.1.tar.gz) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499 -SIZE (rust/crates/tokio-util-0.3.1.tar.gz) = 27233 +SHA256 (rust/crates/tokio-1.2.0.tar.gz) = e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a +SIZE (rust/crates/tokio-1.2.0.tar.gz) = 428628 +SHA256 (rust/crates/tokio-native-tls-0.3.0.tar.gz) = f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b +SIZE (rust/crates/tokio-native-tls-0.3.0.tar.gz) = 20759 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 11 14:59:34 2021 Return-Path: Delivered-To: svn-ports-all@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 D4719578E4A; Thu, 11 Mar 2021 14:59:34 +0000 (UTC) (envelope-from arrowd@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 4DxBtZ5dKtz4vNX; Thu, 11 Mar 2021 14:59:34 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3F1F26A36; Thu, 11 Mar 2021 14:59:34 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BExYLa008699; Thu, 11 Mar 2021 14:59:34 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BExYAI008695; Thu, 11 Mar 2021 14:59:34 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202103111459.12BExYAI008695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Thu, 11 Mar 2021 14:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568098 - in head/x11/xpra: . files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/x11/xpra: . files X-SVN-Commit-Revision: 568098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 14:59:34 -0000 Author: arrowd Date: Thu Mar 11 14:59:33 2021 New Revision: 568098 URL: https://svnweb.freebsd.org/changeset/ports/568098 Log: x11/xpra: Update to 4.1.1 Deleted: head/x11/xpra/files/patch-scripts_xpra head/x11/xpra/files/patch-scripts_xpra__launcher Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo head/x11/xpra/files/patch-setup.py head/x11/xpra/pkg-plist Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Thu Mar 11 14:58:50 2021 (r568097) +++ head/x11/xpra/Makefile Thu Mar 11 14:59:33 2021 (r568098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 4.0.6 +PORTVERSION= 4.1.1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -10,7 +10,8 @@ COMMENT= Persistent remote applications for X LICENSE= GPLv2 -BUILD_DEPENDS= brotli:archivers/brotli +BUILD_DEPENDS= brotli:archivers/brotli \ + pandoc:textproc/hs-pandoc LIB_DEPENDS= libwebp.so:graphics/webp RUN_DEPENDS= ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}bencode.py>1:converters/py-bencode.py@${PY_FLAVOR} \ @@ -30,7 +31,7 @@ RUN_DEPENDS= ${PY_PILLOW} \ xkbcomp:x11/xkbcomp \ Xvfb:x11-servers/xorg-vfbserver -USES= desktop-file-utils fortran gettext-runtime gnome pkgconfig \ +USES= desktop-file-utils gettext-runtime gnome pkgconfig \ python:3.6+ shared-mime-info shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 pygobject3 @@ -39,17 +40,17 @@ USE_XORG= x11 xcomposite xdamage xext xfixes xi xkbfil PLIST_SUB+= PORTVERSION=${PORTVERSION} \ PYTHON_SUFFIX=${PYTHON_SUFFIX} \ PYTHON_VER=${PYTHON_VER} -SHEBANG_FILES= cups/xpraforwarder scripts/auth_dialog scripts/xdg-open \ - scripts/xpra_udev_product_version scripts/gnome-open \ - scripts/gvfs-open +SHEBANG_FILES= fs/lib/cups/xpraforwarder fs/bin/auth_dialog fs/bin/xdg-open \ + fs/bin/xpra_udev_product_version fs/bin/gnome-open \ + fs/bin/gvfs-open SHEBANG_LANG= sh sh_OLD_CMD= /usr/bin/sh sh_CMD= /bin/sh MAKE_ENV= XPRA_USE_PROCESS_POLLING=1 -OPTIONS_DEFINE= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV SWSCALE VPX \ +OPTIONS_DEFINE= AVAHI AVCODEC CUPS FFMPEG GSTREAMER LIBYUV SWSCALE VPX \ WEBCAM X264 X265 -OPTIONS_DEFAULT= AVAHI AVCODEC CUPS FFMPEG GSTREAMER HTML5 LIBYUV SWSCALE VPX \ +OPTIONS_DEFAULT= AVAHI AVCODEC CUPS FFMPEG GSTREAMER LIBYUV SWSCALE VPX \ X264 X265 OPTIONS_SUB= yes @@ -57,7 +58,6 @@ AVCODEC_DESC= Enable avcodec2 (FFmpeg) decoder CUPS_DESC= Enable CUPS for printer forwarding FFMPEG_DESC= Enable FFmpeg encoder GSTREAMER_DESC= Enable GStreamer for sound forwarding -HTML5_DESC= Install HTML5 client interface LIBYUV_DESC= Enable libyuv CSC module (fastest) SWSCALE_DESC= Enable swscale (FFmpeg) CSC module VPX_DESC= Enable VP8 and VP9 codec @@ -76,7 +76,6 @@ GSTREAMER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstream gstreamer1-plugins-pulse>1:audio/gstreamer1-plugins-pulse GSTREAMER_USE= GSTREAMER1=flac,lame,mpg123,ogg,opus,vorbis,wavpack GSTREAMER_VARS= XPRA_OPTIONS+=sound -HTML5_VARS= XPRA_OPTIONS+=html5 LIBYUV_LIB_DEPENDS= libyuv.so:graphics/libyuv LIBYUV_VARS= XPRA_OPTIONS+=csc_libyuv SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg @@ -92,9 +91,9 @@ X265_VARS= XPRA_OPTIONS+=enc_x265 PYDISTUTILS_PKGNAME= xpra_all XPRA_OPTIONS_ALL+= ${XPRA_OPTIONS_DISABLED} csc_libyuv csc_swscale \ - dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 html5 \ + dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 \ mdns printing sound vpx webcam -XPRA_OPTIONS_DISABLED= minify netdev uinput Xdummy Xdummy_wrapper +XPRA_OPTIONS_DISABLED= netdev service uinput Xdummy Xdummy_wrapper .include @@ -117,12 +116,10 @@ PYDISTUTILS_CONFIGUREARGS+= ${PYDISTUTILS_ARGS} PYDISTUTILS_INSTALLARGS+= ${PYDISTUTILS_ARGS} post-patch: - @${REINPLACE_CMD} -e 's|%%GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${_GCC_VER}|' \ - ${WRKSRC}/scripts/xpra ${WRKSRC}/scripts/xpra_launcher @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${WRKSRC}/xpra/platform/pycups_printing.py @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/sbin|' \ - ${WRKSRC}/etc/xpra/conf.d/16_printing.conf.in + ${WRKSRC}/fs/etc/xpra/conf.d/16_printing.conf.in post-install: @${MV} ${STAGEDIR}${ETCDIR}/xorg.conf \ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Thu Mar 11 14:58:50 2021 (r568097) +++ head/x11/xpra/distinfo Thu Mar 11 14:59:33 2021 (r568098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613658976 -SHA256 (xpra-4.0.6.tar.xz) = 9c672f6d914661dda743be4b2f860dfb17166fb52c562037380aa972b4f089e8 -SIZE (xpra-4.0.6.tar.xz) = 2797752 +TIMESTAMP = 1615388217 +SHA256 (xpra-4.1.1.tar.xz) = 58dc9feefef5e149acad8bb8d3aef59b5f6b48d875265fba1f097f8d264d41db +SIZE (xpra-4.1.1.tar.xz) = 2674236 Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Thu Mar 11 14:58:50 2021 (r568097) +++ head/x11/xpra/files/patch-setup.py Thu Mar 11 14:59:33 2021 (r568098) @@ -1,31 +1,20 @@ ---- setup.py.orig 2020-03-13 16:51:18 UTC +--- setup.py.orig 2021-03-07 14:32:43 UTC +++ setup.py -@@ -1491,7 +1491,7 @@ else: - libexec = "libexec" - else: - libexec = "lib" -- if LINUX: -+ if LINUX or FREEBSD: - if scripts_ENABLED: - scripts += ["scripts/xpra_udev_product_version", "scripts/xpra_signal_listener"] - libexec_scripts = [] -@@ -1508,7 +1508,7 @@ else: - add_data_files("%s/man1" % man_path, ["man/xpra.1", "man/xpra_launcher.1"]) - add_data_files("share/applications", glob.glob("xdg/*.desktop")) - add_data_files("share/mime/packages", ["xdg/application-x-xpraconfig.xml"]) -- add_data_files("share/icons", ["xdg/xpra.png", "xdg/xpra-mdns.png", "xdg/xpra-shadow.png"]) -+ add_data_files("share/pixmaps", ["xdg/xpra.png", "xdg/xpra-mdns.png", "xdg/xpra-shadow.png"]) - add_data_files("share/metainfo", ["xdg/xpra.appdata.xml"]) +@@ -1012,7 +1012,7 @@ if 'clean' in sys.argv or 'sdist' in sys.argv: + clean() - #here, we override build and install so we can -@@ -1633,8 +1633,8 @@ else: - remove_packages("xpra.platform.win32", "xpra.platform.darwin") - if data_ENABLED: - #not supported by all distros, but doesn't hurt to install them anyway: -- for x in ("tmpfiles.d", "sysusers.d"): -- add_data_files("lib/%s" % x, ["%s/xpra.conf" % x]) -+# for x in ("tmpfiles.d", "sysusers.d"): -+# add_data_files("lib/%s" % x, ["%s/xpra.conf" % x]) - if uinput_ENABLED: - add_data_files("lib/udev/rules.d/", ["udev/rules.d/71-xpra-virtual-pointer.rules"]) + def add_build_info(*args): +- cmd = ["python3", "./fs/bin/add_build_info.py"]+list(args) ++ cmd = [sys.executable, "./fs/bin/add_build_info.py"]+list(args) + r = subprocess.Popen(cmd).wait(30) + assert r==0, "'%s' returned %s" % (" ".join(cmd), r) +@@ -1531,7 +1531,7 @@ else: + add_data_files("%s/man1" % man_path, man_pages) + add_data_files("share/applications", glob.glob("fs/share/applications/*.desktop")) + add_data_files("share/mime/packages", ["fs/share/mime/packages/application-x-xpraconfig.xml"]) +- add_data_files("share/icons", glob.glob("fs/share/icons/*.png")) ++ add_data_files("share/pixmaps", glob.glob("fs/share/icons/*.png")) + add_data_files("share/metainfo", ["fs/share/metainfo/xpra.appdata.xml"]) + + #here, we override build and install so we can Modified: head/x11/xpra/pkg-plist ============================================================================== --- head/x11/xpra/pkg-plist Thu Mar 11 14:58:50 2021 (r568097) +++ head/x11/xpra/pkg-plist Thu Mar 11 14:59:33 2021 (r568098) @@ -1,3 +1,4 @@ +bin/run_scaled bin/xpra bin/xpra_launcher bin/xpra_signal_listener @@ -22,6 +23,13 @@ libexec/xpra/xdg-open %%ETCDIR%%/conf.d/55_server_x11.conf %%ETCDIR%%/conf.d/60_server.conf %%ETCDIR%%/conf.d/65_proxy.conf +%%ETCDIR%%/content-categories/10_default.conf +%%ETCDIR%%/content-type/10_role.conf +%%ETCDIR%%/content-type/30_title.conf +%%ETCDIR%%/content-type/50_class.conf +%%ETCDIR%%/content-type/70_commands.conf +%%ETCDIR%%/http-headers/00_nocache.txt +%%ETCDIR%%/http-headers/10_content_security_policy.txt @sample %%ETCDIR%%/xorg.conf.sample @sample %%ETCDIR%%/xpra.conf.sample %%PYTHON_SITELIBDIR%%/xpra-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/PKG-INFO @@ -60,6 +68,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/buffers/__init__.py %%PYTHON_SITELIBDIR%%/xpra/buffers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/buffers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/buffers/cyxor%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/xpra/buffers/membuf%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/xpra/build_info.py %%PYTHON_SITELIBDIR%%/xpra/child_reaper.py @@ -80,6 +89,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/gobject_client_base.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/keyboard_helper.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/keyboard_helper.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/keyboard_shortcuts_parser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/keyboard_shortcuts_parser.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/mixin_features.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/mixin_features.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/__pycache__/paint_colors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -174,15 +185,27 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/gtk3_client_window.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/gtk3_notifier.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/gtk3_notifier.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/qrcode_client.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/qrcode_client.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/show_shortcuts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/show_shortcuts.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/splash_screen.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/splash_screen.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/tray_menu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/tray_menu.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/window_menu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/__pycache__/window_menu.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/cairo_backing.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/cairo_workaround%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/client.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/client_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/gtk3_client_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/gtk3_notifier.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/qrcode_client.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/show_shortcuts.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/splash_screen.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk3/tray_menu.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk3/window_menu.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -190,12 +213,12 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/bug_report.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/cairo_backing_base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/cairo_backing_base.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/cairo_paint_common.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/cairo_paint_common.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/client_launcher.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/client_launcher.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/confirm_dialog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/confirm_dialog.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/css_overrides.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/css_overrides.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_client_base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_client_base.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_client_window_base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -206,6 +229,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_spinner.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_tray_menu_base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/gtk_tray_menu_base.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/menu_helper.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/menu_helper.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/mdns_gui.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/mdns_gui.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/open_requests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -228,11 +253,13 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/u2f_tool.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/update_status.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/update_status.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/window_info.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/__pycache__/window_info.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/bug_report.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_backing_base.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/cairo_paint_common.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/client_launcher.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/confirm_dialog.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/css_overrides.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -252,8 +279,6 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/file_chooser.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/fontrendering.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/fontrendering.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/gl_colors_gradient.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/gl_colors_gradient.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/grabs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/grabs.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/header_bar.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -270,6 +295,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/tray.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_focus.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_focus.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_geometry_hints.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_geometry_hints.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_opacity.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_opacity.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/__pycache__/window_overrideredirect.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -288,7 +315,6 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/cursors.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/file_chooser.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/fontrendering.py -%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/gl_colors_gradient.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/grabs.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/header_bar.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/initiate_moveresize.py @@ -297,6 +323,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/transparent_window.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/tray.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/window_focus.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/window_geometry_hints.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/window_opacity.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/window_overrideredirect.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/example/window_states.py @@ -308,6 +335,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_spinner.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/gtk_tray_menu_base.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/mdns_gui.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/menu_helper.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/open_requests.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/pass_dialog.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/server_commands.py @@ -318,7 +346,9 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/toolbox.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/u2f_tool.py %%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/update_status.py +%%PYTHON_SITELIBDIR%%/xpra/client/gtk_base/window_info.py %%PYTHON_SITELIBDIR%%/xpra/client/keyboard_helper.py +%%PYTHON_SITELIBDIR%%/xpra/client/keyboard_shortcuts_parser.py %%PYTHON_SITELIBDIR%%/xpra/client/mixin_features.py %%PYTHON_SITELIBDIR%%/xpra/client/mixins/__init__.py %%PYTHON_SITELIBDIR%%/xpra/client/mixins/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -409,6 +439,10 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/codecs/argb/argb%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_checks.py %%PYTHON_SITELIBDIR%%/xpra/codecs/codec_constants.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_cython/colorspace_converter%%PYTHON_EXT_SUFFIX%%.so %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__init__.py %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%LIBYUV%%%%PYTHON_SITELIBDIR%%/xpra/codecs/csc_libyuv/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -461,10 +495,6 @@ libexec/xpra/xdg-open %%WEBCAM%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%WEBCAM%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/decoder%%PYTHON_EXT_SUFFIX%%.so %%WEBCAM%%%%PYTHON_SITELIBDIR%%/xpra/codecs/webp/encoder%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__init__.py -%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/xpra/codecs/xor/cyxor%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/xpra/colorstreamhandler.py %%PYTHON_SITELIBDIR%%/xpra/common.py %%PYTHON_SITELIBDIR%%/xpra/dbus/__init__.py @@ -511,8 +541,6 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/gtk_common/__pycache__/gui.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/gtk_common/__pycache__/keymap.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/gtk_common/__pycache__/keymap.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/__pycache__/quit.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/__pycache__/quit.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/gtk_common/about.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/auth_dialog.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/cursor_names.py @@ -529,7 +557,6 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk_view_keyboard.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gui.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/keymap.py -%%PYTHON_SITELIBDIR%%/xpra/gtk_common/quit.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk3/__init__.py %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk3/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/gtk_common/gtk3/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -578,6 +605,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/protocol_classes.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/pycryptography_backend.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/pycryptography_backend.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/qrcode.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/qrcode.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/socket_util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/socket_util.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/ssh.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -588,6 +617,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/subprocess_wrapper.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/udp_protocol.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/udp_protocol.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/upnp.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/__pycache__/upnp.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/net/bencode/__init__.py %%PYTHON_SITELIBDIR%%/xpra/net/bencode/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/net/bencode/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -625,11 +656,13 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/net/protocol.py %%PYTHON_SITELIBDIR%%/xpra/net/protocol_classes.py %%PYTHON_SITELIBDIR%%/xpra/net/pycryptography_backend.py +%%PYTHON_SITELIBDIR%%/xpra/net/qrcode.py %%PYTHON_SITELIBDIR%%/xpra/net/socket_util.py %%PYTHON_SITELIBDIR%%/xpra/net/ssh.py %%PYTHON_SITELIBDIR%%/xpra/net/sshfp.py %%PYTHON_SITELIBDIR%%/xpra/net/subprocess_wrapper.py %%PYTHON_SITELIBDIR%%/xpra/net/udp_protocol.py +%%PYTHON_SITELIBDIR%%/xpra/net/upnp.py %%PYTHON_SITELIBDIR%%/xpra/net/websockets/__init__.py %%PYTHON_SITELIBDIR%%/xpra/net/websockets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/net/websockets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -644,6 +677,18 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/net/websockets/common.py %%PYTHON_SITELIBDIR%%/xpra/net/websockets/handler.py %%PYTHON_SITELIBDIR%%/xpra/net/websockets/header.py +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__init__.py +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/browser_cookie.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/browser_cookie.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/default.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/default.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/env_cookie.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/__pycache__/env_cookie.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/browser_cookie.py +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/default.py +%%PYTHON_SITELIBDIR%%/xpra/net/websockets/headers/env_cookie.py %%PYTHON_SITELIBDIR%%/xpra/net/websockets/protocol.py %%PYTHON_SITELIBDIR%%/xpra/notifications/__init__.py %%PYTHON_SITELIBDIR%%/xpra/notifications/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -818,6 +863,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/allow_auth.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/allow_auth.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/auth_helper.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/auth_helper.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/env_auth.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/env_auth.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/exec_auth.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -867,6 +914,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/win32_auth.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/__pycache__/win32_auth.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/auth/allow_auth.py +%%PYTHON_SITELIBDIR%%/xpra/server/auth/auth_helper.py %%PYTHON_SITELIBDIR%%/xpra/server/auth/env_auth.py %%PYTHON_SITELIBDIR%%/xpra/server/auth/exec_auth.py %%PYTHON_SITELIBDIR%%/xpra/server/auth/fail_auth.py @@ -944,6 +992,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/notification_forwarder.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/server_base_controlcommands.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/server_base_controlcommands.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/shell_server.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/shell_server.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/stub_server_mixin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/stub_server_mixin.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/mixins/__pycache__/webcam_server.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -963,6 +1013,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/mixins/networkstate_server.py %%PYTHON_SITELIBDIR%%/xpra/server/mixins/notification_forwarder.py %%PYTHON_SITELIBDIR%%/xpra/server/mixins/server_base_controlcommands.py +%%PYTHON_SITELIBDIR%%/xpra/server/mixins/shell_server.py %%PYTHON_SITELIBDIR%%/xpra/server/mixins/stub_server_mixin.py %%PYTHON_SITELIBDIR%%/xpra/server/mixins/webcam_server.py %%PYTHON_SITELIBDIR%%/xpra/server/mixins/window_server.py @@ -1054,6 +1105,10 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/mmap_connection.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/networkstate_mixin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/networkstate_mixin.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/notification_mixin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/notification_mixin.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/shell_mixin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/shell_mixin.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/source_stats.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/source_stats.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/xpra/server/source/__pycache__/stub_source_mixin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1076,6 +1131,8 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/server/source/input_mixin.py %%PYTHON_SITELIBDIR%%/xpra/server/source/mmap_connection.py %%PYTHON_SITELIBDIR%%/xpra/server/source/networkstate_mixin.py +%%PYTHON_SITELIBDIR%%/xpra/server/source/notification_mixin.py +%%PYTHON_SITELIBDIR%%/xpra/server/source/shell_mixin.py %%PYTHON_SITELIBDIR%%/xpra/server/source/source_stats.py %%PYTHON_SITELIBDIR%%/xpra/server/source/stub_source_mixin.py %%PYTHON_SITELIBDIR%%/xpra/server/source/webcam_mixin.py @@ -1305,6 +1362,7 @@ libexec/xpra/xdg-open %%PYTHON_SITELIBDIR%%/xpra/x11/xsettings.py %%PYTHON_SITELIBDIR%%/xpra/x11/xsettings_prop.py %%CUPS%%libexec/cups/backend/xpraforwarder +man/man1/run_scaled.1.gz man/man1/xpra.1.gz man/man1/xpra_launcher.1.gz share/applications/xpra-gui.desktop @@ -1317,15 +1375,11 @@ share/pixmaps/xpra-mdns.png share/pixmaps/xpra-shadow.png share/pixmaps/xpra.png %%DATADIR%%/COPYING -%%DATADIR%%/README +%%DATADIR%%/README.md %%DATADIR%%/bell.wav -%%DATADIR%%/content-categories/10_default.conf -%%DATADIR%%/content-type/10_role.conf -%%DATADIR%%/content-type/30_title.conf -%%DATADIR%%/content-type/50_class.conf -%%DATADIR%%/content-type/70_commands.conf -%%DATADIR%%/http-headers/00_nocache.txt -%%DATADIR%%/http-headers/10_content_security_policy.txt +%%DATADIR%%/css/10_header_bar.css +%%DATADIR%%/css/20_progress_bar.css +%%DATADIR%%/cuda/README.md %%DATADIR%%/icons/audio.png %%DATADIR%%/icons/authentication.png %%DATADIR%%/icons/bandwidth_limit.png @@ -1339,9 +1393,11 @@ share/pixmaps/xpra.png %%DATADIR%%/icons/connect.png %%DATADIR%%/icons/disconnected.png %%DATADIR%%/icons/download.png +%%DATADIR%%/icons/empty.png %%DATADIR%%/icons/encoding.png %%DATADIR%%/icons/features.png %%DATADIR%%/icons/fluxbox.png +%%DATADIR%%/icons/font.png %%DATADIR%%/icons/forward.png %%DATADIR%%/icons/freebsd.png %%DATADIR%%/icons/gnome-session.png @@ -1354,6 +1410,7 @@ share/pixmaps/xpra.png %%DATADIR%%/icons/lxde.png %%DATADIR%%/icons/macos.png %%DATADIR%%/icons/matchbox.png +%%DATADIR%%/icons/maximize.png %%DATADIR%%/icons/mdns.png %%DATADIR%%/icons/microphone.png %%DATADIR%%/icons/minimize.png @@ -1363,7 +1420,9 @@ share/pixmaps/xpra.png %%DATADIR%%/icons/opengl.png %%DATADIR%%/icons/package.png %%DATADIR%%/icons/picture.png +%%DATADIR%%/icons/pointer.png %%DATADIR%%/icons/printer.png +%%DATADIR%%/icons/qr.png %%DATADIR%%/icons/quit.png %%DATADIR%%/icons/raise.png %%DATADIR%%/icons/reinitialize.png @@ -1382,11 +1441,13 @@ share/pixmaps/xpra.png %%DATADIR%%/icons/sqlite.png %%DATADIR%%/icons/start.png %%DATADIR%%/icons/statistics.png +%%DATADIR%%/icons/ticked.png %%DATADIR%%/icons/ticked-small.png %%DATADIR%%/icons/timer.png %%DATADIR%%/icons/toolbox.png %%DATADIR%%/icons/transfer.png %%DATADIR%%/icons/transparent.png +%%DATADIR%%/icons/unticked.png %%DATADIR%%/icons/unticked-small.png %%DATADIR%%/icons/update.png %%DATADIR%%/icons/upload.png @@ -1403,169 +1464,3 @@ share/pixmaps/xpra.png %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/decoder%%PYTHON_EXT_SUFFIX%%.so %%VPX%%%%PYTHON_SITELIBDIR%%/xpra/codecs/vpx/encoder%%PYTHON_EXT_SUFFIX%%.so -%%HTML5%%%%DATADIR%%/www/LICENSE -%%HTML5%%%%DATADIR%%/www/LICENSE.br -%%HTML5%%%%DATADIR%%/www/LICENSE.gz -%%HTML5%%%%DATADIR%%/www/connect.html -%%HTML5%%%%DATADIR%%/www/connect.html.br -%%HTML5%%%%DATADIR%%/www/connect.html.gz -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css.br -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css.gz -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css.map -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css.map.br -%%HTML5%%%%DATADIR%%/www/css/bootstrap.css.map.gz -%%HTML5%%%%DATADIR%%/www/css/client.css -%%HTML5%%%%DATADIR%%/www/css/client.css.br -%%HTML5%%%%DATADIR%%/www/css/client.css.gz -%%HTML5%%%%DATADIR%%/www/css/icon.css -%%HTML5%%%%DATADIR%%/www/css/icon.css.br -%%HTML5%%%%DATADIR%%/www/css/icon.css.gz -%%HTML5%%%%DATADIR%%/www/css/menu-skin.css -%%HTML5%%%%DATADIR%%/www/css/menu-skin.css.br -%%HTML5%%%%DATADIR%%/www/css/menu-skin.css.gz -%%HTML5%%%%DATADIR%%/www/css/menu.css -%%HTML5%%%%DATADIR%%/www/css/menu.css.br -%%HTML5%%%%DATADIR%%/www/css/menu.css.gz -%%HTML5%%%%DATADIR%%/www/css/signin.css -%%HTML5%%%%DATADIR%%/www/css/signin.css.br -%%HTML5%%%%DATADIR%%/www/css/signin.css.gz -%%HTML5%%%%DATADIR%%/www/css/spinner.css -%%HTML5%%%%DATADIR%%/www/css/spinner.css.br -%%HTML5%%%%DATADIR%%/www/css/spinner.css.gz -%%HTML5%%%%DATADIR%%/www/default-settings.txt -%%HTML5%%%%DATADIR%%/www/default-settings.txt.br -%%HTML5%%%%DATADIR%%/www/default-settings.txt.gz -%%HTML5%%%%DATADIR%%/www/favicon.ico -%%HTML5%%%%DATADIR%%/www/favicon.ico.br -%%HTML5%%%%DATADIR%%/www/favicon.ico.gz -%%HTML5%%%%DATADIR%%/www/favicon.png -%%HTML5%%%%DATADIR%%/www/icons/close.png -%%HTML5%%%%DATADIR%%/www/icons/default_cursor.png -%%HTML5%%%%DATADIR%%/www/icons/empty.png -%%HTML5%%%%DATADIR%%/www/icons/fullscreen.png -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.ttf -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.ttf.br -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.ttf.gz -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff.br -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff.gz -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff2 -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff2.br -%%HTML5%%%%DATADIR%%/www/icons/materialicons-regular.woff2.gz -%%HTML5%%%%DATADIR%%/www/icons/maximize.png -%%HTML5%%%%DATADIR%%/www/icons/minimize.png -%%HTML5%%%%DATADIR%%/www/icons/noicon.png -%%HTML5%%%%DATADIR%%/www/icons/speaker-buffering.png -%%HTML5%%%%DATADIR%%/www/icons/speaker-off.png -%%HTML5%%%%DATADIR%%/www/icons/speaker.png -%%HTML5%%%%DATADIR%%/www/icons/unfullscreen.png -%%HTML5%%%%DATADIR%%/www/icons/xpra-logo.png -%%HTML5%%%%DATADIR%%/www/index.html -%%HTML5%%%%DATADIR%%/www/index.html.gz -%%HTML5%%%%DATADIR%%/www/index.html.br -%%HTML5%%%%DATADIR%%/www/js/Client.js -%%HTML5%%%%DATADIR%%/www/js/Client.js.br -%%HTML5%%%%DATADIR%%/www/js/Client.js.gz -%%HTML5%%%%DATADIR%%/www/js/Keycodes.js -%%HTML5%%%%DATADIR%%/www/js/Keycodes.js.br -%%HTML5%%%%DATADIR%%/www/js/Keycodes.js.gz -%%HTML5%%%%DATADIR%%/www/js/MediaSourceUtil.js -%%HTML5%%%%DATADIR%%/www/js/MediaSourceUtil.js.br -%%HTML5%%%%DATADIR%%/www/js/MediaSourceUtil.js.gz -%%HTML5%%%%DATADIR%%/www/js/Menu-custom.js -%%HTML5%%%%DATADIR%%/www/js/Menu-custom.js.br -%%HTML5%%%%DATADIR%%/www/js/Menu-custom.js.gz -%%HTML5%%%%DATADIR%%/www/js/Menu.js -%%HTML5%%%%DATADIR%%/www/js/Menu.js.br -%%HTML5%%%%DATADIR%%/www/js/Menu.js.gz -%%HTML5%%%%DATADIR%%/www/js/Notifications.js -%%HTML5%%%%DATADIR%%/www/js/Notifications.js.br -%%HTML5%%%%DATADIR%%/www/js/Notifications.js.gz -%%HTML5%%%%DATADIR%%/www/js/Protocol.js -%%HTML5%%%%DATADIR%%/www/js/Protocol.js.br -%%HTML5%%%%DATADIR%%/www/js/Protocol.js.gz -%%HTML5%%%%DATADIR%%/www/js/Utilities.js -%%HTML5%%%%DATADIR%%/www/js/Utilities.js.br -%%HTML5%%%%DATADIR%%/www/js/Utilities.js.gz -%%HTML5%%%%DATADIR%%/www/js/Window.js -%%HTML5%%%%DATADIR%%/www/js/Window.js.br -%%HTML5%%%%DATADIR%%/www/js/Window.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/AudioContextMonkeyPatch.js -%%HTML5%%%%DATADIR%%/www/js/lib/AudioContextMonkeyPatch.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/AudioContextMonkeyPatch.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/FileSaver.js -%%HTML5%%%%DATADIR%%/www/js/lib/FileSaver.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/FileSaver.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js.map -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js.map.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aac.js.map.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora-xpra.js -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora-xpra.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora-xpra.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora.js -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/aurora.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js.map -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js.map.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/flac.js.map.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js.map -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js.map.br -%%HTML5%%%%DATADIR%%/www/js/lib/aurora/mp3.js.map.gz -%%HTML5%%%%DATADIR%%/www/js/lib/bencode.js -%%HTML5%%%%DATADIR%%/www/js/lib/bencode.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/bencode.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/AUTHORS -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/AUTHORS.br -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/AUTHORS.gz -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/Decoder.js -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/Decoder.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/Decoder.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/LICENSE -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/LICENSE.br -%%HTML5%%%%DATADIR%%/www/js/lib/broadway/LICENSE.gz -%%HTML5%%%%DATADIR%%/www/js/lib/brotli_decode.js -%%HTML5%%%%DATADIR%%/www/js/lib/brotli_decode.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/brotli_decode.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/es6-shim.js -%%HTML5%%%%DATADIR%%/www/js/lib/es6-shim.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/es6-shim.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/forge.js -%%HTML5%%%%DATADIR%%/www/js/lib/forge.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/forge.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/jquery-ui.js -%%HTML5%%%%DATADIR%%/www/js/lib/jquery-ui.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/jquery-ui.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.ba-throttle-debounce.js -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.ba-throttle-debounce.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.ba-throttle-debounce.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.js -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/jquery.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/jsmpeg.js -%%HTML5%%%%DATADIR%%/www/js/lib/jsmpeg.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/jsmpeg.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/jszip.js -%%HTML5%%%%DATADIR%%/www/js/lib/jszip.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/jszip.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/lz4.js -%%HTML5%%%%DATADIR%%/www/js/lib/lz4.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/lz4.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/wsworker_check.js -%%HTML5%%%%DATADIR%%/www/js/lib/wsworker_check.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/wsworker_check.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.js -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.js.br -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.js.gz -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map.br -%%HTML5%%%%DATADIR%%/www/js/lib/zlib.pretty.js.map.gz From owner-svn-ports-all@freebsd.org Thu Mar 11 15:33:50 2021 Return-Path: Delivered-To: svn-ports-all@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 0FBD95794C4; Thu, 11 Mar 2021 15:33:50 +0000 (UTC) (envelope-from osa@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 4DxCf56r51z3Cgj; Thu, 11 Mar 2021 15:33:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD7A2271F5; Thu, 11 Mar 2021 15:33:49 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BFXnqr032503; Thu, 11 Mar 2021 15:33:49 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BFXnJr032502; Thu, 11 Mar 2021 15:33:49 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202103111533.12BFXnJr032502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 11 Mar 2021 15:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568099 - head/www/nginx-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/nginx-devel/files X-SVN-Commit-Revision: 568099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 15:33:50 -0000 Author: osa Date: Thu Mar 11 15:33:49 2021 New Revision: 568099 URL: https://svnweb.freebsd.org/changeset/ports/568099 Log: Add another patch to fix build the mail module without SSL support. Added: head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c (contents, props changed) Added: head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/patch-src-mail-ngx_mail_handler.c Thu Mar 11 15:33:49 2021 (r568099) @@ -0,0 +1,20 @@ +--- src/mail/ngx_mail_handler.c.orig 2021-03-10 10:39:31.807351000 -0500 ++++ src/mail/ngx_mail_handler.c 2021-03-10 10:41:28.739497000 -0500 +@@ -273,14 +273,15 @@ + ngx_mail_init_session_handler(ngx_event_t *rev) + { + ngx_connection_t *c; +- ngx_mail_session_t *s; + + c = rev->data; +- s = c->data; + + #if (NGX_MAIL_SSL) + { ++ ngx_mail_session_t *s; + ngx_mail_ssl_conf_t *sslcf; ++ ++ s = c->data; + + sslcf = ngx_mail_get_module_srv_conf(s, ngx_mail_ssl_module); + From owner-svn-ports-all@freebsd.org Thu Mar 11 15:38:48 2021 Return-Path: Delivered-To: svn-ports-all@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 EBCD7579474; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@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 4DxClr6NCKz3DDL; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDC5D26F4B; Thu, 11 Mar 2021 15:38:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BFcmMd032743; Thu, 11 Mar 2021 15:38:48 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BFcmZG032740; Thu, 11 Mar 2021 15:38:48 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202103111538.12BFcmZG032740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 11 Mar 2021 15:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568100 - head/security/scanlogd X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/security/scanlogd X-SVN-Commit-Revision: 568100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 15:38:49 -0000 Author: novel Date: Thu Mar 11 15:38:47 2021 New Revision: 568100 URL: https://svnweb.freebsd.org/changeset/ports/568100 Log: security/scanlogd: update to 2.2.8 Modified: head/security/scanlogd/Makefile head/security/scanlogd/distinfo head/security/scanlogd/pkg-descr Modified: head/security/scanlogd/Makefile ============================================================================== --- head/security/scanlogd/Makefile Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/Makefile Thu Mar 11 15:38:47 2021 (r568100) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scanlogd -PORTVERSION= 2.2.7 -PORTREVISION= 2 +PORTVERSION= 2.2.8 CATEGORIES= security MASTER_SITES= http://openwall.com/scanlogd/ \ ftp://ftp.openwall.com/pub/projects/scanlogd/ \ Modified: head/security/scanlogd/distinfo ============================================================================== --- head/security/scanlogd/distinfo Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/distinfo Thu Mar 11 15:38:47 2021 (r568100) @@ -1,2 +1,3 @@ -SHA256 (scanlogd-2.2.7.tar.gz) = 556a1c82b3561ea796d2ce8dfd20f578717903fd2c6557ebe27775d8ef8771da -SIZE (scanlogd-2.2.7.tar.gz) = 11352 +TIMESTAMP = 1615466931 +SHA256 (scanlogd-2.2.8.tar.gz) = 0bec45ecbcc8a9a3599cb38e21dcacf639ca3b33bb6973b20261315d065ea158 +SIZE (scanlogd-2.2.8.tar.gz) = 12190 Modified: head/security/scanlogd/pkg-descr ============================================================================== --- head/security/scanlogd/pkg-descr Thu Mar 11 15:33:49 2021 (r568099) +++ head/security/scanlogd/pkg-descr Thu Mar 11 15:38:47 2021 (r568100) @@ -4,6 +4,3 @@ port scan detection tools out there, scanlogd is desig to use. WWW: http://openwall.com/scanlogd/ - --Roman Bogorodskiy - From owner-svn-ports-all@freebsd.org Thu Mar 11 16:05:53 2021 Return-Path: Delivered-To: svn-ports-all@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 47E1657ADB5; Thu, 11 Mar 2021 16:05:53 +0000 (UTC) (envelope-from mikael@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 4DxDM51ZqCz3Gx8; Thu, 11 Mar 2021 16:05:53 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28F7B278B2; Thu, 11 Mar 2021 16:05:53 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BG5qKr050619; Thu, 11 Mar 2021 16:05:52 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BG5qkf050618; Thu, 11 Mar 2021 16:05:52 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103111605.12BG5qkf050618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Thu, 11 Mar 2021 16:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568101 - head/www/deno X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/www/deno X-SVN-Commit-Revision: 568101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:05:53 -0000 Author: mikael Date: Thu Mar 11 16:05:52 2021 New Revision: 568101 URL: https://svnweb.freebsd.org/changeset/ports/568101 Log: www/deno: Update to v1.8.1 Changes: https://github.com/denoland/deno/releases/tag/v1.8.1 Modified: head/www/deno/Makefile head/www/deno/distinfo Modified: head/www/deno/Makefile ============================================================================== --- head/www/deno/Makefile Thu Mar 11 15:38:47 2021 (r568100) +++ head/www/deno/Makefile Thu Mar 11 16:05:52 2021 (r568101) @@ -2,7 +2,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -60,12 +60,10 @@ CARGO_CRATES= Inflector-0.11.4 \ auto_impl-0.4.1 \ autocfg-1.0.1 \ base64-0.11.0 \ - base64-0.12.3 \ base64-0.13.0 \ bit-set-0.5.2 \ bit-vec-0.6.3 \ bitflags-1.2.1 \ - bitvec-0.19.4 \ block-0.1.6 \ block-buffer-0.9.0 \ brotli-3.3.0 \ @@ -130,7 +128,6 @@ CARGO_CRATES= Inflector-0.11.4 \ fsevent-2.0.2 \ fsevent-sys-3.0.2 \ fslock-0.1.6 \ - funty-1.1.0 \ futures-0.3.12 \ futures-channel-0.3.12 \ futures-core-0.3.12 \ @@ -190,15 +187,14 @@ CARGO_CRATES= Inflector-0.11.4 \ kernel32-sys-0.2.2 \ khronos-egl-3.0.0 \ lazy_static-1.4.0 \ - lexical-core-0.7.4 \ libc-0.2.86 \ libloading-0.6.7 \ linked-hash-map-0.5.4 \ lock_api-0.4.2 \ log-0.4.14 \ lru-cache-0.1.2 \ - lsp-types-0.86.0 \ - lspower-0.6.1 \ + lsp-types-0.88.0 \ + lspower-0.8.4 \ lspower-macros-0.2.0 \ malloc_buf-0.0.6 \ match_cfg-0.1.0 \ @@ -213,7 +209,6 @@ CARGO_CRATES= Inflector-0.11.4 \ new_debug_unreachable-1.0.4 \ nibble_vec-0.1.0 \ nix-0.19.1 \ - nom-6.1.0 \ notify-5.0.0-pre.5 \ ntapi-0.3.6 \ num-bigint-0.2.6 \ @@ -255,7 +250,6 @@ CARGO_CRATES= Inflector-0.11.4 \ quick-error-1.2.3 \ quote-0.6.13 \ quote-1.0.8 \ - radium-0.5.3 \ radix_fmt-1.0.0 \ radix_trie-0.2.1 \ rand-0.7.3 \ @@ -311,7 +305,6 @@ CARGO_CRATES= Inflector-0.11.4 \ spirv_cross-0.23.0 \ spirv_headers-1.5.0 \ stable_deref_trait-1.2.0 \ - static_assertions-1.1.0 \ storage-map-0.3.0 \ string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ @@ -342,7 +335,6 @@ CARGO_CRATES= Inflector-0.11.4 \ syn-0.15.44 \ syn-1.0.60 \ sys-info-0.8.0 \ - tap-1.0.0 \ tempfile-3.2.0 \ termcolor-1.1.2 \ text-size-1.1.0 \ @@ -375,8 +367,10 @@ CARGO_CRATES= Inflector-0.11.4 \ trust-dns-server-0.20.0 \ try-lock-0.2.3 \ tungstenite-0.12.0 \ + twoway-0.2.1 \ typenum-1.12.0 \ ucd-trie-0.1.3 \ + unchecked-index-0.2.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.17 \ @@ -417,8 +411,7 @@ CARGO_CRATES= Inflector-0.11.4 \ winreg-0.6.2 \ winreg-0.7.0 \ winres-0.1.11 \ - wio-0.2.2 \ - wyz-0.2.0 + wio-0.2.2 post-patch: ${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ Modified: head/www/deno/distinfo ============================================================================== --- head/www/deno/distinfo Thu Mar 11 15:38:47 2021 (r568100) +++ head/www/deno/distinfo Thu Mar 11 16:05:52 2021 (r568101) @@ -1,4 +1,4 @@ -TIMESTAMP = 1614762081 +TIMESTAMP = 1615388612 SHA256 (rust/crates/Inflector-0.11.4.tar.gz) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.tar.gz) = 17438 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e @@ -43,8 +43,6 @@ SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78 SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 SHA256 (rust/crates/base64-0.11.0.tar.gz) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 SIZE (rust/crates/base64-0.11.0.tar.gz) = 48362 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bit-set-0.5.2.tar.gz) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de @@ -53,8 +51,6 @@ SHA256 (rust/crates/bit-vec-0.6.3.tar.gz) = 349f9b6a17 SIZE (rust/crates/bit-vec-0.6.3.tar.gz) = 19927 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/bitvec-0.19.4.tar.gz) = a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81 -SIZE (rust/crates/bitvec-0.19.4.tar.gz) = 148099 SHA256 (rust/crates/block-0.1.6.tar.gz) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.tar.gz) = 4077 SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 @@ -183,8 +179,6 @@ SHA256 (rust/crates/fsevent-sys-3.0.2.tar.gz) = 77a29c SIZE (rust/crates/fsevent-sys-3.0.2.tar.gz) = 4210 SHA256 (rust/crates/fslock-0.1.6.tar.gz) = b14c83e47c73f7d62d907ae24a1a98e9132df3c33eb6c54fcf4bce0dbc41d5af SIZE (rust/crates/fslock-0.1.6.tar.gz) = 9410 -SHA256 (rust/crates/funty-1.1.0.tar.gz) = fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7 -SIZE (rust/crates/funty-1.1.0.tar.gz) = 11631 SHA256 (rust/crates/futures-0.3.12.tar.gz) = da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150 SIZE (rust/crates/futures-0.3.12.tar.gz) = 38113 SHA256 (rust/crates/futures-channel-0.3.12.tar.gz) = f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846 @@ -303,8 +297,6 @@ SHA256 (rust/crates/khronos-egl-3.0.0.tar.gz) = a8020f SIZE (rust/crates/khronos-egl-3.0.0.tar.gz) = 26645 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/lexical-core-0.7.4.tar.gz) = db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616 -SIZE (rust/crates/lexical-core-0.7.4.tar.gz) = 497535 SHA256 (rust/crates/libc-0.2.86.tar.gz) = b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c SIZE (rust/crates/libc-0.2.86.tar.gz) = 522986 SHA256 (rust/crates/libloading-0.6.7.tar.gz) = 351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883 @@ -317,10 +309,10 @@ SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d5 SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/lru-cache-0.1.2.tar.gz) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c SIZE (rust/crates/lru-cache-0.1.2.tar.gz) = 9307 -SHA256 (rust/crates/lsp-types-0.86.0.tar.gz) = f2a5c40d566f2704dac30859bca152217583fc94fd5b178d8baba915e1abd382 -SIZE (rust/crates/lsp-types-0.86.0.tar.gz) = 48908 -SHA256 (rust/crates/lspower-0.6.1.tar.gz) = 8947e7faf8ee4db7459cc57414a2223aa0efbc90b07161c899ffa637c10f3448 -SIZE (rust/crates/lspower-0.6.1.tar.gz) = 37848 +SHA256 (rust/crates/lsp-types-0.88.0.tar.gz) = d8e8e042772e4e10b3785822f63c82399d0dd233825de44d2596f7fa86e023e0 +SIZE (rust/crates/lsp-types-0.88.0.tar.gz) = 48568 +SHA256 (rust/crates/lspower-0.8.4.tar.gz) = afaeb01db018cafb557d24bb0bf630fd0c4af1693371a91b5307e17ce3486516 +SIZE (rust/crates/lspower-0.8.4.tar.gz) = 48220 SHA256 (rust/crates/lspower-macros-0.2.0.tar.gz) = 7d52f49eb53fa09a33715797d47bf4f9adbe69216ea03e1e4c3d56133b2d872c SIZE (rust/crates/lspower-macros-0.2.0.tar.gz) = 4009 SHA256 (rust/crates/malloc_buf-0.0.6.tar.gz) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb @@ -349,8 +341,6 @@ SHA256 (rust/crates/nibble_vec-0.1.0.tar.gz) = 77a5d83 SIZE (rust/crates/nibble_vec-0.1.0.tar.gz) = 11796 SHA256 (rust/crates/nix-0.19.1.tar.gz) = b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2 SIZE (rust/crates/nix-0.19.1.tar.gz) = 213462 -SHA256 (rust/crates/nom-6.1.0.tar.gz) = ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1 -SIZE (rust/crates/nom-6.1.0.tar.gz) = 147341 SHA256 (rust/crates/notify-5.0.0-pre.5.tar.gz) = 58e54552360d7b89a698eca6de3927205a8e03e8080dc13d779de5c7876e098b SIZE (rust/crates/notify-5.0.0-pre.5.tar.gz) = 46651 SHA256 (rust/crates/ntapi-0.3.6.tar.gz) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 @@ -433,8 +423,6 @@ SHA256 (rust/crates/quote-0.6.13.tar.gz) = 6ce23b6b870 SIZE (rust/crates/quote-0.6.13.tar.gz) = 17475 SHA256 (rust/crates/quote-1.0.8.tar.gz) = 991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df SIZE (rust/crates/quote-1.0.8.tar.gz) = 24997 -SHA256 (rust/crates/radium-0.5.3.tar.gz) = 941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8 -SIZE (rust/crates/radium-0.5.3.tar.gz) = 7588 SHA256 (rust/crates/radix_fmt-1.0.0.tar.gz) = ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426 SIZE (rust/crates/radix_fmt-1.0.0.tar.gz) = 8743 SHA256 (rust/crates/radix_trie-0.2.1.tar.gz) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd @@ -545,8 +533,6 @@ SHA256 (rust/crates/spirv_headers-1.5.0.tar.gz) = 1f5b SIZE (rust/crates/spirv_headers-1.5.0.tar.gz) = 28010 SHA256 (rust/crates/stable_deref_trait-1.2.0.tar.gz) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.tar.gz) = 8054 -SHA256 (rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.tar.gz) = 18480 SHA256 (rust/crates/storage-map-0.3.0.tar.gz) = 418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c SIZE (rust/crates/storage-map-0.3.0.tar.gz) = 6890 SHA256 (rust/crates/string_cache-0.8.1.tar.gz) = 8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a @@ -607,8 +593,6 @@ SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5 SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 SHA256 (rust/crates/sys-info-0.8.0.tar.gz) = 3f3e7ba888a12ddcf0084e36ae4609b055845f38022d1946b67356fbc27d5795 SIZE (rust/crates/sys-info-0.8.0.tar.gz) = 19408 -SHA256 (rust/crates/tap-1.0.0.tar.gz) = 36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e -SIZE (rust/crates/tap-1.0.0.tar.gz) = 8335 SHA256 (rust/crates/tempfile-3.2.0.tar.gz) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 SIZE (rust/crates/tempfile-3.2.0.tar.gz) = 25892 SHA256 (rust/crates/termcolor-1.1.2.tar.gz) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 @@ -673,10 +657,14 @@ SHA256 (rust/crates/try-lock-0.2.3.tar.gz) = 59547bce7 SIZE (rust/crates/try-lock-0.2.3.tar.gz) = 4158 SHA256 (rust/crates/tungstenite-0.12.0.tar.gz) = 8ada8297e8d70872fa9a551d93250a9f407beb9f37ef86494eb20012a2ff7c24 SIZE (rust/crates/tungstenite-0.12.0.tar.gz) = 54287 +SHA256 (rust/crates/twoway-0.2.1.tar.gz) = 6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc +SIZE (rust/crates/twoway-0.2.1.tar.gz) = 30486 SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 SHA256 (rust/crates/ucd-trie-0.1.3.tar.gz) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c SIZE (rust/crates/ucd-trie-0.1.3.tar.gz) = 44615 +SHA256 (rust/crates/unchecked-index-0.2.2.tar.gz) = eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c +SIZE (rust/crates/unchecked-index-0.2.2.tar.gz) = 8325 SHA256 (rust/crates/unicase-2.6.0.tar.gz) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 SIZE (rust/crates/unicase-2.6.0.tar.gz) = 23478 SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 @@ -759,7 +747,5 @@ SHA256 (rust/crates/winres-0.1.11.tar.gz) = ff4fb510bb SIZE (rust/crates/winres-0.1.11.tar.gz) = 18369 SHA256 (rust/crates/wio-0.2.2.tar.gz) = 5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5 SIZE (rust/crates/wio-0.2.2.tar.gz) = 11214 -SHA256 (rust/crates/wyz-0.2.0.tar.gz) = 85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214 -SIZE (rust/crates/wyz-0.2.0.tar.gz) = 12926 -SHA256 (denoland-deno-v1.8.0_GH0.tar.gz) = 9e5daa47e7bb6112d655f92c334146b8dc72d621d4b52b0c56c5c913cfb5f167 -SIZE (denoland-deno-v1.8.0_GH0.tar.gz) = 8220380 +SHA256 (denoland-deno-v1.8.1_GH0.tar.gz) = 2e916d763fca531b8715083690f0f86dbe2a3156cae0d944b369b419af4b30c6 +SIZE (denoland-deno-v1.8.1_GH0.tar.gz) = 8226557 From owner-svn-ports-all@freebsd.org Thu Mar 11 16:17:43 2021 Return-Path: Delivered-To: svn-ports-all@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 974BA57AC7C; Thu, 11 Mar 2021 16:17:43 +0000 (UTC) (envelope-from rm@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 4DxDcl3yd2z3HGZ; Thu, 11 Mar 2021 16:17:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AD862787A; Thu, 11 Mar 2021 16:17:43 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BGHh3L056643; Thu, 11 Mar 2021 16:17:43 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BGHh1H056642; Thu, 11 Mar 2021 16:17:43 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202103111617.12BGHh1H056642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 11 Mar 2021 16:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568102 - head/net-im/gajim X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/net-im/gajim X-SVN-Commit-Revision: 568102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:17:43 -0000 Author: rm Date: Thu Mar 11 16:17:43 2021 New Revision: 568102 URL: https://svnweb.freebsd.org/changeset/ports/568102 Log: net-im/gajim: add missing dependency upon libsoup and bump PORTREVISION PR: 254217 Submitted by: p5B2E9A8F@t-online.de Modified: head/net-im/gajim/Makefile Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Mar 11 16:05:52 2021 (r568101) +++ head/net-im/gajim/Makefile Thu Mar 11 16:17:43 2021 (r568102) @@ -3,6 +3,7 @@ PORTNAME= gajim DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -21,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/p ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors From owner-svn-ports-all@freebsd.org Thu Mar 11 16:24:37 2021 Return-Path: Delivered-To: svn-ports-all@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 B1D5557B1D6; Thu, 11 Mar 2021 16:24:37 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxDmj4kw2z3Hpy; Thu, 11 Mar 2021 16:24:37 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9605727D21; Thu, 11 Mar 2021 16:24:37 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BGObwe062741; Thu, 11 Mar 2021 16:24:37 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BGObKk062739; Thu, 11 Mar 2021 16:24:37 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <202103111624.12BGObKk062739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Thu, 11 Mar 2021 16:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568103 - head/sysutils/goaccess X-SVN-Group: ports-head X-SVN-Commit-Author: sbz X-SVN-Commit-Paths: head/sysutils/goaccess X-SVN-Commit-Revision: 568103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:24:37 -0000 Author: sbz Date: Thu Mar 11 16:24:36 2021 New Revision: 568103 URL: https://svnweb.freebsd.org/changeset/ports/568103 Log: - Update to 1.4.6 Modified: head/sysutils/goaccess/Makefile head/sysutils/goaccess/distinfo Modified: head/sysutils/goaccess/Makefile ============================================================================== --- head/sysutils/goaccess/Makefile Thu Mar 11 16:17:43 2021 (r568102) +++ head/sysutils/goaccess/Makefile Thu Mar 11 16:24:36 2021 (r568103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goaccess -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.6 CATEGORIES= sysutils MASTER_SITES= http://tar.goaccess.io/ Modified: head/sysutils/goaccess/distinfo ============================================================================== --- head/sysutils/goaccess/distinfo Thu Mar 11 16:17:43 2021 (r568102) +++ head/sysutils/goaccess/distinfo Thu Mar 11 16:24:36 2021 (r568103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606233975 -SHA256 (goaccess-1.4.2.tar.gz) = f0ea433170058866e57bd5d0f98dc70c3857f4762ca5a29e6ece26d2ccce4f67 -SIZE (goaccess-1.4.2.tar.gz) = 633162 +TIMESTAMP = 1615478199 +SHA256 (goaccess-1.4.6.tar.gz) = 1d0f27c3382b3fb834b6cc419389a87e100d874a71e343403cd19eb5491c72d0 +SIZE (goaccess-1.4.6.tar.gz) = 635609 From owner-svn-ports-all@freebsd.org Thu Mar 11 16:33:10 2021 Return-Path: Delivered-To: svn-ports-all@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 6F28A57B528; Thu, 11 Mar 2021 16:33:10 +0000 (UTC) (envelope-from mikael@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 4DxDyZ2hbtz3J3T; Thu, 11 Mar 2021 16:33:10 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EF7627AD0; Thu, 11 Mar 2021 16:33:10 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BGXA20068553; Thu, 11 Mar 2021 16:33:10 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BGXA8N068552; Thu, 11 Mar 2021 16:33:10 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103111633.12BGXA8N068552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Thu, 11 Mar 2021 16:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568104 - in head/sysutils/go-btfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head/sysutils/go-btfs: . files X-SVN-Commit-Revision: 568104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:33:10 -0000 Author: mikael Date: Thu Mar 11 16:33:09 2021 New Revision: 568104 URL: https://svnweb.freebsd.org/changeset/ports/568104 Log: sysutils/go-btfs: Update to 1.5.1 Changes: https://github.com/TRON-US/go-btfs/releases/tag/btfs-v1.5.1 Deleted: head/sysutils/go-btfs/files/ Modified: head/sysutils/go-btfs/Makefile head/sysutils/go-btfs/distinfo Modified: head/sysutils/go-btfs/Makefile ============================================================================== --- head/sysutils/go-btfs/Makefile Thu Mar 11 16:24:36 2021 (r568103) +++ head/sysutils/go-btfs/Makefile Thu Mar 11 16:33:09 2021 (r568104) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-btfs -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 DISTVERSIONPREFIX= btfs-v CATEGORIES= sysutils @@ -22,11 +22,11 @@ GH_TUPLE= \ FactomProject:basen:fe3947df716e:factomproject_basen/vendor/github.com/FactomProject/basen \ FactomProject:btcutilecc:d3a63a5752ec:factomproject_btcutilecc/vendor/github.com/FactomProject/btcutilecc \ Kubuxu:go-os-helper:v0.0.1:kubuxu_go_os_helper/vendor/github.com/Kubuxu/go-os-helper \ - StackExchange:wmi:5d049714c4a6:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ + StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ Stebalien:go-bitfield:v0.0.1:stebalien_go_bitfield/vendor/github.com/Stebalien/go-bitfield \ TRON-US:go-btfs-api:v0.3.0:tron_us_go_btfs_api/vendor/github.com/TRON-US/go-btfs-api \ TRON-US:go-btfs-chunker:v0.3.0:tron_us_go_btfs_chunker/vendor/github.com/TRON-US/go-btfs-chunker \ - TRON-US:go-btfs-cmds:v0.2.7:tron_us_go_btfs_cmds/vendor/github.com/TRON-US/go-btfs-cmds \ + TRON-US:go-btfs-cmds:v0.2.13:tron_us_go_btfs_cmds/vendor/github.com/TRON-US/go-btfs-cmds \ TRON-US:go-btfs-config:v0.7.0:tron_us_go_btfs_config/vendor/github.com/TRON-US/go-btfs-config \ TRON-US:go-btfs-files:v0.2.0:tron_us_go_btfs_files/vendor/github.com/TRON-US/go-btfs-files \ TRON-US:go-btfs-pinner:v0.1.1:tron_us_go_btfs_pinner/vendor/github.com/TRON-US/go-btfs-pinner \ @@ -42,12 +42,12 @@ GH_TUPLE= \ TRON-US:go-mfs:v0.3.1:tron_us_go_mfs/vendor/github.com/TRON-US/go-mfs \ TRON-US:go-multiaddr:v0.4.0:tron_us_go_multiaddr/vendor/github.com/multiformats/go-multiaddr \ TRON-US:go-path:v0.2.0:tron_us_go_path/vendor/github.com/ipfs/go-path \ - TRON-US:go-unixfs:v0.6.0:tron_us_go_unixfs/vendor/github.com/TRON-US/go-unixfs \ + TRON-US:go-unixfs:v0.6.1:tron_us_go_unixfs/vendor/github.com/TRON-US/go-unixfs \ TRON-US:interface-go-btfs-core:v0.7.0:tron_us_interface_go_btfs_core/vendor/github.com/TRON-US/interface-go-btfs-core \ Workiva:go-datastructures:v1.0.52:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ - alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \ + alecthomas:units:f65c72e2690d:alecthomas_units/vendor/github.com/alecthomas/units \ alexbrainman:goissue34681:3fc7a47baff5:alexbrainman_goissue34681/vendor/github.com/alexbrainman/goissue34681 \ andybalholm:brotli:5f990b63d2d6:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ bazil:fuse:7b5117fecadc:bazil_fuse/vendor/bazil.org/fuse \ @@ -76,49 +76,50 @@ GH_TUPLE= \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ elgris:jsondiff:765b5c24c302:elgris_jsondiff/vendor/github.com/elgris/jsondiff \ - ethereum:go-ethereum:v1.9.17:ethereum_go_ethereum/vendor/github.com/ethereum/go-ethereum \ + ethereum:go-ethereum:v1.9.24:ethereum_go_ethereum/vendor/github.com/ethereum/go-ethereum \ facebookgo:atomicfile:2de1f203e7d5:facebookgo_atomicfile/vendor/github.com/facebookgo/atomicfile \ flynn:noise:2492fe189ae6:flynn_noise/vendor/github.com/flynn/noise \ fomichev:secp256k1:00116ff8c62f:fomichev_secp256k1/vendor/github.com/fomichev/secp256k1 \ francoispqt:gojay:v1.2.13:francoispqt_gojay/vendor/github.com/francoispqt/gojay \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ - gabriel-vasile:mimetype:v1.1.1:gabriel_vasile_mimetype/vendor/github.com/gabriel-vasile/mimetype \ + gabriel-vasile:mimetype:v1.1.2:gabriel_vasile_mimetype/vendor/github.com/gabriel-vasile/mimetype \ go-bindata:go-bindata:v3.1.3:go_bindata_go_bindata_v3/vendor/github.com/go-bindata/go-bindata/v3 \ - go-ole:go-ole:v1.2.1:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ - go-pg:migrations:v7.1.9:go_pg_migrations_v7/vendor/github.com/go-pg/migrations/v7 \ - go-pg:pg:v9.1.5:go_pg_pg_v9/vendor/github.com/go-pg/pg/v9 \ - go-pg:urlstruct:v0.3.0:go_pg_urlstruct/vendor/github.com/go-pg/urlstruct \ - go-pg:zerochecker:v0.1.1:go_pg_zerochecker/vendor/github.com/go-pg/zerochecker \ - go-redis:redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \ + go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ + go-pg:migrations:v7.1.11:go_pg_migrations_v7/vendor/github.com/go-pg/migrations/v7 \ + go-pg:pg:v9.2.0:go_pg_pg_v9/vendor/github.com/go-pg/pg/v9 \ + go-pg:zerochecker:v0.2.0:go_pg_zerochecker/vendor/github.com/go-pg/zerochecker \ + go-redis:redis:v7.4.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go4org:go4:f5505b9728dd:go4org_go4/vendor/go4.org \ gobuffalo:here:v0.6.0:gobuffalo_here/vendor/github.com/gobuffalo/here \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ - golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ + golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:7f63de1d35b0:golang_crypto/vendor/golang.org/x/crypto \ golang:gddo:af0f2af80721:golang_gddo/vendor/github.com/golang/gddo \ - golang:lint:910be7a94367:golang_lint/vendor/golang.org/x/lint \ + golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \ - golang:net:ab3426394381:golang_net/vendor/golang.org/x/net \ - golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:net:69a78807bb2b:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:196ae77b8a26:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:6e8e738ad208:golang_sync/vendor/golang.org/x/sync \ - golang:sys:f1bc736245b1:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + golang:sys:5cba982894dd:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.4:golang_text/vendor/golang.org/x/text \ golang:tools:17fd2f27a9e3:golang_tools/vendor/golang.org/x/tools \ - golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ + golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-genproto:cb27e3aa2013:google_go_genproto/vendor/google.golang.org/genproto \ google:gopacket:v1.1.18:google_gopacket/vendor/github.com/google/gopacket \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ - grpc-ecosystem:go-grpc-middleware:v1.1.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ - grpc:grpc-go:v1.27.1:grpc_grpc_go/vendor/google.golang.org/grpc \ + grpc-ecosystem:go-grpc-middleware:v1.2.2:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ + grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \ + grpc:grpc-go:v1.34.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hannahhoward:go-pubsub:8d62886cc36e:hannahhoward_go_pubsub/vendor/github.com/hannahhoward/go-pubsub \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ huin:goupnp:v1.0.0:huin_goupnp/vendor/github.com/huin/goupnp \ + hypnoglow:go-pg-monitor:v0.1.0:hypnoglow_go_pg_monitor/vendor/github.com/hypnoglow/go-pg-monitor \ ipfs:bbloom:v0.0.4:ipfs_bbloom/vendor/github.com/ipfs/bbloom \ ipfs:go-bitswap:v0.2.20:ipfs_go_bitswap/vendor/github.com/ipfs/go-bitswap \ ipfs:go-block-format:v0.0.2:ipfs_go_block_format/vendor/github.com/ipfs/go-block-format \ @@ -164,7 +165,7 @@ GH_TUPLE= \ klauspost:cpuid:v1.2.4:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:pgzip:v1.2.1:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ klauspost:reedsolomon:v1.9.9:klauspost_reedsolomon/vendor/github.com/klauspost/reedsolomon \ - konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ + konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ koron:go-ssdp:2e1c40ed0b5d:koron_go_ssdp/vendor/github.com/koron/go-ssdp \ libp2p:go-addr-util:v0.0.2:libp2p_go_addr_util/vendor/github.com/libp2p/go-addr-util \ libp2p:go-buffer-pool:v0.0.2:libp2p_go_buffer_pool/vendor/github.com/libp2p/go-buffer-pool \ @@ -254,24 +255,24 @@ GH_TUPLE= \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ polydawn:refmt:05966cbd336a:polydawn_refmt/vendor/github.com/polydawn/refmt \ - prometheus:client_golang:v1.7.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_golang:v1.8.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.10.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.1.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ + prometheus:common:v0.14.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \ - segmentio:encoding:v0.1.10:segmentio_encoding/vendor/github.com/segmentio/encoding \ - shirou:gopsutil:v2.20.7:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ - sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + segmentio:encoding:v0.1.15:segmentio_encoding/vendor/github.com/segmentio/encoding \ + shirou:gopsutil:v3.20.12:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil \ + sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spacemonkeygo:spacelog:2296661a0572:spacemonkeygo_spacelog/vendor/github.com/spacemonkeygo/spacelog \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ status-im:keycard-go:8537d3370df4:status_im_keycard_go/vendor/github.com/status-im/keycard-go \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ - syndtr:goleveldb:758128399b1d:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ + syndtr:goleveldb:5c35d600f0ca:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ texttheater:golang-levenshtein:d188e65d659e:texttheater_golang_levenshtein/vendor/github.com/texttheater/golang-levenshtein \ thedevsaddam:gojsonq:v2.5.2:thedevsaddam_gojsonq_v2/vendor/github.com/thedevsaddam/gojsonq/v2 \ - tron-us:go-btfs-common:v0.7.0:tron_us_go_btfs_common/vendor/github.com/tron-us/go-btfs-common \ - tron-us:go-common:v2.2.1:tron_us_go_common_v2/vendor/github.com/tron-us/go-common/v2 \ + tron-us:go-btfs-common:v0.7.13:tron_us_go_btfs_common/vendor/github.com/tron-us/go-btfs-common \ + tron-us:go-common:v2.3.0:tron_us_go_common_v2/vendor/github.com/tron-us/go-common/v2 \ tron-us:protobuf:v1.3.7:tron_us_protobuf/vendor/github.com/tron-us/protobuf \ tyler-smith:go-bip32:2c9cfd177564:tyler_smith_go_bip32/vendor/github.com/tyler-smith/go-bip32 \ tyler-smith:go-bip39:v1.0.2:tyler_smith_go_bip39/vendor/github.com/tyler-smith/go-bip39 \ @@ -281,8 +282,8 @@ GH_TUPLE= \ uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.16.0:uber_go_zap/vendor/go.uber.org/zap \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ - vmihailenco:bufpool:v0.1.5:vmihailenco_bufpool/vendor/github.com/vmihailenco/bufpool \ - vmihailenco:msgpack:v4.3.7:vmihailenco_msgpack_v4/vendor/github.com/vmihailenco/msgpack/v4 \ + vmihailenco:bufpool:v0.1.11:vmihailenco_bufpool/vendor/github.com/vmihailenco/bufpool \ + vmihailenco:msgpack:v4.3.12:vmihailenco_msgpack_v4/vendor/github.com/vmihailenco/msgpack/v4 \ vmihailenco:tagparser:v0.1.1:vmihailenco_tagparser/vendor/github.com/vmihailenco/tagparser \ whyrusleeping:base32:c30ac30633cc:whyrusleeping_base32/vendor/github.com/whyrusleeping/base32 \ whyrusleeping:cbor-gen:5379fc63235d:whyrusleeping_cbor_gen/vendor/github.com/whyrusleeping/cbor-gen \ Modified: head/sysutils/go-btfs/distinfo ============================================================================== --- head/sysutils/go-btfs/distinfo Thu Mar 11 16:24:36 2021 (r568103) +++ head/sysutils/go-btfs/distinfo Thu Mar 11 16:33:09 2021 (r568104) @@ -1,6 +1,6 @@ -TIMESTAMP = 1611564868 -SHA256 (TRON-US-go-btfs-btfs-v1.5.0_GH0.tar.gz) = 6f421e2cd8170c7485c718ae7b8455a853fe299a96b82c59e35a8f0aaf041c51 -SIZE (TRON-US-go-btfs-btfs-v1.5.0_GH0.tar.gz) = 12043423 +TIMESTAMP = 1615388725 +SHA256 (TRON-US-go-btfs-btfs-v1.5.1_GH0.tar.gz) = 509f242f4acdc4d5a33d038c7d5bfe07f75153d8158939d71adafe23ff71257f +SIZE (TRON-US-go-btfs-btfs-v1.5.1_GH0.tar.gz) = 12290854 SHA256 (AndreasBriese-bbloom-e2d15f34fcf9_GH0.tar.gz) = e88bd873a2251d70b5d2cbf9dceff24fa25ca5652ac1f99165c303e98df494a1 SIZE (AndreasBriese-bbloom-e2d15f34fcf9_GH0.tar.gz) = 7704 SHA256 (FactomProject-basen-fe3947df716e_GH0.tar.gz) = e6eb6d1951d97339f7aa4d0973be8faf48922af2398b68a66e269e2155205493 @@ -9,16 +9,16 @@ SHA256 (FactomProject-btcutilecc-d3a63a5752ec_GH0.tar. SIZE (FactomProject-btcutilecc-d3a63a5752ec_GH0.tar.gz) = 5317 SHA256 (Kubuxu-go-os-helper-v0.0.1_GH0.tar.gz) = 3c5996aed6dd2e0b9e0aa6e0d3234c9fbb7d40626be1589cfc27120303a5873c SIZE (Kubuxu-go-os-helper-v0.0.1_GH0.tar.gz) = 1293 -SHA256 (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = d8025ef6297d6d96ea12ef9dda1f71628958e2021e60ede92bc5816f225cbad9 -SIZE (StackExchange-wmi-5d049714c4a6_GH0.tar.gz) = 11234 +SHA256 (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 14dbc4af6952acdb1b941d002cd36fd2299aa6b3144cbcbddbb032c47f816da5 +SIZE (StackExchange-wmi-cbe66965904d_GH0.tar.gz) = 11279 SHA256 (Stebalien-go-bitfield-v0.0.1_GH0.tar.gz) = 101618e079a7ac9aa329f2c4712f36ecfcc2184a22f7be8cda330b300616f58f SIZE (Stebalien-go-bitfield-v0.0.1_GH0.tar.gz) = 3039 SHA256 (TRON-US-go-btfs-api-v0.3.0_GH0.tar.gz) = 3e90375cc649c68907b3046e80df8e0e35f41a173063da86602b67baaec4aa5c SIZE (TRON-US-go-btfs-api-v0.3.0_GH0.tar.gz) = 35796 SHA256 (TRON-US-go-btfs-chunker-v0.3.0_GH0.tar.gz) = d642b1b12d71367d0af79be06a98332b895df98f20e219d12960558b20b041e5 SIZE (TRON-US-go-btfs-chunker-v0.3.0_GH0.tar.gz) = 15958 -SHA256 (TRON-US-go-btfs-cmds-v0.2.7_GH0.tar.gz) = 316ec2344d2787d7e2633e78eaa37aace2ed639c433e200c727c46d19e627762 -SIZE (TRON-US-go-btfs-cmds-v0.2.7_GH0.tar.gz) = 76270 +SHA256 (TRON-US-go-btfs-cmds-v0.2.13_GH0.tar.gz) = e326fd2d77574c2e8894ae583010a010274aaa74386b319bfc7ba6e81d7b0601 +SIZE (TRON-US-go-btfs-cmds-v0.2.13_GH0.tar.gz) = 76392 SHA256 (TRON-US-go-btfs-config-v0.7.0_GH0.tar.gz) = 9feeb29edfdcc94922d44beaf1132a78767b32e5197cb0f4388badb9d1d1af82 SIZE (TRON-US-go-btfs-config-v0.7.0_GH0.tar.gz) = 30592 SHA256 (TRON-US-go-btfs-files-v0.2.0_GH0.tar.gz) = 7d97a776252b3e0c8101bec53d38dee63a5a97f29c44416f4fa2998cc2ce1bb2 @@ -49,8 +49,8 @@ SHA256 (TRON-US-go-multiaddr-v0.4.0_GH0.tar.gz) = c86d SIZE (TRON-US-go-multiaddr-v0.4.0_GH0.tar.gz) = 36187 SHA256 (TRON-US-go-path-v0.2.0_GH0.tar.gz) = 910201202facf296cedab77e8c98900db1b12a81217c1a3106f8639ffe329f05 SIZE (TRON-US-go-path-v0.2.0_GH0.tar.gz) = 23544 -SHA256 (TRON-US-go-unixfs-v0.6.0_GH0.tar.gz) = 7cda0ef641281a3beec7a6665aeefc9737c36bc367700dade45b6c516612b905 -SIZE (TRON-US-go-unixfs-v0.6.0_GH0.tar.gz) = 88587 +SHA256 (TRON-US-go-unixfs-v0.6.1_GH0.tar.gz) = 3cdfc8d3123428adcb7ecdca507b21ba6e9623dd3e982b1753705f6f7325d33a +SIZE (TRON-US-go-unixfs-v0.6.1_GH0.tar.gz) = 88702 SHA256 (TRON-US-interface-go-btfs-core-v0.7.0_GH0.tar.gz) = 454d6c609e6e6614fd0028072e7fc270b8e059c7735d56a01b98b42033aa180f SIZE (TRON-US-interface-go-btfs-core-v0.7.0_GH0.tar.gz) = 56199 SHA256 (Workiva-go-datastructures-v1.0.52_GH0.tar.gz) = c023f985d6c496e6259abe5225b221d9d2d2a3528a2dba54571fd6f46f23bda3 @@ -59,8 +59,8 @@ SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624ea SIZE (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 44383 SHA256 (alecthomas-template-fb15b899a751_GH0.tar.gz) = 2e2a44375eca48ce941182504b5d13aa98182b9a3f64ace33bfda52208bd0f5e SIZE (alecthomas-template-fb15b899a751_GH0.tar.gz) = 55339 -SHA256 (alecthomas-units-c3de453c63f4_GH0.tar.gz) = b2eb77de46e677edb150bb4bf81d213416a477525980e315264cbd70b22d0ece -SIZE (alecthomas-units-c3de453c63f4_GH0.tar.gz) = 3485 +SHA256 (alecthomas-units-f65c72e2690d_GH0.tar.gz) = ece06024b01821e013bd7158dfe8ec8cc697f586ce8d3cfaa22edde8c2f022c3 +SIZE (alecthomas-units-f65c72e2690d_GH0.tar.gz) = 4925 SHA256 (alexbrainman-goissue34681-3fc7a47baff5_GH0.tar.gz) = 23fd89629b4cef97dfe93b4fafcb53171b59b7ca0b73c3cbee6d98bae80b7c71 SIZE (alexbrainman-goissue34681-3fc7a47baff5_GH0.tar.gz) = 3579 SHA256 (andybalholm-brotli-5f990b63d2d6_GH0.tar.gz) = 53610e6683e493356537d66c5aff0bd06eb88caddb01a70f7bce55eca69d1de4 @@ -117,8 +117,8 @@ SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540b SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260 SHA256 (elgris-jsondiff-765b5c24c302_GH0.tar.gz) = e07744fb96fa8cf072dd59a7c73127afa490659c4a1f2c468a1b29c9025d2842 SIZE (elgris-jsondiff-765b5c24c302_GH0.tar.gz) = 4726 -SHA256 (ethereum-go-ethereum-v1.9.17_GH0.tar.gz) = 88ce9c11c0374657b0999cde2e2469088cd424bc2954e82f5b4c9f1a347d400e -SIZE (ethereum-go-ethereum-v1.9.17_GH0.tar.gz) = 10293535 +SHA256 (ethereum-go-ethereum-v1.9.24_GH0.tar.gz) = 5e5d69dafc0c93af47fdc5fae782048b15a3a16ac722db39c9cda2eacdf21234 +SIZE (ethereum-go-ethereum-v1.9.24_GH0.tar.gz) = 10735971 SHA256 (facebookgo-atomicfile-2de1f203e7d5_GH0.tar.gz) = e7adfab550d7a33d86f598944b80bed894054fdc873a238e239b0fd06698acf1 SIZE (facebookgo-atomicfile-2de1f203e7d5_GH0.tar.gz) = 3493 SHA256 (flynn-noise-2492fe189ae6_GH0.tar.gz) = 6a75fc9f88987d76f79226e6728c7f8d71d2e64695a521ebd6f9ac4006eaf35d @@ -129,22 +129,20 @@ SHA256 (francoispqt-gojay-v1.2.13_GH0.tar.gz) = 69de41 SIZE (francoispqt-gojay-v1.2.13_GH0.tar.gz) = 165255 SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 -SHA256 (gabriel-vasile-mimetype-v1.1.1_GH0.tar.gz) = b2be78d070877aeeba04599844fc5a4c90571d74e0e446228167b86574c9078c -SIZE (gabriel-vasile-mimetype-v1.1.1_GH0.tar.gz) = 24278052 +SHA256 (gabriel-vasile-mimetype-v1.1.2_GH0.tar.gz) = d7649dc90d720e756d31effb71cf7a903f20867af760a8efd4d9a1fa983315e9 +SIZE (gabriel-vasile-mimetype-v1.1.2_GH0.tar.gz) = 24285600 SHA256 (go-bindata-go-bindata-v3.1.3_GH0.tar.gz) = c9115e60995ecba15568c9f8052e77764f2b87b7b362cafd900cfc9829cba7e8 SIZE (go-bindata-go-bindata-v3.1.3_GH0.tar.gz) = 21280 -SHA256 (go-ole-go-ole-v1.2.1_GH0.tar.gz) = e39183c0ca968dbd700d5019e2c9ae962b0839fd71e7d66c610ff4ea0ddf50c4 -SIZE (go-ole-go-ole-v1.2.1_GH0.tar.gz) = 51315 -SHA256 (go-pg-migrations-v7.1.9_GH0.tar.gz) = f8979725d4d8f2a067078f3a0c5b92bd8e2122321f7696ff9891014ce6bc78ab -SIZE (go-pg-migrations-v7.1.9_GH0.tar.gz) = 14432 -SHA256 (go-pg-pg-v9.1.5_GH0.tar.gz) = cebbf557e287642774158e6a62fd120c24ce964b864c24c40508c6f780749574 -SIZE (go-pg-pg-v9.1.5_GH0.tar.gz) = 130423 -SHA256 (go-pg-urlstruct-v0.3.0_GH0.tar.gz) = 2d5c70750391935ff1e50cd9e2c20ad86b5322b34d48626b115de982f638698e -SIZE (go-pg-urlstruct-v0.3.0_GH0.tar.gz) = 11800 -SHA256 (go-pg-zerochecker-v0.1.1_GH0.tar.gz) = b0cedb35ac3420d3ac9159e2dc683e77f4cbf0126fab7bfebc00f24c8761cce5 -SIZE (go-pg-zerochecker-v0.1.1_GH0.tar.gz) = 1111 -SHA256 (go-redis-redis-v7.2.0_GH0.tar.gz) = 9aa836b2ae3be6214a12efbce7cf54d234525396e51a4ebcdadc35942807958a -SIZE (go-redis-redis-v7.2.0_GH0.tar.gz) = 101816 +SHA256 (go-ole-go-ole-v1.2.4_GH0.tar.gz) = 1f30df494ffc50c133c5f276f64c94820046b1a3a660c0cca49a5c3a8106db11 +SIZE (go-ole-go-ole-v1.2.4_GH0.tar.gz) = 51655 +SHA256 (go-pg-migrations-v7.1.11_GH0.tar.gz) = 97799b58d369d410e7b1e906c35847f92f4cac0106e3e60edbfee664939e7927 +SIZE (go-pg-migrations-v7.1.11_GH0.tar.gz) = 17462 +SHA256 (go-pg-pg-v9.2.0_GH0.tar.gz) = e5a4e8ab18aad93d1cd10c9e6878d848185bb261f3406671b62b8494484dc806 +SIZE (go-pg-pg-v9.2.0_GH0.tar.gz) = 137814 +SHA256 (go-pg-zerochecker-v0.2.0_GH0.tar.gz) = f45bd1535f06151b05a5d4bb2cce6cada0d833acdff4260c0db691794deba7b6 +SIZE (go-pg-zerochecker-v0.2.0_GH0.tar.gz) = 1841 +SHA256 (go-redis-redis-v7.4.0_GH0.tar.gz) = c701db2bb074fe87dade21d4e30cefb152861dee70d934a149dcfc4b1c1b2b15 +SIZE (go-redis-redis-v7.4.0_GH0.tar.gz) = 102824 SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04 SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 SHA256 (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07 @@ -155,32 +153,32 @@ SHA256 (gobuffalo-here-v0.6.0_GH0.tar.gz) = a996bdf6da SIZE (gobuffalo-here-v0.6.0_GH0.tar.gz) = 8986 SHA256 (gogo-protobuf-v1.3.1_GH0.tar.gz) = 5184f06decd681fcc82f6583976111faf87189c0c2f8063b34ac2ea9ed997236 SIZE (gogo-protobuf-v1.3.1_GH0.tar.gz) = 2038188 -SHA256 (golang-appengine-v1.6.5_GH0.tar.gz) = 4e7df5d4ec2dda0f59f26925b36a087843fd1a165adb938712068376bf791316 -SIZE (golang-appengine-v1.6.5_GH0.tar.gz) = 332903 -SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2 -SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931 +SHA256 (golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624 +SIZE (golang-appengine-v1.6.6_GH0.tar.gz) = 332981 +SHA256 (golang-crypto-7f63de1d35b0_GH0.tar.gz) = 2d1bcc81ecd06b9d92ede3fc186c9d81cafa2aecba920d61981f2a0ec6153da3 +SIZE (golang-crypto-7f63de1d35b0_GH0.tar.gz) = 1732554 SHA256 (golang-gddo-af0f2af80721_GH0.tar.gz) = a37eabe7bf2035e51718154b821f2aed6a384e4b7365e9a62463047e0872e24d SIZE (golang-gddo-af0f2af80721_GH0.tar.gz) = 2256821 -SHA256 (golang-lint-910be7a94367_GH0.tar.gz) = fb702d9a4efbe7f23f33772e2ba9908db74d33beff3c1688ddb9a72a736bdf41 -SIZE (golang-lint-910be7a94367_GH0.tar.gz) = 31816 +SHA256 (golang-lint-738671d3881b_GH0.tar.gz) = c3c30939f0592da3a4b470afd40cdf2924a2749e251b4188f53a918445fb67b4 +SIZE (golang-lint-738671d3881b_GH0.tar.gz) = 31848 SHA256 (golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a SIZE (golang-mod-v0.3.0_GH0.tar.gz) = 93941 -SHA256 (golang-net-ab3426394381_GH0.tar.gz) = ddf23e17a147972ad0dd11824a912eaa0174cba60ab63da6ae6ced2c76345946 -SIZE (golang-net-ab3426394381_GH0.tar.gz) = 1177700 -SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 -SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 +SHA256 (golang-net-69a78807bb2b_GH0.tar.gz) = 1114d9d74fc1297add7be9ae8e61fae9f8522884ef46b518e1f3546f843a0223 +SIZE (golang-net-69a78807bb2b_GH0.tar.gz) = 1248808 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 SHA256 (golang-snappy-196ae77b8a26_GH0.tar.gz) = 897a39b493b530da2b7fb4269926cf1b79c6261be2026d5d150f53ba15e09bc0 SIZE (golang-snappy-196ae77b8a26_GH0.tar.gz) = 65978 SHA256 (golang-sync-6e8e738ad208_GH0.tar.gz) = 011eb5dc95a0ede8be5d68edde93be5af1b88d7fc098d0f74c6f7560beb378f0 SIZE (golang-sync-6e8e738ad208_GH0.tar.gz) = 17288 -SHA256 (golang-sys-f1bc736245b1_GH0.tar.gz) = 3d505599b75124b006f437147b838efc9c3c59cb95f9b545e3352160abb073aa -SIZE (golang-sys-f1bc736245b1_GH0.tar.gz) = 1054443 -SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 -SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 +SHA256 (golang-sys-5cba982894dd_GH0.tar.gz) = b9cae5190f1f604721c4aa02d64f302fbe46064a903ed60937089570c85de461 +SIZE (golang-sys-5cba982894dd_GH0.tar.gz) = 1086480 +SHA256 (golang-text-v0.3.4_GH0.tar.gz) = 39eabfef83413361eafd4353ee9d9821707853235f2e55f3d5b1d38ce698fe89 +SIZE (golang-text-v0.3.4_GH0.tar.gz) = 8354508 SHA256 (golang-tools-17fd2f27a9e3_GH0.tar.gz) = 1a95863e328567a834a95ad7eebb0e5fa61c472cac9b1116901fc457345a7e3d SIZE (golang-tools-17fd2f27a9e3_GH0.tar.gz) = 2552495 -SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7 -SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657 +SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 +SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 SHA256 (google-go-genproto-cb27e3aa2013_GH0.tar.gz) = 1f0c3be40b17772975c71b54ca512ee681f7db384ebc43c8adb24f1ab44d2d0e SIZE (google-go-genproto-cb27e3aa2013_GH0.tar.gz) = 9293098 SHA256 (google-gopacket-v1.1.18_GH0.tar.gz) = 5990671bbbe60d520a846fd87a3c56b125119c1808c761cc5e195c08f9e61be1 @@ -189,10 +187,12 @@ SHA256 (google-uuid-v1.1.2_GH0.tar.gz) = e650558e31430 SIZE (google-uuid-v1.1.2_GH0.tar.gz) = 13871 SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84 SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101 -SHA256 (grpc-ecosystem-go-grpc-middleware-v1.1.0_GH0.tar.gz) = 6f6ec573a25d5f788e7ec41d82b015e16f4c156b6c6c4dcd1c8ecef84ec28554 -SIZE (grpc-ecosystem-go-grpc-middleware-v1.1.0_GH0.tar.gz) = 85633 -SHA256 (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 2e25c66a7fe59a49d94d24280afabfbc563967e47c1e6d8df0a72aaf11fae6fb -SIZE (grpc-grpc-go-v1.27.1_GH0.tar.gz) = 826728 +SHA256 (grpc-ecosystem-go-grpc-middleware-v1.2.2_GH0.tar.gz) = 58ace93df5406bb6f1e3e5d49f72f916f99ad6fe0c63cd4dacc6017dbdf7ef76 +SIZE (grpc-ecosystem-go-grpc-middleware-v1.2.2_GH0.tar.gz) = 99696 +SHA256 (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = eba66530952a126ab869205bdb909af607bfd9eb09f00207b62eb29140258aa9 +SIZE (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = 24760 +SHA256 (grpc-grpc-go-v1.34.0_GH0.tar.gz) = 44eef6f9d159f289383ba844ca1a5b56eaf1a34463ee4b8e9e55c98d62108c1d +SIZE (grpc-grpc-go-v1.34.0_GH0.tar.gz) = 1159437 SHA256 (hannahhoward-go-pubsub-8d62886cc36e_GH0.tar.gz) = e06e1e8e0456870a972cc4c99b49a9a53f8bd073afe99d554269e5ef23cdbf23 SIZE (hannahhoward-go-pubsub-8d62886cc36e_GH0.tar.gz) = 4482 SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128 @@ -203,6 +203,8 @@ SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428 SHA256 (huin-goupnp-v1.0.0_GH0.tar.gz) = 8d0ce3fbc5813b65cb657560ff67209b4621840865edb82f2d20182678ad2a39 SIZE (huin-goupnp-v1.0.0_GH0.tar.gz) = 56727 +SHA256 (hypnoglow-go-pg-monitor-v0.1.0_GH0.tar.gz) = 305db0fd9752917c3eccb88587023d599d832e9f590c3d1a4170068b81f7d62e +SIZE (hypnoglow-go-pg-monitor-v0.1.0_GH0.tar.gz) = 20539 SHA256 (ipfs-bbloom-v0.0.4_GH0.tar.gz) = 1c60dcae221df64836fe4cde4fca183287702c147de161c163bb24348f895e30 SIZE (ipfs-bbloom-v0.0.4_GH0.tar.gz) = 8856 SHA256 (ipfs-go-bitswap-v0.2.20_GH0.tar.gz) = 08029f0c7aa17c41d67d486832fb0494004cb5cea59fb3315c717932d97cacb1 @@ -293,8 +295,8 @@ SHA256 (klauspost-pgzip-v1.2.1_GH0.tar.gz) = e7e8268df SIZE (klauspost-pgzip-v1.2.1_GH0.tar.gz) = 121624 SHA256 (klauspost-reedsolomon-v1.9.9_GH0.tar.gz) = d6f4737f20f6cdba9fcbae08611ace58a2ccba050883413fcd3ec3b2b8c305a9 SIZE (klauspost-reedsolomon-v1.9.9_GH0.tar.gz) = 197069 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.1_GH0.tar.gz) = e36c5a5de388bf72db3037b47f025b09e574be8d0bc74b3e44c960cba0880e87 -SIZE (konsorten-go-windows-terminal-sequences-v1.0.1_GH0.tar.gz) = 1909 +SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 +SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 SHA256 (koron-go-ssdp-2e1c40ed0b5d_GH0.tar.gz) = b8d09aa1efb96060b35395e3935a4ec16e5a032c5092ecd4b6a1761dee91ca97 SIZE (koron-go-ssdp-2e1c40ed0b5d_GH0.tar.gz) = 8735 SHA256 (libp2p-go-addr-util-v0.0.2_GH0.tar.gz) = f83ca5849a8301405c8a8d2cb2c69f3884511f4366c28c34e1e83fb63c2deb8a @@ -473,24 +475,24 @@ SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 SHA256 (polydawn-refmt-05966cbd336a_GH0.tar.gz) = 7935a9dfa308e2f9891ec497dbbc99355ca8bb190c6c4ff4081e762013e45b00 SIZE (polydawn-refmt-05966cbd336a_GH0.tar.gz) = 102438 -SHA256 (prometheus-client_golang-v1.7.1_GH0.tar.gz) = e61fefe06b7ac561c77435c98336f4ccc8cee60420de3a39db6d09fb7b83e9ed -SIZE (prometheus-client_golang-v1.7.1_GH0.tar.gz) = 160050 +SHA256 (prometheus-client_golang-v1.8.0_GH0.tar.gz) = 90ffc935a71704c5c53c6a6f878a5195754a441267a338783fb747fb987714c3 +SIZE (prometheus-client_golang-v1.8.0_GH0.tar.gz) = 175641 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.10.0_GH0.tar.gz) = 349381082ea8e66637c2d2475f1ae0e74ca04a7b91eb3b96817c261b87668fd3 -SIZE (prometheus-common-v0.10.0_GH0.tar.gz) = 107763 -SHA256 (prometheus-procfs-v0.1.3_GH0.tar.gz) = 0b0872058bfdef11d9942535c992420150724c3b5a912a48a8d2ea26ac39efa6 -SIZE (prometheus-procfs-v0.1.3_GH0.tar.gz) = 156868 +SHA256 (prometheus-common-v0.14.0_GH0.tar.gz) = 1b93e29dd621ed22bb7a7351487e22013f43c96d05c6c63ffc11236abe166f36 +SIZE (prometheus-common-v0.14.0_GH0.tar.gz) = 124248 +SHA256 (prometheus-procfs-v0.2.0_GH0.tar.gz) = b6c013031ac8b9f8f9e1595103c48feb80dfe59c37aac73efe724fddbc0b3f50 +SIZE (prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 SHA256 (rs-cors-v1.7.0_GH0.tar.gz) = 7cd0991ab30502e3c442c0a8ec153c58a1d5cbdc2c74af022f8d2354d65af6b8 SIZE (rs-cors-v1.7.0_GH0.tar.gz) = 12147 -SHA256 (segmentio-encoding-v0.1.10_GH0.tar.gz) = 90f55b0a3b1f283abe00de7d54570edd4ae94a3d59fbe0415ef969519a94abc2 -SIZE (segmentio-encoding-v0.1.10_GH0.tar.gz) = 13743103 -SHA256 (shirou-gopsutil-v2.20.7_GH0.tar.gz) = a2fc7c3a788673438e6d8e3d98865c56e0616744ef54768ed556493b0c603652 -SIZE (shirou-gopsutil-v2.20.7_GH0.tar.gz) = 139645 -SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 -SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 +SHA256 (segmentio-encoding-v0.1.15_GH0.tar.gz) = dbc9781255789efc427a8df7a7d64f1bdc444f24e7bf3352bc0c4b845873972c +SIZE (segmentio-encoding-v0.1.15_GH0.tar.gz) = 13743957 +SHA256 (shirou-gopsutil-v3.20.12_GH0.tar.gz) = e4e0127da30ec517558fb7bb3f9fcd22a75d6e3c44091cd1d8f5dc5f3ac9aa4d +SIZE (shirou-gopsutil-v3.20.12_GH0.tar.gz) = 285624 +SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 +SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 SHA256 (spacemonkeygo-spacelog-2296661a0572_GH0.tar.gz) = 0c29780eb883b7c42a882d2b9c087b203fc75e661d85cba2c2b0416ddd16a962 SIZE (spacemonkeygo-spacelog-2296661a0572_GH0.tar.gz) = 16360 SHA256 (spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 73e99fdaadf177427cefb2aff93e4c35d8b1fcf20a4eac6feab73b5d55a9d243 @@ -499,16 +501,16 @@ SHA256 (status-im-keycard-go-8537d3370df4_GH0.tar.gz) SIZE (status-im-keycard-go-8537d3370df4_GH0.tar.gz) = 6124892 SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 -SHA256 (syndtr-goleveldb-758128399b1d_GH0.tar.gz) = 09a424006b17429305147c1d601c27824a24a1433d6beb42279943721d0b61d9 -SIZE (syndtr-goleveldb-758128399b1d_GH0.tar.gz) = 148626 +SHA256 (syndtr-goleveldb-5c35d600f0ca_GH0.tar.gz) = 8919af3d2fe579880bf46a9e26b1acab35bad3a18dc7e26a4ecb0eb97731a0df +SIZE (syndtr-goleveldb-5c35d600f0ca_GH0.tar.gz) = 151216 SHA256 (texttheater-golang-levenshtein-d188e65d659e_GH0.tar.gz) = d8577e34688ec482f3610d9b97170ce6805cfb71af1aa8febb261e3ebc2faf0d SIZE (texttheater-golang-levenshtein-d188e65d659e_GH0.tar.gz) = 4563 SHA256 (thedevsaddam-gojsonq-v2.5.2_GH0.tar.gz) = e6fc5f519e7b72e63e1408c55db1abbf8abce9d53b46a09d5948fb7ff6d761c5 SIZE (thedevsaddam-gojsonq-v2.5.2_GH0.tar.gz) = 141251 -SHA256 (tron-us-go-btfs-common-v0.7.0_GH0.tar.gz) = 6a547d009b052d434782cad7f4c8f0cc62ad5c3d96242522011dfab025723d8d -SIZE (tron-us-go-btfs-common-v0.7.0_GH0.tar.gz) = 383766 -SHA256 (tron-us-go-common-v2.2.1_GH0.tar.gz) = 21b1eef8d8782ae95405954e911837b453375cff86115a7eb17e38cb4140429f -SIZE (tron-us-go-common-v2.2.1_GH0.tar.gz) = 33501 +SHA256 (tron-us-go-btfs-common-v0.7.13_GH0.tar.gz) = 99291d459f2e0c30383ac0888b173656112b6fe884587a5de840944edc4f60be +SIZE (tron-us-go-btfs-common-v0.7.13_GH0.tar.gz) = 429552 +SHA256 (tron-us-go-common-v2.3.0_GH0.tar.gz) = f8a9a2eb6e2763e70327a83b9d56af24f53aed0301c6a8ad1ab0164303cd95f8 +SIZE (tron-us-go-common-v2.3.0_GH0.tar.gz) = 52492 SHA256 (tron-us-protobuf-v1.3.7_GH0.tar.gz) = d7269e5fbbaf104b94f61b7e1544ee290fe6cda231ed1c6286974717b61ebd0f SIZE (tron-us-protobuf-v1.3.7_GH0.tar.gz) = 2058893 SHA256 (tyler-smith-go-bip32-2c9cfd177564_GH0.tar.gz) = d29a8184e24c08174af5055419def587bf7bbb20d7b088a5cd32f0fea67eeb2f @@ -527,10 +529,10 @@ SHA256 (uber-go-zap-v1.16.0_GH0.tar.gz) = 098ceed0ab0a SIZE (uber-go-zap-v1.16.0_GH0.tar.gz) = 131768 SHA256 (ulikunitz-xz-v0.5.6_GH0.tar.gz) = e498361f9a2c243defb155e510bd2d1d8573bef938425b38213e2f2a8951959a SIZE (ulikunitz-xz-v0.5.6_GH0.tar.gz) = 477403 -SHA256 (vmihailenco-bufpool-v0.1.5_GH0.tar.gz) = 7aafef1ecffcf032f05ec94c567d7817e3ee92694c50f6616e00f5921ea68943 -SIZE (vmihailenco-bufpool-v0.1.5_GH0.tar.gz) = 10454 -SHA256 (vmihailenco-msgpack-v4.3.7_GH0.tar.gz) = 0009b29288277e88b94f90bfe65481e9946ef09c8048bcf320cc47c9e5459aaf -SIZE (vmihailenco-msgpack-v4.3.7_GH0.tar.gz) = 30630 +SHA256 (vmihailenco-bufpool-v0.1.11_GH0.tar.gz) = 068cfa467105df537eb122978836fd8b86981f9787162195b9c5db7a21162ad4 +SIZE (vmihailenco-bufpool-v0.1.11_GH0.tar.gz) = 10613 +SHA256 (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 57b532f7dc4e7757c7d3b857d58d7f3e8eec1d39e9c4d93d4e86fbc506e23cfd +SIZE (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 31602 SHA256 (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 0d83a863ff6488f469cb783a3910079fd158b3b400da1aa44f27ec93961a2c08 SIZE (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 3649 SHA256 (whyrusleeping-base32-c30ac30633cc_GH0.tar.gz) = dd82c6e71ac79feb849d93d3554989c4ae63db02e7cd79a35dbe01e53c9f763c From owner-svn-ports-all@freebsd.org Thu Mar 11 16:48:15 2021 Return-Path: Delivered-To: svn-ports-all@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 9A53657BA03; Thu, 11 Mar 2021 16:48:15 +0000 (UTC) (envelope-from osa@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 4DxFHz42Kcz3K1F; Thu, 11 Mar 2021 16:48:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 794101DB; Thu, 11 Mar 2021 16:48:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BGmFTZ074970; Thu, 11 Mar 2021 16:48:15 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BGmFK5074968; Thu, 11 Mar 2021 16:48:15 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202103111648.12BGmFK5074968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 11 Mar 2021 16:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568105 - head/www/nginx-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/nginx-devel X-SVN-Commit-Revision: 568105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:48:15 -0000 Author: osa Date: Thu Mar 11 16:48:14 2021 New Revision: 568105 URL: https://svnweb.freebsd.org/changeset/ports/568105 Log: Run NJS module's configure script in the configure phase. While I'm here update the NJS module description. Bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.options.desc Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Thu Mar 11 16:33:09 2021 (r568104) +++ head/www/nginx-devel/Makefile Thu Mar 11 16:48:14 2021 (r568105) @@ -3,6 +3,7 @@ PORTNAME?= nginx PORTVERSION= 1.19.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa @@ -319,6 +320,9 @@ post-patch-VOD-on: pre-configure-SMALL_LIGHT-on: ( cd ${WRKSRC_small_light} && ./setup ) + +do-configure-NJS-on: + ( cd ${WRKSRC_njs} && ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ) .if !target(do-install) do-install: Modified: head/www/nginx-devel/Makefile.options.desc ============================================================================== --- head/www/nginx-devel/Makefile.options.desc Thu Mar 11 16:33:09 2021 (r568104) +++ head/www/nginx-devel/Makefile.options.desc Thu Mar 11 16:48:14 2021 (r568105) @@ -91,7 +91,7 @@ MAIL_SSL_DESC= Enable mail_ssl module MEMC_DESC= 3rd party memc (memcached) module MODSECURITY3_DESC= 3rd party modsecurity3 module NAXSI_DESC= 3rd party naxsi module -NJS_DESC= Enable http_javascript module +NJS_DESC= Enable javascript module OPENTRACING_DESC= 3rd party opentracing module PASSENGER_DESC= 3rd party passenger module POSTGRES_DESC= 3rd party postgres module From owner-svn-ports-all@freebsd.org Thu Mar 11 16:53:34 2021 Return-Path: Delivered-To: svn-ports-all@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 C9BB857B7F4; Thu, 11 Mar 2021 16:53:34 +0000 (UTC) (envelope-from bland@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 4DxFQ65Kcdz3Kr4; Thu, 11 Mar 2021 16:53:34 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9C43493; Thu, 11 Mar 2021 16:53:34 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BGrYf5080761; Thu, 11 Mar 2021 16:53:34 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BGrYMM080758; Thu, 11 Mar 2021 16:53:34 GMT (envelope-from bland@FreeBSD.org) Message-Id: <202103111653.12BGrYMM080758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Thu, 11 Mar 2021 16:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568106 - in head/benchmarks/iozone: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bland X-SVN-Commit-Paths: in head/benchmarks/iozone: . files X-SVN-Commit-Revision: 568106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 16:53:34 -0000 Author: bland Date: Thu Mar 11 16:53:34 2021 New Revision: 568106 URL: https://svnweb.freebsd.org/changeset/ports/568106 Log: Update to 3_491 Deleted: head/benchmarks/iozone/files/ Modified: head/benchmarks/iozone/Makefile head/benchmarks/iozone/distinfo Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Thu Mar 11 16:48:14 2021 (r568105) +++ head/benchmarks/iozone/Makefile Thu Mar 11 16:53:34 2021 (r568106) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= iozone -DISTVERSION= 3_487 -PORTREVISION= 1 +DISTVERSION= 3_491 +PORTREVISION= 0 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -30,6 +30,9 @@ THREADS_DESC= Enable threading (uses pthreads) THREADS_LDFLAGS= -lpthread THREADS_CFLAGS_OFF= -DNO_THREADS + +post-extract: + @cd ${WRKSRC} && ${GMAKE} clean post-patch-SSH-on: @${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' \ Modified: head/benchmarks/iozone/distinfo ============================================================================== --- head/benchmarks/iozone/distinfo Thu Mar 11 16:48:14 2021 (r568105) +++ head/benchmarks/iozone/distinfo Thu Mar 11 16:53:34 2021 (r568106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548102732 -SHA256 (iozone3_487.tar) = 2c488a7ccddd624fd557af16e71442c367b131d6178e1b4023bbd532bacdda59 -SIZE (iozone3_487.tar) = 1873920 +TIMESTAMP = 1615479833 +SHA256 (iozone3_491.tar) = 2cc4842d382e46a585d1df9ae1e255695480dcc0fc05c3b1cb32ef3493d0ec9a +SIZE (iozone3_491.tar) = 3153920 From owner-svn-ports-all@freebsd.org Thu Mar 11 17:13:04 2021 Return-Path: Delivered-To: svn-ports-all@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 64A9C57BF47; Thu, 11 Mar 2021 17:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxFrc26r9z3LVp; Thu, 11 Mar 2021 17:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BC4066B; Thu, 11 Mar 2021 17:13:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHD41j092819; Thu, 11 Mar 2021 17:13:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHD3wW092817; Thu, 11 Mar 2021 17:13:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111713.12BHD3wW092817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 17:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568107 - head/www/authelia X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/authelia X-SVN-Commit-Revision: 568107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:13:04 -0000 Author: yuri Date: Thu Mar 11 17:13:03 2021 New Revision: 568107 URL: https://svnweb.freebsd.org/changeset/ports/568107 Log: www/authelia: Update 4.27.0 -> 4.27.1 Reported by: portscout Modified: head/www/authelia/Makefile head/www/authelia/distinfo Modified: head/www/authelia/Makefile ============================================================================== --- head/www/authelia/Makefile Thu Mar 11 16:53:34 2021 (r568106) +++ head/www/authelia/Makefile Thu Mar 11 17:13:03 2021 (r568107) @@ -2,7 +2,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v -DISTVERSION= 4.27.0 +DISTVERSION= 4.27.1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org Modified: head/www/authelia/distinfo ============================================================================== --- head/www/authelia/distinfo Thu Mar 11 16:53:34 2021 (r568106) +++ head/www/authelia/distinfo Thu Mar 11 17:13:03 2021 (r568107) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615357678 -SHA256 (authelia-authelia-v4.27.0_GH0.tar.gz) = cd11156c5a3383f1475b03a71bbdfdd07b749c9a4591a38d53f1c415aca50cc4 -SIZE (authelia-authelia-v4.27.0_GH0.tar.gz) = 2065059 +TIMESTAMP = 1615482359 +SHA256 (authelia-authelia-v4.27.1_GH0.tar.gz) = ec666bae7d9bdca6d1370b643f01ca3a254d90bd2b5ad969d3ad9158ab7c9e70 +SIZE (authelia-authelia-v4.27.1_GH0.tar.gz) = 2065277 SHA256 (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 24b46602ef1adae845ec6938550d14ce9a93b4f2171201af0a29da421b611139 SIZE (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 8131 SHA256 (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = b78616fddfcc76892aecb5344968d7f3843128b70eba6c4752f092dc992c3b98 From owner-svn-ports-all@freebsd.org Thu Mar 11 17:14:52 2021 Return-Path: Delivered-To: svn-ports-all@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 57F0D57BED3; Thu, 11 Mar 2021 17:14:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxFth1x0Gz3LX3; Thu, 11 Mar 2021 17:14:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30BF5986; Thu, 11 Mar 2021 17:14:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHEpAs093084; Thu, 11 Mar 2021 17:14:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHEpRS093083; Thu, 11 Mar 2021 17:14:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111714.12BHEpRS093083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 17:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568108 - head/www/adguardhome X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/adguardhome X-SVN-Commit-Revision: 568108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:14:52 -0000 Author: yuri Date: Thu Mar 11 17:14:51 2021 New Revision: 568108 URL: https://svnweb.freebsd.org/changeset/ports/568108 Log: www/adguardhome: Update 0.105.1 -> 0.105.2 Reported by: portscout Modified: head/www/adguardhome/Makefile head/www/adguardhome/distinfo Modified: head/www/adguardhome/Makefile ============================================================================== --- head/www/adguardhome/Makefile Thu Mar 11 17:13:03 2021 (r568107) +++ head/www/adguardhome/Makefile Thu Mar 11 17:14:51 2021 (r568108) @@ -2,7 +2,7 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v -DISTVERSION= 0.105.1 +DISTVERSION= 0.105.2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org Modified: head/www/adguardhome/distinfo ============================================================================== --- head/www/adguardhome/distinfo Thu Mar 11 17:13:03 2021 (r568107) +++ head/www/adguardhome/distinfo Thu Mar 11 17:14:51 2021 (r568108) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614207051 -SHA256 (go/www_adguardhome/adguardhome-v0.105.1/v0.105.1.mod) = 4e594a30285860e06696a918f0b21fc3d22bf8b3250538db97b36bf32b40ec99 -SIZE (go/www_adguardhome/adguardhome-v0.105.1/v0.105.1.mod) = 1750 -SHA256 (go/www_adguardhome/adguardhome-v0.105.1/v0.105.1.zip) = d1cfc8d2e3f3d50439c4f8230b3211e837e275dd32a6527d4ca40c09085e977e -SIZE (go/www_adguardhome/adguardhome-v0.105.1/v0.105.1.zip) = 2153429 +TIMESTAMP = 1615482485 +SHA256 (go/www_adguardhome/adguardhome-v0.105.2/v0.105.2.mod) = 327afecea8c2cb272a04733275b9df5e127fd846a32e48ff40c7cecf83ef84c4 +SIZE (go/www_adguardhome/adguardhome-v0.105.2/v0.105.2.mod) = 1750 +SHA256 (go/www_adguardhome/adguardhome-v0.105.2/v0.105.2.zip) = f72335906f3f55786e228f20fba62c7f3980e1058aeaa7d7b4d01ae0f45e87aa +SIZE (go/www_adguardhome/adguardhome-v0.105.2/v0.105.2.zip) = 2155046 From owner-svn-ports-all@freebsd.org Thu Mar 11 17:16:05 2021 Return-Path: Delivered-To: svn-ports-all@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 ACE4D57BEE0; Thu, 11 Mar 2021 17:16:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxFw54Vkjz3LsH; Thu, 11 Mar 2021 17:16:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DA20A02; Thu, 11 Mar 2021 17:16:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHG58O093326; Thu, 11 Mar 2021 17:16:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHG5HZ093324; Thu, 11 Mar 2021 17:16:05 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111716.12BHG5HZ093324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 17:16:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568109 - head/science/py-moltemplate X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-moltemplate X-SVN-Commit-Revision: 568109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:16:05 -0000 Author: yuri Date: Thu Mar 11 17:16:04 2021 New Revision: 568109 URL: https://svnweb.freebsd.org/changeset/ports/568109 Log: science/py-moltemplate: Update 2.19.6 -> 2.19.7 Reported by: portscout Modified: head/science/py-moltemplate/Makefile head/science/py-moltemplate/distinfo Modified: head/science/py-moltemplate/Makefile ============================================================================== --- head/science/py-moltemplate/Makefile Thu Mar 11 17:14:51 2021 (r568108) +++ head/science/py-moltemplate/Makefile Thu Mar 11 17:16:04 2021 (r568109) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= moltemplate -DISTVERSION= 2.19.6 +DISTVERSION= 2.19.7 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-moltemplate/distinfo ============================================================================== --- head/science/py-moltemplate/distinfo Thu Mar 11 17:14:51 2021 (r568108) +++ head/science/py-moltemplate/distinfo Thu Mar 11 17:16:04 2021 (r568109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613728025 -SHA256 (moltemplate-2.19.6.tar.gz) = a5a94e6e8dad9793b2b5833507f242aa45aeff0de135131a5df7004669bac28b -SIZE (moltemplate-2.19.6.tar.gz) = 274748 +TIMESTAMP = 1615482822 +SHA256 (moltemplate-2.19.7.tar.gz) = a5db8aeac07cb42514e02fe990454e2e63eb66a6c4eee0b66c889d063f5158cd +SIZE (moltemplate-2.19.7.tar.gz) = 275077 From owner-svn-ports-all@freebsd.org Thu Mar 11 17:18:06 2021 Return-Path: Delivered-To: svn-ports-all@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 43E5457C1B7; Thu, 11 Mar 2021 17:18:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxFyQ1Rl8z3Lsg; Thu, 11 Mar 2021 17:18:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2482D670; Thu, 11 Mar 2021 17:18:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHI6SB093627; Thu, 11 Mar 2021 17:18:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHI59i093624; Thu, 11 Mar 2021 17:18:05 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111718.12BHI59i093624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 17:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568110 - head/net/clash X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/clash X-SVN-Commit-Revision: 568110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:18:06 -0000 Author: yuri Date: Thu Mar 11 17:18:05 2021 New Revision: 568110 URL: https://svnweb.freebsd.org/changeset/ports/568110 Log: net/clash: Update 1.4.1 -> 1.4.2 Reported by: portscout Modified: head/net/clash/Makefile head/net/clash/distinfo Modified: head/net/clash/Makefile ============================================================================== --- head/net/clash/Makefile Thu Mar 11 17:16:04 2021 (r568109) +++ head/net/clash/Makefile Thu Mar 11 17:18:05 2021 (r568110) @@ -2,7 +2,7 @@ PORTNAME= clash DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -23,18 +23,17 @@ GH_TUPLE= \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ - golang:crypto:b8e89b74b9df:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \ - golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \ - golang:sys:8ebf48af031b:golang_sys/vendor/golang.org/x/sys \ + golang:crypto:5ea612d1eb83:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:e18ecbb05110:golang_net/vendor/golang.org/x/net \ + golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ + golang:sys:68d13333faf2:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ - magefile:mage:v1.10.0:magefile_mage/vendor/github.com/magefile/mage \ - miekg:dns:v1.1.38:miekg_dns/vendor/github.com/miekg/dns \ - oschwald:geoip2-golang:v1.4.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \ - oschwald:maxminddb-golang:v1.6.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ + miekg:dns:v1.1.40:miekg_dns/vendor/github.com/miekg/dns \ + oschwald:geoip2-golang:v1.5.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \ + oschwald:maxminddb-golang:v1.8.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - sirupsen:logrus:v1.8.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic Modified: head/net/clash/distinfo ============================================================================== --- head/net/clash/distinfo Thu Mar 11 17:16:04 2021 (r568109) +++ head/net/clash/distinfo Thu Mar 11 17:18:05 2021 (r568110) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613986637 -SHA256 (Dreamacro-clash-v1.4.1_GH0.tar.gz) = 826629048f02a47fd56f29f16f06731f71c5c698401d77357c22a6de7f5e4e4f -SIZE (Dreamacro-clash-v1.4.1_GH0.tar.gz) = 144373 +TIMESTAMP = 1615483002 +SHA256 (Dreamacro-clash-v1.4.2_GH0.tar.gz) = 7bd3708a071c4f78788dff96b9a4b187196976fe4079253f4af3d9db98145f1c +SIZE (Dreamacro-clash-v1.4.2_GH0.tar.gz) = 144374 SHA256 (Dreamacro-go-shadowsocks2-v0.1.6_GH0.tar.gz) = e25d177f9643a0bd27ec93b11bdca96098590e772be3a26902d43faa5ef57890 SIZE (Dreamacro-go-shadowsocks2-v0.1.6_GH0.tar.gz) = 20019 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e @@ -17,30 +17,28 @@ SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5ff SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 SHA256 (gofrs-uuid-v4.0.0_GH0.tar.gz) = 7857a4f0c066d2e43a1b7912458b028b6fa351eb1a1d41b022dd6ac347e96b4f SIZE (gofrs-uuid-v4.0.0_GH0.tar.gz) = 17824 -SHA256 (golang-crypto-b8e89b74b9df_GH0.tar.gz) = ec168da76840bc92d96f4d2108166dc4096b50f16296172a8640c017bc2a615d -SIZE (golang-crypto-b8e89b74b9df_GH0.tar.gz) = 1725815 -SHA256 (golang-net-5f4716e94777_GH0.tar.gz) = 987ec0774e8480615daf0664cd9c9ec9eb25cf6e553e32ae38697515629714b6 -SIZE (golang-net-5f4716e94777_GH0.tar.gz) = 1251426 -SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba -SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 -SHA256 (golang-sys-8ebf48af031b_GH0.tar.gz) = f3a0861d55ab139d552cc8fe25596d20832dbb68e77a705d3a69b69a653c5f90 -SIZE (golang-sys-8ebf48af031b_GH0.tar.gz) = 1110174 +SHA256 (golang-crypto-5ea612d1eb83_GH0.tar.gz) = ab4d88d6121195632d006705a950adebaf4fa99dd15ea0c508297a17c5d3277e +SIZE (golang-crypto-5ea612d1eb83_GH0.tar.gz) = 1726242 +SHA256 (golang-net-e18ecbb05110_GH0.tar.gz) = c30374f6fd34c6b77d53224aa3ba7458e3773d7e6e4fa16d88fb05c7d05e0e89 +SIZE (golang-net-e18ecbb05110_GH0.tar.gz) = 1253124 +SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda +SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 +SHA256 (golang-sys-68d13333faf2_GH0.tar.gz) = 5c3c90ba4825031c3b528655871fa23218c401f6f47ef097ce8e2c90e84f8d00 +SIZE (golang-sys-68d13333faf2_GH0.tar.gz) = 1217255 SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 SHA256 (gorilla-websocket-v1.4.2_GH0.tar.gz) = 91937a36bc9e0da3c895c73d4cb74b2cdb1aff54ab21b0d0724000e7b5b85b84 SIZE (gorilla-websocket-v1.4.2_GH0.tar.gz) = 54101 -SHA256 (magefile-mage-v1.10.0_GH0.tar.gz) = 7d7f46f62df9dfb1a3a03173a1c14d77fdc53b3c99821da02d32a4ba730838fe -SIZE (magefile-mage-v1.10.0_GH0.tar.gz) = 8792150 -SHA256 (miekg-dns-v1.1.38_GH0.tar.gz) = 3b6db742ddabd8a98d599f21fdcdbcbb5d7f144d876101d9a98a101bbfe222eb -SIZE (miekg-dns-v1.1.38_GH0.tar.gz) = 199073 -SHA256 (oschwald-geoip2-golang-v1.4.0_GH0.tar.gz) = 6cc23884899d9c7d25b88a5629ac45f1ad37a002b524dd305b6811505cd9ec10 -SIZE (oschwald-geoip2-golang-v1.4.0_GH0.tar.gz) = 7742 -SHA256 (oschwald-maxminddb-golang-v1.6.0_GH0.tar.gz) = 5c321f14d3c0b3e8adb6f5a0bf63c5ede4c390ed0b6763980b587e4705f4703c -SIZE (oschwald-maxminddb-golang-v1.6.0_GH0.tar.gz) = 21367 +SHA256 (miekg-dns-v1.1.40_GH0.tar.gz) = 82e330b2f5c8a711d9a167200cf4c5513f30e421351c27e8c023b98c1902e63d +SIZE (miekg-dns-v1.1.40_GH0.tar.gz) = 199492 +SHA256 (oschwald-geoip2-golang-v1.5.0_GH0.tar.gz) = d63758fa83c0dbe54195f32d97be69e6240ecd0663812068c1c3fd0335c4bb4b +SIZE (oschwald-geoip2-golang-v1.5.0_GH0.tar.gz) = 9599 +SHA256 (oschwald-maxminddb-golang-v1.8.0_GH0.tar.gz) = bb215e75bc25e25ccd733225ccc2f2144ab10a76d616f13232d5cd873b983986 +SIZE (oschwald-maxminddb-golang-v1.8.0_GH0.tar.gz) = 25029 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (sirupsen-logrus-v1.8.0_GH0.tar.gz) = 50f7fd4a801fa28cbff9861dab8dcd6203657f88e088fd06713b0121c1d7ca25 -SIZE (sirupsen-logrus-v1.8.0_GH0.tar.gz) = 46797 +SHA256 (sirupsen-logrus-v1.8.1_GH0.tar.gz) = e9492c08ac8f202b438ccfb992bf81b7860739cf8f2266958e0c574c7abfdd74 +SIZE (sirupsen-logrus-v1.8.1_GH0.tar.gz) = 47161 SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (uber-go-atomic-v1.7.0_GH0.tar.gz) = 4d655e90a23d023b36607e2ce94c3b7bf650d41c81c0faff32432581d9099ad1 From owner-svn-ports-all@freebsd.org Thu Mar 11 17:30:48 2021 Return-Path: Delivered-To: svn-ports-all@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 6811657C4EC; Thu, 11 Mar 2021 17:30:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxGF42Z6bz3Mpk; Thu, 11 Mar 2021 17:30:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B041BA3; Thu, 11 Mar 2021 17:30:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHUm8F001865; Thu, 11 Mar 2021 17:30:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHUlYv001863; Thu, 11 Mar 2021 17:30:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111730.12BHUlYv001863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 17:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568111 - head/devel/git-town X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/git-town X-SVN-Commit-Revision: 568111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:30:48 -0000 Author: yuri Date: Thu Mar 11 17:30:47 2021 New Revision: 568111 URL: https://svnweb.freebsd.org/changeset/ports/568111 Log: devel/git-town: Update 7.4.0 -> 7.5.0 Reported by: portscout Modified: head/devel/git-town/Makefile head/devel/git-town/distinfo Modified: head/devel/git-town/Makefile ============================================================================== --- head/devel/git-town/Makefile Thu Mar 11 17:18:05 2021 (r568110) +++ head/devel/git-town/Makefile Thu Mar 11 17:30:47 2021 (r568111) @@ -2,7 +2,7 @@ PORTNAME= git-town DISTVERSIONPREFIX= v -DISTVERSION= 7.4.0 +DISTVERSION= 7.5.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/git-town/distinfo ============================================================================== --- head/devel/git-town/distinfo Thu Mar 11 17:18:05 2021 (r568110) +++ head/devel/git-town/distinfo Thu Mar 11 17:30:47 2021 (r568111) @@ -1,6 +1,6 @@ -TIMESTAMP = 1594056713 -SHA256 (Originate-git-town-v7.4.0_GH0.tar.gz) = f9ff00839fde70bc9b5024bae9a51d8b00e0bb309c3542ed65be50bb8a13e6a5 -SIZE (Originate-git-town-v7.4.0_GH0.tar.gz) = 2576114 +TIMESTAMP = 1615483064 +SHA256 (Originate-git-town-v7.5.0_GH0.tar.gz) = 4f35a2b4d01bea909161722ee1d5d893d5c676e6f3cf9305a864a01c55038be3 +SIZE (Originate-git-town-v7.5.0_GH0.tar.gz) = 2374797 SHA256 (AlecAivazis-survey-v1.8.8_GH0.tar.gz) = 72bafc1b6ac0090dfe914540914030e30f464ef3c6822c64f7b6dcf7ddb910a2 SIZE (AlecAivazis-survey-v1.8.8_GH0.tar.gz) = 982826 SHA256 (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 832ad7232c573cec3eece91af4cdf40d2d06bca94e026dd7d5add0f44f802f0f From owner-svn-ports-all@freebsd.org Thu Mar 11 17:40:29 2021 Return-Path: Delivered-To: svn-ports-all@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 0E3C957C570; Thu, 11 Mar 2021 17:40:29 +0000 (UTC) (envelope-from vsevolod@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 4DxGSD71j4z3NRs; Thu, 11 Mar 2021 17:40:28 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5282B4B; Thu, 11 Mar 2021 17:40:28 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHeS4H007631; Thu, 11 Mar 2021 17:40:28 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHeSoA007629; Thu, 11 Mar 2021 17:40:28 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <202103111740.12BHeSoA007629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 11 Mar 2021 17:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568112 - head/mail/rspamd-devel X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/mail/rspamd-devel X-SVN-Commit-Revision: 568112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:40:29 -0000 Author: vsevolod Date: Thu Mar 11 17:40:27 2021 New Revision: 568112 URL: https://svnweb.freebsd.org/changeset/ports/568112 Log: - Update to 2.8-a1 - Require c++17 compiler Submitted by: Alexander Moisseev via a private conversation Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo head/mail/rspamd-devel/pkg-plist Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Thu Mar 11 17:30:47 2021 (r568111) +++ head/mail/rspamd-devel/Makefile Thu Mar 11 17:40:27 2021 (r568112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 2.7.r1.20210105 +PORTVERSION= 2.8.a1.20210310 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ BUILD_DEPENDS= ragel:devel/ragel RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss -USES= cmake gnome perl5 pkgconfig sqlite ssl +USES= cmake gnome perl5 pkgconfig sqlite ssl compiler:c++17-lang USE_LDCONFIG= yes USE_PERL5= build run USE_GNOME= glib20 @@ -57,7 +57,7 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DDEBUG=ON \ -DGIT_ID=${GH_TAGNAME} USE_GITHUB= yes -GH_TAGNAME= 3b5bbe4 +GH_TAGNAME= ba5b677 DEBUG_FLAGS= -g -O0 Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Thu Mar 11 17:30:47 2021 (r568111) +++ head/mail/rspamd-devel/distinfo Thu Mar 11 17:40:27 2021 (r568112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609909370 -SHA256 (rspamd-rspamd-2.7.r1.20210105-3b5bbe4_GH0.tar.gz) = 3b4fdb1660abb6139876089f73c0f71d624c335378a2eb4a5ffd8b9acf83d33b -SIZE (rspamd-rspamd-2.7.r1.20210105-3b5bbe4_GH0.tar.gz) = 5126031 +TIMESTAMP = 1615354573 +SHA256 (rspamd-rspamd-2.8.a1.20210310-ba5b677_GH0.tar.gz) = 9fbab96c6fe2149d6c8a8f90634209b1ca0e884ccfd991f9340ecccae60e0b01 +SIZE (rspamd-rspamd-2.8.a1.20210310-ba5b677_GH0.tar.gz) = 5219958 Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Thu Mar 11 17:30:47 2021 (r568111) +++ head/mail/rspamd-devel/pkg-plist Thu Mar 11 17:40:27 2021 (r568112) @@ -159,6 +159,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/lua_content/ical.lua %%DATADIR%%/lualib/lua_content/init.lua %%DATADIR%%/lualib/lua_content/pdf.lua +%%DATADIR%%/lualib/lua_content/vcard.lua %%DATADIR%%/lualib/lua_dkim_tools.lua %%DATADIR%%/lualib/lua_ffi/common.lua %%DATADIR%%/lualib/lua_ffi/dkim.lua @@ -175,6 +176,7 @@ man/man8/rspamd.8.gz %%DATADIR%%/lualib/lua_maps_expressions.lua %%DATADIR%%/lualib/lua_meta.lua %%DATADIR%%/lualib/lua_mime.lua +%%DATADIR%%/lualib/lua_mime_types.lua %%DATADIR%%/lualib/lua_redis.lua %%DATADIR%%/lualib/lua_scanners/avast.lua %%DATADIR%%/lualib/lua_scanners/clamav.lua From owner-svn-ports-all@freebsd.org Thu Mar 11 17:57:07 2021 Return-Path: Delivered-To: svn-ports-all@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 702A757D20C; Thu, 11 Mar 2021 17:57:07 +0000 (UTC) (envelope-from mikael@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 4DxGqR2Tdsz3Q8W; Thu, 11 Mar 2021 17:57:07 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47818103C; Thu, 11 Mar 2021 17:57:07 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BHv7hA019719; Thu, 11 Mar 2021 17:57:07 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BHv6nI019716; Thu, 11 Mar 2021 17:57:06 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103111757.12BHv6nI019716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Thu, 11 Mar 2021 17:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568113 - in head/security/cargo-audit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head/security/cargo-audit: . files X-SVN-Commit-Revision: 568113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 17:57:07 -0000 Author: mikael Date: Thu Mar 11 17:57:06 2021 New Revision: 568113 URL: https://svnweb.freebsd.org/changeset/ports/568113 Log: security/cargo-audit: Update to 0.14.0 Changes: https://github.com/RustSec/cargo-audit/releases/tag/v0.14.0 Added: head/security/cargo-audit/files/ head/security/cargo-audit/files/patch-libgit2-1.0 (contents, props changed) Modified: head/security/cargo-audit/Makefile head/security/cargo-audit/distinfo Modified: head/security/cargo-audit/Makefile ============================================================================== --- head/security/cargo-audit/Makefile Thu Mar 11 17:40:27 2021 (r568112) +++ head/security/cargo-audit/Makefile Thu Mar 11 17:57:06 2021 (r568113) @@ -2,8 +2,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v -DISTVERSION= 0.13.1 -PORTREVISION= 3 +DISTVERSION= 0.14.0 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org @@ -23,31 +22,28 @@ GH_ACCOUNT= RustSec CARGO_CRATES= abscissa_core-0.5.2 \ abscissa_derive-0.5.0 \ - addr2line-0.13.0 \ - adler-0.2.3 \ - aho-corasick-0.7.14 \ + addr2line-0.14.1 \ + adler-1.0.2 \ + aho-corasick-0.7.15 \ ansi_term-0.11.0 \ - arc-swap-0.4.7 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ ascii-0.9.3 \ atty-0.2.14 \ autocfg-1.0.1 \ - backtrace-0.3.53 \ - base64-0.12.3 \ + backtrace-0.3.56 \ + base64-0.13.0 \ bitflags-1.2.1 \ - blake2b_simd-0.5.10 \ - block-buffer-0.7.3 \ - block-padding-0.1.5 \ - bumpalo-3.4.0 \ - byte-tools-0.3.1 \ - byteorder-1.3.4 \ + blake2b_simd-0.5.11 \ + bumpalo-3.6.1 \ + byteorder-1.4.2 \ bytes-0.5.6 \ + bytes-1.0.1 \ canonical-path-2.0.2 \ cargo-edit-0.7.0 \ - cargo-lock-6.0.0 \ + cargo-lock-6.0.1 \ cargo_metadata-0.11.4 \ - cc-1.0.61 \ + cc-1.0.67 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ @@ -55,207 +51,201 @@ CARGO_CRATES= abscissa_core-0.5.2 \ color-backtrace-0.3.0 \ combine-3.8.1 \ constant_time_eq-0.1.5 \ - core-foundation-0.7.0 \ - core-foundation-sys-0.7.0 \ - crates-index-0.16.0 \ - crossbeam-utils-0.7.2 \ - cvss-1.0.0 \ + core-foundation-0.9.1 \ + core-foundation-sys-0.8.2 \ + crates-index-0.16.3 \ + crossbeam-utils-0.8.3 \ + cvss-1.0.1 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ - digest-0.8.1 \ dirs-3.0.1 \ dirs-sys-0.3.5 \ - dtoa-0.4.6 \ either-1.6.1 \ - encoding_rs-0.8.24 \ + encoding_rs-0.8.28 \ env_proxy-0.4.1 \ error-chain-0.12.4 \ failure-0.1.8 \ failure_derive-0.1.8 \ - fake-simd-0.1.2 \ fixedbitset-0.2.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ + form_urlencoded-1.0.1 \ fs-err-2.5.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ - futures-channel-0.3.7 \ - futures-core-0.3.7 \ - futures-io-0.3.7 \ - futures-sink-0.3.7 \ - futures-task-0.3.7 \ - futures-util-0.3.7 \ + futures-channel-0.3.13 \ + futures-core-0.3.13 \ + futures-io-0.3.13 \ + futures-sink-0.3.13 \ + futures-task-0.3.13 \ + futures-util-0.3.13 \ generational-arena-0.2.8 \ - generic-array-0.12.3 \ - getrandom-0.1.15 \ - gimli-0.22.0 \ - git2-0.13.12 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + gimli-0.23.0 \ + git2-0.13.17 \ glob-0.3.0 \ gumdrop-0.7.0 \ gumdrop_derive-0.7.0 \ h2-0.2.7 \ hashbrown-0.9.1 \ - heck-0.3.1 \ - hermit-abi-0.1.17 \ - hex-0.4.2 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ + hex-0.4.3 \ home-0.5.3 \ - http-0.2.1 \ + http-0.2.3 \ http-body-0.3.1 \ - httparse-1.3.4 \ + httparse-1.3.5 \ httpdate-0.3.2 \ - hyper-0.13.8 \ + humantime-2.1.0 \ + humantime-serde-1.0.1 \ + hyper-0.13.10 \ hyper-tls-0.4.3 \ ident_case-1.0.1 \ - idna-0.2.0 \ - indexmap-1.6.0 \ + idna-0.2.2 \ + indexmap-1.6.2 \ iovec-0.1.4 \ ipnet-2.3.0 \ - itoa-0.4.6 \ + itoa-0.4.7 \ jobserver-0.1.21 \ - js-sys-0.3.45 \ + js-sys-0.3.48 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ - libc-0.2.80 \ - libgit2-sys-0.12.14+1.1.0 \ - libssh2-sys-0.2.19 \ + libc-0.2.88 \ + libgit2-sys-0.12.18+1.1.0 \ + libssh2-sys-0.2.21 \ libz-sys-1.1.2 \ - linked-hash-map-0.5.3 \ - log-0.4.11 \ - maplit-1.0.2 \ + linked-hash-map-0.5.4 \ + log-0.4.14 \ matchers-0.0.1 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ - memchr-2.3.3 \ + memchr-2.3.4 \ mime-0.3.16 \ mime_guess-2.0.3 \ - miniz_oxide-0.4.3 \ - mio-0.6.22 \ - miow-0.2.1 \ - native-tls-0.2.4 \ - net2-0.2.35 \ - num-integer-0.1.43 \ - num-traits-0.2.12 \ + miniz_oxide-0.4.4 \ + mio-0.6.23 \ + miow-0.2.2 \ + native-tls-0.2.7 \ + net2-0.2.37 \ + num-integer-0.1.44 \ + num-traits-0.2.14 \ num_cpus-1.13.0 \ - object-0.21.1 \ - once_cell-1.4.1 \ - opaque-debug-0.2.3 \ - openssl-0.10.30 \ + object-0.23.0 \ + once_cell-1.7.2 \ + openssl-0.10.32 \ openssl-probe-0.1.2 \ - openssl-src-111.12.0+1.1.1h \ - openssl-sys-0.9.58 \ + openssl-src-111.14.0+1.1.1j \ + openssl-sys-0.9.60 \ owning_ref-0.4.1 \ percent-encoding-2.1.0 \ pest-2.1.3 \ - pest_derive-2.1.0 \ - pest_generator-2.1.3 \ - pest_meta-2.1.3 \ petgraph-0.5.1 \ - pin-project-0.4.27 \ - pin-project-1.0.1 \ - pin-project-internal-0.4.27 \ - pin-project-internal-1.0.1 \ - pin-project-lite-0.1.11 \ + pin-project-1.0.5 \ + pin-project-internal-1.0.5 \ + pin-project-lite-0.1.12 \ + pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ - platforms-1.0.2 \ - ppv-lite86-0.2.9 \ + platforms-1.1.0 \ + ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ - quote-1.0.7 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ + quote-1.0.9 \ + rand-0.8.3 \ + rand_chacha-0.3.0 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ redox_syscall-0.1.57 \ + redox_syscall-0.2.5 \ redox_users-0.3.5 \ - regex-1.4.1 \ + regex-1.4.3 \ regex-automata-0.1.9 \ - regex-syntax-0.6.20 \ + regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ - reqwest-0.10.8 \ - rust-argon2-0.8.2 \ + reqwest-0.10.10 \ + rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ - rustsec-0.22.2 \ + rustsec-0.23.2 \ ryu-1.0.5 \ schannel-0.1.19 \ secrecy-0.6.0 \ - security-framework-0.4.4 \ - security-framework-sys-0.4.3 \ + security-framework-2.1.1 \ + security-framework-sys-2.1.1 \ semver-0.9.0 \ semver-0.10.0 \ semver-0.11.0 \ semver-parser-0.7.0 \ - semver-parser-0.10.0 \ - serde-1.0.117 \ - serde_derive-1.0.117 \ - serde_json-1.0.59 \ - serde_urlencoded-0.6.1 \ - sha-1-0.8.2 \ - signal-hook-0.1.16 \ - signal-hook-registry-1.2.1 \ + semver-parser-0.10.2 \ + serde-1.0.124 \ + serde_derive-1.0.124 \ + serde_json-1.0.64 \ + serde_urlencoded-0.7.0 \ + signal-hook-0.1.17 \ + signal-hook-registry-1.3.0 \ slab-0.4.2 \ - smallvec-0.6.13 \ - smartstring-0.2.5 \ - smol_str-0.1.16 \ - socket2-0.3.15 \ + smallvec-0.6.14 \ + smartstring-0.2.6 \ + smol_str-0.1.17 \ + socket2-0.3.19 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.8.0 \ strsim-0.9.3 \ - structopt-0.3.20 \ - structopt-derive-0.4.13 \ + structopt-0.3.21 \ + structopt-derive-0.4.14 \ subprocess-0.2.6 \ - syn-1.0.48 \ + syn-1.0.62 \ synstructure-0.12.4 \ - tempfile-3.1.0 \ - termcolor-1.1.0 \ + tempfile-3.2.0 \ + termcolor-1.1.2 \ textwrap-0.11.0 \ - thiserror-1.0.21 \ - thiserror-impl-1.0.21 \ - thread_local-1.0.1 \ - time-0.1.44 \ - tinyvec-0.3.4 \ - tokio-0.2.22 \ + thiserror-1.0.24 \ + thiserror-impl-1.0.24 \ + thread_local-1.1.3 \ + time-0.1.43 \ + tinyvec-1.1.1 \ + tinyvec_macros-0.1.0 \ + tokio-0.2.25 \ tokio-tls-0.3.1 \ tokio-util-0.3.1 \ - toml-0.5.7 \ + toml-0.5.8 \ toml_edit-0.2.0 \ - tower-service-0.3.0 \ - tracing-0.1.21 \ - tracing-attributes-0.1.11 \ + tower-service-0.3.1 \ + tracing-0.1.25 \ + tracing-attributes-0.1.13 \ tracing-core-0.1.17 \ - tracing-futures-0.2.4 \ - tracing-log-0.1.1 \ + tracing-futures-0.2.5 \ + tracing-log-0.1.2 \ tracing-subscriber-0.1.6 \ try-lock-0.2.3 \ - typenum-1.12.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ - unicode-normalization-0.1.13 \ - unicode-segmentation-1.6.0 \ + unicode-normalization-0.1.17 \ + unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ unreachable-1.0.0 \ - url-2.1.1 \ - vcpkg-0.2.10 \ + url-2.2.1 \ + vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ void-1.0.2 \ wait-timeout-0.2.0 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.68 \ - wasm-bindgen-backend-0.2.68 \ - wasm-bindgen-futures-0.4.18 \ - wasm-bindgen-macro-0.2.68 \ - wasm-bindgen-macro-support-0.2.68 \ - wasm-bindgen-shared-0.2.68 \ - web-sys-0.3.45 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.71 \ + wasm-bindgen-backend-0.2.71 \ + wasm-bindgen-futures-0.4.21 \ + wasm-bindgen-macro-0.2.71 \ + wasm-bindgen-macro-support-0.2.71 \ + wasm-bindgen-shared-0.2.71 \ + web-sys-0.3.48 \ winapi-0.2.8 \ winapi-0.3.9 \ winapi-build-0.1.1 \ @@ -264,7 +254,7 @@ CARGO_CRATES= abscissa_core-0.5.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.7.0 \ ws2_32-sys-0.2.1 \ - zeroize-1.1.1 + zeroize-1.2.0 NO_TEST= yes Modified: head/security/cargo-audit/distinfo ============================================================================== --- head/security/cargo-audit/distinfo Thu Mar 11 17:40:27 2021 (r568112) +++ head/security/cargo-audit/distinfo Thu Mar 11 17:57:06 2021 (r568113) @@ -1,18 +1,16 @@ -TIMESTAMP = 1603826944 +TIMESTAMP = 1615309379 SHA256 (rust/crates/abscissa_core-0.5.2.tar.gz) = 6a07677093120a02583717b6dd1ef81d8de1e8d01bd226c83f0f9bdf3e56bb3a SIZE (rust/crates/abscissa_core-0.5.2.tar.gz) = 33957 SHA256 (rust/crates/abscissa_derive-0.5.0.tar.gz) = 74f5722bc48763cb9d81d8427ca05b6aa2842f6632cf8e4c0a29eef9baececcc SIZE (rust/crates/abscissa_derive-0.5.0.tar.gz) = 5121 -SHA256 (rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072 -SIZE (rust/crates/addr2line-0.13.0.tar.gz) = 29996 -SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e -SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 -SHA256 (rust/crates/aho-corasick-0.7.14.tar.gz) = b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d -SIZE (rust/crates/aho-corasick-0.7.14.tar.gz) = 113042 +SHA256 (rust/crates/addr2line-0.14.1.tar.gz) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 +SIZE (rust/crates/addr2line-0.14.1.tar.gz) = 31201 +SHA256 (rust/crates/adler-1.0.2.tar.gz) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.tar.gz) = 12778 +SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arc-swap-0.4.7.tar.gz) = 4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034 -SIZE (rust/crates/arc-swap-0.4.7.tar.gz) = 48625 SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 SHA256 (rust/crates/arrayvec-0.5.2.tar.gz) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b @@ -23,36 +21,32 @@ SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770 SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/backtrace-0.3.53.tar.gz) = 707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e -SIZE (rust/crates/backtrace-0.3.53.tar.gz) = 71892 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 +SHA256 (rust/crates/backtrace-0.3.56.tar.gz) = 9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc +SIZE (rust/crates/backtrace-0.3.56.tar.gz) = 73377 +SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a -SIZE (rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093 -SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b -SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 -SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 -SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 -SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 -SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 -SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 -SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 +SHA256 (rust/crates/blake2b_simd-0.5.11.tar.gz) = afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587 +SIZE (rust/crates/blake2b_simd-0.5.11.tar.gz) = 34096 +SHA256 (rust/crates/bumpalo-3.6.1.tar.gz) = 63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe +SIZE (rust/crates/bumpalo-3.6.1.tar.gz) = 133836 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 +SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 SHA256 (rust/crates/canonical-path-2.0.2.tar.gz) = e6e9e01327e6c86e92ec72b1c798d4a94810f147209bbe3ffab6a86954937a6f SIZE (rust/crates/canonical-path-2.0.2.tar.gz) = 5536 SHA256 (rust/crates/cargo-edit-0.7.0.tar.gz) = 5e134b2890bf9998402c781fe18798f3c82bc555dee24e8ba25e6cd0c40c7b0d SIZE (rust/crates/cargo-edit-0.7.0.tar.gz) = 57596 -SHA256 (rust/crates/cargo-lock-6.0.0.tar.gz) = bad00408e56f778335802ea240b8d70bebf6ea6c43c7508ebb6259431b5f16c2 -SIZE (rust/crates/cargo-lock-6.0.0.tar.gz) = 62842 +SHA256 (rust/crates/cargo-lock-6.0.1.tar.gz) = e6f16e7adc20969298b1e137ac21ab3a7e7a9412fec71f963ff2fdc41663d70f +SIZE (rust/crates/cargo-lock-6.0.1.tar.gz) = 61295 SHA256 (rust/crates/cargo_metadata-0.11.4.tar.gz) = a3a567c24b86754d629addc2db89e340ac9398d07b5875efcff837e3878e17ec SIZE (rust/crates/cargo_metadata-0.11.4.tar.gz) = 16419 -SHA256 (rust/crates/cc-1.0.61.tar.gz) = ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d -SIZE (rust/crates/cc-1.0.61.tar.gz) = 53454 +SHA256 (rust/crates/cc-1.0.67.tar.gz) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd +SIZE (rust/crates/cc-1.0.67.tar.gz) = 53486 SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -67,34 +61,30 @@ SHA256 (rust/crates/combine-3.8.1.tar.gz) = da3da6baa3 SIZE (rust/crates/combine-3.8.1.tar.gz) = 103773 SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 -SHA256 (rust/crates/core-foundation-0.7.0.tar.gz) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 -SIZE (rust/crates/core-foundation-0.7.0.tar.gz) = 25384 -SHA256 (rust/crates/core-foundation-sys-0.7.0.tar.gz) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac -SIZE (rust/crates/core-foundation-sys-0.7.0.tar.gz) = 17033 -SHA256 (rust/crates/crates-index-0.16.0.tar.gz) = 87ae75100b8f15499dd7340cb39da61afe7d27bee726038a09d143600901331e -SIZE (rust/crates/crates-index-0.16.0.tar.gz) = 14107 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/cvss-1.0.0.tar.gz) = c425c059aef1e9cc614482211c4bd78664299ca91d4353db994f9966a1e7161d -SIZE (rust/crates/cvss-1.0.0.tar.gz) = 19173 +SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 +SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 +SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b +SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 +SHA256 (rust/crates/crates-index-0.16.3.tar.gz) = a82c0f7e0cb8f9bdee8e7fcfb684156594eea1f5328a4591f105b09fc05e433d +SIZE (rust/crates/crates-index-0.16.3.tar.gz) = 14929 +SHA256 (rust/crates/crossbeam-utils-0.8.3.tar.gz) = e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49 +SIZE (rust/crates/crossbeam-utils-0.8.3.tar.gz) = 37268 +SHA256 (rust/crates/cvss-1.0.1.tar.gz) = b2ecd8322bca85301b52d821806315c282c7e5f85f03b0609e68d4189bda8f58 +SIZE (rust/crates/cvss-1.0.1.tar.gz) = 19595 SHA256 (rust/crates/darling-0.10.2.tar.gz) = 0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858 SIZE (rust/crates/darling-0.10.2.tar.gz) = 17620 SHA256 (rust/crates/darling_core-0.10.2.tar.gz) = f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b SIZE (rust/crates/darling_core-0.10.2.tar.gz) = 44339 SHA256 (rust/crates/darling_macro-0.10.2.tar.gz) = d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72 SIZE (rust/crates/darling_macro-0.10.2.tar.gz) = 1919 -SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 -SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 SHA256 (rust/crates/dirs-3.0.1.tar.gz) = 142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff SIZE (rust/crates/dirs-3.0.1.tar.gz) = 12245 SHA256 (rust/crates/dirs-sys-0.3.5.tar.gz) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a SIZE (rust/crates/dirs-sys-0.3.5.tar.gz) = 10643 -SHA256 (rust/crates/dtoa-0.4.6.tar.gz) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b -SIZE (rust/crates/dtoa-0.4.6.tar.gz) = 15979 SHA256 (rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 SIZE (rust/crates/either-1.6.1.tar.gz) = 13641 -SHA256 (rust/crates/encoding_rs-0.8.24.tar.gz) = a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2 -SIZE (rust/crates/encoding_rs-0.8.24.tar.gz) = 1366911 +SHA256 (rust/crates/encoding_rs-0.8.28.tar.gz) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 +SIZE (rust/crates/encoding_rs-0.8.28.tar.gz) = 1368577 SHA256 (rust/crates/env_proxy-0.4.1.tar.gz) = 3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1 SIZE (rust/crates/env_proxy-0.4.1.tar.gz) = 11256 SHA256 (rust/crates/error-chain-0.12.4.tar.gz) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc @@ -103,8 +93,6 @@ SHA256 (rust/crates/failure-0.1.8.tar.gz) = d32e9bd16c SIZE (rust/crates/failure-0.1.8.tar.gz) = 37582 SHA256 (rust/crates/failure_derive-0.1.8.tar.gz) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4 SIZE (rust/crates/failure_derive-0.1.8.tar.gz) = 4950 -SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed -SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 SHA256 (rust/crates/fixedbitset-0.2.0.tar.gz) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d SIZE (rust/crates/fixedbitset-0.2.0.tar.gz) = 13597 SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -113,34 +101,36 @@ SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f3 SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 +SHA256 (rust/crates/form_urlencoded-1.0.1.tar.gz) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.tar.gz) = 8773 SHA256 (rust/crates/fs-err-2.5.0.tar.gz) = bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431 SIZE (rust/crates/fs-err-2.5.0.tar.gz) = 14257 SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 -SHA256 (rust/crates/futures-channel-0.3.7.tar.gz) = 0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151 -SIZE (rust/crates/futures-channel-0.3.7.tar.gz) = 29462 -SHA256 (rust/crates/futures-core-0.3.7.tar.gz) = 18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46 -SIZE (rust/crates/futures-core-0.3.7.tar.gz) = 13849 -SHA256 (rust/crates/futures-io-0.3.7.tar.gz) = 6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b -SIZE (rust/crates/futures-io-0.3.7.tar.gz) = 9130 -SHA256 (rust/crates/futures-sink-0.3.7.tar.gz) = 0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11 -SIZE (rust/crates/futures-sink-0.3.7.tar.gz) = 7729 -SHA256 (rust/crates/futures-task-0.3.7.tar.gz) = 96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c -SIZE (rust/crates/futures-task-0.3.7.tar.gz) = 11134 -SHA256 (rust/crates/futures-util-0.3.7.tar.gz) = abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34 -SIZE (rust/crates/futures-util-0.3.7.tar.gz) = 133338 +SHA256 (rust/crates/futures-channel-0.3.13.tar.gz) = 8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939 +SIZE (rust/crates/futures-channel-0.3.13.tar.gz) = 31089 +SHA256 (rust/crates/futures-core-0.3.13.tar.gz) = 15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94 +SIZE (rust/crates/futures-core-0.3.13.tar.gz) = 13835 +SHA256 (rust/crates/futures-io-0.3.13.tar.gz) = d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59 +SIZE (rust/crates/futures-io-0.3.13.tar.gz) = 9059 +SHA256 (rust/crates/futures-sink-0.3.13.tar.gz) = 85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3 +SIZE (rust/crates/futures-sink-0.3.13.tar.gz) = 7660 +SHA256 (rust/crates/futures-task-0.3.13.tar.gz) = fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80 +SIZE (rust/crates/futures-task-0.3.13.tar.gz) = 11118 +SHA256 (rust/crates/futures-util-0.3.13.tar.gz) = 1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1 +SIZE (rust/crates/futures-util-0.3.13.tar.gz) = 138948 SHA256 (rust/crates/generational-arena-0.2.8.tar.gz) = 8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601 SIZE (rust/crates/generational-arena-0.2.8.tar.gz) = 20899 -SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/gimli-0.22.0.tar.gz) = aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724 -SIZE (rust/crates/gimli-0.22.0.tar.gz) = 704135 -SHA256 (rust/crates/git2-0.13.12.tar.gz) = ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224 -SIZE (rust/crates/git2-0.13.12.tar.gz) = 175580 +SHA256 (rust/crates/getrandom-0.1.16.tar.gz) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.tar.gz) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 +SHA256 (rust/crates/gimli-0.23.0.tar.gz) = f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce +SIZE (rust/crates/gimli-0.23.0.tar.gz) = 702175 +SHA256 (rust/crates/git2-0.13.17.tar.gz) = 1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986 +SIZE (rust/crates/git2-0.13.17.tar.gz) = 181726 SHA256 (rust/crates/glob-0.3.0.tar.gz) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.tar.gz) = 18724 SHA256 (rust/crates/gumdrop-0.7.0.tar.gz) = ee50908bc1beeac1f2902e0b4e0cd0d844e716f5ebdc6f0cfc1163fe5e10bcde @@ -151,180 +141,174 @@ SHA256 (rust/crates/h2-0.2.7.tar.gz) = 5e4728fd124914a SIZE (rust/crates/h2-0.2.7.tar.gz) = 156989 SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 -SIZE (rust/crates/hermit-abi-0.1.17.tar.gz) = 10065 -SHA256 (rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 -SIZE (rust/crates/hex-0.4.2.tar.gz) = 13385 +SHA256 (rust/crates/heck-0.3.2.tar.gz) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.tar.gz) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 +SHA256 (rust/crates/hex-0.4.3.tar.gz) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.tar.gz) = 13299 SHA256 (rust/crates/home-0.5.3.tar.gz) = 2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654 SIZE (rust/crates/home-0.5.3.tar.gz) = 7890 -SHA256 (rust/crates/http-0.2.1.tar.gz) = 28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9 -SIZE (rust/crates/http-0.2.1.tar.gz) = 102231 +SHA256 (rust/crates/http-0.2.3.tar.gz) = 7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 +SIZE (rust/crates/http-0.2.3.tar.gz) = 105044 SHA256 (rust/crates/http-body-0.3.1.tar.gz) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b SIZE (rust/crates/http-body-0.3.1.tar.gz) = 5394 -SHA256 (rust/crates/httparse-1.3.4.tar.gz) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.tar.gz) = 23739 +SHA256 (rust/crates/httparse-1.3.5.tar.gz) = 615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691 +SIZE (rust/crates/httparse-1.3.5.tar.gz) = 24018 SHA256 (rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 SIZE (rust/crates/httpdate-0.3.2.tar.gz) = 10768 -SHA256 (rust/crates/hyper-0.13.8.tar.gz) = 2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835 -SIZE (rust/crates/hyper-0.13.8.tar.gz) = 139668 +SHA256 (rust/crates/humantime-2.1.0.tar.gz) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 +SIZE (rust/crates/humantime-2.1.0.tar.gz) = 16749 +SHA256 (rust/crates/humantime-serde-1.0.1.tar.gz) = ac34a56cfd4acddb469cc7fff187ed5ac36f498ba085caf8bbc725e3ff474058 +SIZE (rust/crates/humantime-serde-1.0.1.tar.gz) = 7727 +SHA256 (rust/crates/hyper-0.13.10.tar.gz) = 8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb +SIZE (rust/crates/hyper-0.13.10.tar.gz) = 141981 SHA256 (rust/crates/hyper-tls-0.4.3.tar.gz) = d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed SIZE (rust/crates/hyper-tls-0.4.3.tar.gz) = 14195 SHA256 (rust/crates/ident_case-1.0.1.tar.gz) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.tar.gz) = 3492 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 -SHA256 (rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2 -SIZE (rust/crates/indexmap-1.6.0.tar.gz) = 47565 +SHA256 (rust/crates/idna-0.2.2.tar.gz) = 89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21 +SIZE (rust/crates/idna-0.2.2.tar.gz) = 271070 +SHA256 (rust/crates/indexmap-1.6.2.tar.gz) = 824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3 +SIZE (rust/crates/indexmap-1.6.2.tar.gz) = 50225 SHA256 (rust/crates/iovec-0.1.4.tar.gz) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e SIZE (rust/crates/iovec-0.1.4.tar.gz) = 8720 SHA256 (rust/crates/ipnet-2.3.0.tar.gz) = 47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135 SIZE (rust/crates/ipnet-2.3.0.tar.gz) = 25031 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 SHA256 (rust/crates/jobserver-0.1.21.tar.gz) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 SIZE (rust/crates/jobserver-0.1.21.tar.gz) = 21228 -SHA256 (rust/crates/js-sys-0.3.45.tar.gz) = ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8 -SIZE (rust/crates/js-sys-0.3.45.tar.gz) = 67143 +SHA256 (rust/crates/js-sys-0.3.48.tar.gz) = dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78 +SIZE (rust/crates/js-sys-0.3.48.tar.gz) = 67010 SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.80.tar.gz) = 4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614 -SIZE (rust/crates/libc-0.2.80.tar.gz) = 513503 -SHA256 (rust/crates/libgit2-sys-0.12.14+1.1.0.tar.gz) = 8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549 -SIZE (rust/crates/libgit2-sys-0.12.14+1.1.0.tar.gz) = 1603930 -SHA256 (rust/crates/libssh2-sys-0.2.19.tar.gz) = ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056 -SIZE (rust/crates/libssh2-sys-0.2.19.tar.gz) = 473458 +SHA256 (rust/crates/libc-0.2.88.tar.gz) = 03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a +SIZE (rust/crates/libc-0.2.88.tar.gz) = 514138 +SHA256 (rust/crates/libgit2-sys-0.12.18+1.1.0.tar.gz) = 3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885 +SIZE (rust/crates/libgit2-sys-0.12.18+1.1.0.tar.gz) = 1434936 +SHA256 (rust/crates/libssh2-sys-0.2.21.tar.gz) = e0186af0d8f171ae6b9c4c90ec51898bad5d08a2d5e470903a50d9ad8959cbee +SIZE (rust/crates/libssh2-sys-0.2.21.tar.gz) = 482836 SHA256 (rust/crates/libz-sys-1.1.2.tar.gz) = 602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655 SIZE (rust/crates/libz-sys-1.1.2.tar.gz) = 1339299 -SHA256 (rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a -SIZE (rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 -SHA256 (rust/crates/maplit-1.0.2.tar.gz) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d -SIZE (rust/crates/maplit-1.0.2.tar.gz) = 8871 +SHA256 (rust/crates/linked-hash-map-0.5.4.tar.gz) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 +SIZE (rust/crates/linked-hash-map-0.5.4.tar.gz) = 16166 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/matchers-0.0.1.tar.gz) = f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1 SIZE (rust/crates/matchers-0.0.1.tar.gz) = 5039 SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 +SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.tar.gz) = 23077 SHA256 (rust/crates/mime-0.3.16.tar.gz) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d SIZE (rust/crates/mime-0.3.16.tar.gz) = 15206 SHA256 (rust/crates/mime_guess-2.0.3.tar.gz) = 2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212 SIZE (rust/crates/mime_guess-2.0.3.tar.gz) = 27437 -SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d -SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 -SHA256 (rust/crates/mio-0.6.22.tar.gz) = fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430 -SIZE (rust/crates/mio-0.6.22.tar.gz) = 102782 -SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 -SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 -SHA256 (rust/crates/native-tls-0.2.4.tar.gz) = 2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d -SIZE (rust/crates/native-tls-0.2.4.tar.gz) = 32170 -SHA256 (rust/crates/net2-0.2.35.tar.gz) = 3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853 -SIZE (rust/crates/net2-0.2.35.tar.gz) = 20660 -SHA256 (rust/crates/num-integer-0.1.43.tar.gz) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b -SIZE (rust/crates/num-integer-0.1.43.tar.gz) = 21966 -SHA256 (rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 -SIZE (rust/crates/num-traits-0.2.12.tar.gz) = 43807 +SHA256 (rust/crates/miniz_oxide-0.4.4.tar.gz) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b +SIZE (rust/crates/miniz_oxide-0.4.4.tar.gz) = 49938 +SHA256 (rust/crates/mio-0.6.23.tar.gz) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 +SIZE (rust/crates/mio-0.6.23.tar.gz) = 103554 +SHA256 (rust/crates/miow-0.2.2.tar.gz) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d +SIZE (rust/crates/miow-0.2.2.tar.gz) = 22044 +SHA256 (rust/crates/native-tls-0.2.7.tar.gz) = b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4 +SIZE (rust/crates/native-tls-0.2.7.tar.gz) = 24958 +SHA256 (rust/crates/net2-0.2.37.tar.gz) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae +SIZE (rust/crates/net2-0.2.37.tar.gz) = 21311 +SHA256 (rust/crates/num-integer-0.1.44.tar.gz) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db +SIZE (rust/crates/num-integer-0.1.44.tar.gz) = 22216 +SHA256 (rust/crates/num-traits-0.2.14.tar.gz) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.tar.gz) = 45476 SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 -SHA256 (rust/crates/object-0.21.1.tar.gz) = 37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693 -SIZE (rust/crates/object-0.21.1.tar.gz) = 174624 -SHA256 (rust/crates/once_cell-1.4.1.tar.gz) = 260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad -SIZE (rust/crates/once_cell-1.4.1.tar.gz) = 24366 -SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c -SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 -SHA256 (rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4 -SIZE (rust/crates/openssl-0.10.30.tar.gz) = 191808 +SHA256 (rust/crates/object-0.23.0.tar.gz) = a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4 +SIZE (rust/crates/object-0.23.0.tar.gz) = 203889 +SHA256 (rust/crates/once_cell-1.7.2.tar.gz) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.tar.gz) = 28250 +SHA256 (rust/crates/openssl-0.10.32.tar.gz) = 038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70 +SIZE (rust/crates/openssl-0.10.32.tar.gz) = 199469 SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 -SHA256 (rust/crates/openssl-src-111.12.0+1.1.1h.tar.gz) = 858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61 -SIZE (rust/crates/openssl-src-111.12.0+1.1.1h.tar.gz) = 5099166 -SHA256 (rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de -SIZE (rust/crates/openssl-sys-0.9.58.tar.gz) = 47014 +SHA256 (rust/crates/openssl-src-111.14.0+1.1.1j.tar.gz) = 055b569b5bd7e5462a1700f595c7c7d487691d73b5ce064176af7f9f0cbb80a9 +SIZE (rust/crates/openssl-src-111.14.0+1.1.1j.tar.gz) = 5085438 +SHA256 (rust/crates/openssl-sys-0.9.60.tar.gz) = 921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6 +SIZE (rust/crates/openssl-sys-0.9.60.tar.gz) = 51509 SHA256 (rust/crates/owning_ref-0.4.1.tar.gz) = 6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce SIZE (rust/crates/owning_ref-0.4.1.tar.gz) = 12658 SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 SHA256 (rust/crates/pest-2.1.3.tar.gz) = 10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53 SIZE (rust/crates/pest-2.1.3.tar.gz) = 77986 -SHA256 (rust/crates/pest_derive-2.1.0.tar.gz) = 833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0 -SIZE (rust/crates/pest_derive-2.1.0.tar.gz) = 14049 -SHA256 (rust/crates/pest_generator-2.1.3.tar.gz) = 99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55 -SIZE (rust/crates/pest_generator-2.1.3.tar.gz) = 14227 -SHA256 (rust/crates/pest_meta-2.1.3.tar.gz) = 54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d -SIZE (rust/crates/pest_meta-2.1.3.tar.gz) = 27818 SHA256 (rust/crates/petgraph-0.5.1.tar.gz) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7 SIZE (rust/crates/petgraph-0.5.1.tar.gz) = 147173 -SHA256 (rust/crates/pin-project-0.4.27.tar.gz) = 2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15 -SIZE (rust/crates/pin-project-0.4.27.tar.gz) = 50964 -SHA256 (rust/crates/pin-project-1.0.1.tar.gz) = ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841 -SIZE (rust/crates/pin-project-1.0.1.tar.gz) = 54113 -SHA256 (rust/crates/pin-project-internal-0.4.27.tar.gz) = 65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895 -SIZE (rust/crates/pin-project-internal-0.4.27.tar.gz) = 29739 -SHA256 (rust/crates/pin-project-internal-1.0.1.tar.gz) = 81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86 -SIZE (rust/crates/pin-project-internal-1.0.1.tar.gz) = 26953 -SHA256 (rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b -SIZE (rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308 +SHA256 (rust/crates/pin-project-1.0.5.tar.gz) = 96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63 +SIZE (rust/crates/pin-project-1.0.5.tar.gz) = 53782 +SHA256 (rust/crates/pin-project-internal-1.0.5.tar.gz) = 758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b +SIZE (rust/crates/pin-project-internal-1.0.5.tar.gz) = 27351 +SHA256 (rust/crates/pin-project-lite-0.1.12.tar.gz) = 257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777 +SIZE (rust/crates/pin-project-lite-0.1.12.tar.gz) = 16854 +SHA256 (rust/crates/pin-project-lite-0.2.6.tar.gz) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.tar.gz) = 25494 SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 -SHA256 (rust/crates/platforms-1.0.2.tar.gz) = 1b293f8e1b9172c3090804c6dedc31b0a61d382101dd4abc80aa6df5bd52e878 -SIZE (rust/crates/platforms-1.0.2.tar.gz) = 21194 -SHA256 (rust/crates/ppv-lite86-0.2.9.tar.gz) = c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20 -SIZE (rust/crates/ppv-lite86-0.2.9.tar.gz) = 20933 +SHA256 (rust/crates/platforms-1.1.0.tar.gz) = 989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325 +SIZE (rust/crates/platforms-1.1.0.tar.gz) = 21540 +SHA256 (rust/crates/ppv-lite86-0.2.10.tar.gz) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.tar.gz) = 20915 SHA256 (rust/crates/proc-macro-error-1.0.4.tar.gz) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.tar.gz) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.tar.gz) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.tar.gz) = 7971 SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 -SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 +SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 +SHA256 (rust/crates/rand_core-0.6.2.tar.gz) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.tar.gz) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.tar.gz) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.tar.gz) = 11780 SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 +SHA256 (rust/crates/redox_syscall-0.2.5.tar.gz) = 94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9 +SIZE (rust/crates/redox_syscall-0.2.5.tar.gz) = 23449 SHA256 (rust/crates/redox_users-0.3.5.tar.gz) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d SIZE (rust/crates/redox_users-0.3.5.tar.gz) = 12644 -SHA256 (rust/crates/regex-1.4.1.tar.gz) = 8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b -SIZE (rust/crates/regex-1.4.1.tar.gz) = 236871 +SHA256 (rust/crates/regex-1.4.3.tar.gz) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a +SIZE (rust/crates/regex-1.4.3.tar.gz) = 237273 SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.20.tar.gz) = 8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c -SIZE (rust/crates/regex-syntax-0.6.20.tar.gz) = 293727 +SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 +SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 -SHA256 (rust/crates/reqwest-0.10.8.tar.gz) = e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e -SIZE (rust/crates/reqwest-0.10.8.tar.gz) = 122553 -SHA256 (rust/crates/rust-argon2-0.8.2.tar.gz) = 9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19 -SIZE (rust/crates/rust-argon2-0.8.2.tar.gz) = 28291 +SHA256 (rust/crates/reqwest-0.10.10.tar.gz) = 0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c +SIZE (rust/crates/reqwest-0.10.10.tar.gz) = 127537 +SHA256 (rust/crates/rust-argon2-0.8.3.tar.gz) = 4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb +SIZE (rust/crates/rust-argon2-0.8.3.tar.gz) = 28313 SHA256 (rust/crates/rustc-demangle-0.1.18.tar.gz) = 6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232 SIZE (rust/crates/rustc-demangle-0.1.18.tar.gz) = 19913 -SHA256 (rust/crates/rustsec-0.22.2.tar.gz) = e5982d0d4f57176e3e8d62452a5d6dab98906ee5ab4ad1cb63c0877f0a16ab0e -SIZE (rust/crates/rustsec-0.22.2.tar.gz) = 42887 +SHA256 (rust/crates/rustsec-0.23.2.tar.gz) = 653af8e2cd359a549b002043ef58597e3a9bece849b9c1461431f1591a2ff3be +SIZE (rust/crates/rustsec-0.23.2.tar.gz) = 43101 SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 SHA256 (rust/crates/schannel-0.1.19.tar.gz) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 SIZE (rust/crates/schannel-0.1.19.tar.gz) = 42755 SHA256 (rust/crates/secrecy-0.6.0.tar.gz) = 9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f SIZE (rust/crates/secrecy-0.6.0.tar.gz) = 6607 -SHA256 (rust/crates/security-framework-0.4.4.tar.gz) = 64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535 -SIZE (rust/crates/security-framework-0.4.4.tar.gz) = 54841 -SHA256 (rust/crates/security-framework-sys-0.4.3.tar.gz) = 17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405 -SIZE (rust/crates/security-framework-sys-0.4.3.tar.gz) = 10508 +SHA256 (rust/crates/security-framework-2.1.1.tar.gz) = 2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166 +SIZE (rust/crates/security-framework-2.1.1.tar.gz) = 56865 +SHA256 (rust/crates/security-framework-sys-2.1.1.tar.gz) = dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d +SIZE (rust/crates/security-framework-sys-2.1.1.tar.gz) = 11604 SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 SHA256 (rust/crates/semver-0.10.0.tar.gz) = 394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190 @@ -333,32 +317,30 @@ SHA256 (rust/crates/semver-0.11.0.tar.gz) = f301af1023 SIZE (rust/crates/semver-0.11.0.tar.gz) = 20826 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/semver-parser-0.10.0.tar.gz) = 0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5 -SIZE (rust/crates/semver-parser-0.10.0.tar.gz) = 20247 -SHA256 (rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a -SIZE (rust/crates/serde-1.0.117.tar.gz) = 74505 -SHA256 (rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e -SIZE (rust/crates/serde_derive-1.0.117.tar.gz) = 50712 -SHA256 (rust/crates/serde_json-1.0.59.tar.gz) = dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95 -SIZE (rust/crates/serde_json-1.0.59.tar.gz) = 114956 -SHA256 (rust/crates/serde_urlencoded-0.6.1.tar.gz) = 9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97 -SIZE (rust/crates/serde_urlencoded-0.6.1.tar.gz) = 12540 -SHA256 (rust/crates/sha-1-0.8.2.tar.gz) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df -SIZE (rust/crates/sha-1-0.8.2.tar.gz) = 12338 -SHA256 (rust/crates/signal-hook-0.1.16.tar.gz) = 604508c1418b99dfe1925ca9224829bb2a8a9a04dda655cc01fcad46f4ab05ed -SIZE (rust/crates/signal-hook-0.1.16.tar.gz) = 27183 -SHA256 (rust/crates/signal-hook-registry-1.2.1.tar.gz) = a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035 -SIZE (rust/crates/signal-hook-registry-1.2.1.tar.gz) = 14735 +SHA256 (rust/crates/semver-parser-0.10.2.tar.gz) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.tar.gz) = 23176 +SHA256 (rust/crates/serde-1.0.124.tar.gz) = bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f +SIZE (rust/crates/serde-1.0.124.tar.gz) = 74508 +SHA256 (rust/crates/serde_derive-1.0.124.tar.gz) = 1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b +SIZE (rust/crates/serde_derive-1.0.124.tar.gz) = 54147 +SHA256 (rust/crates/serde_json-1.0.64.tar.gz) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.tar.gz) = 115138 +SHA256 (rust/crates/serde_urlencoded-0.7.0.tar.gz) = edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9 +SIZE (rust/crates/serde_urlencoded-0.7.0.tar.gz) = 12489 +SHA256 (rust/crates/signal-hook-0.1.17.tar.gz) = 7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729 +SIZE (rust/crates/signal-hook-0.1.17.tar.gz) = 27085 +SHA256 (rust/crates/signal-hook-registry-1.3.0.tar.gz) = 16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6 +SIZE (rust/crates/signal-hook-registry-1.3.0.tar.gz) = 17786 SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 -SHA256 (rust/crates/smallvec-0.6.13.tar.gz) = f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6 -SIZE (rust/crates/smallvec-0.6.13.tar.gz) = 22760 -SHA256 (rust/crates/smartstring-0.2.5.tar.gz) = 5579edba9651e6b9ccf0d516c4457521a149dadeb77e88b03eb1ae3183fe180a -SIZE (rust/crates/smartstring-0.2.5.tar.gz) = 27051 -SHA256 (rust/crates/smol_str-0.1.16.tar.gz) = 2f7909a1d8bc166a862124d84fdc11bda0ea4ed3157ccca662296919c2972db1 -SIZE (rust/crates/smol_str-0.1.16.tar.gz) = 11147 -SHA256 (rust/crates/socket2-0.3.15.tar.gz) = b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44 -SIZE (rust/crates/socket2-0.3.15.tar.gz) = 29282 +SHA256 (rust/crates/smallvec-0.6.14.tar.gz) = b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0 +SIZE (rust/crates/smallvec-0.6.14.tar.gz) = 22855 +SHA256 (rust/crates/smartstring-0.2.6.tar.gz) = 1ada87540bf8ef4cf8a1789deb175626829bb59b1fefd816cf7f7f55efcdbae9 +SIZE (rust/crates/smartstring-0.2.6.tar.gz) = 28028 +SHA256 (rust/crates/smol_str-0.1.17.tar.gz) = 6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb +SIZE (rust/crates/smol_str-0.1.17.tar.gz) = 11896 +SHA256 (rust/crates/socket2-0.3.19.tar.gz) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e +SIZE (rust/crates/socket2-0.3.19.tar.gz) = 33782 SHA256 (rust/crates/stable_deref_trait-1.2.0.tar.gz) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.tar.gz) = 8054 SHA256 (rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -367,80 +349,80 @@ SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4 SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 SHA256 (rust/crates/strsim-0.9.3.tar.gz) = 6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c SIZE (rust/crates/strsim-0.9.3.tar.gz) = 10266 -SHA256 (rust/crates/structopt-0.3.20.tar.gz) = 126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8 -SIZE (rust/crates/structopt-0.3.20.tar.gz) = 50699 -SHA256 (rust/crates/structopt-derive-0.4.13.tar.gz) = 65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8 -SIZE (rust/crates/structopt-derive-0.4.13.tar.gz) = 20115 +SHA256 (rust/crates/structopt-0.3.21.tar.gz) = 5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c +SIZE (rust/crates/structopt-0.3.21.tar.gz) = 50761 +SHA256 (rust/crates/structopt-derive-0.4.14.tar.gz) = 5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90 +SIZE (rust/crates/structopt-derive-0.4.14.tar.gz) = 20116 SHA256 (rust/crates/subprocess-0.2.6.tar.gz) = 69b9ad6c3e1b525a55872a4d2f2d404b3c959b7bbcbfd83c364580f68ed157bd SIZE (rust/crates/subprocess-0.2.6.tar.gz) = 44587 -SHA256 (rust/crates/syn-1.0.48.tar.gz) = cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac -SIZE (rust/crates/syn-1.0.48.tar.gz) = 225747 +SHA256 (rust/crates/syn-1.0.62.tar.gz) = 123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512 +SIZE (rust/crates/syn-1.0.62.tar.gz) = 231418 SHA256 (rust/crates/synstructure-0.12.4.tar.gz) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701 SIZE (rust/crates/synstructure-0.12.4.tar.gz) = 18105 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/termcolor-1.1.0.tar.gz) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.tar.gz) = 17193 +SHA256 (rust/crates/tempfile-3.2.0.tar.gz) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.tar.gz) = 25892 +SHA256 (rust/crates/termcolor-1.1.2.tar.gz) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 +SIZE (rust/crates/termcolor-1.1.2.tar.gz) = 17287 SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thiserror-1.0.21.tar.gz) = 318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42 -SIZE (rust/crates/thiserror-1.0.21.tar.gz) = 16187 -SHA256 (rust/crates/thiserror-impl-1.0.21.tar.gz) = cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab -SIZE (rust/crates/thiserror-impl-1.0.21.tar.gz) = 13199 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/time-0.1.44.tar.gz) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 -SIZE (rust/crates/time-0.1.44.tar.gz) = 28885 -SHA256 (rust/crates/tinyvec-0.3.4.tar.gz) = 238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117 -SIZE (rust/crates/tinyvec-0.3.4.tar.gz) = 17586 -SHA256 (rust/crates/tokio-0.2.22.tar.gz) = 5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd -SIZE (rust/crates/tokio-0.2.22.tar.gz) = 400639 +SHA256 (rust/crates/thiserror-1.0.24.tar.gz) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e +SIZE (rust/crates/thiserror-1.0.24.tar.gz) = 16580 +SHA256 (rust/crates/thiserror-impl-1.0.24.tar.gz) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 +SIZE (rust/crates/thiserror-impl-1.0.24.tar.gz) = 13361 +SHA256 (rust/crates/thread_local-1.1.3.tar.gz) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.tar.gz) = 13111 +SHA256 (rust/crates/time-0.1.43.tar.gz) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 +SIZE (rust/crates/time-0.1.43.tar.gz) = 28653 +SHA256 (rust/crates/tinyvec-1.1.1.tar.gz) = 317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023 +SIZE (rust/crates/tinyvec-1.1.1.tar.gz) = 39896 +SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 +SHA256 (rust/crates/tokio-0.2.25.tar.gz) = 6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092 +SIZE (rust/crates/tokio-0.2.25.tar.gz) = 413390 SHA256 (rust/crates/tokio-tls-0.3.1.tar.gz) = 9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343 SIZE (rust/crates/tokio-tls-0.3.1.tar.gz) = 22517 SHA256 (rust/crates/tokio-util-0.3.1.tar.gz) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499 SIZE (rust/crates/tokio-util-0.3.1.tar.gz) = 27233 -SHA256 (rust/crates/toml-0.5.7.tar.gz) = 75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645 -SIZE (rust/crates/toml-0.5.7.tar.gz) = 54372 +SHA256 (rust/crates/toml-0.5.8.tar.gz) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa +SIZE (rust/crates/toml-0.5.8.tar.gz) = 54219 SHA256 (rust/crates/toml_edit-0.2.0.tar.gz) = 09391a441b373597cf0888d2b052dcf82c5be4fee05da3636ae30fb57aad8484 SIZE (rust/crates/toml_edit-0.2.0.tar.gz) = 46438 -SHA256 (rust/crates/tower-service-0.3.0.tar.gz) = e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860 -SIZE (rust/crates/tower-service-0.3.0.tar.gz) = 5321 -SHA256 (rust/crates/tracing-0.1.21.tar.gz) = b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27 -SIZE (rust/crates/tracing-0.1.21.tar.gz) = 65404 -SHA256 (rust/crates/tracing-attributes-0.1.11.tar.gz) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada -SIZE (rust/crates/tracing-attributes-0.1.11.tar.gz) = 17279 +SHA256 (rust/crates/tower-service-0.3.1.tar.gz) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 +SIZE (rust/crates/tower-service-0.3.1.tar.gz) = 6299 +SHA256 (rust/crates/tracing-0.1.25.tar.gz) = 01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f +SIZE (rust/crates/tracing-0.1.25.tar.gz) = 68011 +SHA256 (rust/crates/tracing-attributes-0.1.13.tar.gz) = a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07 +SIZE (rust/crates/tracing-attributes-0.1.13.tar.gz) = 19331 SHA256 (rust/crates/tracing-core-0.1.17.tar.gz) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f SIZE (rust/crates/tracing-core-0.1.17.tar.gz) = 47774 -SHA256 (rust/crates/tracing-futures-0.2.4.tar.gz) = ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c -SIZE (rust/crates/tracing-futures-0.2.4.tar.gz) = 10274 -SHA256 (rust/crates/tracing-log-0.1.1.tar.gz) = 5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9 -SIZE (rust/crates/tracing-log-0.1.1.tar.gz) = 12919 +SHA256 (rust/crates/tracing-futures-0.2.5.tar.gz) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 +SIZE (rust/crates/tracing-futures-0.2.5.tar.gz) = 11637 +SHA256 (rust/crates/tracing-log-0.1.2.tar.gz) = a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3 +SIZE (rust/crates/tracing-log-0.1.2.tar.gz) = 14915 SHA256 (rust/crates/tracing-subscriber-0.1.6.tar.gz) = 192ca16595cdd0661ce319e8eede9c975f227cdaabc4faaefdc256f43d852e45 SIZE (rust/crates/tracing-subscriber-0.1.6.tar.gz) = 45650 SHA256 (rust/crates/try-lock-0.2.3.tar.gz) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 SIZE (rust/crates/try-lock-0.2.3.tar.gz) = 4158 -SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 11 18:00:13 2021 Return-Path: Delivered-To: svn-ports-all@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 F107F57CDF0; Thu, 11 Mar 2021 18:00:13 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxGv16bQKz3QLr; Thu, 11 Mar 2021 18:00:13 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D542B11BD; Thu, 11 Mar 2021 18:00:13 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BI0DJ7019940; Thu, 11 Mar 2021 18:00:13 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BI0DZu019939; Thu, 11 Mar 2021 18:00:13 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103111800.12BI0DZu019939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 18:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568114 - head/graphics/rawtherapee X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/graphics/rawtherapee X-SVN-Commit-Revision: 568114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:00:14 -0000 Author: pkubaj Date: Thu Mar 11 18:00:13 2021 New Revision: 568114 URL: https://svnweb.freebsd.org/changeset/ports/568114 Log: graphics/rawtherapee: move Tier 2 check to 14 PR: 254216 Approved by: mandree (maintainer) Modified: head/graphics/rawtherapee/Makefile Modified: head/graphics/rawtherapee/Makefile ============================================================================== --- head/graphics/rawtherapee/Makefile Thu Mar 11 17:57:06 2021 (r568113) +++ head/graphics/rawtherapee/Makefile Thu Mar 11 18:00:13 2021 (r568114) @@ -119,7 +119,7 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON=On i386, rawtherapee malfunctions under FreeBSD 11.x - upgrade to 12.x .endif -.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1300000) +.if (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1400000) # don't waste everybody's time with Tier-2 and moving targets. # might add ARM64 later on if they are established by the # time FreeBSD 13 is out. From owner-svn-ports-all@freebsd.org Thu Mar 11 18:05:39 2021 Return-Path: Delivered-To: svn-ports-all@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 A408A57D500; Thu, 11 Mar 2021 18:05:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxH1H4DgVz3R2C; Thu, 11 Mar 2021 18:05:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8413EEE8; Thu, 11 Mar 2021 18:05:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BI5d0l025953; Thu, 11 Mar 2021 18:05:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BI5bII025944; Thu, 11 Mar 2021 18:05:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111805.12BI5bII025944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 18:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568115 - in head/cad/openroad: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/cad/openroad: . files X-SVN-Commit-Revision: 568115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:05:39 -0000 Author: yuri Date: Thu Mar 11 18:05:37 2021 New Revision: 568115 URL: https://svnweb.freebsd.org/changeset/ports/568115 Log: cad/openroad: Update 0.9.0-beta-637 -> 2021.03.09 This is the first stable version of OpenROAD. Added: head/cad/openroad/files/patch-src_OpenDB_src_db_CMakeLists.txt (contents, props changed) head/cad/openroad/files/patch-src_OpenDB_src_swig_tcl_CMakeLists.txt (contents, props changed) Deleted: head/cad/openroad/files/patch-src_OpenSTA_CMakeLists.txt head/cad/openroad/pkg-plist Modified: head/cad/openroad/Makefile head/cad/openroad/distinfo head/cad/openroad/files/patch-src_CMakeLists.txt head/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt head/cad/openroad/files/patch-src_flute3_etc_MakeDatVar.tcl head/cad/openroad/files/patch-src_gui_src_scriptWidget.cpp Modified: head/cad/openroad/Makefile ============================================================================== --- head/cad/openroad/Makefile Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/Makefile Thu Mar 11 18:05:37 2021 (r568115) @@ -1,10 +1,8 @@ # $FreeBSD$ PORTNAME= openroad -DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0-beta-637 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gc3706485 +DISTVERSION= 2021_03_09 +DISTVERSIONSUFFIX= _stable CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -19,34 +17,44 @@ BUILD_DEPENDS= base64:converters/base64 \ boost-libs>0:devel/boost-libs \ coin-or-lemon>0:math/lemon \ swig:devel/swig -LIB_DEPENDS= libcudd.so:math/cudd +LIB_DEPENDS= libcudd.so:math/cudd \ + libfmt.so:devel/libfmt \ + libspdlog.so:devel/spdlog -USES= bison compiler:c++17-lang cmake eigen:3 qt:5 tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508 +USES= bison compiler:c++17-lang cmake eigen:3 qt:5 localbase:ldflags tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508 +USE_QT= core gui widgets buildtools_build qmake_build + USE_GITHUB= yes GH_ACCOUNT= The-OpenROAD-Project GH_PROJECT= OpenROAD -USE_QT= core gui widgets buildtools_build qmake_build -GH_TUPLE= \ - The-OpenROAD-Project:OpenSTA:ab2b1924e80f979bd6e606f8325a0d06b9d0bb5c:The_OpenROAD_Project_OpenSTA/src/OpenSTA \ - The-OpenROAD-Project:OpenDB:27d2a50961685b37a5a1b738a3cfd147ee7b9103:The_OpenROAD_Project_OpenDB/src/OpenDB \ - The-OpenROAD-Project:flute3:0c7d532bca351fae86de2d306dfcbe1060ecab01:The_OpenROAD_Project_flute3/src/flute3 \ - The-OpenROAD-Project:OpenRCX:cd6f1f3477851801df7ad199a37e0dacc1620bec:The_OpenROAD_Project_OpenRCX/src/OpenRCX \ - The-OpenROAD-Project:lef:fc84e83ef4cde0c4145655565641098d688a0fe1:The_OpenROAD_Project_lef/src/OpenDB/src/lef \ - The-OpenROAD-Project:def:c0fe2837a89f2a0947c2e8e10cef64e704214035:The_OpenROAD_Project_def/src/OpenDB/src/def +GH_TUPLE= The-OpenROAD-Project:OpenSTA:181a9f2:The_OpenROAD_Project_OpenSTA/src/sta +CMAKE_OFF= BUILD_PYTHON FREEBSD_BUILD_TESTS +CMAKE_ON= BUILD_TCL CMAKE_ARGS= -DFREEBSD_TCL_VER=${TCL_VER:S/.//} -DFREEBSD_TCL_INCLUDEDIR=${TCL_INCLUDEDIR} CXXFLAGS+= -I${LOCALBASE}/include/eigen3 BINARY_ALIAS= tclsh=${TCLSH} +PLIST_FILES= bin/openroad \ + bin/sta + post-patch: # override the TCL version to be the same as USES=tcl sets @${FIND} ${WRKSRC} -name FindTCL.cmake \ | ${XARGS} ${REINPLACE_CMD} -e ' \ s|set(TCL_POSSIBLE_NAMES |set(TCL_POSSIBLE_NAMES tcl$${FREEBSD_TCL_VER} |; \ s|PATHS $${TCL_LIB_PARENT1}|PATHS $${FREEBSD_TCL_INCLUDEDIR} $${TCL_LIB_PARENT1}|' -post-configure: # perhaps -ltcl leaks from some other project's cmake file - @${REINPLACE_CMD} 's| -ltcl | |' ${BUILD_WRKSRC}/build.ninja +post-install: # unnecessarily installs bundled OpenSTA project: https://github.com/The-OpenROAD-Project/OpenROAD/issues/597 + ${RM} -r ${STAGEDIR}${PREFIX}/include/sta ${STAGEDIR}${PREFIX}/lib/libOpenSTA.a + +do-test: # some tests are known to fail + @${MKDIR} ${WRKSRC}/build/src + @[ -e ${WRKSRC}/build/src/openroad ] || ${LN} -s ${SRAGEDIR}${PREFIX}/bin/openroad ${WRKSRC}/build/src/openroad + @${ECHO} "==> Unit tests" + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} test/regression + @${ECHO} "==> Flow tests" + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} test/regression flow .include Modified: head/cad/openroad/distinfo ============================================================================== --- head/cad/openroad/distinfo Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/distinfo Thu Mar 11 18:05:37 2021 (r568115) @@ -1,15 +1,5 @@ -TIMESTAMP = 1600072448 -SHA256 (The-OpenROAD-Project-OpenROAD-v0.9.0-beta-637-gc3706485_GH0.tar.gz) = e15bf33a8c4bfc0e4baba50f8de9b98ee34337b14ed5831da125e85fa37d0a3d -SIZE (The-OpenROAD-Project-OpenROAD-v0.9.0-beta-637-gc3706485_GH0.tar.gz) = 167070472 -SHA256 (The-OpenROAD-Project-OpenSTA-ab2b1924e80f979bd6e606f8325a0d06b9d0bb5c_GH0.tar.gz) = 687a81d91361765ea9433aa13a19e37c869b8595473fdda1e2dc7841620c905c -SIZE (The-OpenROAD-Project-OpenSTA-ab2b1924e80f979bd6e606f8325a0d06b9d0bb5c_GH0.tar.gz) = 4874350 -SHA256 (The-OpenROAD-Project-OpenDB-27d2a50961685b37a5a1b738a3cfd147ee7b9103_GH0.tar.gz) = 8970be8cb4a91562945f178b9e6eefd4d88116d949bfe9726a499b7903c6bb72 -SIZE (The-OpenROAD-Project-OpenDB-27d2a50961685b37a5a1b738a3cfd147ee7b9103_GH0.tar.gz) = 685514 -SHA256 (The-OpenROAD-Project-flute3-0c7d532bca351fae86de2d306dfcbe1060ecab01_GH0.tar.gz) = eb0b9baa8c17d6e022718ecef0315791d155e6e7fb4f9635e9b746c1bc1714a6 -SIZE (The-OpenROAD-Project-flute3-0c7d532bca351fae86de2d306dfcbe1060ecab01_GH0.tar.gz) = 2282167 -SHA256 (The-OpenROAD-Project-OpenRCX-cd6f1f3477851801df7ad199a37e0dacc1620bec_GH0.tar.gz) = 985ea54d327ee4726d3a3163b0e0df94d948959ace039760a6a1776852586a89 -SIZE (The-OpenROAD-Project-OpenRCX-cd6f1f3477851801df7ad199a37e0dacc1620bec_GH0.tar.gz) = 269366 -SHA256 (The-OpenROAD-Project-lef-fc84e83ef4cde0c4145655565641098d688a0fe1_GH0.tar.gz) = 26de7711167125a498cb69686ae205ee1204ffe1207cc10d4a1edcd79fa3d97e -SIZE (The-OpenROAD-Project-lef-fc84e83ef4cde0c4145655565641098d688a0fe1_GH0.tar.gz) = 1137547 -SHA256 (The-OpenROAD-Project-def-c0fe2837a89f2a0947c2e8e10cef64e704214035_GH0.tar.gz) = 211523a3fcf75708ab277474d26248a8479ba9bcb3e981157c6fb00911c54dc6 -SIZE (The-OpenROAD-Project-def-c0fe2837a89f2a0947c2e8e10cef64e704214035_GH0.tar.gz) = 3163621 +TIMESTAMP = 1615434359 +SHA256 (The-OpenROAD-Project-OpenROAD-2021_03_09_stable_GH0.tar.gz) = 0e872d1c607f7bc62d1516e93ae5f69d16d62771504be4a0d30e6016bc110233 +SIZE (The-OpenROAD-Project-OpenROAD-2021_03_09_stable_GH0.tar.gz) = 175470490 +SHA256 (The-OpenROAD-Project-OpenSTA-181a9f2_GH0.tar.gz) = da9764be47bd6e895a19fb48daeea1052e8aeee9778e940ccd2b55c6aaa9b7d6 +SIZE (The-OpenROAD-Project-OpenSTA-181a9f2_GH0.tar.gz) = 4895949 Modified: head/cad/openroad/files/patch-src_CMakeLists.txt ============================================================================== --- head/cad/openroad/files/patch-src_CMakeLists.txt Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/files/patch-src_CMakeLists.txt Thu Mar 11 18:05:37 2021 (r568115) @@ -1,20 +1,11 @@ ---- src/CMakeLists.txt.orig 2020-09-12 17:40:11 UTC +--- src/CMakeLists.txt.orig 2021-03-09 18:14:44 UTC +++ src/CMakeLists.txt -@@ -14,7 +14,7 @@ - # along with this program. If not, see . - - if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") -- link_libraries(pthread m stdc++ stdc++fs) -+ link_libraries(pthread m stdc++) - endif() - - set(OPENSTA_HOME ${PROJECT_SOURCE_DIR}/src/OpenSTA) -@@ -87,7 +87,7 @@ if (TCL_READLINE_H) +@@ -57,7 +57,7 @@ if (TCL_READLINE_H) message(STATUS "TCL readline header: ${TCL_READLINE_H}") endif() --find_package(SWIG REQUIRED 3.0) +-find_package(SWIG 3.0 REQUIRED) +find_package(SWIG REQUIRED) include(UseSWIG) - set(OPENDB_SWIG_WARNINGS "-w509,503,501,472,467,402,401,317,325,378,383,389,365,362,314,258,240,203,201") + find_package(Boost REQUIRED) Modified: head/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt ============================================================================== --- head/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt Thu Mar 11 18:05:37 2021 (r568115) @@ -1,11 +1,13 @@ ---- src/OpenDB/CMakeLists.txt.orig 2020-09-14 08:20:09 UTC +--- src/OpenDB/CMakeLists.txt.orig 2021-03-11 04:01:41 UTC +++ src/OpenDB/CMakeLists.txt -@@ -38,7 +38,7 @@ add_subdirectory(tests/cpp) +@@ -29,7 +29,9 @@ add_subdirectory(src/zutil) + add_subdirectory(src/zlib) + add_subdirectory(src/tm) + add_subdirectory(src/cdl) +-add_subdirectory(test/cpp) ++if (FREEBSD_BUILD_TESTS) ++ add_subdirectory(test/cpp) ++endif() + ############################################################################ ################################# SWIG ##################################### ############################################################################ - --find_package(SWIG REQUIRED 3.0) -+find_package(SWIG REQUIRED) - - include(${SWIG_USE_FILE}) - Added: head/cad/openroad/files/patch-src_OpenDB_src_db_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/openroad/files/patch-src_OpenDB_src_db_CMakeLists.txt Thu Mar 11 18:05:37 2021 (r568115) @@ -0,0 +1,9 @@ +--- src/OpenDB/src/db/CMakeLists.txt.orig 2021-03-11 04:05:57 UTC ++++ src/OpenDB/src/db/CMakeLists.txt +@@ -138,5 +138,5 @@ target_link_libraries(opendb + zlib + zutil + utility +- tcl ++ tcl${FREEBSD_TCL_VER} + ) Added: head/cad/openroad/files/patch-src_OpenDB_src_swig_tcl_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/openroad/files/patch-src_OpenDB_src_swig_tcl_CMakeLists.txt Thu Mar 11 18:05:37 2021 (r568115) @@ -0,0 +1,11 @@ +--- src/OpenDB/src/swig/tcl/CMakeLists.txt.orig 2021-03-11 17:45:34 UTC ++++ src/OpenDB/src/swig/tcl/CMakeLists.txt +@@ -15,7 +15,7 @@ target_link_libraries(opendbtcl + PUBLIC + opendb + utility +- tcl ++ tcl${FREEBSD_TCL_VER} + cdl + Boost::boost + ) Modified: head/cad/openroad/files/patch-src_flute3_etc_MakeDatVar.tcl ============================================================================== --- head/cad/openroad/files/patch-src_flute3_etc_MakeDatVar.tcl Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/files/patch-src_flute3_etc_MakeDatVar.tcl Thu Mar 11 18:05:37 2021 (r568115) @@ -1,4 +1,4 @@ ---- src/flute3/etc/MakeDatVar.tcl.orig 2020-09-14 08:48:52 UTC +--- src/flute3/etc/MakeDatVar.tcl.orig 2021-03-11 03:51:07 UTC +++ src/flute3/etc/MakeDatVar.tcl @@ -32,7 +32,7 @@ close $var_stream set b64_file "[file rootname $dat_file].b64" Modified: head/cad/openroad/files/patch-src_gui_src_scriptWidget.cpp ============================================================================== --- head/cad/openroad/files/patch-src_gui_src_scriptWidget.cpp Thu Mar 11 18:00:13 2021 (r568114) +++ head/cad/openroad/files/patch-src_gui_src_scriptWidget.cpp Thu Mar 11 18:05:37 2021 (r568115) @@ -1,11 +1,11 @@ ---- src/gui/src/scriptWidget.cpp.orig 2020-09-14 08:51:25 UTC +--- src/gui/src/scriptWidget.cpp.orig 2021-03-09 18:14:44 UTC +++ src/gui/src/scriptWidget.cpp -@@ -41,6 +41,8 @@ +@@ -42,6 +42,8 @@ #include #include +#include // for EINVAL + #include "openroad/OpenRoad.hh" - - namespace gui { + #include "spdlog/formatter.h" + #include "spdlog/sinks/base_sink.h" From owner-svn-ports-all@freebsd.org Thu Mar 11 18:32:28 2021 Return-Path: Delivered-To: svn-ports-all@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 6C0DB5A9C0A; Thu, 11 Mar 2021 18:32:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxHcD2hfWz3k2N; Thu, 11 Mar 2021 18:32:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F8E416D2; Thu, 11 Mar 2021 18:32:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIWSLe041371; Thu, 11 Mar 2021 18:32:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIWSlk041370; Thu, 11 Mar 2021 18:32:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111832.12BIWSlk041370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 18:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568116 - head/cad/openroad X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/cad/openroad X-SVN-Commit-Revision: 568116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:32:28 -0000 Author: yuri Date: Thu Mar 11 18:32:27 2021 New Revision: 568116 URL: https://svnweb.freebsd.org/changeset/ports/568116 Log: cad/openroad: Fix typos in test target Modified: head/cad/openroad/Makefile Modified: head/cad/openroad/Makefile ============================================================================== --- head/cad/openroad/Makefile Thu Mar 11 18:05:37 2021 (r568115) +++ head/cad/openroad/Makefile Thu Mar 11 18:32:27 2021 (r568116) @@ -51,7 +51,7 @@ post-install: # unnecessarily installs bundled OpenSTA do-test: # some tests are known to fail @${MKDIR} ${WRKSRC}/build/src - @[ -e ${WRKSRC}/build/src/openroad ] || ${LN} -s ${SRAGEDIR}${PREFIX}/bin/openroad ${WRKSRC}/build/src/openroad + @[ -f ${WRKSRC}/build/src/openroad ] || ${LN} ${STAGEDIR}${PREFIX}/bin/openroad ${WRKSRC}/build/src/openroad @${ECHO} "==> Unit tests" @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} test/regression @${ECHO} "==> Flow tests" From owner-svn-ports-all@freebsd.org Thu Mar 11 18:47:41 2021 Return-Path: Delivered-To: svn-ports-all@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 A973C5A9B5B; Thu, 11 Mar 2021 18:47:41 +0000 (UTC) (envelope-from kai@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 4DxHxn4P5Zz3kY4; Thu, 11 Mar 2021 18:47:41 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88F0D1951; Thu, 11 Mar 2021 18:47:41 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIlfqC049973; Thu, 11 Mar 2021 18:47:41 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIlf4R049971; Thu, 11 Mar 2021 18:47:41 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111847.12BIlf4R049971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568117 - head/www/py-django-cors-headers X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-cors-headers X-SVN-Commit-Revision: 568117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:47:41 -0000 Author: kai Date: Thu Mar 11 18:47:40 2021 New Revision: 568117 URL: https://svnweb.freebsd.org/changeset/ports/568117 Log: www/py-django-cors-headers: Update to 3.7.0 Changelog since 3.5.0: https://github.com/adamchainz/django-cors-headers/blob/3.7.0/HISTORY.rst Modified: head/www/py-django-cors-headers/Makefile head/www/py-django-cors-headers/distinfo Modified: head/www/py-django-cors-headers/Makefile ============================================================================== --- head/www/py-django-cors-headers/Makefile Thu Mar 11 18:32:27 2021 (r568116) +++ head/www/py-django-cors-headers/Makefile Thu Mar 11 18:47:40 2021 (r568117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-cors-headers -PORTVERSION= 3.5.0 +PORTVERSION= 3.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/www/py-django-cors-headers/distinfo ============================================================================== --- head/www/py-django-cors-headers/distinfo Thu Mar 11 18:32:27 2021 (r568116) +++ head/www/py-django-cors-headers/distinfo Thu Mar 11 18:47:40 2021 (r568117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611059545 -SHA256 (django-cors-headers-3.5.0.tar.gz) = db82b2840f667d47872ae3e4a4e0a0d72fbecb42779b8aa233fa8bb965f7836a -SIZE (django-cors-headers-3.5.0.tar.gz) = 82619 +TIMESTAMP = 1615472617 +SHA256 (django-cors-headers-3.7.0.tar.gz) = 96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e +SIZE (django-cors-headers-3.7.0.tar.gz) = 88367 From owner-svn-ports-all@freebsd.org Thu Mar 11 18:49:33 2021 Return-Path: Delivered-To: svn-ports-all@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 048E55A9AEB; Thu, 11 Mar 2021 18:49:33 +0000 (UTC) (envelope-from kai@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 4DxHzw5Zbrz3lCf; Thu, 11 Mar 2021 18:49:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B251A1A39; Thu, 11 Mar 2021 18:49:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BInW9g050114; Thu, 11 Mar 2021 18:49:32 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BInWxv050112; Thu, 11 Mar 2021 18:49:32 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111849.12BInWxv050112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568118 - head/www/py-django-mptt X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-mptt X-SVN-Commit-Revision: 568118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:49:33 -0000 Author: kai Date: Thu Mar 11 18:49:32 2021 New Revision: 568118 URL: https://svnweb.freebsd.org/changeset/ports/568118 Log: www/py-django-mptt: Update to 0.12.0 Changelog: https://github.com/django-mptt/django-mptt/blob/0.12.0/CHANGELOG.rst Modified: head/www/py-django-mptt/Makefile head/www/py-django-mptt/distinfo Modified: head/www/py-django-mptt/Makefile ============================================================================== --- head/www/py-django-mptt/Makefile Thu Mar 11 18:47:40 2021 (r568117) +++ head/www/py-django-mptt/Makefile Thu Mar 11 18:49:32 2021 (r568118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/www/py-django-mptt/distinfo ============================================================================== --- head/www/py-django-mptt/distinfo Thu Mar 11 18:47:40 2021 (r568117) +++ head/www/py-django-mptt/distinfo Thu Mar 11 18:49:32 2021 (r568118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586258697 -SHA256 (django-mptt-0.11.0.tar.gz) = dfdb3af75ad27cdd4458b0544ec8574174f2b90f99bc2cafab6a15b4bc1895a8 -SIZE (django-mptt-0.11.0.tar.gz) = 98300 +TIMESTAMP = 1615473716 +SHA256 (django-mptt-0.12.0.tar.gz) = 8ae6c3821127b529bb2f938de27bf0771b1bcbe9dbccdfba33986af78611f13a +SIZE (django-mptt-0.12.0.tar.gz) = 103513 From owner-svn-ports-all@freebsd.org Thu Mar 11 18:51:01 2021 Return-Path: Delivered-To: svn-ports-all@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 034DA5AA2BE; Thu, 11 Mar 2021 18:51:01 +0000 (UTC) (envelope-from kai@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 4DxJ1c6mFFz3lKH; Thu, 11 Mar 2021 18:51:00 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB1E11964; Thu, 11 Mar 2021 18:51:00 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIp0td051806; Thu, 11 Mar 2021 18:51:00 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIp09f051805; Thu, 11 Mar 2021 18:51:00 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111851.12BIp09f051805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568119 - head/www/py-django-tables2 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-tables2 X-SVN-Commit-Revision: 568119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:51:01 -0000 Author: kai Date: Thu Mar 11 18:51:00 2021 New Revision: 568119 URL: https://svnweb.freebsd.org/changeset/ports/568119 Log: www/py-django-tables2: Update to 2.3.4 Changelog: https://github.com/jieter/django-tables2/blob/v2.3.4/CHANGELOG.md Modified: head/www/py-django-tables2/Makefile head/www/py-django-tables2/distinfo Modified: head/www/py-django-tables2/Makefile ============================================================================== --- head/www/py-django-tables2/Makefile Thu Mar 11 18:49:32 2021 (r568118) +++ head/www/py-django-tables2/Makefile Thu Mar 11 18:51:00 2021 (r568119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tables2 -DISTVERSION= 2.3.3 +DISTVERSION= 2.3.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-tables2/distinfo ============================================================================== --- head/www/py-django-tables2/distinfo Thu Mar 11 18:49:32 2021 (r568118) +++ head/www/py-django-tables2/distinfo Thu Mar 11 18:51:00 2021 (r568119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611060312 -SHA256 (django-tables2-2.3.3.tar.gz) = ad38ece83157b8b9c1fb72b0316fcffc4b32d7fec53eec3f2847b83c4c0a2cb2 -SIZE (django-tables2-2.3.3.tar.gz) = 77604 +TIMESTAMP = 1615474006 +SHA256 (django-tables2-2.3.4.tar.gz) = 50ccadbd13740a996d8a4d4f144ef80134745cd0b5ec278061537e341f5ef7a2 +SIZE (django-tables2-2.3.4.tar.gz) = 77706 From owner-svn-ports-all@freebsd.org Thu Mar 11 18:53:06 2021 Return-Path: Delivered-To: svn-ports-all@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 94E445AA2CA; Thu, 11 Mar 2021 18:53:06 +0000 (UTC) (envelope-from kai@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 4DxJ423rD3z3lX2; Thu, 11 Mar 2021 18:53:06 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76A711F89; Thu, 11 Mar 2021 18:53:06 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIr6Bg055929; Thu, 11 Mar 2021 18:53:06 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIr6Et055927; Thu, 11 Mar 2021 18:53:06 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111853.12BIr6Et055927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:53:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568120 - head/www/py-django-timezone-field X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-timezone-field X-SVN-Commit-Revision: 568120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:53:06 -0000 Author: kai Date: Thu Mar 11 18:53:05 2021 New Revision: 568120 URL: https://svnweb.freebsd.org/changeset/ports/568120 Log: www/py-django-timezone-field: Update to 4.1.1 Changelog since 4.0: * Don't import "rest_framework" from package root * Add Django REST Framework serializer field * Add new "choices_display" kwarg with supported values "WITH_GMT_OFFSET" and "STANDARD" * Deprecate "display_GMT_offset" kwarg Modified: head/www/py-django-timezone-field/Makefile head/www/py-django-timezone-field/distinfo Modified: head/www/py-django-timezone-field/Makefile ============================================================================== --- head/www/py-django-timezone-field/Makefile Thu Mar 11 18:51:00 2021 (r568119) +++ head/www/py-django-timezone-field/Makefile Thu Mar 11 18:53:05 2021 (r568120) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-timezone-field -DISTVERSION= 4.0 +DISTVERSION= 4.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-timezone-field/distinfo ============================================================================== --- head/www/py-django-timezone-field/distinfo Thu Mar 11 18:51:00 2021 (r568119) +++ head/www/py-django-timezone-field/distinfo Thu Mar 11 18:53:05 2021 (r568120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585946621 -SHA256 (django-timezone-field-4.0.tar.gz) = 7e3620fe2211c2d372fad54db8f86ff884098d018d56fda4dca5e64929e05ffc -SIZE (django-timezone-field-4.0.tar.gz) = 6866 +TIMESTAMP = 1615474302 +SHA256 (django-timezone-field-4.1.1.tar.gz) = b5b587aabed8db66eb3453691522164915c1aa1b326d8ddeadc8832a8580faeb +SIZE (django-timezone-field-4.1.1.tar.gz) = 8338 From owner-svn-ports-all@freebsd.org Thu Mar 11 18:56:35 2021 Return-Path: Delivered-To: svn-ports-all@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 3F7975AA346; Thu, 11 Mar 2021 18:56:35 +0000 (UTC) (envelope-from kai@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 4DxJ831MpWz3lmf; Thu, 11 Mar 2021 18:56:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E0921D2B; Thu, 11 Mar 2021 18:56:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIuYM4056121; Thu, 11 Mar 2021 18:56:34 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIuYPO056120; Thu, 11 Mar 2021 18:56:34 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111856.12BIuYPO056120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568121 - head/net-mgmt/netbox X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net-mgmt/netbox X-SVN-Commit-Revision: 568121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:56:35 -0000 Author: kai Date: Thu Mar 11 18:56:34 2021 New Revision: 568121 URL: https://svnweb.freebsd.org/changeset/ports/568121 Log: net-mgmt/netbox: Adjust RUN_DEPENDS * Relax the version ranges of a few dependencies that will soon be updated. Modified: head/net-mgmt/netbox/Makefile Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Thu Mar 11 18:53:05 2021 (r568120) +++ head/net-mgmt/netbox/Makefile Thu Mar 11 18:56:34 2021 (r568121) @@ -26,10 +26,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=3.1.3<3.2:www/py-django31@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-cacheops>=5.1.0<5.2:www/py-dj31-django-cacheops@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj31-django-cors-headers>=3.5.0<3.6:www/py-dj31-django-cors-headers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj31-django-cors-headers>=3.5.0<3.8:www/py-dj31-django-cors-headers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-debug-toolbar>=3.1.1<4:www/py-dj31-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-filter>=2.4.0<2.5:www/py-dj31-django-filter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj31-django-mptt>=0.11.0<0.12:www/py-dj31-django-mptt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj31-django-mptt>=0.11.0<0.13:www/py-dj31-django-mptt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-prometheus>=2.1.0<2.2:www/py-dj31-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-rq>=2.4.0<2.5:devel/py-dj31-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj31-django-tables2>=2.3.3<2.4:www/py-dj31-django-tables2@${PY_FLAVOR} \ From owner-svn-ports-all@freebsd.org Thu Mar 11 18:58:17 2021 Return-Path: Delivered-To: svn-ports-all@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 C38905AA690; Thu, 11 Mar 2021 18:58:17 +0000 (UTC) (envelope-from kai@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 4DxJB1591Kz3mBm; Thu, 11 Mar 2021 18:58:17 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F72D19E9; Thu, 11 Mar 2021 18:58:17 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIwHoo056263; Thu, 11 Mar 2021 18:58:17 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIwHur056261; Thu, 11 Mar 2021 18:58:17 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111858.12BIwHur056261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568122 - head/www/py-dj31-django-cors-headers X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj31-django-cors-headers X-SVN-Commit-Revision: 568122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:58:17 -0000 Author: kai Date: Thu Mar 11 18:58:16 2021 New Revision: 568122 URL: https://svnweb.freebsd.org/changeset/ports/568122 Log: www/py-dj31-django-cors-headers: Update to 3.7.0 Changelog since 3.5.0: https://github.com/adamchainz/django-cors-headers/blob/3.7.0/HISTORY.rst Modified: head/www/py-dj31-django-cors-headers/Makefile head/www/py-dj31-django-cors-headers/distinfo Modified: head/www/py-dj31-django-cors-headers/Makefile ============================================================================== --- head/www/py-dj31-django-cors-headers/Makefile Thu Mar 11 18:56:34 2021 (r568121) +++ head/www/py-dj31-django-cors-headers/Makefile Thu Mar 11 18:58:16 2021 (r568122) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-cors-headers -PORTVERSION= 3.5.0 +PORTVERSION= 3.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- Modified: head/www/py-dj31-django-cors-headers/distinfo ============================================================================== --- head/www/py-dj31-django-cors-headers/distinfo Thu Mar 11 18:56:34 2021 (r568121) +++ head/www/py-dj31-django-cors-headers/distinfo Thu Mar 11 18:58:16 2021 (r568122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611059545 -SHA256 (django-cors-headers-3.5.0.tar.gz) = db82b2840f667d47872ae3e4a4e0a0d72fbecb42779b8aa233fa8bb965f7836a -SIZE (django-cors-headers-3.5.0.tar.gz) = 82619 +TIMESTAMP = 1615472617 +SHA256 (django-cors-headers-3.7.0.tar.gz) = 96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e +SIZE (django-cors-headers-3.7.0.tar.gz) = 88367 From owner-svn-ports-all@freebsd.org Thu Mar 11 18:59:32 2021 Return-Path: Delivered-To: svn-ports-all@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 2DB675AA26E; Thu, 11 Mar 2021 18:59:32 +0000 (UTC) (envelope-from kai@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 4DxJCS0tLWz3m4R; Thu, 11 Mar 2021 18:59:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 113CE1D2C; Thu, 11 Mar 2021 18:59:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BIxVpq056393; Thu, 11 Mar 2021 18:59:31 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BIxVjJ056391; Thu, 11 Mar 2021 18:59:31 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111859.12BIxVjJ056391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 18:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568123 - head/www/py-dj31-django-mptt X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj31-django-mptt X-SVN-Commit-Revision: 568123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 18:59:32 -0000 Author: kai Date: Thu Mar 11 18:59:31 2021 New Revision: 568123 URL: https://svnweb.freebsd.org/changeset/ports/568123 Log: www/py-dj31-django-mptt: Update to 0.12.0 Changelog: https://github.com/django-mptt/django-mptt/blob/0.12.0/CHANGELOG.rst Modified: head/www/py-dj31-django-mptt/Makefile head/www/py-dj31-django-mptt/distinfo Modified: head/www/py-dj31-django-mptt/Makefile ============================================================================== --- head/www/py-dj31-django-mptt/Makefile Thu Mar 11 18:58:16 2021 (r568122) +++ head/www/py-dj31-django-mptt/Makefile Thu Mar 11 18:59:31 2021 (r568123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- Modified: head/www/py-dj31-django-mptt/distinfo ============================================================================== --- head/www/py-dj31-django-mptt/distinfo Thu Mar 11 18:58:16 2021 (r568122) +++ head/www/py-dj31-django-mptt/distinfo Thu Mar 11 18:59:31 2021 (r568123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586258697 -SHA256 (django-mptt-0.11.0.tar.gz) = dfdb3af75ad27cdd4458b0544ec8574174f2b90f99bc2cafab6a15b4bc1895a8 -SIZE (django-mptt-0.11.0.tar.gz) = 98300 +TIMESTAMP = 1615473716 +SHA256 (django-mptt-0.12.0.tar.gz) = 8ae6c3821127b529bb2f938de27bf0771b1bcbe9dbccdfba33986af78611f13a +SIZE (django-mptt-0.12.0.tar.gz) = 103513 From owner-svn-ports-all@freebsd.org Thu Mar 11 19:01:01 2021 Return-Path: Delivered-To: svn-ports-all@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 38E5C5AA6BA; Thu, 11 Mar 2021 19:01:01 +0000 (UTC) (envelope-from kai@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 4DxJF91BHgz3mSX; Thu, 11 Mar 2021 19:01:01 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B96D1A63; Thu, 11 Mar 2021 19:01:01 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJ10n1057473; Thu, 11 Mar 2021 19:01:00 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJ10VQ057471; Thu, 11 Mar 2021 19:01:00 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111901.12BJ10VQ057471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 19:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568124 - head/www/py-dj31-django-tables2 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj31-django-tables2 X-SVN-Commit-Revision: 568124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:01:01 -0000 Author: kai Date: Thu Mar 11 19:01:00 2021 New Revision: 568124 URL: https://svnweb.freebsd.org/changeset/ports/568124 Log: www/py-dj31-django-tables2: Update to 2.3.4 Changelog: https://github.com/jieter/django-tables2/blob/v2.3.4/CHANGELOG.md Modified: head/www/py-dj31-django-tables2/Makefile head/www/py-dj31-django-tables2/distinfo Modified: head/www/py-dj31-django-tables2/Makefile ============================================================================== --- head/www/py-dj31-django-tables2/Makefile Thu Mar 11 18:59:31 2021 (r568123) +++ head/www/py-dj31-django-tables2/Makefile Thu Mar 11 19:01:00 2021 (r568124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tables2 -DISTVERSION= 2.3.3 +DISTVERSION= 2.3.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- Modified: head/www/py-dj31-django-tables2/distinfo ============================================================================== --- head/www/py-dj31-django-tables2/distinfo Thu Mar 11 18:59:31 2021 (r568123) +++ head/www/py-dj31-django-tables2/distinfo Thu Mar 11 19:01:00 2021 (r568124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611060312 -SHA256 (django-tables2-2.3.3.tar.gz) = ad38ece83157b8b9c1fb72b0316fcffc4b32d7fec53eec3f2847b83c4c0a2cb2 -SIZE (django-tables2-2.3.3.tar.gz) = 77604 +TIMESTAMP = 1615474006 +SHA256 (django-tables2-2.3.4.tar.gz) = 50ccadbd13740a996d8a4d4f144ef80134745cd0b5ec278061537e341f5ef7a2 +SIZE (django-tables2-2.3.4.tar.gz) = 77706 From owner-svn-ports-all@freebsd.org Thu Mar 11 19:02:28 2021 Return-Path: Delivered-To: svn-ports-all@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 D78645AA82A; Thu, 11 Mar 2021 19:02:28 +0000 (UTC) (envelope-from kai@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 4DxJGr5jfyz3mgx; Thu, 11 Mar 2021 19:02:28 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B73971DC9; Thu, 11 Mar 2021 19:02:28 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJ2SK2061473; Thu, 11 Mar 2021 19:02:28 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJ2SkN061471; Thu, 11 Mar 2021 19:02:28 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202103111902.12BJ2SkN061471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 11 Mar 2021 19:02:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568125 - head/www/py-dj31-django-timezone-field X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj31-django-timezone-field X-SVN-Commit-Revision: 568125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:02:28 -0000 Author: kai Date: Thu Mar 11 19:02:28 2021 New Revision: 568125 URL: https://svnweb.freebsd.org/changeset/ports/568125 Log: www/py-dj31-django-timezone-field: Update to 4.1.1 Changelog since 4.0: * Don't import "rest_framework" from package root * Add Django REST Framework serializer field * Add new "choices_display" kwarg with supported values "WITH_GMT_OFFSET" and "STANDARD" * Deprecate "display_GMT_offset" kwarg Modified: head/www/py-dj31-django-timezone-field/Makefile head/www/py-dj31-django-timezone-field/distinfo Modified: head/www/py-dj31-django-timezone-field/Makefile ============================================================================== --- head/www/py-dj31-django-timezone-field/Makefile Thu Mar 11 19:01:00 2021 (r568124) +++ head/www/py-dj31-django-timezone-field/Makefile Thu Mar 11 19:02:28 2021 (r568125) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-timezone-field -DISTVERSION= 4.0 +DISTVERSION= 4.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- Modified: head/www/py-dj31-django-timezone-field/distinfo ============================================================================== --- head/www/py-dj31-django-timezone-field/distinfo Thu Mar 11 19:01:00 2021 (r568124) +++ head/www/py-dj31-django-timezone-field/distinfo Thu Mar 11 19:02:28 2021 (r568125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585946621 -SHA256 (django-timezone-field-4.0.tar.gz) = 7e3620fe2211c2d372fad54db8f86ff884098d018d56fda4dca5e64929e05ffc -SIZE (django-timezone-field-4.0.tar.gz) = 6866 +TIMESTAMP = 1615474302 +SHA256 (django-timezone-field-4.1.1.tar.gz) = b5b587aabed8db66eb3453691522164915c1aa1b326d8ddeadc8832a8580faeb +SIZE (django-timezone-field-4.1.1.tar.gz) = 8338 From owner-svn-ports-all@freebsd.org Thu Mar 11 19:08:45 2021 Return-Path: Delivered-To: svn-ports-all@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 30AFC5AAA86; Thu, 11 Mar 2021 19:08:45 +0000 (UTC) (envelope-from mr@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 4DxJQ50t8zz3mtC; Thu, 11 Mar 2021 19:08:45 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11499213B; Thu, 11 Mar 2021 19:08:45 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJ8iok062533; Thu, 11 Mar 2021 19:08:44 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJ8i2Z062530; Thu, 11 Mar 2021 19:08:44 GMT (envelope-from mr@FreeBSD.org) Message-Id: <202103111908.12BJ8i2Z062530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Thu, 11 Mar 2021 19:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568126 - head/cad/qcad X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/cad/qcad X-SVN-Commit-Revision: 568126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:08:45 -0000 Author: mr Date: Thu Mar 11 19:08:44 2021 New Revision: 568126 URL: https://svnweb.freebsd.org/changeset/ports/568126 Log: Update to 3.26.1.0 Modified: head/cad/qcad/Makefile head/cad/qcad/distinfo head/cad/qcad/pkg-plist Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Thu Mar 11 19:02:28 2021 (r568125) +++ head/cad/qcad/Makefile Thu Mar 11 19:08:44 2021 (r568126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qcad -PORTVERSION= 3.25.2.4 +PORTVERSION= 3.26.1.0 #PORTREVISION= DISTVERSIONPREFIX= v CATEGORIES= cad Modified: head/cad/qcad/distinfo ============================================================================== --- head/cad/qcad/distinfo Thu Mar 11 19:02:28 2021 (r568125) +++ head/cad/qcad/distinfo Thu Mar 11 19:08:44 2021 (r568126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605981125 -SHA256 (qcad/qcad-qcad-v3.25.2.4_GH0.tar.gz) = 216717afdf9cbfa9df3449f250e05335e8e662925c1f66db6035a621be1e962e -SIZE (qcad/qcad-qcad-v3.25.2.4_GH0.tar.gz) = 34262354 +TIMESTAMP = 1615474872 +SHA256 (qcad/qcad-qcad-v3.26.1.0_GH0.tar.gz) = 7f5fddc779cea270880fb82e7bf1549b1ac5b42ac289249c4a75217b77f0308b +SIZE (qcad/qcad-qcad-v3.26.1.0_GH0.tar.gz) = 34844599 Modified: head/cad/qcad/pkg-plist ============================================================================== --- head/cad/qcad/pkg-plist Thu Mar 11 19:02:28 2021 (r568125) +++ head/cad/qcad/pkg-plist Thu Mar 11 19:08:44 2021 (r568126) @@ -4217,6 +4217,18 @@ lib/libstemmer.a %%DATADIR%%/scripts/Draw/Text/Tests/Text18.js %%DATADIR%%/scripts/Draw/Text/Tests/Text19.js %%DATADIR%%/scripts/Draw/Text/Tests/Text20.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text30.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text31.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text32.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text33.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text34.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text35.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text36.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text37.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text38.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text39.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text40.js +%%DATADIR%%/scripts/Draw/Text/Tests/Text41.js %%DATADIR%%/scripts/Draw/Text/Tests/actual/.gitignore %%DATADIR%%/scripts/Draw/Text/Tests/data/text01.dxf %%DATADIR%%/scripts/Draw/Text/Tests/data/text02.dxf @@ -4238,6 +4250,18 @@ lib/libstemmer.a %%DATADIR%%/scripts/Draw/Text/Tests/data/text18.dxf %%DATADIR%%/scripts/Draw/Text/Tests/data/text19.dxf %%DATADIR%%/scripts/Draw/Text/Tests/data/text20.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text30.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text31.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text32.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text33.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text34.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text35.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text36.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text37.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text38.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text39.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text40.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/data/text41.dxf %%DATADIR%%/scripts/Draw/Text/Tests/required/Text01_000.dxf %%DATADIR%%/scripts/Draw/Text/Tests/required/Text02_000.dxf %%DATADIR%%/scripts/Draw/Text/Tests/required/Text03_000.dxf @@ -4274,6 +4298,30 @@ lib/libstemmer.a %%DATADIR%%/scripts/Draw/Text/Tests/required/Text19_001.dxf %%DATADIR%%/scripts/Draw/Text/Tests/required/Text20_000.dxf %%DATADIR%%/scripts/Draw/Text/Tests/required/Text20_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text30_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text30_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text31_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text31_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text32_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text32_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text33_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text33_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text34_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text34_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text35_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text35_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text36_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text36_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text37_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text37_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text38_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text38_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text39_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text39_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text40_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text40_001.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text41_000.dxf +%%DATADIR%%/scripts/Draw/Text/Tests/required/Text41_001.dxf %%DATADIR%%/scripts/Draw/Text/Text-inverse.svg %%DATADIR%%/scripts/Draw/Text/Text.js %%DATADIR%%/scripts/Draw/Text/Text.pro @@ -6576,6 +6624,10 @@ lib/libstemmer.a %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJoint.ui %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxJoint/LineBoxJointInit.js %%DATADIR%%/scripts/Misc/MiscDraw/LineBoxJoint/doc/LineBoxJoint.png +%%DATADIR%%/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol-inverse.svg +%%DATADIR%%/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol.js +%%DATADIR%%/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbol.svg +%%DATADIR%%/scripts/Misc/MiscDraw/LineBreakSymbol/LineBreakSymbolInit.js %%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove-inverse.svg %%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.js %%DATADIR%%/scripts/Misc/MiscDraw/LineDove/LineDove.pro @@ -10732,6 +10784,8 @@ lib/libstemmer.a %%DATADIR%%/ts/qtbase_ru.qm %%DATADIR%%/ts/qtbase_sk.qm %%DATADIR%%/ts/qtbase_uk.qm +%%DATADIR%%/ts/qtbase_zh_CN.qm +%%DATADIR%%/ts/qtbase_zh_CN.ts %%DATADIR%%/ts/qtconfig_hu.qm %%DATADIR%%/ts/qtconfig_ja.qm %%DATADIR%%/ts/qtconfig_ko.qm From owner-svn-ports-all@freebsd.org Thu Mar 11 19:12:24 2021 Return-Path: Delivered-To: svn-ports-all@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 5CA3F5AA67E; Thu, 11 Mar 2021 19:12:24 +0000 (UTC) (envelope-from 0mp@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 4DxJVJ2F0Vz3mxm; Thu, 11 Mar 2021 19:12:24 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FAD01DE2; Thu, 11 Mar 2021 19:12:24 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJCOSQ068993; Thu, 11 Mar 2021 19:12:24 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJCNda068991; Thu, 11 Mar 2021 19:12:23 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202103111912.12BJCNda068991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 11 Mar 2021 19:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568127 - head/devel/tig X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/devel/tig X-SVN-Commit-Revision: 568127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:12:24 -0000 Author: 0mp Date: Thu Mar 11 19:12:23 2021 New Revision: 568127 URL: https://svnweb.freebsd.org/changeset/ports/568127 Log: Update to 2.5.3 Release notes: https://github.com/jonas/tig/releases/tag/tig-2.5.3 While here, use test variables instead of a do-test target. Modified: head/devel/tig/Makefile head/devel/tig/distinfo Modified: head/devel/tig/Makefile ============================================================================== --- head/devel/tig/Makefile Thu Mar 11 19:08:44 2021 (r568126) +++ head/devel/tig/Makefile Thu Mar 11 19:12:23 2021 (r568127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tig -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ @@ -21,6 +21,12 @@ MAKE_ARGS= V=1 INSTALL_TARGET= install install-doc-man +# Tests fail when running as part of a non-interactive Poudriere +# build, but using script(1) seems to be a good enough workaround and +# allows them to run successfully anyway. +TEST_TARGET= test +DO_MAKE_TEST= /usr/bin/script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE} + PLIST_FILES= bin/tig \ '@sample etc/tigrc.sample' \ man/man1/tig.1.gz \ @@ -37,12 +43,5 @@ GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/tigrc ${STAGEDIR}${PREFIX}/etc/tigrc.sample ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tig - -do-test: -# Tests fail when running as part of a non-interactive Poudriere -# build, but using script(1) seems to be a good enough workaround and -# allows them to run successfully anyway. - @/usr/bin/script -q /dev/null \ - ${SETENV} SHELL=/bin/sh ${GMAKE} -C ${WRKSRC} test .include Modified: head/devel/tig/distinfo ============================================================================== --- head/devel/tig/distinfo Thu Mar 11 19:08:44 2021 (r568126) +++ head/devel/tig/distinfo Thu Mar 11 19:12:23 2021 (r568127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613167434 -SHA256 (tig-2.5.2.tar.gz) = 1e5a8175627231ba619686ec338b4ad2843a6526122ea4e9fde1739dd2b4830b -SIZE (tig-2.5.2.tar.gz) = 1165288 +TIMESTAMP = 1615483184 +SHA256 (tig-2.5.3.tar.gz) = e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc +SIZE (tig-2.5.3.tar.gz) = 1165632 From owner-svn-ports-all@freebsd.org Thu Mar 11 19:47:36 2021 Return-Path: Delivered-To: svn-ports-all@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 98E895AB64B; Thu, 11 Mar 2021 19:47:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxKGw3nCHz3pyN; Thu, 11 Mar 2021 19:47:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 748B32A82; Thu, 11 Mar 2021 19:47:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJlaaq087804; Thu, 11 Mar 2021 19:47:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJlZOm087800; Thu, 11 Mar 2021 19:47:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103111947.12BJlZOm087800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 19:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568128 - head/www/uwebsockets X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/uwebsockets X-SVN-Commit-Revision: 568128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:47:36 -0000 Author: yuri Date: Thu Mar 11 19:47:35 2021 New Revision: 568128 URL: https://svnweb.freebsd.org/changeset/ports/568128 Log: www/uwebsockets: Update 18.23.0 -> 19.0.0a5 Modified: head/www/uwebsockets/Makefile head/www/uwebsockets/distinfo head/www/uwebsockets/pkg-plist Modified: head/www/uwebsockets/Makefile ============================================================================== --- head/www/uwebsockets/Makefile Thu Mar 11 19:12:23 2021 (r568127) +++ head/www/uwebsockets/Makefile Thu Mar 11 19:47:35 2021 (r568128) @@ -2,7 +2,7 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 18.23.0 +DISTVERSION= 19.0.0a5 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org @@ -11,14 +11,20 @@ COMMENT= C++ Web I/O library for the most demanding of LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= usockets>0:net/usockets +# libdeflate is optionally needed +RUN_DEPENDS= libdeflate>0:archivers/libdeflate \ + usockets>0:net/usockets USES= gmake + USE_GITHUB= yes GH_ACCOUNT= uNetworking GH_PROJECT= uWebSockets NO_BUILD= yes NO_ARCH= yes + +post-install: # https://github.com/uNetworking/uWebSockets/issues/1221 + ${RMDIR} ${STAGEDIR}${PREFIX}/include/uWebSockets/f2 .include Modified: head/www/uwebsockets/distinfo ============================================================================== --- head/www/uwebsockets/distinfo Thu Mar 11 19:12:23 2021 (r568127) +++ head/www/uwebsockets/distinfo Thu Mar 11 19:47:35 2021 (r568128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611827692 -SHA256 (uNetworking-uWebSockets-v18.23.0_GH0.tar.gz) = 2005ce1a4fd4ab5d151da91ba1a462f91313abfcc20810f7b1be8d7367b031b2 -SIZE (uNetworking-uWebSockets-v18.23.0_GH0.tar.gz) = 280174 +TIMESTAMP = 1615491019 +SHA256 (uNetworking-uWebSockets-v19.0.0a5_GH0.tar.gz) = 6f2c7cb32e774123cb70f2842d9f77e4cbc41e6648d2f0c177d7cca09bc98966 +SIZE (uNetworking-uWebSockets-v19.0.0a5_GH0.tar.gz) = 294963 Modified: head/www/uwebsockets/pkg-plist ============================================================================== --- head/www/uwebsockets/pkg-plist Thu Mar 11 19:12:23 2021 (r568127) +++ head/www/uwebsockets/pkg-plist Thu Mar 11 19:47:35 2021 (r568128) @@ -11,6 +11,7 @@ include/uWebSockets/HttpRouter.h include/uWebSockets/Loop.h include/uWebSockets/LoopData.h include/uWebSockets/MessageParser.h +include/uWebSockets/MoveOnlyFunction.h include/uWebSockets/Multipart.h include/uWebSockets/PerMessageDeflate.h include/uWebSockets/ProxyParser.h @@ -24,5 +25,3 @@ include/uWebSockets/WebSocketData.h include/uWebSockets/WebSocketExtensions.h include/uWebSockets/WebSocketHandshake.h include/uWebSockets/WebSocketProtocol.h -include/uWebSockets/f2/LICENSE.txt -include/uWebSockets/f2/function2.hpp From owner-svn-ports-all@freebsd.org Thu Mar 11 19:59:44 2021 Return-Path: Delivered-To: svn-ports-all@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 C582E5AB6E2; Thu, 11 Mar 2021 19:59:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxKXw4YQSz3qJq; Thu, 11 Mar 2021 19:59:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B0AC2C18; Thu, 11 Mar 2021 19:59:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BJxipa093931; Thu, 11 Mar 2021 19:59:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BJxi4G093929; Thu, 11 Mar 2021 19:59:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103111959.12BJxi4G093929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 11 Mar 2021 19:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568129 - head/graphics/vulkan-validation-layers X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vulkan-validation-layers X-SVN-Commit-Revision: 568129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 19:59:44 -0000 Author: jbeich Date: Thu Mar 11 19:59:43 2021 New Revision: 568129 URL: https://svnweb.freebsd.org/changeset/ports/568129 Log: graphics/vulkan-validation-layers: update to 1.2.172 Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.171...v1.2.172 Reported by: portscout Modified: head/graphics/vulkan-validation-layers/Makefile (contents, props changed) head/graphics/vulkan-validation-layers/distinfo (contents, props changed) Modified: head/graphics/vulkan-validation-layers/Makefile ============================================================================== --- head/graphics/vulkan-validation-layers/Makefile Thu Mar 11 19:47:35 2021 (r568128) +++ head/graphics/vulkan-validation-layers/Makefile Thu Mar 11 19:59:43 2021 (r568129) @@ -2,7 +2,7 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.171 +DISTVERSION= 1.2.172 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/vulkan-validation-layers/distinfo ============================================================================== --- head/graphics/vulkan-validation-layers/distinfo Thu Mar 11 19:47:35 2021 (r568128) +++ head/graphics/vulkan-validation-layers/distinfo Thu Mar 11 19:59:43 2021 (r568129) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614994415 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.171_GH0.tar.gz) = 85a99cddc3ec727f57250bc7fc6ed2df6a19d7eb369ed16be54ba290887ab499 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.171_GH0.tar.gz) = 2614841 +TIMESTAMP = 1615484464 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.172_GH0.tar.gz) = 0e29bf2545658177d37052bcce09f29d3f464caf31d00a84c37368dd1a660d29 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.172_GH0.tar.gz) = 2615868 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 03075fc9f52833849bb34210029d029669f96bfc9dcf937b910a8ba7f5f361db SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 403781 From owner-svn-ports-all@freebsd.org Thu Mar 11 20:10:11 2021 Return-Path: Delivered-To: svn-ports-all@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 0515B5ABA41; Thu, 11 Mar 2021 20:10:11 +0000 (UTC) (envelope-from bland@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 4DxKmy6m4Kz3r3X; Thu, 11 Mar 2021 20:10:10 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAE7F2CAA; Thu, 11 Mar 2021 20:10:10 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BKAA13099920; Thu, 11 Mar 2021 20:10:10 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BKAAvQ099919; Thu, 11 Mar 2021 20:10:10 GMT (envelope-from bland@FreeBSD.org) Message-Id: <202103112010.12BKAAvQ099919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Thu, 11 Mar 2021 20:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568130 - head/benchmarks/iozone X-SVN-Group: ports-head X-SVN-Commit-Author: bland X-SVN-Commit-Paths: head/benchmarks/iozone X-SVN-Commit-Revision: 568130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 20:10:11 -0000 Author: bland Date: Thu Mar 11 20:10:10 2021 New Revision: 568130 URL: https://svnweb.freebsd.org/changeset/ports/568130 Log: Hook distro cleanup on pre-build to ensure gmake availabilty Reported by: Giacomo Olgeni Modified: head/benchmarks/iozone/Makefile Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Thu Mar 11 19:59:43 2021 (r568129) +++ head/benchmarks/iozone/Makefile Thu Mar 11 20:10:10 2021 (r568130) @@ -31,12 +31,12 @@ THREADS_DESC= Enable threading (uses pthreads) THREADS_LDFLAGS= -lpthread THREADS_CFLAGS_OFF= -DNO_THREADS -post-extract: - @cd ${WRKSRC} && ${GMAKE} clean - post-patch-SSH-on: @${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' \ ${WRKSRC}/iozone.c + +pre-build: + @cd ${WRKSRC} && ${GMAKE} clean do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-all@freebsd.org Thu Mar 11 20:55:49 2021 Return-Path: Delivered-To: svn-ports-all@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 48FBE5ACC2D; Thu, 11 Mar 2021 20:55:49 +0000 (UTC) (envelope-from mizhka@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 4DxLnd1Qgqz3tDf; Thu, 11 Mar 2021 20:55:49 +0000 (UTC) (envelope-from mizhka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22D273851; Thu, 11 Mar 2021 20:55:49 +0000 (UTC) (envelope-from mizhka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BKtn0V030804; Thu, 11 Mar 2021 20:55:49 GMT (envelope-from mizhka@FreeBSD.org) Received: (from mizhka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BKtlC1030795; Thu, 11 Mar 2021 20:55:47 GMT (envelope-from mizhka@FreeBSD.org) Message-Id: <202103112055.12BKtlC1030795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mizhka set sender to mizhka@FreeBSD.org using -f From: Michael Zhilin Date: Thu, 11 Mar 2021 20:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568131 - in head: . java java/eclipse-pydev java/eclipse-pydev/files X-SVN-Group: ports-head X-SVN-Commit-Author: mizhka X-SVN-Commit-Paths: in head: . java java/eclipse-pydev java/eclipse-pydev/files X-SVN-Commit-Revision: 568131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 20:55:49 -0000 Author: mizhka (src committer) Date: Thu Mar 11 20:55:47 2021 New Revision: 568131 URL: https://svnweb.freebsd.org/changeset/ports/568131 Log: java/eclipse-pydev: resurrect port This commits resurrects java/eclipse-pydev, updates to latest version and fixes python version PR: 254194 Submitted by: mizhka Approved by: lwhsu Sponsored by: Postgres Professional Added: head/java/eclipse-pydev/ head/java/eclipse-pydev/Makefile (contents, props changed) head/java/eclipse-pydev/distinfo (contents, props changed) head/java/eclipse-pydev/files/ head/java/eclipse-pydev/files/pkg-install.in (contents, props changed) head/java/eclipse-pydev/pkg-descr (contents, props changed) head/java/eclipse-pydev/pkg-message (contents, props changed) head/java/eclipse-pydev/pkg-plist (contents, props changed) Modified: head/MOVED head/java/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 11 20:10:10 2021 (r568130) +++ head/MOVED Thu Mar 11 20:55:47 2021 (r568131) @@ -15488,7 +15488,6 @@ graphics/py-editobj||2020-09-19|Has expired: Uses depr graphics/pymorph||2020-09-19|Has expired: Uses deprecated version of python graphics/tilecache||2020-09-19|Has expired: Uses deprecated version of python japanese/mailman||2020-09-19|Has expired: Uses deprecated version of python -java/eclipse-pydev||2020-09-19|Has expired: Uses deprecated version of python lang/cdent||2020-09-19|Has expired: Uses deprecated version of python lang/julia06|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python lang/julia07|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Thu Mar 11 20:10:10 2021 (r568130) +++ head/java/Makefile Thu Mar 11 20:55:47 2021 (r568131) @@ -34,6 +34,7 @@ SUBDIR += eclipse-drjava SUBDIR += eclipse-ecj SUBDIR += eclipse-findbugs + SUBDIR += eclipse-pydev SUBDIR += eclipse-shelled SUBDIR += hamcrest SUBDIR += icedtea-web Added: head/java/eclipse-pydev/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/Makefile Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,44 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= pydev +PORTVERSION= 8.2.0 +CATEGORIES= java devel python +MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_8_2_0/ +PKGNAMEPREFIX= eclipse- +DISTNAME= PyDev.${PORTVERSION} + +MAINTAINER= mizhka@FreeBSD.org +COMMENT= Eclipse plugin for Python and Jython development + +LICENSE= EPL + +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse + +USES= python zip + +JYTHON_DESC= Use Jython as Python interpreter +OPTIONS_DEFINE= JYTHON + +USE_JAVA= YES +JAVA_OS= native +JAVA_RUN= YES +JAVA_VERSION= 1.8+ + +NO_BUILD= YES +NO_WRKSUBDIR= YES + +PLUGINDIR= share/eclipse/dropins/${PORTNAME}/eclipse/plugins + +.include + +.if ${PORT_OPTIONS:MJYTHON} +RUN_DEPENDS+= jython:lang/jython +.endif + +PLUGINDIR= share/eclipse/dropins/${PORTNAME}/eclipse + +do-install: + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/${PLUGINDIR}) + +.include Added: head/java/eclipse-pydev/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/distinfo Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615382778 +SHA256 (PyDev.8.2.0.zip) = 5b5a5e576c0b339c00bc7c7b6db039ff23ef6e67f3c93af31c13d6dd7ccd6c83 +SIZE (PyDev.8.2.0.zip) = 27131346 Added: head/java/eclipse-pydev/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/files/pkg-install.in Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $FreeBSD$ + + +[ "$2" != "POST-INSTALL" ] && exit 0 + +echo %%PREFIX%% +touch -cm %%PREFIX%%/share/eclipse/dropins/%%PLUGIN%%/ Added: head/java/eclipse-pydev/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/pkg-descr Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,6 @@ +PyDev is a plugin that enables users to use Eclipse for Python and Jython +development -- making Eclipse a first class Python IDE -- It comes with +many goodies such as code completion, syntax highlighting, syntax analysis, +refactor, debug and many others. + +WWW: http://www.pydev.org/ Added: head/java/eclipse-pydev/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/pkg-message Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,15 @@ +[ +{ type: install + message: < Preferences -> PyDev + -> Interpreter before creating a new Pydev project + + If you don't see the Pydev perspective in Eclipse, run the command + + eclipse -consoleLog -initialize + + as root or sudoer. +EOM +} +] Added: head/java/eclipse-pydev/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/eclipse-pydev/pkg-plist Thu Mar 11 20:55:47 2021 (r568131) @@ -0,0 +1,1401 @@ +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.properties +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.xml +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/feature.properties +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/feature.xml +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/feature.xml +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/feature.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/analysis.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/icons/opentype.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/icons/python_file.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/debug.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/attach_to_process.png +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/python.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/start_debug_server.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/term_debug_server.gif +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/LICENSE.TXT +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/plugin.properties +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/refactoring.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/ast.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_builder.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_completion.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_info_builder.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_new_custom_entries.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_manager_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_modules_observer.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_python_module_resolver.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_pythonpath_contrib.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_refactoring.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_simpleassist.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/core.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/helpers/load-conda-vars +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/helpers/load-conda-vars.bat +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/.github/install_and_run_debug_py.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/.github/workflows/pydevd-tests-python.yml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/LICENSE +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/MANIFEST.in +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/README.rst +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_calltip_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_completer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_filesystem_encoding.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_getopt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_imports_tipper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_jy_imports_tipper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_tipper_common.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_console_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_import_hook.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_imports.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_ipython_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_ipython_console_011.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_is_thread_alive.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_localhost.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_monkey.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_monkey_qt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_override.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_umd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_versioncheck.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_BaseHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_SimpleXMLRPCServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_SocketServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_execfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_inspect.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_pkgutil_old.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_saved_modules.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_sys_patch.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_xmlrpclib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_coverage.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_nose.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_parallel.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_parallel_client.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_pytest2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_unittest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_xml_rpc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/debugProtocol.json +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevconsole_code_for_ironpython.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_additional_thread_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_additional_thread_info_regular.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_breakpoints.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_code_to_source.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_collect_bytecode_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_comm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_comm_constants.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_command_line_handling.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_constants.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_custom_frames.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.c +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.pxd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_wrapper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_daemon_thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_defaults.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_dont_trace.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_dont_trace_files.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_exec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_exec2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_extension_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_extension_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_filtering.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_frame.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_frame_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_import_class.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_io.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_json_debug_options.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command_factory_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command_factory_xml.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_plugin_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_process_net_command.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_process_net_command_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_referrers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_reload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_resolver.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_safe_repr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_save_locals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_signature.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_source_mapping.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_stackless.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_suspended_frames.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_thread_lifecycle.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_timeout.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_api.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_dispatch.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_dispatch_regular.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_traceproperty.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_vars.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_vm_type.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_xml.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_eval_main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.c +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp38-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp38-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp39-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp39-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pxd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_tracing.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_modify_bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/release_mem.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/cfg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/concrete.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/flags.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/instr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/pydevd_fix_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build_binaries_osx.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build_binaries_windows.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/check_no_git_modifications.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/generate_code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/names_to_rename.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/pydevd_release_process.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/rename_pep8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/conftest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/interpreterInfo.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pycompletionserver.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_app_engine_debug_startup.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_coverage.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhook.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookglut.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookgtk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookgtk3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookpyglet.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookqt4.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookqt5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhooktk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookwx.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/matplotlibtools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt_for_kernel.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt_loaders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_pysrc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_run_in_console.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_sitecustomize/__not_in_default_pythonpath.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_sitecustomize/sitecustomize.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevconsole.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_always_live_program.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_test_attach_to_process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_test_attach_to_process_linux.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/add_code_to_python_process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_amd64.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_linux_amd64.so +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_linux_x86.so +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_pydevd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_script.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86.dylib +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86_64.dylib +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_settrace.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_utils.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_version.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/python.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/ref_utils.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/inject_dll_amd64.exe +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/inject_dll_x86.exe +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/attach.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/compile_linux.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/run_code_on_dllmain_x86.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/breakpoint.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/compat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/crash.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/disasm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/event.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/interactive.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/module.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_example.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/process.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/registry.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/search.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/sql.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/system.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/textio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/advapi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/context_amd64.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/context_i386.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/dbghelp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/defines.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/gdi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/kernel32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/ntdll.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/peb_teb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/psapi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/shell32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/shlwapi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/user32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/window.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/attach.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/attach.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/compile_windows.bat +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/inject_dll.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/py_win_helpers.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/run_code_in_memory.hpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/stdafx.cpp +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/stdafx.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/targetver.h +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_file_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/django_debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/README.md +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_helpers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/jinja2_debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_tracing.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pytest.ini +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/runfiles.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/setup.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/setup_cython.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/_django_manager_body.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/_get_tips.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/pycompletion.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/cython_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/backports/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/backports/functools_lru_cache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/__main__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/finders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/hooks.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/isort.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/natural.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/pie_slice.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/pylama_isort.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/settings.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/autopep8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/Grammar.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/__main__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/btm_matcher.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/btm_utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixer_base.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixer_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/main.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/patcomp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/token.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pygram.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pytree.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/refactor.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/pycodestyle.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/tests_cython_json.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/_ctypes.dll +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/_endian.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/framework.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/wintypes.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/customizations.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-128.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-256.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-32.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-48.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-64.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/app_engine.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/app_engine_16_16.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/appengine-noborder-120x30.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/asklogin.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/helloworld.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/app.yaml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/description.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/helloworld.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/arguments.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_conditional.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_django.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_django_gray.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_gray.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_gray_conditional.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/failures.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/greendot.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/greendot_big.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ironpython_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ironpython_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/jython_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/jython_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/error_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/failed_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/success_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pin.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pin_arrow.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_coverage.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_exception_breakpoint.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_profile.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_refactor.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_run.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_unit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pyunit.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pyunit_old.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/reddot.GIF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/referrers.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/refresh.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/return_value.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/setnext_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/setnext_co_dis.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/stepover_co.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/tasklet.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/testerrors_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/testfailures_ovr.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/watch_exp.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/libs/winp-1.26.0.7.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/pydev-debug.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/schema/pydev_debug_command_line_participant.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/schema/pydev_debug_console_input_listener.exsd +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/djangoNature.gif +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_16x16.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_7x7.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_logo.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_remove_nature.png +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/pydev_django.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/MANIFEST.MF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/TE-3C6A6.RSA +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/TE-3C6A6.SF +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.properties +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/html/index.html +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/html/links.html +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/plugin.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/toc_main.xml +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython.source_8.2.0.202102211157.jar +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE_JYTHON.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE_PYHON.txt +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/BaseHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/CGIHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ConfigParser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/Cookie.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/DocXMLRPCServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/HTMLParser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/MimeWriter.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/Queue.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SimpleHTTPServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SimpleXMLRPCServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SocketServer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/StringIO.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserDict.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserList.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserString.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_LWPCookieJar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_MozillaCookieJar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/__future__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_abcoll.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_fsum.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_google_ipaddr_r234.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_jyio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_pyio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_rawffi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_strptime.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_threading_local.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_weakrefset.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/abc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/aifc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/anydbm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/argparse.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ast.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/asynchat.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/asyncore.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/atexit.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/base64.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/bdb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/binhex.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/bisect.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/calendar.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cgi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cgitb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/chunk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/code.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/codecs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/codeop.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/collections.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/colorsys.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/commands.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compileall.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/ast.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/consts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/future.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/misc.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/pyassem.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/pycodegen.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/symbols.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/syntax.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/transformer.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/visitor.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/contextlib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cookielib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/copy.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/copy_reg.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/csv.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ctypes/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/datetime.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dbexts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/decimal.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/difflib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dircache.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dis.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/README +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/archive_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/bcppcompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/ccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_dumb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_msi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_rpm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_wininst.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_clib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_py.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/clean.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/command_template +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_data.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_egg_info.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_headers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_lib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/register.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/sdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/upload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/core.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/cygwinccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/debug.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dep_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dir_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/emxccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/errors.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/extension.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/fancy_getopt.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/file_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/filelist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/jythoncompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/log.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/msvc9compiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/msvccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/spawn.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/sysconfig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/Setup.sample +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/setuptools_build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/setuptools_extension.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/support.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_archive_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_dumb.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_msi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_rpm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_wininst.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_clib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_py.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_ccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_check.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_clean.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_config.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_config_cmd.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_core.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dep_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dir_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_file_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_filelist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_data.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_headers.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_lib.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_scripts.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_msvc9compiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_register.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_sdist.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_spawn.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_sysconfig.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_text_file.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_unixccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_upload.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_versionpredicate.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/text_file.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/unixccompiler.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/util.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/version.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/versionpredicate.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/doctest.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dumbdbm.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dummy_thread.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dummy_threading.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Charset.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Encoders.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Errors.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Generator.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Header.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Iterators.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Message.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Parser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Utils.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/_parseaddr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/base64MIME.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/feedparser.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/application.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/audio.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/base.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/image.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/message.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/multipart.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/nonmultipart.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/text.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/quopriMIME.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/__init__.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/aliases.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/ascii.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/base64_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/big5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/big5hkscs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/bz2_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/charmap.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp037.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1006.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1026.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1140.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1250.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1251.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1252.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1253.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1254.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1255.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1256.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1257.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1258.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp424.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp437.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp500.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp720.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp737.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp775.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp850.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp852.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp855.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp856.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp857.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp858.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp860.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp861.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp862.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp863.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp864.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp865.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp866.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp869.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp874.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp875.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp932.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp949.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp950.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jis_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jisx0213.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_kr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gb18030.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gb2312.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gbk.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hex_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hp_roman8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hz.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/idna.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_ext.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_kr.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_10.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_11.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_13.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_14.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_15.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_16.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_3.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_4.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_5.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_6.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_7.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_8.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_9.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/johab.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/koi8_r.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/koi8_u.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/latin_1.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_arabic.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_centeuro.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_croatian.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_cyrillic.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_farsi.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_greek.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_iceland.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_latin2.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_roman.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_romanian.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_turkish.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mbcs.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/palmos.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/ptcp154.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/punycode.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/quopri_codec.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/raw_unicode_escape.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/rot_13.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jis.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jis_2004.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jisx0213.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/string_escape.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/tis_620.py +share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/undefined.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Mar 11 20:56:01 2021 Return-Path: Delivered-To: svn-ports-all@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 8B6905AC7EF; Thu, 11 Mar 2021 20:56:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxLns3WR0z3tPy; Thu, 11 Mar 2021 20:56:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD07B34C3; Thu, 11 Mar 2021 20:56:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BKu05F030996; Thu, 11 Mar 2021 20:56:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BKtxpV030987; Thu, 11 Mar 2021 20:55:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103112055.12BKtxpV030987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 20:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568132 - in head/multimedia: . tinyobjloader X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . tinyobjloader X-SVN-Commit-Revision: 568132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 20:56:01 -0000 Author: yuri Date: Thu Mar 11 20:55:59 2021 New Revision: 568132 URL: https://svnweb.freebsd.org/changeset/ports/568132 Log: New port: multimedia/tinyobjloader: C++ single file wavefront obj loader Added: head/multimedia/tinyobjloader/ head/multimedia/tinyobjloader/Makefile (contents, props changed) head/multimedia/tinyobjloader/distinfo (contents, props changed) head/multimedia/tinyobjloader/pkg-descr (contents, props changed) head/multimedia/tinyobjloader/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Mar 11 20:55:47 2021 (r568131) +++ head/multimedia/Makefile Thu Mar 11 20:55:59 2021 (r568132) @@ -378,6 +378,7 @@ SUBDIR += tautulli SUBDIR += tcmplex-panteltje SUBDIR += termplay + SUBDIR += tinyobjloader SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser Added: head/multimedia/tinyobjloader/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/Makefile Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= tinyobjloader +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0rc8-3 +DISTVERSIONSUFFIX= -g7ba4b65 +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ single file wavefront obj loader + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_LDCONFIG= yes +USE_GITHUB= yes + +CMAKE_ON= BUILD_SHARED_LIBS + +post-install: + ${RM} ${STAGEDIR}${DOCSDIR}/LICENSE + +.include Added: head/multimedia/tinyobjloader/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/distinfo Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615495382 +SHA256 (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 4cbd1ca5bea6aa027f2c5a65d4b3d2c218f3450296ec8f60bf396b5c2caedcaf +SIZE (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 950104 Added: head/multimedia/tinyobjloader/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/pkg-descr Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,5 @@ +Tiny but powerful single file wavefront obj loader written in C++03. No +dependency except for C++ STL. It can parse over 10M polygons with moderate +memory and time. + +WWW: https://github.com/tinyobjloader/tinyobjloader Added: head/multimedia/tinyobjloader/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/pkg-plist Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,9 @@ +include/tiny_obj_loader.h +lib/libtinyobjloader.so +lib/libtinyobjloader.so.2 +lib/libtinyobjloader.so.2.0.0-rc.8 +lib/tinyobjloader/cmake/tinyobjloader-config-version.cmake +lib/tinyobjloader/cmake/tinyobjloader-config.cmake +lib/tinyobjloader/cmake/tinyobjloader-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/tinyobjloader/cmake/tinyobjloader-targets.cmake +libdata/pkgconfig/tinyobjloader.pc From owner-svn-ports-all@freebsd.org Thu Mar 11 21:24:28 2021 Return-Path: Delivered-To: svn-ports-all@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 26F145AD077; Thu, 11 Mar 2021 21:24:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxMQh0cl7z3vry; Thu, 11 Mar 2021 21:24:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 082D03BF4; Thu, 11 Mar 2021 21:24:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BLORd1048654; Thu, 11 Mar 2021 21:24:27 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BLORd2048653; Thu, 11 Mar 2021 21:24:27 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103112124.12BLORd2048653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 21:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568133 - head/net-p2p/monero-cli X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net-p2p/monero-cli X-SVN-Commit-Revision: 568133 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 21:24:28 -0000 Author: pkubaj Date: Thu Mar 11 21:24:27 2021 New Revision: 568133 URL: https://svnweb.freebsd.org/changeset/ports/568133 Log: net-p2p/monero-cli: add libunwind for more architectures Modified: head/net-p2p/monero-cli/Makefile Modified: head/net-p2p/monero-cli/Makefile ============================================================================== --- head/net-p2p/monero-cli/Makefile Thu Mar 11 20:55:59 2021 (r568132) +++ head/net-p2p/monero-cli/Makefile Thu Mar 11 21:24:27 2021 (r568133) @@ -4,6 +4,7 @@ PORTNAME= monero-cli # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) PORTVERSION= 0.17.1.9 +PORTREVISION= 1 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-b6420e1) #PORTVERSION= 0 @@ -80,7 +81,7 @@ CMAKE_ARGS+= -DLD_RAW_FLAGS:STRING=-m${LD_EMULATION} .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == amd64 || ${ARCH} == i386) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .else CMAKE_ARGS+= -DSTACK_TRACE:BOOL=OFF From owner-svn-ports-all@freebsd.org Thu Mar 11 21:35:25 2021 Return-Path: Delivered-To: svn-ports-all@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 385335AD6D1; Thu, 11 Mar 2021 21:35:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxMgK187nz3wBV; Thu, 11 Mar 2021 21:35:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A5854061; Thu, 11 Mar 2021 21:35:25 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BLZOQd055021; Thu, 11 Mar 2021 21:35:24 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BLZOMi055019; Thu, 11 Mar 2021 21:35:24 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103112135.12BLZOMi055019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 11 Mar 2021 21:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568134 - in head: . sysutils sysutils/prelink X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . sysutils sysutils/prelink X-SVN-Commit-Revision: 568134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 21:35:25 -0000 Author: rene Date: Thu Mar 11 21:35:24 2021 New Revision: 568134 URL: https://svnweb.freebsd.org/changeset/ports/568134 Log: Remove expired port: 2021-03-10 sysutils/prelink: Have no users in the ports tree Deleted: head/sysutils/prelink/ Modified: head/MOVED head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 11 21:24:27 2021 (r568133) +++ head/MOVED Thu Mar 11 21:35:24 2021 (r568134) @@ -16191,3 +16191,4 @@ www/moodle35|www/moodle39|2021-03-04|Has expired: Depr www/moodle38|www/moodle39|2021-03-04|Has expired: Deprecated by upstream devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed upstream audio/fplib||2021-03-07|Dead service since 2015 +sysutils/prelink||2021-03-11|Has expired: Have no users in the ports tree Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Mar 11 21:24:27 2021 (r568133) +++ head/sysutils/Makefile Thu Mar 11 21:35:24 2021 (r568134) @@ -962,7 +962,6 @@ SUBDIR += powermon SUBDIR += pp SUBDIR += pprotectd - SUBDIR += prelink SUBDIR += prips SUBDIR += procenv SUBDIR += procmap From owner-svn-ports-all@freebsd.org Thu Mar 11 21:52:34 2021 Return-Path: Delivered-To: svn-ports-all@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 305765ADB80; Thu, 11 Mar 2021 21:52:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxN360z90z4RKd; Thu, 11 Mar 2021 21:52:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 145E7481C; Thu, 11 Mar 2021 21:52:34 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BLqX4O066537; Thu, 11 Mar 2021 21:52:33 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BLqXm5066536; Thu, 11 Mar 2021 21:52:33 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103112152.12BLqXm5066536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 21:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568135 - head/devel/9base X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/9base X-SVN-Commit-Revision: 568135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 21:52:34 -0000 Author: pkubaj Date: Thu Mar 11 21:52:33 2021 New Revision: 568135 URL: https://svnweb.freebsd.org/changeset/ports/568135 Log: devel/9base: enable on powerpc64le Modified: head/devel/9base/Makefile Modified: head/devel/9base/Makefile ============================================================================== --- head/devel/9base/Makefile Thu Mar 11 21:35:24 2021 (r568134) +++ head/devel/9base/Makefile Thu Mar 11 21:52:33 2021 (r568135) @@ -13,7 +13,7 @@ COMMENT= Port of various original plan9 tools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64le sparc64 ONLY_FOR_ARCHS_REASON= has low-level code unavailable for ${ARCH} USES= shebangfix From owner-svn-ports-all@freebsd.org Thu Mar 11 21:58:40 2021 Return-Path: Delivered-To: svn-ports-all@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 D8D025AD8D9; Thu, 11 Mar 2021 21:58:40 +0000 (UTC) (envelope-from adamw@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 4DxNB85KwQz4RZ1; Thu, 11 Mar 2021 21:58:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5C074538; Thu, 11 Mar 2021 21:58:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BLweZx066803; Thu, 11 Mar 2021 21:58:40 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BLwemq066801; Thu, 11 Mar 2021 21:58:40 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103112158.12BLwemq066801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 11 Mar 2021 21:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568136 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 568136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 21:58:40 -0000 Author: adamw Date: Thu Mar 11 21:58:39 2021 New Revision: 568136 URL: https://svnweb.freebsd.org/changeset/ports/568136 Log: www/p5-Mojolicious: Update to 9.07 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Thu Mar 11 21:52:33 2021 (r568135) +++ head/www/p5-Mojolicious/Makefile Thu Mar 11 21:58:39 2021 (r568136) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 9.03 +PORTVERSION= 9.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Thu Mar 11 21:52:33 2021 (r568135) +++ head/www/p5-Mojolicious/distinfo Thu Mar 11 21:58:39 2021 (r568136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615214774 -SHA256 (Mojolicious-9.03.tar.gz) = a6ced53bd6215d57e1a6de06e95e093ae07d9f0d5e2f9d7025990ace6a6fff0e -SIZE (Mojolicious-9.03.tar.gz) = 2195619 +TIMESTAMP = 1615499860 +SHA256 (Mojolicious-9.07.tar.gz) = b533583c3cd0967822ab4262b15671fd16df542bc4a16cd559a884b172e59abe +SIZE (Mojolicious-9.07.tar.gz) = 2196113 From owner-svn-ports-all@freebsd.org Thu Mar 11 22:00:06 2021 Return-Path: Delivered-To: svn-ports-all@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 9D9BC5ADB79; Thu, 11 Mar 2021 22:00:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxNCp48cTz4RWT; Thu, 11 Mar 2021 22:00:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 815DB4624; Thu, 11 Mar 2021 22:00:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BM06hK066996; Thu, 11 Mar 2021 22:00:06 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BM06Hi066995; Thu, 11 Mar 2021 22:00:06 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103112200.12BM06Hi066995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 11 Mar 2021 22:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568137 - head/devel/9base X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/9base X-SVN-Commit-Revision: 568137 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 22:00:06 -0000 Author: pkubaj Date: Thu Mar 11 22:00:06 2021 New Revision: 568137 URL: https://svnweb.freebsd.org/changeset/ports/568137 Log: devel/9base: enable on powerpc and powerpc64 Modified: head/devel/9base/Makefile Modified: head/devel/9base/Makefile ============================================================================== --- head/devel/9base/Makefile Thu Mar 11 21:58:39 2021 (r568136) +++ head/devel/9base/Makefile Thu Mar 11 22:00:06 2021 (r568137) @@ -13,7 +13,7 @@ COMMENT= Port of various original plan9 tools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64le sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le sparc64 ONLY_FOR_ARCHS_REASON= has low-level code unavailable for ${ARCH} USES= shebangfix From owner-svn-ports-all@freebsd.org Thu Mar 11 22:17:08 2021 Return-Path: Delivered-To: svn-ports-all@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 C065B5ADE2C; Thu, 11 Mar 2021 22:17:08 +0000 (UTC) (envelope-from mandree@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 4DxNbS54K9z4SM4; Thu, 11 Mar 2021 22:17:08 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CBBE47EA; Thu, 11 Mar 2021 22:17:08 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BMH8EF079192; Thu, 11 Mar 2021 22:17:08 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BMH8kx079190; Thu, 11 Mar 2021 22:17:08 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202103112217.12BMH8kx079190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 11 Mar 2021 22:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568138 - head/mail/fetchmail X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/mail/fetchmail X-SVN-Commit-Revision: 568138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 22:17:08 -0000 Author: mandree Date: Thu Mar 11 22:17:07 2021 New Revision: 568138 URL: https://svnweb.freebsd.org/changeset/ports/568138 Log: mail/fetchmail: fetchmailconf: update to 6.4.17 (minor fixes, Japanese translation) # BUG FIXES * IMAP client: plus memory leaks for username and password when trying the LOGIN (password-based) authentication and encountered a timeout situation. * dist-tools/getstats.py: also counts lines in *.py files [for NEWS file] # CHANGES * fetchmail.man: now mentions that you may need to add --ssl when specifying a TLS-wrapped port. * fetchmailconf: --version (-V) now prints the Python version in use. # TRANSLATION UPDATE * ja: Takeshi Hamasaki [Japanese] PR: 254208 Approved by: Corey Halpin (maintainer) MFH: 2021Q1 Modified: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Thu Mar 11 22:00:06 2021 (r568137) +++ head/mail/fetchmail/Makefile Thu Mar 11 22:17:07 2021 (r568138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.16 +DISTVERSION= 6.4.17 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} Modified: head/mail/fetchmail/distinfo ============================================================================== --- head/mail/fetchmail/distinfo Thu Mar 11 22:00:06 2021 (r568137) +++ head/mail/fetchmail/distinfo Thu Mar 11 22:17:07 2021 (r568138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612967656 -SHA256 (fetchmail-6.4.16.tar.xz) = 044b9a0ac03afbae7744979defe3e2e32e39141bca68fd0c8deda2ed40884fb9 -SIZE (fetchmail-6.4.16.tar.xz) = 1316660 +TIMESTAMP = 1615413187 +SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6 +SIZE (fetchmail-6.4.17.tar.xz) = 1316944 From owner-svn-ports-all@freebsd.org Thu Mar 11 22:20:23 2021 Return-Path: Delivered-To: svn-ports-all@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 387715ADCBD; Thu, 11 Mar 2021 22:20:23 +0000 (UTC) (envelope-from mandree@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 4DxNgC0XSfz4S29; Thu, 11 Mar 2021 22:20:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 052754651; Thu, 11 Mar 2021 22:20:23 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12BMKMHR079432; Thu, 11 Mar 2021 22:20:22 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BMKMgE079430; Thu, 11 Mar 2021 22:20:22 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202103112220.12BMKMgE079430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 11 Mar 2021 22:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568139 - branches/2021Q1/mail/fetchmail X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2021Q1/mail/fetchmail X-SVN-Commit-Revision: 568139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 22:20:23 -0000 Author: mandree Date: Thu Mar 11 22:20:22 2021 New Revision: 568139 URL: https://svnweb.freebsd.org/changeset/ports/568139 Log: MFH: r564925 r568138 mail/fetchmail and mail/fetchmailconf: Update to 6.4.16 PR: 253423 Submitted by: Corey Halpin (maintainer) mail/fetchmail: fetchmailconf: update to 6.4.17 (minor fixes, Japanese translation) # BUG FIXES * IMAP client: plus memory leaks for username and password when trying the LOGIN (password-based) authentication and encountered a timeout situation. * dist-tools/getstats.py: also counts lines in *.py files [for NEWS file] # CHANGES * fetchmail.man: now mentions that you may need to add --ssl when specifying a TLS-wrapped port. * fetchmailconf: --version (-V) now prints the Python version in use. # TRANSLATION UPDATE * ja: Takeshi Hamasaki [Japanese] PR: 254208 Approved by: Corey Halpin (maintainer) ChangeLog: https://gitlab.com/fetchmail/fetchmail/-/blob/66ae17e72ca9f1e92b7690b0d846fa8df603e7c3/NEWS#L85 Modified: branches/2021Q1/mail/fetchmail/Makefile branches/2021Q1/mail/fetchmail/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/fetchmail/Makefile ============================================================================== --- branches/2021Q1/mail/fetchmail/Makefile Thu Mar 11 22:17:07 2021 (r568138) +++ branches/2021Q1/mail/fetchmail/Makefile Thu Mar 11 22:20:22 2021 (r568139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.14 +DISTVERSION= 6.4.17 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} Modified: branches/2021Q1/mail/fetchmail/distinfo ============================================================================== --- branches/2021Q1/mail/fetchmail/distinfo Thu Mar 11 22:17:07 2021 (r568138) +++ branches/2021Q1/mail/fetchmail/distinfo Thu Mar 11 22:20:22 2021 (r568139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608443516 -SHA256 (fetchmail-6.4.14.tar.xz) = 424707390f7cdc6d16db4887931117f2242873846b28cc1d0ae1c0ecf158bdcb -SIZE (fetchmail-6.4.14.tar.xz) = 1309352 +TIMESTAMP = 1615413187 +SHA256 (fetchmail-6.4.17.tar.xz) = a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6 +SIZE (fetchmail-6.4.17.tar.xz) = 1316944 From owner-svn-ports-all@freebsd.org Fri Mar 12 03:08:54 2021 Return-Path: Delivered-To: svn-ports-all@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 89D1456B7E9; Fri, 12 Mar 2021 03:08:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxW463Pn3z4jYP; Fri, 12 Mar 2021 03:08:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64D191091B; Fri, 12 Mar 2021 03:08:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C38sJ2056677; Fri, 12 Mar 2021 03:08:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C38rfr056672; Fri, 12 Mar 2021 03:08:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103120308.12C38rfr056672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Mar 2021 03:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568140 - in head/games: . minetestmapper X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games: . minetestmapper X-SVN-Commit-Revision: 568140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 03:08:54 -0000 Author: amdmi3 Date: Fri Mar 12 03:08:52 2021 New Revision: 568140 URL: https://svnweb.freebsd.org/changeset/ports/568140 Log: Minetestmapper generates an overview image from a Minetest map. WWW: https://github.com/minetest/minetestmapper Added: head/games/minetestmapper/ head/games/minetestmapper/Makefile (contents, props changed) head/games/minetestmapper/distinfo (contents, props changed) head/games/minetestmapper/pkg-descr (contents, props changed) head/games/minetestmapper/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu Mar 11 22:20:22 2021 (r568139) +++ head/games/Makefile Fri Mar 12 03:08:52 2021 (r568140) @@ -612,6 +612,7 @@ SUBDIR += minerbold SUBDIR += minetest SUBDIR += minetest_game + SUBDIR += minetestmapper SUBDIR += minilens SUBDIR += mirrormagic SUBDIR += miscom Added: head/games/minetestmapper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetestmapper/Makefile Fri Mar 12 03:08:52 2021 (r568140) @@ -0,0 +1,42 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= minetestmapper +PORTVERSION= 20200328 +CATEGORIES= games graphics + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Generate an overview image of a minetest map + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgd.so:graphics/gd \ + libsqlite3.so:databases/sqlite3 + +USES= cmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= minetest + +DATADIR= ${PREFIX}/share/minetest + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +OPTIONS_GROUP= DATABASE +DATABASE_DESC= Database support +OPTIONS_GROUP_DATABASE= PGSQL LEVELDB REDIS + +PGSQL_USES= pgsql +PGSQL_CMAKE_BOOL= ENABLE_POSTGRESQL +LEVELDB_DESC= Enable LevelDB backend +LEVELDB_CMAKE_BOOL= ENABLE_LEVELDB +LEVELDB_LIB_DEPENDS= libleveldb.so:databases/leveldb +REDIS_DESC= Enable Redis backend +REDIS_CMAKE_BOOL= ENABLE_REDIS +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis + +post-patch: + @${REINPLACE_CMD} -e '/install.*COPYING/d' ${WRKSRC}/CMakeLists.txt + +.include Added: head/games/minetestmapper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetestmapper/distinfo Fri Mar 12 03:08:52 2021 (r568140) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615484620 +SHA256 (minetest-minetestmapper-20200328_GH0.tar.gz) = ae2fec719a62f4026e477300a2994ea5b4f0ec0f7a7ebdc1262fa2c56d2079b3 +SIZE (minetest-minetestmapper-20200328_GH0.tar.gz) = 32777 Added: head/games/minetestmapper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetestmapper/pkg-descr Fri Mar 12 03:08:52 2021 (r568140) @@ -0,0 +1,3 @@ +Minetestmapper generates an overview image from a Minetest map. + +WWW: https://github.com/minetest/minetestmapper Added: head/games/minetestmapper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetestmapper/pkg-plist Fri Mar 12 03:08:52 2021 (r568140) @@ -0,0 +1,3 @@ +bin/minetestmapper +share/man/man6/minetestmapper.6.gz +%%DATADIR%%/colors.txt From owner-svn-ports-all@freebsd.org Fri Mar 12 04:27:50 2021 Return-Path: Delivered-To: svn-ports-all@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 2727956D955; Fri, 12 Mar 2021 04:27:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxXqB0TSLz4mqn; Fri, 12 Mar 2021 04:27:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2E72116D2; Fri, 12 Mar 2021 04:27:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C4Rnpl005370; Fri, 12 Mar 2021 04:27:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C4Rn2w005369; Fri, 12 Mar 2021 04:27:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103120427.12C4Rn2w005369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 12 Mar 2021 04:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568141 - head/biology/gatk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/gatk X-SVN-Commit-Revision: 568141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 04:27:50 -0000 Author: yuri Date: Fri Mar 12 04:27:49 2021 New Revision: 568141 URL: https://svnweb.freebsd.org/changeset/ports/568141 Log: biology/gatk: Update 4.1.9.0 -> 4.2.0.0 Modified: head/biology/gatk/Makefile head/biology/gatk/distinfo Modified: head/biology/gatk/Makefile ============================================================================== --- head/biology/gatk/Makefile Fri Mar 12 03:08:52 2021 (r568140) +++ head/biology/gatk/Makefile Fri Mar 12 04:27:49 2021 (r568141) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gatk -DISTVERSION= 4.1.9.0 -PORTREVISION= 1 +DISTVERSION= 4.2.0.0 CATEGORIES= biology java EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/biology/gatk/distinfo ============================================================================== --- head/biology/gatk/distinfo Fri Mar 12 03:08:52 2021 (r568140) +++ head/biology/gatk/distinfo Fri Mar 12 04:27:49 2021 (r568141) @@ -1,5 +1,5 @@ -TIMESTAMP = 1611269839 -SHA256 (gatk-4.1.9.0-deps.tar.gz) = 7c43cb211a00dc2205539aec5dd59c14045eeca17b205f7edfd95be59f68df4f -SIZE (gatk-4.1.9.0-deps.tar.gz) = 280762660 -SHA256 (broadinstitute-gatk-4.1.9.0_GH0.tar.gz) = 4646b1746485a33efa609e0d7892e58d1540c6e27a4c87eeec50b77d1ef9531e -SIZE (broadinstitute-gatk-4.1.9.0_GH0.tar.gz) = 69417716 +TIMESTAMP = 1615522146 +SHA256 (gatk-4.2.0.0-deps.tar.gz) = 30b296655ac529c97585dcb573eed5239293069285711cd00cd16a369ef3f138 +SIZE (gatk-4.2.0.0-deps.tar.gz) = 281149251 +SHA256 (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = fd5c11b6e3f77a377007c2cdba55f1698a8f527cc3db42f79d22e6ebe3b8344b +SIZE (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = 3836644497 From owner-svn-ports-all@freebsd.org Fri Mar 12 04:32:23 2021 Return-Path: Delivered-To: svn-ports-all@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 B343056DB9C; Fri, 12 Mar 2021 04:32:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxXwR4f9tz4mxP; Fri, 12 Mar 2021 04:32:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92A5C113F6; Fri, 12 Mar 2021 04:32:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C4WNQj011419; Fri, 12 Mar 2021 04:32:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C4WN6C011417; Fri, 12 Mar 2021 04:32:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103120432.12C4WN6C011417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 12 Mar 2021 04:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568142 - head/sysutils/conan X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/conan X-SVN-Commit-Revision: 568142 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 04:32:23 -0000 Author: yuri Date: Fri Mar 12 04:32:22 2021 New Revision: 568142 URL: https://svnweb.freebsd.org/changeset/ports/568142 Log: sysutils/conan: Update 1.34.0 -> 1.34.1 Modified: head/sysutils/conan/Makefile head/sysutils/conan/distinfo Modified: head/sysutils/conan/Makefile ============================================================================== --- head/sysutils/conan/Makefile Fri Mar 12 04:27:49 2021 (r568141) +++ head/sysutils/conan/Makefile Fri Mar 12 04:32:22 2021 (r568142) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conan -DISTVERSION= 1.34.0 +DISTVERSION= 1.34.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP @@ -36,7 +36,7 @@ RUN_DEPENDS= ${PY_DEPENDS} USES= python USE_GITHUB= yes GH_ACCOUNT= conan-io -USE_PYTHON= distutils concurrent noflavors autoplist +USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes Modified: head/sysutils/conan/distinfo ============================================================================== --- head/sysutils/conan/distinfo Fri Mar 12 04:27:49 2021 (r568141) +++ head/sysutils/conan/distinfo Fri Mar 12 04:32:22 2021 (r568142) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614362673 -SHA256 (conan-io-conan-1.34.0_GH0.tar.gz) = 0a16eda58f702dcdccbe1320e4af1b06d3e89a2c56718581a70af8698c2b29a6 -SIZE (conan-io-conan-1.34.0_GH0.tar.gz) = 1243319 +TIMESTAMP = 1615523366 +SHA256 (conan-io-conan-1.34.1_GH0.tar.gz) = 39cb18b352095cc23347ea5bbe461903dad47d51da23a6f99c3b0418c25e4717 +SIZE (conan-io-conan-1.34.1_GH0.tar.gz) = 1244398 From owner-svn-ports-all@freebsd.org Fri Mar 12 04:56:12 2021 Return-Path: Delivered-To: svn-ports-all@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 1754356DA7A; Fri, 12 Mar 2021 04:56:12 +0000 (UTC) (envelope-from nc@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 4DxYRw00nrz4p6F; Fri, 12 Mar 2021 04:56:12 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E305B11E28; Fri, 12 Mar 2021 04:56:11 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C4uBa1023630; Fri, 12 Mar 2021 04:56:11 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C4uBOQ023628; Fri, 12 Mar 2021 04:56:11 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103120456.12C4uBOQ023628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 12 Mar 2021 04:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568143 - head/games/ninix-aya X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/games/ninix-aya X-SVN-Commit-Revision: 568143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 04:56:12 -0000 Author: nc Date: Fri Mar 12 04:56:11 2021 New Revision: 568143 URL: https://svnweb.freebsd.org/changeset/ports/568143 Log: games/ninix-aya: Update to 5.0.9 Modified: head/games/ninix-aya/Makefile head/games/ninix-aya/distinfo Modified: head/games/ninix-aya/Makefile ============================================================================== --- head/games/ninix-aya/Makefile Fri Mar 12 04:32:22 2021 (r568142) +++ head/games/ninix-aya/Makefile Fri Mar 12 04:56:11 2021 (r568143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ninix-aya -PORTVERSION= 5.0.6 +PORTVERSION= 5.0.9 CATEGORIES= games MASTER_SITES= OSDN/${PORTNAME} Modified: head/games/ninix-aya/distinfo ============================================================================== --- head/games/ninix-aya/distinfo Fri Mar 12 04:32:22 2021 (r568142) +++ head/games/ninix-aya/distinfo Fri Mar 12 04:56:11 2021 (r568143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531018180 -SHA256 (ninix-aya-5.0.6.tgz) = ca98e357c5be8764e640a6e3043b2a966a6316118de51e37c3a2c3813132b139 -SIZE (ninix-aya-5.0.6.tgz) = 323279 +TIMESTAMP = 1615524760 +SHA256 (ninix-aya-5.0.9.tgz) = 7421e8a88dd457808c514aee628f2f05277f04cb245ef36fec0aedc229e4f616 +SIZE (ninix-aya-5.0.9.tgz) = 323975 From owner-svn-ports-all@freebsd.org Fri Mar 12 05:47:12 2021 Return-Path: Delivered-To: svn-ports-all@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 CB78356ECA8; Fri, 12 Mar 2021 05:47:12 +0000 (UTC) (envelope-from vanilla@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 4DxZZm5NBkz4qx6; Fri, 12 Mar 2021 05:47:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0E631282A; Fri, 12 Mar 2021 05:47:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C5lCVG053230; Fri, 12 Mar 2021 05:47:12 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C5lBGW053226; Fri, 12 Mar 2021 05:47:11 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202103120547.12C5lBGW053226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 12 Mar 2021 05:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568144 - in head/databases: . py-pgmigrate X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/databases: . py-pgmigrate X-SVN-Commit-Revision: 568144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 05:47:12 -0000 Author: vanilla Date: Fri Mar 12 05:47:11 2021 New Revision: 568144 URL: https://svnweb.freebsd.org/changeset/ports/568144 Log: Add py-pgmigrate 1.0.6, postgreSQL migrations made easy. PR: 254181 Submitted by: dmitry.wagin@ya.ru Added: head/databases/py-pgmigrate/ head/databases/py-pgmigrate/Makefile (contents, props changed) head/databases/py-pgmigrate/distinfo (contents, props changed) head/databases/py-pgmigrate/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Mar 12 04:56:11 2021 (r568143) +++ head/databases/Makefile Fri Mar 12 05:47:11 2021 (r568144) @@ -781,6 +781,7 @@ SUBDIR += py-pgdbconn SUBDIR += py-pglast SUBDIR += py-pglite + SUBDIR += py-pgmigrate SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb Added: head/databases/py-pgmigrate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgmigrate/Makefile Fri Mar 12 05:47:11 2021 (r568144) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= pgmigrate +PORTVERSION= 1.0.6 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= PostgreSQL migrations made easy + +LICENSE= PostgreSQL +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8.2:databases/py-psycopg2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0:databases/py-sqlparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1<6.0:devel/py-yaml@${PY_FLAVOR} + +USES= python:3.6+ +USE_GITHUB= yes +GH_ACCOUNT= yandex +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/databases/py-pgmigrate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgmigrate/distinfo Fri Mar 12 05:47:11 2021 (r568144) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614010295 +SHA256 (yandex-pgmigrate-1.0.6_GH0.tar.gz) = e8381ef62b22997abfe0240130ac56a720fed4e934408056320e535362d8e3d3 +SIZE (yandex-pgmigrate-1.0.6_GH0.tar.gz) = 26828 Added: head/databases/py-pgmigrate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgmigrate/pkg-descr Fri Mar 12 05:47:11 2021 (r568144) @@ -0,0 +1,3 @@ +PGmigrate is a database migration tool developed by Yandex. + +WWW: https://github.com/yandex/pgmigrate From owner-svn-ports-all@freebsd.org Fri Mar 12 07:56:01 2021 Return-Path: Delivered-To: svn-ports-all@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 8FA5C571630; Fri, 12 Mar 2021 07:56:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxdRP3krVz3D16; Fri, 12 Mar 2021 07:56:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F1C714588; Fri, 12 Mar 2021 07:56:01 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C7u1UY033551; Fri, 12 Mar 2021 07:56:01 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C7u0o8033549; Fri, 12 Mar 2021 07:56:00 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103120756.12C7u0o8033549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 12 Mar 2021 07:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568145 - head/science/afni X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/science/afni X-SVN-Commit-Revision: 568145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 07:56:01 -0000 Author: fernape Date: Fri Mar 12 07:56:00 2021 New Revision: 568145 URL: https://svnweb.freebsd.org/changeset/ports/568145 Log: science/afni: update to 21.0.16 Reported by: portscout Modified: head/science/afni/Makefile head/science/afni/distinfo head/science/afni/pkg-plist Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Fri Mar 12 05:47:11 2021 (r568144) +++ head/science/afni/Makefile Fri Mar 12 07:56:00 2021 (r568145) @@ -2,7 +2,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.0.15 +DISTVERSION= 21.0.16 CATEGORIES= science biology graphics perl5 python MAINTAINER= ports@FreeBSD.org Modified: head/science/afni/distinfo ============================================================================== --- head/science/afni/distinfo Fri Mar 12 05:47:11 2021 (r568144) +++ head/science/afni/distinfo Fri Mar 12 07:56:00 2021 (r568145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615279696 -SHA256 (afni-afni-AFNI_21.0.15_GH0.tar.gz) = 733deece29d0a2c0afb3ed977cde96a0671129f6bc45c6f4f92099d3d3975a63 -SIZE (afni-afni-AFNI_21.0.15_GH0.tar.gz) = 43324182 +TIMESTAMP = 1615450725 +SHA256 (afni-afni-AFNI_21.0.16_GH0.tar.gz) = 9b3921bf6a55c8f3d3c0a51aef54fa4053cced65fa7d97f4274d0614b189cdbc +SIZE (afni-afni-AFNI_21.0.16_GH0.tar.gz) = 43331094 Modified: head/science/afni/pkg-plist ============================================================================== --- head/science/afni/pkg-plist Fri Mar 12 05:47:11 2021 (r568144) +++ head/science/afni/pkg-plist Fri Mar 12 07:56:00 2021 (r568145) @@ -808,6 +808,7 @@ lib/afni/plug_zeropad.so %%PYTHON_SITELIBDIR%%/afnipy/lib_system_check.py %%PYTHON_SITELIBDIR%%/afnipy/lib_textdata.py %%PYTHON_SITELIBDIR%%/afnipy/lib_timing.py +%%PYTHON_SITELIBDIR%%/afnipy/lib_tsv.py %%PYTHON_SITELIBDIR%%/afnipy/lib_uber_align.py %%PYTHON_SITELIBDIR%%/afnipy/lib_uber_proc.py %%PYTHON_SITELIBDIR%%/afnipy/lib_uber_skel.py From owner-svn-ports-all@freebsd.org Fri Mar 12 08:04:22 2021 Return-Path: Delivered-To: svn-ports-all@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 547CB57220D; Fri, 12 Mar 2021 08:04:22 +0000 (UTC) (envelope-from truckman@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 4Dxdd220yrz3DqY; Fri, 12 Mar 2021 08:04:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37C941435F; Fri, 12 Mar 2021 08:04:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C84Mva039625; Fri, 12 Mar 2021 08:04:22 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C84LUu039623; Fri, 12 Mar 2021 08:04:21 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <202103120804.12C84LUu039623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 12 Mar 2021 08:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568146 - head/dns/dnsdbq X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/dns/dnsdbq X-SVN-Commit-Revision: 568146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:04:22 -0000 Author: truckman Date: Fri Mar 12 08:04:21 2021 New Revision: 568146 URL: https://svnweb.freebsd.org/changeset/ports/568146 Log: Upgrade dns/dnsdbq to version 2.5.3: * Removed probe feature. * Add note: not all passive DNS systems or versions of those system implement the same query features. * Remove unreached error msg * Renamed existing "dnsdb" system to be "dnsdb1". Made "dnsdb" be an alias for "dnsdb2". Restructured parts of the man page Sponsored by: Farsight Security, Inc. Modified: head/dns/dnsdbq/Makefile head/dns/dnsdbq/distinfo Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Fri Mar 12 07:56:00 2021 (r568145) +++ head/dns/dnsdbq/Makefile Fri Mar 12 08:04:21 2021 (r568146) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsdbq -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 DISTVERSIONPREFIX= v CATEGORIES= dns @@ -19,12 +19,11 @@ USE_GITHUB= yes GH_ACCOUNT= dnsdb PORTSCOUT= limit:^[0-9]*\.[0-9]*\.[0-9]*$$ +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 - -PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz .include Modified: head/dns/dnsdbq/distinfo ============================================================================== --- head/dns/dnsdbq/distinfo Fri Mar 12 07:56:00 2021 (r568145) +++ head/dns/dnsdbq/distinfo Fri Mar 12 08:04:21 2021 (r568146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615091604 -SHA256 (dnsdb-dnsdbq-v2.5.2_GH0.tar.gz) = 8537bea6ff3d535d441aee834563e55e283e751da7141d0d1bf07494e1c01075 -SIZE (dnsdb-dnsdbq-v2.5.2_GH0.tar.gz) = 53430 +TIMESTAMP = 1615535365 +SHA256 (dnsdb-dnsdbq-v2.5.3_GH0.tar.gz) = 33cbb9e1213a18a6dabc2d056fde438b69c11c885b2c86a904111263f236a574 +SIZE (dnsdb-dnsdbq-v2.5.3_GH0.tar.gz) = 53128 From owner-svn-ports-all@freebsd.org Fri Mar 12 08:05:35 2021 Return-Path: Delivered-To: svn-ports-all@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 696BE57231D; Fri, 12 Mar 2021 08:05:35 +0000 (UTC) (envelope-from mikael@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 4DxdfR2Xsyz3DtK; Fri, 12 Mar 2021 08:05:35 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A2F114785; Fri, 12 Mar 2021 08:05:35 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C85ZYA039736; Fri, 12 Mar 2021 08:05:35 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C85Z9s039735; Fri, 12 Mar 2021 08:05:35 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103120805.12C85Z9s039735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 08:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568147 - head/math/onednn X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/math/onednn X-SVN-Commit-Revision: 568147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:05:35 -0000 Author: mikael Date: Fri Mar 12 08:05:34 2021 New Revision: 568147 URL: https://svnweb.freebsd.org/changeset/ports/568147 Log: math/onednn: Mark broken on aarch64 /wrkdirs/usr/ports/math/onednn/work/oneDNN-2.1.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64_util.h:20:10: fatal error: 'sys/prctl.h' file not found Approved by: portmgr (tier-2 blanket) Modified: head/math/onednn/Makefile Modified: head/math/onednn/Makefile ============================================================================== --- head/math/onednn/Makefile Fri Mar 12 08:04:21 2021 (r568146) +++ head/math/onednn/Makefile Fri Mar 12 08:05:34 2021 (r568147) @@ -11,6 +11,7 @@ COMMENT= Intel(R) Math Kernel Library for Deep Neural LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= error: sys/prctl.h file not found BROKEN_i386= error: shift count >= width of type (and other errors), see https://github.com/intel/mkl-dnn/issues/315 TEST_DEPENDS= bash:shells/bash \ From owner-svn-ports-all@freebsd.org Fri Mar 12 08:38:18 2021 Return-Path: Delivered-To: svn-ports-all@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 B8FED572A21; Fri, 12 Mar 2021 08:38:18 +0000 (UTC) (envelope-from hselasky@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 4DxfNB4rNDz3GCT; Fri, 12 Mar 2021 08:38:18 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 991C114D91; Fri, 12 Mar 2021 08:38:18 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8cIrw058655; Fri, 12 Mar 2021 08:38:18 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8cIDv058653; Fri, 12 Mar 2021 08:38:18 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202103120838.12C8cIDv058653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Fri, 12 Mar 2021 08:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568148 - head/sysutils/rshim-user-space X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/sysutils/rshim-user-space X-SVN-Commit-Revision: 568148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:38:18 -0000 Author: hselasky Date: Fri Mar 12 08:38:17 2021 New Revision: 568148 URL: https://svnweb.freebsd.org/changeset/ports/568148 Log: Update port to v2.0.5-10: - PCIe hotplug support - Reduce CPU utilization when there is no rshim device Approved by: pi@ (implicit) Sponsored by: Mellanox Technologies // NVIDIA Networking Modified: head/sysutils/rshim-user-space/Makefile head/sysutils/rshim-user-space/distinfo Modified: head/sysutils/rshim-user-space/Makefile ============================================================================== --- head/sysutils/rshim-user-space/Makefile Fri Mar 12 08:05:34 2021 (r568147) +++ head/sysutils/rshim-user-space/Makefile Fri Mar 12 08:38:17 2021 (r568148) @@ -3,7 +3,7 @@ PORTNAME= rshim-user-space DISTVERSIONPREFIX= rshim- -DISTVERSION= 2.0.5-9.1 +DISTVERSION= 2.0.5-10 MAINTAINER= hselasky@FreeBSD.org COMMENT= Userspace daemon for the Mellanox BlueField SoC Modified: head/sysutils/rshim-user-space/distinfo ============================================================================== --- head/sysutils/rshim-user-space/distinfo Fri Mar 12 08:05:34 2021 (r568147) +++ head/sysutils/rshim-user-space/distinfo Fri Mar 12 08:38:17 2021 (r568148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614934797 -SHA256 (Mellanox-rshim-user-space-rshim-2.0.5-9.1_GH0.tar.gz) = c2d308d3f316c505c22b7b76cecc7fc6a6b74655300aa5a70977c9930c6ae39f -SIZE (Mellanox-rshim-user-space-rshim-2.0.5-9.1_GH0.tar.gz) = 56552 +TIMESTAMP = 1615538041 +SHA256 (Mellanox-rshim-user-space-rshim-2.0.5-10_GH0.tar.gz) = d399818c303775a6bb48219645f4666156c92ef8ce4df0073ab0cd51d1731b60 +SIZE (Mellanox-rshim-user-space-rshim-2.0.5-10_GH0.tar.gz) = 57523 From owner-svn-ports-all@freebsd.org Fri Mar 12 08:41:53 2021 Return-Path: Delivered-To: svn-ports-all@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 8B1825726F0; Fri, 12 Mar 2021 08:41:53 +0000 (UTC) (envelope-from truckman@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 4DxfSK3Xbcz3GGv; Fri, 12 Mar 2021 08:41:53 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C57414E10; Fri, 12 Mar 2021 08:41:53 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8frVu064714; Fri, 12 Mar 2021 08:41:53 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8fqaY064709; Fri, 12 Mar 2021 08:41:52 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <202103120841.12C8fqaY064709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 12 Mar 2021 08:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568149 - in head/dns: . dnsdbflex dnsdbflex/files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/dns: . dnsdbflex dnsdbflex/files X-SVN-Commit-Revision: 568149 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:41:53 -0000 Author: truckman Date: Fri Mar 12 08:41:52 2021 New Revision: 568149 URL: https://svnweb.freebsd.org/changeset/ports/568149 Log: Add dns/dnsdbflex: Command line tool to use the DNSDB Flexible Search API extensions. Sponsored by: Farsight Security, Inc. Added: head/dns/dnsdbflex/ head/dns/dnsdbflex/Makefile (contents, props changed) head/dns/dnsdbflex/distinfo (contents, props changed) head/dns/dnsdbflex/files/ head/dns/dnsdbflex/files/patch-Makefile (contents, props changed) head/dns/dnsdbflex/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri Mar 12 08:38:17 2021 (r568148) +++ head/dns/Makefile Fri Mar 12 08:41:52 2021 (r568149) @@ -39,6 +39,7 @@ SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck + SUBDIR += dnsdbflex SUBDIR += dnsdbq SUBDIR += dnsdist SUBDIR += dnsenum Added: head/dns/dnsdbflex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsdbflex/Makefile Fri Mar 12 08:41:52 2021 (r568149) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= dnsdbflex +PORTVERSION= 1.0.4 +DISTVERSIONPREFIX= v +CATEGORIES= dns + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Tool to use the DNSDB Flexible Search API extensions. + +LICENSE= APACHE20 +LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 + +LIB_DEPENDS= libjansson.so:devel/jansson \ + libcurl.so:ftp/curl + +USES= compiler:c11 localbase +USE_GITHUB= yes +GH_ACCOUNT= farsightsec + +PORTSCOUT= limit:^[0-9]*\.[0-9]*\.[0-9]*$$ + +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 + +.include Added: head/dns/dnsdbflex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsdbflex/distinfo Fri Mar 12 08:41:52 2021 (r568149) @@ -0,0 +1,3 @@ +TIMESTAMP = 1613892179 +SHA256 (farsightsec-dnsdbflex-v1.0.4_GH0.tar.gz) = d07a4ce6ec0046db56bfa70932f5831427219dc2a206a2df3f382b883532dab4 +SIZE (farsightsec-dnsdbflex-v1.0.4_GH0.tar.gz) = 29121 Added: head/dns/dnsdbflex/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsdbflex/files/patch-Makefile Fri Mar 12 08:41:52 2021 (r568149) @@ -0,0 +1,15 @@ +--- Makefile.orig 2020-10-14 17:44:31 UTC ++++ Makefile +@@ -15,10 +15,10 @@ + # + + CURLINCL = `curl-config --cflags` +-JANSINCL = -I/usr/local/include ++JANSINCL = -I$(LOCALBASE)/include + + CURLLIBS = `[ ! -z "$$(curl-config --libs)" ] && curl-config --libs || curl-config --static-libs` +-JANSLIBS = -L/usr/local/lib -ljansson ++JANSLIBS = -L$(LOCALBASE)/lib -ljansson + + CWARN =-W -Wall -Wextra -Wcast-qual -Wpointer-arith -Wwrite-strings \ + -Wmissing-prototypes -Wbad-function-cast -Wnested-externs \ Added: head/dns/dnsdbflex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsdbflex/pkg-descr Fri Mar 12 08:41:52 2021 (r568149) @@ -0,0 +1,7 @@ +Command line tool to use the DNSDB Flexible Search API extensions on +systems such as: + * the DNSDB Flex API server at Farsight Security + +An API key is required for operation. + +WWW: https://github.com/farsightsec/dnsdbflex From owner-svn-ports-all@freebsd.org Fri Mar 12 08:42:36 2021 Return-Path: Delivered-To: svn-ports-all@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 171C05728B8; Fri, 12 Mar 2021 08:42:36 +0000 (UTC) (envelope-from nivit@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 4DxfT80Cbnz3Gky; Fri, 12 Mar 2021 08:42:36 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE41014E1B; Fri, 12 Mar 2021 08:42:35 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8gZTx064840; Fri, 12 Mar 2021 08:42:35 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8gZSo064839; Fri, 12 Mar 2021 08:42:35 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103120842.12C8gZSo064839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 12 Mar 2021 08:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568150 - head/finance/beancount X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/finance/beancount X-SVN-Commit-Revision: 568150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:42:36 -0000 Author: nivit Date: Fri Mar 12 08:42:35 2021 New Revision: 568150 URL: https://svnweb.freebsd.org/changeset/ports/568150 Log: finance/beancount: update to 2.3.3 Modified: head/finance/beancount/Makefile head/finance/beancount/distinfo Modified: head/finance/beancount/Makefile ============================================================================== --- head/finance/beancount/Makefile Fri Mar 12 08:41:52 2021 (r568149) +++ head/finance/beancount/Makefile Fri Mar 12 08:42:35 2021 (r568150) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beancount -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= finance DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} Modified: head/finance/beancount/distinfo ============================================================================== --- head/finance/beancount/distinfo Fri Mar 12 08:41:52 2021 (r568149) +++ head/finance/beancount/distinfo Fri Mar 12 08:42:35 2021 (r568150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600810650 -SHA256 (beancount/beancount-beancount-2.3.2_GH0.tar.gz) = de539f9344674769ccf47c45e24c27722525139b792e5c32ea19beef81225899 -SIZE (beancount/beancount-beancount-2.3.2_GH0.tar.gz) = 1799028 +TIMESTAMP = 1615482371 +SHA256 (beancount/beancount-beancount-2.3.3_GH0.tar.gz) = 7cdcf896d7d71e790e73d060938afb8dfbe5acb0e4954cdba85db8ba823ce5a7 +SIZE (beancount/beancount-beancount-2.3.3_GH0.tar.gz) = 1784037 From owner-svn-ports-all@freebsd.org Fri Mar 12 08:43:37 2021 Return-Path: Delivered-To: svn-ports-all@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 BA6B6572AC7; Fri, 12 Mar 2021 08:43:37 +0000 (UTC) (envelope-from nivit@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 4DxfVK4xc8z3GZ4; Fri, 12 Mar 2021 08:43:37 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CA3E14F48; Fri, 12 Mar 2021 08:43:37 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8hbee064978; Fri, 12 Mar 2021 08:43:37 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8hbT1064977; Fri, 12 Mar 2021 08:43:37 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103120843.12C8hbT1064977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 12 Mar 2021 08:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568151 - head/finance/fava X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/finance/fava X-SVN-Commit-Revision: 568151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:43:37 -0000 Author: nivit Date: Fri Mar 12 08:43:36 2021 New Revision: 568151 URL: https://svnweb.freebsd.org/changeset/ports/568151 Log: finance/fava: update to 1.18 Modified: head/finance/fava/Makefile head/finance/fava/distinfo Modified: head/finance/fava/Makefile ============================================================================== --- head/finance/fava/Makefile Fri Mar 12 08:42:35 2021 (r568150) +++ head/finance/fava/Makefile Fri Mar 12 08:43:36 2021 (r568151) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= fava -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.18 +PORTREVISION= 0 CATEGORIES= finance MASTER_SITES= CHEESESHOP Modified: head/finance/fava/distinfo ============================================================================== --- head/finance/fava/distinfo Fri Mar 12 08:42:35 2021 (r568150) +++ head/finance/fava/distinfo Fri Mar 12 08:43:36 2021 (r568151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603099848 -SHA256 (fava-1.16.tar.gz) = 436b6f9441a638f8028729c2a39c28433f7878c2af6ddb9bfccaeea9ea3086e1 -SIZE (fava-1.16.tar.gz) = 1189349 +TIMESTAMP = 1615483412 +SHA256 (fava-1.18.tar.gz) = 21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5 +SIZE (fava-1.18.tar.gz) = 1148484 From owner-svn-ports-all@freebsd.org Fri Mar 12 08:44:03 2021 Return-Path: Delivered-To: svn-ports-all@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 5C8DE5728C0; Fri, 12 Mar 2021 08:44:03 +0000 (UTC) (envelope-from ehaupt@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 4DxfVq1krGz3GNG; Fri, 12 Mar 2021 08:44:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EA4514D2C; Fri, 12 Mar 2021 08:44:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8i33u065148; Fri, 12 Mar 2021 08:44:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8i2fp065145; Fri, 12 Mar 2021 08:44:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103120844.12C8i2fp065145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 12 Mar 2021 08:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568152 - head/devel/mimalloc X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/devel/mimalloc X-SVN-Commit-Revision: 568152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:44:03 -0000 Author: ehaupt Date: Fri Mar 12 08:44:02 2021 New Revision: 568152 URL: https://svnweb.freebsd.org/changeset/ports/568152 Log: devel/mimalloc: Update to 2.0.0 PR: 254223 Submitted by: yuri Modified: head/devel/mimalloc/Makefile head/devel/mimalloc/distinfo head/devel/mimalloc/pkg-plist Modified: head/devel/mimalloc/Makefile ============================================================================== --- head/devel/mimalloc/Makefile Fri Mar 12 08:43:36 2021 (r568151) +++ head/devel/mimalloc/Makefile Fri Mar 12 08:44:02 2021 (r568152) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mimalloc -PORTVERSION= 1.6.7 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org Modified: head/devel/mimalloc/distinfo ============================================================================== --- head/devel/mimalloc/distinfo Fri Mar 12 08:43:36 2021 (r568151) +++ head/devel/mimalloc/distinfo Fri Mar 12 08:44:02 2021 (r568152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610051635 -SHA256 (microsoft-mimalloc-v1.6.7_GH0.tar.gz) = 111b718b496f297f128d842880e72e90e33953cf00b45ba0ccd2167e7340ed17 -SIZE (microsoft-mimalloc-v1.6.7_GH0.tar.gz) = 653014 +TIMESTAMP = 1615494480 +SHA256 (microsoft-mimalloc-v2.0.0_GH0.tar.gz) = f6d01c178f8094a0d986642ca7fed632997a5606ddc619619225f2f8688d9232 +SIZE (microsoft-mimalloc-v2.0.0_GH0.tar.gz) = 909032 Modified: head/devel/mimalloc/pkg-plist ============================================================================== --- head/devel/mimalloc/pkg-plist Fri Mar 12 08:43:36 2021 (r568151) +++ head/devel/mimalloc/pkg-plist Fri Mar 12 08:44:02 2021 (r568152) @@ -1,11 +1,11 @@ -lib/mimalloc-1.6/cmake/mimalloc-%%CMAKE_BUILD_TYPE%%.cmake -lib/mimalloc-1.6/cmake/mimalloc-config-version.cmake -lib/mimalloc-1.6/cmake/mimalloc-config.cmake -lib/mimalloc-1.6/cmake/mimalloc.cmake -lib/mimalloc-1.6/include/mimalloc-new-delete.h -lib/mimalloc-1.6/include/mimalloc-override.h -lib/mimalloc-1.6/include/mimalloc.h -lib/mimalloc-1.6/libmimalloc.a -lib/mimalloc-1.6/libmimalloc.so -lib/mimalloc-1.6/libmimalloc.so.1.6 -lib/mimalloc-1.6/mimalloc.o +lib/mimalloc-2.0/cmake/mimalloc-config-version.cmake +lib/mimalloc-2.0/cmake/mimalloc-config.cmake +lib/mimalloc-2.0/cmake/mimalloc-%%CMAKE_BUILD_TYPE%%.cmake +lib/mimalloc-2.0/cmake/mimalloc.cmake +lib/mimalloc-2.0/include/mimalloc-new-delete.h +lib/mimalloc-2.0/include/mimalloc-override.h +lib/mimalloc-2.0/include/mimalloc.h +lib/mimalloc-2.0/libmimalloc.a +lib/mimalloc-2.0/libmimalloc.so +lib/mimalloc-2.0/libmimalloc.so.2.0 +lib/mimalloc-2.0/mimalloc.o From owner-svn-ports-all@freebsd.org Fri Mar 12 08:57:17 2021 Return-Path: Delivered-To: svn-ports-all@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 7614A5731A2; Fri, 12 Mar 2021 08:57:17 +0000 (UTC) (envelope-from linimon@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 4Dxfp52yphz3H2T; Fri, 12 Mar 2021 08:57:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58A4F14D58; Fri, 12 Mar 2021 08:57:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C8vH0D071230; Fri, 12 Mar 2021 08:57:17 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C8vHE0071229; Fri, 12 Mar 2021 08:57:17 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202103120857.12C8vHE0071229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 12 Mar 2021 08:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568153 - head/games/minetestmapper X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/games/minetestmapper X-SVN-Commit-Revision: 568153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 08:57:17 -0000 Author: linimon Date: Fri Mar 12 08:57:16 2021 New Revision: 568153 URL: https://svnweb.freebsd.org/changeset/ports/568153 Log: Add compiler:c11 to USES to fix build on GCC-based systems: /wrkdirs/usr/ports/games/minetestmapper/work/minetestmapper-20200328/PixelAttributes.cpp:17: error: 'nullptr' was not declared in this scope Approved by: portmgr (tier-2 blanket) Modified: head/games/minetestmapper/Makefile Modified: head/games/minetestmapper/Makefile ============================================================================== --- head/games/minetestmapper/Makefile Fri Mar 12 08:44:02 2021 (r568152) +++ head/games/minetestmapper/Makefile Fri Mar 12 08:57:16 2021 (r568153) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgd.so:graphics/gd \ libsqlite3.so:databases/sqlite3 -USES= cmake pkgconfig +USES= cmake compiler:c11 pkgconfig USE_GITHUB= yes GH_ACCOUNT= minetest From owner-svn-ports-all@freebsd.org Fri Mar 12 09:25:35 2021 Return-Path: Delivered-To: svn-ports-all@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 C44C95735D6; Fri, 12 Mar 2021 09:25:35 +0000 (UTC) (envelope-from mikael@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 4DxgQl5Bvxz3JXZ; Fri, 12 Mar 2021 09:25:35 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A582615379; Fri, 12 Mar 2021 09:25:35 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9PZvN088754; Fri, 12 Mar 2021 09:25:35 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9PZAl088753; Fri, 12 Mar 2021 09:25:35 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103120925.12C9PZAl088753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 09:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568154 - head/sysutils/nomad/files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/sysutils/nomad/files X-SVN-Commit-Revision: 568154 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 09:25:35 -0000 Author: mikael Date: Fri Mar 12 09:25:35 2021 New Revision: 568154 URL: https://svnweb.freebsd.org/changeset/ports/568154 Log: sysutils/nomad: Fix build on aarch64 Approved by: portmgr (tier-2 blanket) Added: head/sysutils/nomad/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go (contents, props changed) Added: head/sysutils/nomad/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nomad/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go Fri Mar 12 09:25:35 2021 (r568154) @@ -0,0 +1,16 @@ +--- vendor/github.com/kr/pty/ztypes_freebsd_arm64.go.orig 2021-03-12 08:59:29 UTC ++++ vendor/github.com/kr/pty/ztypes_freebsd_arm64.go +@@ -0,0 +1,13 @@ ++// Created by cgo -godefs - DO NOT EDIT ++// cgo -godefs types_freebsd.go ++ ++package pty ++ ++const ( ++ _C_SPECNAMELEN = 0x3f ++) ++ ++type fiodgnameArg struct { ++ Len int32 ++ Buf *byte ++} From owner-svn-ports-all@freebsd.org Fri Mar 12 09:30:48 2021 Return-Path: Delivered-To: svn-ports-all@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 339AA573B04; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@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 4DxgXm0q7nz3JMB; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F4FF15555; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9UlCE089911; Fri, 12 Mar 2021 09:30:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9Ul9c089910; Fri, 12 Mar 2021 09:30:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103120930.12C9Ul9c089910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 12 Mar 2021 09:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568155 - head/net/ipxe X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/net/ipxe X-SVN-Commit-Revision: 568155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 09:30:48 -0000 Author: gerald Date: Fri Mar 12 09:30:47 2021 New Revision: 568155 URL: https://svnweb.freebsd.org/changeset/ports/568155 Log: Convert net/ipxe to use the new "build" argument to USE_GCC. This replaces direct manipulation of RUN_DEPENDS by the more declarative and simpler USE_GCC=yes:build. PR: 211154 Approved by: maintainer timeout (three weeks) Modified: head/net/ipxe/Makefile Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Fri Mar 12 09:25:35 2021 (r568154) +++ head/net/ipxe/Makefile Fri Mar 12 09:30:47 2021 (r568155) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything othe USES= gmake perl5 shebangfix USE_BINUTILS= yes -USE_GCC= yes +USE_GCC= yes:build USE_GITHUB= yes GH_TAGNAME= 13a6d17 USE_PERL5= build @@ -131,5 +131,3 @@ do-install-EFI-on: .endfor .include - -RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} From owner-svn-ports-all@freebsd.org Fri Mar 12 09:51:55 2021 Return-Path: Delivered-To: svn-ports-all@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 AFE2F573DA9; Fri, 12 Mar 2021 09:51:55 +0000 (UTC) (envelope-from rm@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 4Dxh174gytz3Kp1; Fri, 12 Mar 2021 09:51:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93FC915E01; Fri, 12 Mar 2021 09:51:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9ptld005750; Fri, 12 Mar 2021 09:51:55 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9pt2U005748; Fri, 12 Mar 2021 09:51:55 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202103120951.12C9pt2U005748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 12 Mar 2021 09:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568156 - head/devel/py-podcastparser X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/devel/py-podcastparser X-SVN-Commit-Revision: 568156 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 09:51:55 -0000 Author: rm Date: Fri Mar 12 09:51:54 2021 New Revision: 568156 URL: https://svnweb.freebsd.org/changeset/ports/568156 Log: devel/py-podcastparser: update to 0.6.6 Modified: head/devel/py-podcastparser/Makefile head/devel/py-podcastparser/distinfo Modified: head/devel/py-podcastparser/Makefile ============================================================================== --- head/devel/py-podcastparser/Makefile Fri Mar 12 09:30:47 2021 (r568155) +++ head/devel/py-podcastparser/Makefile Fri Mar 12 09:51:54 2021 (r568156) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= podcastparser -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-podcastparser/distinfo ============================================================================== --- head/devel/py-podcastparser/distinfo Fri Mar 12 09:30:47 2021 (r568155) +++ head/devel/py-podcastparser/distinfo Fri Mar 12 09:51:54 2021 (r568156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546545724 -SHA256 (podcastparser-0.6.4.tar.gz) = 8788bd7be741716a60828b4fceb9fadd445c855e1d5fd80789a5da55d90b52cf -SIZE (podcastparser-0.6.4.tar.gz) = 22446 +TIMESTAMP = 1615542293 +SHA256 (podcastparser-0.6.6.tar.gz) = a30e84102003fb0eb42000546514245acf7b97541dba4e888d1c4c06b1c84454 +SIZE (podcastparser-0.6.6.tar.gz) = 23482 From owner-svn-ports-all@freebsd.org Fri Mar 12 09:52:57 2021 Return-Path: Delivered-To: svn-ports-all@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 C8147574182; Fri, 12 Mar 2021 09:52:57 +0000 (UTC) (envelope-from gahr@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 4Dxh2K5D0fz3Kd8; Fri, 12 Mar 2021 09:52:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A61C815E12; Fri, 12 Mar 2021 09:52:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9qvu3006737; Fri, 12 Mar 2021 09:52:57 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9qv0o006735; Fri, 12 Mar 2021 09:52:57 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <202103120952.12C9qv0o006735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 12 Mar 2021 09:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568157 - head/databases/cassandra-cpp-driver X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/databases/cassandra-cpp-driver X-SVN-Commit-Revision: 568157 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 09:52:57 -0000 Author: gahr Date: Fri Mar 12 09:52:56 2021 New Revision: 568157 URL: https://svnweb.freebsd.org/changeset/ports/568157 Log: databases/cassandra-cpp-driver: update to 2.16.0 Release notes: https://github.com/datastax/cpp-driver/releases/tag/2.16.0 Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Fri Mar 12 09:51:54 2021 (r568156) +++ head/databases/cassandra-cpp-driver/Makefile Fri Mar 12 09:52:56 2021 (r568157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.15.3 +PORTVERSION= 2.16.0 PORTREVISION= 0 CATEGORIES= databases Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Fri Mar 12 09:51:54 2021 (r568156) +++ head/databases/cassandra-cpp-driver/distinfo Fri Mar 12 09:52:56 2021 (r568157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607688752 -SHA256 (datastax-cpp-driver-2.15.3_GH0.tar.gz) = eccb53c5151621c3b647fc83781a542cfb93e76687b4178ebce418fc4c817293 -SIZE (datastax-cpp-driver-2.15.3_GH0.tar.gz) = 12281774 +TIMESTAMP = 1615540362 +SHA256 (datastax-cpp-driver-2.16.0_GH0.tar.gz) = 35b0f4bac3d17fef47e28611dbeb51e07639395e957f23f4a3cc60770db1ab9c +SIZE (datastax-cpp-driver-2.16.0_GH0.tar.gz) = 12282109 From owner-svn-ports-all@freebsd.org Fri Mar 12 09:53:27 2021 Return-Path: Delivered-To: svn-ports-all@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 EE78C573D4B; Fri, 12 Mar 2021 09:53:27 +0000 (UTC) (envelope-from mikael@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 4Dxh2v6QBKz3Ksl; Fri, 12 Mar 2021 09:53:27 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C45CA158BE; Fri, 12 Mar 2021 09:53:27 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9rRji006833; Fri, 12 Mar 2021 09:53:27 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9rRE5006832; Fri, 12 Mar 2021 09:53:27 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103120953.12C9rRE5006832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 09:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568158 - head/devel/py-maturin/files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/devel/py-maturin/files X-SVN-Commit-Revision: 568158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 09:53:28 -0000 Author: mikael Date: Fri Mar 12 09:53:27 2021 New Revision: 568158 URL: https://svnweb.freebsd.org/changeset/ports/568158 Log: devel/py-maturin: Fix build on aarch64 Approved by: portmgr (tier-2 blanket) Added: head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_Cargo.toml (contents, props changed) head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_src_cpu.rs (contents, props changed) Added: head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_Cargo.toml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_Cargo.toml Fri Mar 12 09:53:27 2021 (r568158) @@ -0,0 +1,11 @@ +--- cargo-crates/ring-0.16.15/Cargo.toml.orig 2021-03-12 09:29:47 UTC ++++ cargo-crates/ring-0.16.15/Cargo.toml +@@ -70,7 +70,7 @@ version = "1.3.1" + features = ["std"] + optional = true + default-features = false +-[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.libc] ++[target."cfg(any(target_os = \"android\", target_os = \"freebsd\", target_os = \"linux\"))".dependencies.libc] + version = "0.2.69" + default-features = false + [target."cfg(any(unix, windows))".dev-dependencies.libc] Added: head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_src_cpu.rs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-maturin/files/patch-cargo-crates_ring-0.16.15_src_cpu.rs Fri Mar 12 09:53:27 2021 (r568158) @@ -0,0 +1,367 @@ +--- cargo-crates/ring-0.16.15/src/cpu.rs.orig 2021-03-12 09:24:30 UTC ++++ cargo-crates/ring-0.16.15/src/cpu.rs +@@ -24,16 +24,20 @@ pub(crate) struct Features(()); + + #[inline(always)] + pub(crate) fn features() -> Features { +- // We don't do runtime feature detection on iOS. instead some features are +- // assumed to be present; see `arm::Feature`. +- #[cfg(all( +- any( +- target_arch = "aarch64", +- target_arch = "arm", +- target_arch = "x86", +- target_arch = "x86_64" +- ), +- not(target_os = "ios") ++ // We don't do runtime feature detection on aarch64-apple-* as all AAarch64 ++ // features we use are available on every device since the first devices. ++ #[cfg(any( ++ target_arch = "x86", ++ target_arch = "x86_64", ++ all( ++ any(target_arch = "aarch64", target_arch = "arm"), ++ any( ++ target_os = "android", ++ target_os = "fuchsia", ++ target_os = "freebsd", ++ target_os = "linux" ++ ) ++ ) + ))] + { + static INIT: spin::Once<()> = spin::Once::new(); +@@ -49,17 +53,17 @@ pub(crate) fn features() -> Features { + } + + #[cfg(all( +- any(target_os = "android", target_os = "linux"), +- any(target_arch = "aarch64", target_arch = "arm") ++ any(target_arch = "aarch64", target_arch = "arm"), ++ any( ++ target_os = "android", ++ target_os = "fuchsia", ++ target_os = "freebsd", ++ target_os = "linux" ++ ) + ))] + { +- arm::linux_setup(); ++ arm::setup(); + } +- +- #[cfg(all(target_os = "fuchsia", any(target_arch = "aarch64")))] +- { +- arm::fuchsia_setup(); +- } + }); + } + +@@ -68,28 +72,57 @@ pub(crate) fn features() -> Features { + + pub(crate) mod arm { + #[cfg(all( +- any(target_os = "android", target_os = "linux"), ++ any(target_os = "android", target_os = "freebsd", target_os = "linux"), + any(target_arch = "aarch64", target_arch = "arm") + ))] +- pub fn linux_setup() { ++ pub fn setup() { + use libc::c_ulong; ++ #[cfg(target_os = "freebsd")] ++ use libc::{c_int, c_void}; ++ #[cfg(target_os = "freebsd")] ++ extern crate std; + + // XXX: The `libc` crate doesn't provide `libc::getauxval` consistently + // across all Android/Linux targets, e.g. musl. ++ #[cfg(any(target_os = "android", target_os = "linux"))] + extern "C" { + fn getauxval(type_: c_ulong) -> c_ulong; + } + ++ #[cfg(target_os = "freebsd")] ++ extern "C" { ++ fn elf_aux_info(aux: c_int, buf: *mut c_void, buflen: c_int) -> c_int; ++ } ++ ++ #[cfg(not(target_os = "freebsd"))] + const AT_HWCAP: c_ulong = 16; + ++ #[cfg(target_os = "freebsd")] ++ const AT_HWCAP: c_int = 25; ++ + #[cfg(target_arch = "aarch64")] + const HWCAP_NEON: c_ulong = 1 << 1; + + #[cfg(target_arch = "arm")] + const HWCAP_NEON: c_ulong = 1 << 12; + ++ #[cfg(not(target_os = "freebsd"))] + let caps = unsafe { getauxval(AT_HWCAP) }; + ++ #[cfg(target_os = "freebsd")] ++ let caps: c_ulong = 0; ++ ++ #[cfg(target_os = "freebsd")] ++ { ++ let buffer: *mut c_void = { ++ let t: *const c_ulong = ∩︀ ++ t ++ } as *mut c_void; ++ unsafe { ++ let _ret = elf_aux_info(AT_HWCAP, buffer, std::mem::size_of_val(&caps) as i32); ++ } ++ } ++ + // We assume NEON is available on AARCH64 because it is a required + // feature. + #[cfg(target_arch = "aarch64")] +@@ -106,12 +139,26 @@ pub(crate) mod arm { + #[cfg(target_arch = "arm")] + const OFFSET: c_ulong = 0; + +- #[cfg(target_arch = "arm")] ++ #[cfg(target_os = "freebsd")] ++ let buffer: *mut c_void = { ++ let t: *const c_ulong = ∩︀ ++ t ++ } as *mut c_void; ++ ++ #[cfg(not(target_os = "freebsd"))] + let caps = { + const AT_HWCAP2: c_ulong = 26; + unsafe { getauxval(AT_HWCAP2) } + }; + ++ #[cfg(target_os = "freebsd")] ++ { ++ const AT_HWCAP2: c_int = 26; ++ unsafe { ++ let _ret = elf_aux_info(AT_HWCAP2, buffer, std::mem::size_of_val(&caps) as i32); ++ }; ++ } ++ + const HWCAP_AES: c_ulong = 1 << 0 + OFFSET; + const HWCAP_PMULL: c_ulong = 1 << 1 + OFFSET; + const HWCAP_SHA2: c_ulong = 1 << 3 + OFFSET; +@@ -123,15 +170,15 @@ pub(crate) mod arm { + features |= PMULL.mask; + } + if caps & HWCAP_SHA2 == HWCAP_SHA2 { +- features |= 1 << 4; ++ features |= SHA256.mask; + } + + unsafe { GFp_armcap_P = features }; + } + } + +- #[cfg(all(target_os = "fuchsia", any(target_arch = "aarch64")))] +- pub fn fuchsia_setup() { ++ #[cfg(all(target_os = "fuchsia", target_arch = "aarch64"))] ++ pub fn setup() { + type zx_status_t = i32; + + #[link(name = "zircon")] +@@ -168,82 +215,139 @@ pub(crate) mod arm { + } + } + +- #[cfg(not(target_arch = "wasm32"))] ++ macro_rules! features { ++ { ++ $( ++ $name:ident { ++ mask: $mask:expr, ++ ++ /// Should we assume that the feature is always available ++ /// for aarch64-apple-* targets? The first AArch64 iOS ++ /// device used the Apple A7 chip. ++ // TODO: When we can use `if` in const expressions: ++ // ``` ++ // aarch64_apple: $aarch64_apple, ++ // ``` ++ aarch64_apple: true, ++ } ++ ),+ ++ , // trailing comma is required. ++ } => { ++ $( ++ #[allow(dead_code)] ++ pub(crate) const $name: Feature = Feature { ++ mask: $mask, ++ }; ++ )+ ++ ++ // TODO: When we can use `if` in const expressions, do this: ++ // ``` ++ // const ARMCAP_STATIC: u32 = 0 ++ // $( ++ // | ( if $aarch64_apple && ++ // cfg!(all(target_arch = "aarch64", ++ // target_vendor = "apple")) { ++ // $name.mask ++ // } else { ++ // 0 ++ // } ++ // ) ++ // )+; ++ // ``` ++ // ++ // TODO: Add static feature detection to other targets. ++ // TODO: Combine static feature detection with runtime feature ++ // detection. ++ #[cfg(all(target_arch = "aarch64", target_vendor = "apple"))] ++ const ARMCAP_STATIC: u32 = 0 ++ $( | $name.mask ++ )+; ++ #[cfg(not(all(target_arch = "aarch64", target_vendor = "apple")))] ++ const ARMCAP_STATIC: u32 = 0; ++ ++ #[cfg(all(target_arch = "aarch64", target_vendor = "apple"))] ++ #[test] ++ fn test_armcap_static_available() { ++ let features = crate::cpu::features(); ++ $( ++ assert!($name.available(features)); ++ )+ ++ } ++ } ++ } ++ ++ #[allow(dead_code)] + pub(crate) struct Feature { +- #[cfg_attr( +- any( +- target_os = "ios", +- not(any(target_arch = "arm", target_arch = "aarch64")) +- ), +- allow(dead_code) +- )] + mask: u32, +- +- #[cfg_attr(not(target_os = "ios"), allow(dead_code))] +- ios: bool, + } + +- #[cfg(not(target_arch = "wasm32"))] + impl Feature { ++ #[allow(dead_code)] + #[inline(always)] + pub fn available(&self, _: super::Features) -> bool { +- #[cfg(all(target_os = "ios", any(target_arch = "arm", target_arch = "aarch64")))] +- { +- return self.ios; ++ if self.mask == self.mask & ARMCAP_STATIC { ++ return true; + } + + #[cfg(all( +- any(target_os = "android", target_os = "linux", target_os = "fuchsia"), ++ any(target_os = "android", target_os = "fuchsia", target_os = "linux"), + any(target_arch = "arm", target_arch = "aarch64") + ))] + { +- return self.mask == self.mask & unsafe { GFp_armcap_P }; ++ if self.mask == self.mask & unsafe { GFp_armcap_P } { ++ return true; ++ } + } + +- #[cfg(not(any(target_arch = "arm", target_arch = "aarch64")))] +- { +- return false; +- } ++ false + } + } + +- // Keep in sync with `ARMV7_NEON`. +- #[cfg(any(target_arch = "aarch64", target_arch = "arm"))] +- pub(crate) const NEON: Feature = Feature { +- mask: 1 << 0, +- ios: true, +- }; ++ features! { ++ // Keep in sync with `ARMV7_NEON`. ++ NEON { ++ mask: 1 << 0, ++ aarch64_apple: true, ++ }, + +- // Keep in sync with `ARMV8_AES`. +- #[cfg(any( +- target_arch = "aarch64", +- target_arch = "arm", +- target_arch = "x86", +- target_arch = "x86_64" +- ))] +- pub(crate) const AES: Feature = Feature { +- mask: 1 << 2, +- ios: true, +- }; ++ // Keep in sync with `ARMV8_AES`. ++ AES { ++ mask: 1 << 2, ++ aarch64_apple: true, ++ }, + +- // Keep in sync with `ARMV8_PMULL`. +- #[cfg(any( +- target_arch = "aarch64", +- target_arch = "arm", +- target_arch = "x86", +- target_arch = "x86_64" +- ))] +- pub(crate) const PMULL: Feature = Feature { +- mask: 1 << 5, +- ios: true, +- }; ++ // Keep in sync with `ARMV8_SHA256`. ++ SHA256 { ++ mask: 1 << 4, ++ aarch64_apple: true, ++ }, + ++ // Keep in sync with `ARMV8_PMULL`. ++ PMULL { ++ mask: 1 << 5, ++ aarch64_apple: true, ++ }, ++ } ++ ++ // Some non-Rust code still checks this even when it is statically known ++ // the given feature is available, so we have to ensure that this is ++ // initialized properly. Keep this in sync with the initialization in ++ // BoringSSL's crypto.c. ++ // ++ // TODO: This should have "hidden" visibility but we don't have a way of ++ // controlling that yet: https://github.com/rust-lang/rust/issues/73958. ++ #[cfg(any(target_arch = "arm", target_arch = "aarch64"))] ++ #[no_mangle] ++ static mut GFp_armcap_P: u32 = ARMCAP_STATIC; ++ + #[cfg(all( +- any(target_os = "android", target_os = "linux", target_os = "fuchsia"), +- any(target_arch = "arm", target_arch = "aarch64") ++ any(target_arch = "arm", target_arch = "aarch64"), ++ target_vendor = "apple" + ))] +- extern "C" { +- static mut GFp_armcap_P: u32; ++ #[test] ++ fn test_armcap_static_matches_armcap_dynamic() { ++ assert_eq!(ARMCAP_STATIC, 1 | 4 | 16 | 32); ++ assert_eq!(ARMCAP_STATIC, unsafe { GFp_armcap_P }); + } + } + +@@ -258,6 +362,7 @@ pub(crate) mod intel { + } + + impl Feature { ++ #[allow(clippy::needless_return)] + #[inline(always)] + pub fn available(&self, _: super::Features) -> bool { + #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] From owner-svn-ports-all@freebsd.org Fri Mar 12 10:12:52 2021 Return-Path: Delivered-To: svn-ports-all@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 DF5DE57490F; Fri, 12 Mar 2021 10:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxhTJ5ytRz3Lr9; Fri, 12 Mar 2021 10:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFC1516184; Fri, 12 Mar 2021 10:12:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CACqA9018525; Fri, 12 Mar 2021 10:12:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CACqKR018524; Fri, 12 Mar 2021 10:12:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103121012.12CACqKR018524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 12 Mar 2021 10:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568159 - head/cad/veroroute X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/cad/veroroute X-SVN-Commit-Revision: 568159 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:12:52 -0000 Author: yuri Date: Fri Mar 12 10:12:52 2021 New Revision: 568159 URL: https://svnweb.freebsd.org/changeset/ports/568159 Log: cad/veroroute: Update 2.09 -> 2.10 Reported by: portscout Modified: head/cad/veroroute/Makefile head/cad/veroroute/distinfo Modified: head/cad/veroroute/Makefile ============================================================================== --- head/cad/veroroute/Makefile Fri Mar 12 09:53:27 2021 (r568158) +++ head/cad/veroroute/Makefile Fri Mar 12 10:12:52 2021 (r568159) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= veroroute -DISTVERSION= 2.09 +DISTVERSION= 2.10 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/ Modified: head/cad/veroroute/distinfo ============================================================================== --- head/cad/veroroute/distinfo Fri Mar 12 09:53:27 2021 (r568158) +++ head/cad/veroroute/distinfo Fri Mar 12 10:12:52 2021 (r568159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614755141 -SHA256 (veroroute-2.09.tar.gz) = 0c1ef6b2ce04b3fdb6022fbbeae0cf0c93e615cf08ff3c69e8c25c1d22271220 -SIZE (veroroute-2.09.tar.gz) = 953028 +TIMESTAMP = 1615543756 +SHA256 (veroroute-2.10.tar.gz) = 2207b617ef8661c303882ce9cdde22527befd220ecca522a779adc2eb9b407ac +SIZE (veroroute-2.10.tar.gz) = 954902 From owner-svn-ports-all@freebsd.org Fri Mar 12 10:13:36 2021 Return-Path: Delivered-To: svn-ports-all@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 D8677574983; Fri, 12 Mar 2021 10:13:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxhV85lm2z3M5C; Fri, 12 Mar 2021 10:13:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7E2F15DEA; Fri, 12 Mar 2021 10:13:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CADapr018637; Fri, 12 Mar 2021 10:13:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CADa0l018636; Fri, 12 Mar 2021 10:13:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103121013.12CADa0l018636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 12 Mar 2021 10:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568160 - head/science/py-gsd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-gsd X-SVN-Commit-Revision: 568160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:13:36 -0000 Author: yuri Date: Fri Mar 12 10:13:36 2021 New Revision: 568160 URL: https://svnweb.freebsd.org/changeset/ports/568160 Log: science/py-gsd: Update 2.4.0 -> 2.4.1 Reported by: portscout Modified: head/science/py-gsd/Makefile head/science/py-gsd/distinfo Modified: head/science/py-gsd/Makefile ============================================================================== --- head/science/py-gsd/Makefile Fri Mar 12 10:12:52 2021 (r568159) +++ head/science/py-gsd/Makefile Fri Mar 12 10:13:36 2021 (r568160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gsd -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-gsd/distinfo ============================================================================== --- head/science/py-gsd/distinfo Fri Mar 12 10:12:52 2021 (r568159) +++ head/science/py-gsd/distinfo Fri Mar 12 10:13:36 2021 (r568160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605468848 -SHA256 (gsd-2.4.0.tar.gz) = b19a6b458f2ef1e609612d21d889f5be8f4cdcffe63ff1b48283f930138e59e5 -SIZE (gsd-2.4.0.tar.gz) = 134024 +TIMESTAMP = 1615543813 +SHA256 (gsd-2.4.1.tar.gz) = ba64f1573a4d83672d19736b718b61ba94a275165d6cbb406d2abb07b386f636 +SIZE (gsd-2.4.1.tar.gz) = 135148 From owner-svn-ports-all@freebsd.org Fri Mar 12 10:18:20 2021 Return-Path: Delivered-To: svn-ports-all@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 2DC7157473B; Fri, 12 Mar 2021 10:18:20 +0000 (UTC) (envelope-from tobik@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 4Dxhbc0SbRz3M5f; Fri, 12 Mar 2021 10:18:20 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2F0F16160; Fri, 12 Mar 2021 10:18:19 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CAIJRR018811; Fri, 12 Mar 2021 10:18:19 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CAIJ6O018810; Fri, 12 Mar 2021 10:18:19 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103121018.12CAIJ6O018810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 12 Mar 2021 10:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568161 - head/x11-fonts/spleen X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/spleen X-SVN-Commit-Revision: 568161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:18:20 -0000 Author: tobik Date: Fri Mar 12 10:18:19 2021 New Revision: 568161 URL: https://svnweb.freebsd.org/changeset/ports/568161 Log: x11-fonts/spleen: Update to 1.9.0 Drop vtfontcvt-ng dependency. vtfontcvt(8) in all supported releases should be good enough to handle the 32x64 font nowadays. Changes: https://github.com/fcambus/spleen/blob/1.9.0/ChangeLog Modified: head/x11-fonts/spleen/Makefile head/x11-fonts/spleen/distinfo Modified: head/x11-fonts/spleen/Makefile ============================================================================== --- head/x11-fonts/spleen/Makefile Fri Mar 12 10:13:36 2021 (r568160) +++ head/x11-fonts/spleen/Makefile Fri Mar 12 10:18:19 2021 (r568161) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= spleen -DISTVERSION= 1.8.2 +DISTVERSION= 1.9.0 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/fcambus/spleen/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -font -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Monospaced bitmap fonts for Xorg and vt(4) LICENSE= BSD2CLAUSE @@ -27,11 +27,6 @@ TYPE_DESC= Font type VT_DESC= Install vt(4) fonts X11_DESC= Install Xorg bitmap fonts -# vtfontcvt is broken with large fonts, so use Dmitry Wagin's -# improved version from https://bugs.freebsd.org/205707 that -# doesn't have this problem. -VT_BUILD_DEPENDS= vtfontcvt-ng:x11-fonts/vtfontcvt-ng - X11_USES= fonts X11_USES_OFF= fonts:none @@ -40,7 +35,7 @@ do-build: do-build-VT-on: .for sz in 5x8 6x12 8x16 12x24 16x32 32x64 - vtfontcvt-ng ${WRKSRC}/spleen-${sz}.bdf ${WRKSRC}/spleen-${sz}.fnt + vtfontcvt ${WRKSRC}/spleen-${sz}.bdf ${WRKSRC}/spleen-${sz}.fnt .endfor do-build-X11-on: Modified: head/x11-fonts/spleen/distinfo ============================================================================== --- head/x11-fonts/spleen/distinfo Fri Mar 12 10:13:36 2021 (r568160) +++ head/x11-fonts/spleen/distinfo Fri Mar 12 10:18:19 2021 (r568161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596203100 -SHA256 (spleen-1.8.2.tar.gz) = 16262d8e403486252c9541b9b1b5c2847c4e7329d214ca2e7f9889f83b196fdf -SIZE (spleen-1.8.2.tar.gz) = 329023 +TIMESTAMP = 1615543412 +SHA256 (spleen-1.9.0.tar.gz) = 18d2b207ba5e9fb9bdabc59f02c6ea856aa9d98a9c7b784324565b0603aeaa54 +SIZE (spleen-1.9.0.tar.gz) = 337417 From owner-svn-ports-all@freebsd.org Fri Mar 12 10:23:16 2021 Return-Path: Delivered-To: svn-ports-all@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 E5B33574A8F; Fri, 12 Mar 2021 10:23:16 +0000 (UTC) (envelope-from tobik@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 4DxhjJ6DBkz3MLH; Fri, 12 Mar 2021 10:23:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C890B1601B; Fri, 12 Mar 2021 10:23:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CANGQ3024734; Fri, 12 Mar 2021 10:23:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CANGHl024733; Fri, 12 Mar 2021 10:23:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103121023.12CANGHl024733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 12 Mar 2021 10:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568162 - head/x11-fonts/profont X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/profont X-SVN-Commit-Revision: 568162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:23:17 -0000 Author: tobik Date: Fri Mar 12 10:23:16 2021 New Revision: 568162 URL: https://svnweb.freebsd.org/changeset/ports/568162 Log: x11-fonts/profont: Drop vtfontcvt-ng dependency vtfontcvt(8) in all supported releases should be handle this fine nowadays. Modified: head/x11-fonts/profont/Makefile Modified: head/x11-fonts/profont/Makefile ============================================================================== --- head/x11-fonts/profont/Makefile Fri Mar 12 10:18:19 2021 (r568161) +++ head/x11-fonts/profont/Makefile Fri Mar 12 10:23:16 2021 (r568162) @@ -31,8 +31,7 @@ TYPE_DESC= Font type VT_DESC= Install vt(4) fonts X11_DESC= Install Xorg bitmap fonts -VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf \ - vtfontcvt-ng:x11-fonts/vtfontcvt-ng +VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf X11_USES= fonts X11_USES_OFF= fonts:none @@ -44,7 +43,7 @@ do-build-VT-on: .for h in 10 11 12 15 17 22 29 pcf2bdf -o ${WRKSRC}/ProFont_r400-${h}.bdf \ ${WRKSRC}/ProFont_r400-${h}.pcf - vtfontcvt-ng ${WRKSRC}/ProFont_r400-${h}.bdf \ + vtfontcvt ${WRKSRC}/ProFont_r400-${h}.bdf \ ${WRKSRC}/ProFont_r400-${h}.fnt .endfor From owner-svn-ports-all@freebsd.org Fri Mar 12 10:28:26 2021 Return-Path: Delivered-To: svn-ports-all@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 95E26574BAF; Fri, 12 Mar 2021 10:28:26 +0000 (UTC) (envelope-from tobik@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 4DxhqG3fwhz3MZk; Fri, 12 Mar 2021 10:28:26 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C72715ECC; Fri, 12 Mar 2021 10:28:26 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CASQse024951; Fri, 12 Mar 2021 10:28:26 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CASQI0024949; Fri, 12 Mar 2021 10:28:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202103121028.12CASQI0024949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 12 Mar 2021 10:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568163 - in head: . x11-fonts x11-fonts/vtfontcvt-ng X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: . x11-fonts x11-fonts/vtfontcvt-ng X-SVN-Commit-Revision: 568163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:28:26 -0000 Author: tobik Date: Fri Mar 12 10:28:25 2021 New Revision: 568163 URL: https://svnweb.freebsd.org/changeset/ports/568163 Log: Remove no longer useful x11-fonts/vtfontcvt-ng Deleted: head/x11-fonts/vtfontcvt-ng/ Modified: head/MOVED head/x11-fonts/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 12 10:23:16 2021 (r568162) +++ head/MOVED Fri Mar 12 10:28:25 2021 (r568163) @@ -16192,3 +16192,4 @@ www/moodle38|www/moodle39|2021-03-04|Has expired: Depr devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed upstream audio/fplib||2021-03-07|Dead service since 2015 sysutils/prelink||2021-03-11|Has expired: Have no users in the ports tree +x11-fonts/vtfontcvt-ng||2021-03-12|no longer useful on any supported releases; use vtfontcvt(8) instead Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Mar 12 10:23:16 2021 (r568162) +++ head/x11-fonts/Makefile Fri Mar 12 10:28:25 2021 (r568163) @@ -249,7 +249,6 @@ SUBDIR += uw-ttyp0 SUBDIR += victor-mono-ttf SUBDIR += vollkorn-ttf - SUBDIR += vtfontcvt-ng SUBDIR += webfonts SUBDIR += wqy SUBDIR += xfontsel From owner-svn-ports-all@freebsd.org Fri Mar 12 10:35:31 2021 Return-Path: Delivered-To: svn-ports-all@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 91B68574E36; Fri, 12 Mar 2021 10:35:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxhzR3lw4z3N6d; Fri, 12 Mar 2021 10:35:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73DEB16034; Fri, 12 Mar 2021 10:35:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CAZV9U031107; Fri, 12 Mar 2021 10:35:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CAZVOC031105; Fri, 12 Mar 2021 10:35:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103121035.12CAZVOC031105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 Mar 2021 10:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568164 - head/multimedia/arcan X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/arcan X-SVN-Commit-Revision: 568164 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:35:31 -0000 Author: jbeich Date: Fri Mar 12 10:35:30 2021 New Revision: 568164 URL: https://svnweb.freebsd.org/changeset/ports/568164 Log: multimedia/arcan: unbreak on aarch64 (encode) disabled, lzma not found [...] Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzma.so failed with the following output: c++: error: the clang compiler does not support '-march=native' [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/afsrv_encode PR: 254234 Reported by: mikael Modified: head/multimedia/arcan/Makefile (contents, props changed) head/multimedia/arcan/distinfo (contents, props changed) Modified: head/multimedia/arcan/Makefile ============================================================================== --- head/multimedia/arcan/Makefile Fri Mar 12 10:28:25 2021 (r568163) +++ head/multimedia/arcan/Makefile Fri Mar 12 10:35:30 2021 (r568164) @@ -7,6 +7,7 @@ CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 347240c18313.patch:-p2 # https://github.com/letoram/arcan/pull/229 +PATCHFILES+= bbdb86c8be1b.patch:-p2 # https://github.com/letoram/arcan/pull/230 MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine Modified: head/multimedia/arcan/distinfo ============================================================================== --- head/multimedia/arcan/distinfo Fri Mar 12 10:28:25 2021 (r568163) +++ head/multimedia/arcan/distinfo Fri Mar 12 10:35:30 2021 (r568164) @@ -3,3 +3,5 @@ SHA256 (letoram-arcan-0.6.0.1_GH0.tar.gz) = 7ae00a9dee SIZE (letoram-arcan-0.6.0.1_GH0.tar.gz) = 11223434 SHA256 (347240c18313.patch) = 251f07964e6a32461a335911016af82c8ea58aaba1bea9985bfabdc851b826f8 SIZE (347240c18313.patch) = 1038 +SHA256 (bbdb86c8be1b.patch) = 74f8ca37bc8b659c750be1cb20c8dce1d9c01143c7af5a83441d508c184166db +SIZE (bbdb86c8be1b.patch) = 883 From owner-svn-ports-all@freebsd.org Fri Mar 12 10:37:43 2021 Return-Path: Delivered-To: svn-ports-all@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 D888A574A52; Fri, 12 Mar 2021 10:37:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxj1z4LSQz3N5W; Fri, 12 Mar 2021 10:37:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8420F15EE2; Fri, 12 Mar 2021 10:37:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CAbhlj031281; Fri, 12 Mar 2021 10:37:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CAbhlo031280; Fri, 12 Mar 2021 10:37:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103121037.12CAbhlo031280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 Mar 2021 10:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568165 - branches/2021Q1/multimedia/arcan X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/multimedia/arcan X-SVN-Commit-Revision: 568165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:37:43 -0000 Author: jbeich Date: Fri Mar 12 10:37:42 2021 New Revision: 568165 URL: https://svnweb.freebsd.org/changeset/ports/568165 Log: MFH: r568164 multimedia/arcan: unbreak on aarch64 (encode) disabled, lzma not found [...] Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzma.so failed with the following output: c++: error: the clang compiler does not support '-march=native' [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/afsrv_encode PR: 254234 Reported by: mikael Modified: branches/2021Q1/multimedia/arcan/Makefile branches/2021Q1/multimedia/arcan/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/multimedia/arcan/Makefile ============================================================================== --- branches/2021Q1/multimedia/arcan/Makefile Fri Mar 12 10:35:30 2021 (r568164) +++ branches/2021Q1/multimedia/arcan/Makefile Fri Mar 12 10:37:42 2021 (r568165) @@ -7,6 +7,7 @@ CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 347240c18313.patch:-p2 # https://github.com/letoram/arcan/pull/229 +PATCHFILES+= bbdb86c8be1b.patch:-p2 # https://github.com/letoram/arcan/pull/230 MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine Modified: branches/2021Q1/multimedia/arcan/distinfo ============================================================================== --- branches/2021Q1/multimedia/arcan/distinfo Fri Mar 12 10:35:30 2021 (r568164) +++ branches/2021Q1/multimedia/arcan/distinfo Fri Mar 12 10:37:42 2021 (r568165) @@ -3,3 +3,5 @@ SHA256 (letoram-arcan-0.6.0.1_GH0.tar.gz) = 7ae00a9dee SIZE (letoram-arcan-0.6.0.1_GH0.tar.gz) = 11223434 SHA256 (347240c18313.patch) = 251f07964e6a32461a335911016af82c8ea58aaba1bea9985bfabdc851b826f8 SIZE (347240c18313.patch) = 1038 +SHA256 (bbdb86c8be1b.patch) = 74f8ca37bc8b659c750be1cb20c8dce1d9c01143c7af5a83441d508c184166db +SIZE (bbdb86c8be1b.patch) = 883 From owner-svn-ports-all@freebsd.org Fri Mar 12 10:45:22 2021 Return-Path: Delivered-To: svn-ports-all@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 A938E574AFA; Fri, 12 Mar 2021 10:45:22 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxjBp4HbVz3NWt; Fri, 12 Mar 2021 10:45:22 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8131816768; Fri, 12 Mar 2021 10:45:22 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CAjMSP036942; Fri, 12 Mar 2021 10:45:22 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CAjM3l036941; Fri, 12 Mar 2021 10:45:22 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103121045.12CAjM3l036941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 12 Mar 2021 10:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568166 - head/security/step-certificates X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/step-certificates X-SVN-Commit-Revision: 568166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 10:45:22 -0000 Author: fernape Date: Fri Mar 12 10:45:21 2021 New Revision: 568166 URL: https://svnweb.freebsd.org/changeset/ports/568166 Log: security/step-certificates: distfile size mismatch PR: 254163 Submitted by: leeb@ratnaling.org Modified: head/security/step-certificates/distinfo Modified: head/security/step-certificates/distinfo ============================================================================== --- head/security/step-certificates/distinfo Fri Mar 12 10:37:42 2021 (r568165) +++ head/security/step-certificates/distinfo Fri Mar 12 10:45:21 2021 (r568166) @@ -1,6 +1,6 @@ TIMESTAMP = 1613660263 -SHA256 (smallstep-certificates-v0.15.8_GH0.tar.gz) = f0efc073276de0bfda062b24fd1e521c10fce2ac5dfccd126196e273d0d24e30 -SIZE (smallstep-certificates-v0.15.8_GH0.tar.gz) = 17640170 +SHA256 (smallstep-certificates-v0.15.8_GH0.tar.gz) = 32157fda77fc29802fc0feb763113dc5fe4b7cd386cd1ccd358d4c06c46b7e79 +SIZE (smallstep-certificates-v0.15.8_GH0.tar.gz) = 17640158 SHA256 (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 49b41b2b20e73f31091222e4a6abf12762231cbad9de642d2227c16dae29b4ff SIZE (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 8005 SHA256 (DataDog-zstd-v1.4.5_GH0.tar.gz) = be75f3ea541bb7bb02c2329059ad81dff504087f89970426d23252e502a0f899 From owner-svn-ports-all@freebsd.org Fri Mar 12 11:14:10 2021 Return-Path: Delivered-To: svn-ports-all@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 356685758A7; Fri, 12 Mar 2021 11:14:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxjr213f7z3PxR; Fri, 12 Mar 2021 11:14:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 173B316BC2; Fri, 12 Mar 2021 11:14:10 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBE9xV054941; Fri, 12 Mar 2021 11:14:09 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBE9pu054940; Fri, 12 Mar 2021 11:14:09 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202103121114.12CBE9pu054940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 12 Mar 2021 11:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568167 - in head/net-mgmt/irrtoolset: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/net-mgmt/irrtoolset: . files X-SVN-Commit-Revision: 568167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:14:10 -0000 Author: fernape Date: Fri Mar 12 11:14:09 2021 New Revision: 568167 URL: https://svnweb.freebsd.org/changeset/ports/568167 Log: net-mgmt/irrtoolset: Unbreak in 12.2-STABLE And possibly in other places. Remove files/ missed in previous update and fix LICENSE permissions. PR: 254213 Submitted by: rkoberman@gmail.com (maintainer) Reported by: terry-freebsd@glaver.org Deleted: head/net-mgmt/irrtoolset/files/ Modified: head/net-mgmt/irrtoolset/Makefile Modified: head/net-mgmt/irrtoolset/Makefile ============================================================================== --- head/net-mgmt/irrtoolset/Makefile Fri Mar 12 10:45:21 2021 (r568166) +++ head/net-mgmt/irrtoolset/Makefile Fri Mar 12 11:14:09 2021 (r568167) @@ -10,7 +10,9 @@ COMMENT= Suite of routing policy tools to interact wit LICENSE= MIT GPLv2+ RIPE_NCC LICENSE_COMB= multi +LICENSE_NAME_RIPE_NCC= RIPE NCC license LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS_RIPE_NCC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= autoreconf bison gmake libtool GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Fri Mar 12 11:20:44 2021 Return-Path: Delivered-To: svn-ports-all@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 9864E5759B9; Fri, 12 Mar 2021 11:20:44 +0000 (UTC) (envelope-from mikael@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 4Dxjzc3zXFz3Q2v; Fri, 12 Mar 2021 11:20:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B84316968; Fri, 12 Mar 2021 11:20:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBKiSN055975; Fri, 12 Mar 2021 11:20:44 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBKiKC055974; Fri, 12 Mar 2021 11:20:44 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103121120.12CBKiKC055974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 11:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568168 - head/devel/please/files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/devel/please/files X-SVN-Commit-Revision: 568168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:20:44 -0000 Author: mikael Date: Fri Mar 12 11:20:44 2021 New Revision: 568168 URL: https://svnweb.freebsd.org/changeset/ports/568168 Log: devel/please: Fix build on aarch64 Approved by: portmgr (tier-2 blanket) Added: head/devel/please/files/ head/devel/please/files/patch-gopsutil_aarch64 (contents, props changed) Added: head/devel/please/files/patch-gopsutil_aarch64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/please/files/patch-gopsutil_aarch64 Fri Mar 12 11:20:44 2021 (r568168) @@ -0,0 +1,407 @@ +https://github.com/shirou/gopsutil/commit/270f6afc220d6dcbc9e1d14e0f6f65fb4d29dfaf + +From 270f6afc220d6dcbc9e1d14e0f6f65fb4d29dfaf Mon Sep 17 00:00:00 2001 +From: Dmitri Goutnik +Date: Tue, 17 Dec 2019 02:51:35 -0500 +Subject: [PATCH] Add support for freebsd/arm64 + +--- + Gopkg.lock | 4 +- + cpu/cpu_freebsd_arm64.go | 9 ++ + disk/disk_freebsd_arm64.go | 115 ++++++++++++++++++ + host/host_freebsd_arm64.go | 39 ++++++ + process/process_freebsd_arm64.go | 201 +++++++++++++++++++++++++++++++ + 6 files changed, 369 insertions(+), 2 deletions(-) + create mode 100644 cpu/cpu_freebsd_arm64.go + create mode 100644 disk/disk_freebsd_arm64.go + create mode 100644 host/host_freebsd_arm64.go + create mode 100644 process/process_freebsd_arm64.go + +diff --git a/cpu/cpu_freebsd_arm64.go b/cpu/cpu_freebsd_arm64.go +new file mode 100644 +index 00000000..57e14528 +--- /dev/null ++++ vendor/github.com/shirou/gopsutil/cpu/cpu_freebsd_arm64.go +@@ -0,0 +1,9 @@ ++package cpu ++ ++type cpuTimes struct { ++ User uint64 ++ Nice uint64 ++ Sys uint64 ++ Intr uint64 ++ Idle uint64 ++} +diff --git a/disk/disk_freebsd_arm64.go b/disk/disk_freebsd_arm64.go +new file mode 100644 +index 00000000..aff604c0 +--- /dev/null ++++ vendor/github.com/shirou/gopsutil/disk/disk_freebsd_arm64.go +@@ -0,0 +1,115 @@ ++// +build freebsd ++// +build arm64 ++// Code generated by cmd/cgo -godefs; DO NOT EDIT. ++// cgo -godefs disk/types_freebsd.go ++ ++package disk ++ ++const ( ++ sizeofPtr = 0x8 ++ sizeofShort = 0x2 ++ sizeofInt = 0x4 ++ sizeofLong = 0x8 ++ sizeofLongLong = 0x8 ++ sizeofLongDouble = 0x8 ++ ++ DEVSTAT_NO_DATA = 0x00 ++ DEVSTAT_READ = 0x01 ++ DEVSTAT_WRITE = 0x02 ++ DEVSTAT_FREE = 0x03 ++ ++ MNT_RDONLY = 0x00000001 ++ MNT_SYNCHRONOUS = 0x00000002 ++ MNT_NOEXEC = 0x00000004 ++ MNT_NOSUID = 0x00000008 ++ MNT_UNION = 0x00000020 ++ MNT_ASYNC = 0x00000040 ++ MNT_SUIDDIR = 0x00100000 ++ MNT_SOFTDEP = 0x00200000 ++ MNT_NOSYMFOLLOW = 0x00400000 ++ MNT_GJOURNAL = 0x02000000 ++ MNT_MULTILABEL = 0x04000000 ++ MNT_ACLS = 0x08000000 ++ MNT_NOATIME = 0x10000000 ++ MNT_NOCLUSTERR = 0x40000000 ++ MNT_NOCLUSTERW = 0x80000000 ++ MNT_NFS4ACLS = 0x00000010 ++ ++ MNT_WAIT = 1 ++ MNT_NOWAIT = 2 ++ MNT_LAZY = 3 ++ MNT_SUSPEND = 4 ++) ++ ++const ( ++ sizeOfDevstat = 0x120 ++) ++ ++type ( ++ _C_short int16 ++ _C_int int32 ++ _C_long int64 ++ _C_long_long int64 ++ _C_long_double int64 ++) ++ ++type Statfs struct { ++ Version uint32 ++ Type uint32 ++ Flags uint64 ++ Bsize uint64 ++ Iosize uint64 ++ Blocks uint64 ++ Bfree uint64 ++ Bavail int64 ++ Files uint64 ++ Ffree int64 ++ Syncwrites uint64 ++ Asyncwrites uint64 ++ Syncreads uint64 ++ Asyncreads uint64 ++ Spare [10]uint64 ++ Namemax uint32 ++ Owner uint32 ++ Fsid Fsid ++ Charspare [80]uint8 ++ Fstypename [16]int8 ++ Mntfromname [1024]int8 ++ Mntonname [1024]int8 ++} ++type Fsid struct { ++ Val [2]int32 ++} ++ ++type Devstat struct { ++ Sequence0 uint32 ++ Allocated int32 ++ Start_count uint32 ++ End_count uint32 ++ Busy_from Bintime ++ Dev_links _Ctype_struct___0 ++ Device_number uint32 ++ Device_name [16]int8 ++ Unit_number int32 ++ Bytes [4]uint64 ++ Operations [4]uint64 ++ Duration [4]Bintime ++ Busy_time Bintime ++ Creation_time Bintime ++ Block_size uint32 ++ Tag_types [3]uint64 ++ Flags uint32 ++ Device_type uint32 ++ Priority uint32 ++ Id *byte ++ Sequence1 uint32 ++ Pad_cgo_0 [4]byte ++} ++type Bintime struct { ++ Sec int64 ++ Frac uint64 ++} ++ ++type _Ctype_struct___0 struct { ++ Empty uint64 ++} +diff --git a/host/host_freebsd_arm64.go b/host/host_freebsd_arm64.go +new file mode 100644 +index 00000000..88dc11fc +--- /dev/null ++++ vendor/github.com/shirou/gopsutil/host/host_freebsd_arm64.go +@@ -0,0 +1,39 @@ ++// +build freebsd ++// +build arm64 ++// Code generated by cmd/cgo -godefs; DO NOT EDIT. ++// cgo -godefs host/types_freebsd.go ++ ++package host ++ ++const ( ++ sizeofPtr = 0x8 ++ sizeofShort = 0x2 ++ sizeofInt = 0x4 ++ sizeofLong = 0x8 ++ sizeofLongLong = 0x8 ++ sizeOfUtmpx = 0xc5 ++) ++ ++type ( ++ _C_short int16 ++ _C_int int32 ++ _C_long int64 ++ _C_long_long int64 ++) ++ ++type Utmp struct { ++ Line [8]int8 ++ Name [16]int8 ++ Host [16]int8 ++ Time int32 ++} ++ ++type Utmpx struct { ++ Type uint8 ++ Tv uint64 ++ Id [8]int8 ++ Pid uint32 ++ User [32]int8 ++ Line [16]int8 ++ Host [128]int8 ++} +diff --git a/process/process_freebsd_arm64.go b/process/process_freebsd_arm64.go +new file mode 100644 +index 00000000..99781d1a +--- /dev/null ++++ vendor/github.com/shirou/gopsutil/process/process_freebsd_arm64.go +@@ -0,0 +1,201 @@ ++// +build freebsd ++// +build arm64 ++// Code generated by cmd/cgo -godefs; DO NOT EDIT. ++// cgo -godefs process/types_freebsd.go ++ ++package process ++ ++const ( ++ CTLKern = 1 ++ KernProc = 14 ++ KernProcPID = 1 ++ KernProcProc = 8 ++ KernProcPathname = 12 ++ KernProcArgs = 7 ++) ++ ++const ( ++ sizeofPtr = 0x8 ++ sizeofShort = 0x2 ++ sizeofInt = 0x4 ++ sizeofLong = 0x8 ++ sizeofLongLong = 0x8 ++) ++ ++const ( ++ sizeOfKinfoVmentry = 0x488 ++ sizeOfKinfoProc = 0x440 ++) ++ ++const ( ++ SIDL = 1 ++ SRUN = 2 ++ SSLEEP = 3 ++ SSTOP = 4 ++ SZOMB = 5 ++ SWAIT = 6 ++ SLOCK = 7 ++) ++ ++type ( ++ _C_short int16 ++ _C_int int32 ++ _C_long int64 ++ _C_long_long int64 ++) ++ ++type Timespec struct { ++ Sec int64 ++ Nsec int64 ++} ++ ++type Timeval struct { ++ Sec int64 ++ Usec int64 ++} ++ ++type Rusage struct { ++ Utime Timeval ++ Stime Timeval ++ Maxrss int64 ++ Ixrss int64 ++ Idrss int64 ++ Isrss int64 ++ Minflt int64 ++ Majflt int64 ++ Nswap int64 ++ Inblock int64 ++ Oublock int64 ++ Msgsnd int64 ++ Msgrcv int64 ++ Nsignals int64 ++ Nvcsw int64 ++ Nivcsw int64 ++} ++ ++type Rlimit struct { ++ Cur int64 ++ Max int64 ++} ++ ++type KinfoProc struct { ++ Structsize int32 ++ Layout int32 ++ Args *int64 /* pargs */ ++ Paddr *int64 /* proc */ ++ Addr *int64 /* user */ ++ Tracep *int64 /* vnode */ ++ Textvp *int64 /* vnode */ ++ Fd *int64 /* filedesc */ ++ Vmspace *int64 /* vmspace */ ++ Wchan *byte ++ Pid int32 ++ Ppid int32 ++ Pgid int32 ++ Tpgid int32 ++ Sid int32 ++ Tsid int32 ++ Jobc int16 ++ Spare_short1 int16 ++ Tdev_freebsd11 uint32 ++ Siglist [16]byte /* sigset */ ++ Sigmask [16]byte /* sigset */ ++ Sigignore [16]byte /* sigset */ ++ Sigcatch [16]byte /* sigset */ ++ Uid uint32 ++ Ruid uint32 ++ Svuid uint32 ++ Rgid uint32 ++ Svgid uint32 ++ Ngroups int16 ++ Spare_short2 int16 ++ Groups [16]uint32 ++ Size uint64 ++ Rssize int64 ++ Swrss int64 ++ Tsize int64 ++ Dsize int64 ++ Ssize int64 ++ Xstat uint16 ++ Acflag uint16 ++ Pctcpu uint32 ++ Estcpu uint32 ++ Slptime uint32 ++ Swtime uint32 ++ Cow uint32 ++ Runtime uint64 ++ Start Timeval ++ Childtime Timeval ++ Flag int64 ++ Kiflag int64 ++ Traceflag int32 ++ Stat uint8 ++ Nice int8 ++ Lock uint8 ++ Rqindex uint8 ++ Oncpu_old uint8 ++ Lastcpu_old uint8 ++ Tdname [17]uint8 ++ Wmesg [9]uint8 ++ Login [18]uint8 ++ Lockname [9]uint8 ++ Comm [20]int8 ++ Emul [17]uint8 ++ Loginclass [18]uint8 ++ Moretdname [4]uint8 ++ Sparestrings [46]uint8 ++ Spareints [2]int32 ++ Tdev uint64 ++ Oncpu int32 ++ Lastcpu int32 ++ Tracer int32 ++ Flag2 int32 ++ Fibnum int32 ++ Cr_flags uint32 ++ Jid int32 ++ Numthreads int32 ++ Tid int32 ++ Pri Priority ++ Rusage Rusage ++ Rusage_ch Rusage ++ Pcb *int64 /* pcb */ ++ Kstack *byte ++ Udata *byte ++ Tdaddr *int64 /* thread */ ++ Spareptrs [6]*byte ++ Sparelongs [12]int64 ++ Sflag int64 ++ Tdflags int64 ++} ++ ++type Priority struct { ++ Class uint8 ++ Level uint8 ++ Native uint8 ++ User uint8 ++} ++ ++type KinfoVmentry struct { ++ Structsize int32 ++ Type int32 ++ Start uint64 ++ End uint64 ++ Offset uint64 ++ Vn_fileid uint64 ++ Vn_fsid_freebsd11 uint32 ++ Flags int32 ++ Resident int32 ++ Private_resident int32 ++ Protection int32 ++ Ref_count int32 ++ Shadow_count int32 ++ Vn_type int32 ++ Vn_size uint64 ++ Vn_rdev_freebsd11 uint32 ++ Vn_mode uint16 ++ Status uint16 ++ Vn_fsid uint64 ++ Vn_rdev uint64 ++ X_kve_ispare [8]int32 ++ Path [1024]uint8 ++} From owner-svn-ports-all@freebsd.org Fri Mar 12 11:26:19 2021 Return-Path: Delivered-To: svn-ports-all@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 2482F575279; Fri, 12 Mar 2021 11:26:19 +0000 (UTC) (envelope-from tota@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 4Dxk630bpTz3QSG; Fri, 12 Mar 2021 11:26:19 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0721D17093; Fri, 12 Mar 2021 11:26:19 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBQIAJ060901; Fri, 12 Mar 2021 11:26:18 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBQImH060899; Fri, 12 Mar 2021 11:26:18 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103121126.12CBQImH060899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 12 Mar 2021 11:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568169 - head/math/R-cran-forecast X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-forecast X-SVN-Commit-Revision: 568169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:26:19 -0000 Author: tota Date: Fri Mar 12 11:26:18 2021 New Revision: 568169 URL: https://svnweb.freebsd.org/changeset/ports/568169 Log: - Update to 8.14 Modified: head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Fri Mar 12 11:20:44 2021 (r568168) +++ head/math/R-cran-forecast/Makefile Fri Mar 12 11:26:18 2021 (r568169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 8.13 +PORTVERSION= 8.14 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-forecast/distinfo ============================================================================== --- head/math/R-cran-forecast/distinfo Fri Mar 12 11:20:44 2021 (r568168) +++ head/math/R-cran-forecast/distinfo Fri Mar 12 11:26:18 2021 (r568169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600742196 -SHA256 (forecast_8.13.tar.gz) = 490e3a2beb71c238dd26e7afa0b33394b9906dd0dc54712d4808894d5aa1386f -SIZE (forecast_8.13.tar.gz) = 796389 +TIMESTAMP = 1615528095 +SHA256 (forecast_8.14.tar.gz) = 7af8b0cf425b7c7dd24ce6d2d8d69c169e188a3a59582f59b32dac9e04e06e89 +SIZE (forecast_8.14.tar.gz) = 588088 From owner-svn-ports-all@freebsd.org Fri Mar 12 11:31:41 2021 Return-Path: Delivered-To: svn-ports-all@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 6608E575A3C; Fri, 12 Mar 2021 11:31:41 +0000 (UTC) (envelope-from tota@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 4DxkDF2Ww2z3Qgf; Fri, 12 Mar 2021 11:31:41 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A2E317023; Fri, 12 Mar 2021 11:31:41 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBVfZp064515; Fri, 12 Mar 2021 11:31:41 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBVeBW064514; Fri, 12 Mar 2021 11:31:40 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103121131.12CBVeBW064514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 12 Mar 2021 11:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568170 - head/misc/R-cran-xfun X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/misc/R-cran-xfun X-SVN-Commit-Revision: 568170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:31:41 -0000 Author: tota Date: Fri Mar 12 11:31:40 2021 New Revision: 568170 URL: https://svnweb.freebsd.org/changeset/ports/568170 Log: - Update to 0.22 Modified: head/misc/R-cran-xfun/Makefile (contents, props changed) head/misc/R-cran-xfun/distinfo (contents, props changed) Modified: head/misc/R-cran-xfun/Makefile ============================================================================== --- head/misc/R-cran-xfun/Makefile Fri Mar 12 11:26:18 2021 (r568169) +++ head/misc/R-cran-xfun/Makefile Fri Mar 12 11:31:40 2021 (r568170) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xfun -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/misc/R-cran-xfun/distinfo ============================================================================== --- head/misc/R-cran-xfun/distinfo Fri Mar 12 11:26:18 2021 (r568169) +++ head/misc/R-cran-xfun/distinfo Fri Mar 12 11:31:40 2021 (r568170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613014349 -SHA256 (xfun_0.21.tar.gz) = 648e171881e2cd14be482c15b3407bfdadbcdf7dc82a969b680223eb02d212a3 -SIZE (xfun_0.21.tar.gz) = 103228 +TIMESTAMP = 1615535285 +SHA256 (xfun_0.22.tar.gz) = 3e717b0eb8100f01c84e2d69c2618f9e54b801a44eef5a2ce4c030c123b8a347 +SIZE (xfun_0.22.tar.gz) = 105388 From owner-svn-ports-all@freebsd.org Fri Mar 12 11:38:07 2021 Return-Path: Delivered-To: svn-ports-all@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 ECCF257660C; Fri, 12 Mar 2021 11:38:07 +0000 (UTC) (envelope-from mikael@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 4DxkMg6PdMz3jLR; Fri, 12 Mar 2021 11:38:07 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA46D171F0; Fri, 12 Mar 2021 11:38:07 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBc7Lk067078; Fri, 12 Mar 2021 11:38:07 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBc7bq067077; Fri, 12 Mar 2021 11:38:07 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103121138.12CBc7bq067077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 11:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568171 - head/x11/alacritty X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/x11/alacritty X-SVN-Commit-Revision: 568171 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:38:08 -0000 Author: mikael Date: Fri Mar 12 11:38:07 2021 New Revision: 568171 URL: https://svnweb.freebsd.org/changeset/ports/568171 Log: x11/alacritty: Add video backend option PR: 254035 Submitted by: Evgeniy Khramtsov Modified: head/x11/alacritty/Makefile Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Fri Mar 12 11:31:40 2021 (r568170) +++ head/x11/alacritty/Makefile Fri Mar 12 11:38:07 2021 (r568171) @@ -3,6 +3,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= mikael@FreeBSD.org @@ -15,9 +16,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 TEST_DEPENDS= dejavu>0:x11-fonts/dejavu -USES= cargo localbase:ldflags python:3.6+,build ssl:build xorg +USES= cargo localbase:ldflags python:3.6+,build ssl:build USE_GITHUB= yes -USE_XORG= xcb CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ adler32-1.2.0 \ @@ -221,6 +221,9 @@ CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ CARGO_USE_GITHUB= yes CARGO_INSTALL_PATH= alacritty +CARGO_FEATURES+= --no-default-features +CARGO_CARGOTOML= ${WRKSRC}/${PORTNAME}/Cargo.toml + # For xcb crate BINARY_ALIAS= python3=${PYTHON_CMD} @@ -234,6 +237,17 @@ PLIST_FILES= bin/alacritty \ PORTEXAMPLES= alacritty.yml OPTIONS_DEFINE= EXAMPLES + +BACKEND_DESC= Display backend + +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= WAYLAND X11 +OPTIONS_DEFAULT= WAYLAND + +WAYLAND_VARS= CARGO_FEATURES+=wayland +X11_USES= xorg +X11_USE= XORG=xcb +X11_VARS= CARGO_FEATURES+=x11 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/alacritty From owner-svn-ports-all@freebsd.org Fri Mar 12 11:40:07 2021 Return-Path: Delivered-To: svn-ports-all@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 B1811576469; Fri, 12 Mar 2021 11:40:07 +0000 (UTC) (envelope-from tota@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 4DxkPz4gpFz3jRG; Fri, 12 Mar 2021 11:40:07 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93840170CA; Fri, 12 Mar 2021 11:40:07 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBe7NV067289; Fri, 12 Mar 2021 11:40:07 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBe7aZ067287; Fri, 12 Mar 2021 11:40:07 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103121140.12CBe7aZ067287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 12 Mar 2021 11:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568172 - head/math/R-cran-lava X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-lava X-SVN-Commit-Revision: 568172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:40:07 -0000 Author: tota Date: Fri Mar 12 11:40:06 2021 New Revision: 568172 URL: https://svnweb.freebsd.org/changeset/ports/568172 Log: - Update to 1.6.9 Modified: head/math/R-cran-lava/Makefile (contents, props changed) head/math/R-cran-lava/distinfo (contents, props changed) Modified: head/math/R-cran-lava/Makefile ============================================================================== --- head/math/R-cran-lava/Makefile Fri Mar 12 11:38:07 2021 (r568171) +++ head/math/R-cran-lava/Makefile Fri Mar 12 11:40:06 2021 (r568172) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lava -DISTVERSION= 1.6.8.1 +DISTVERSION= 1.6.9 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-lava/distinfo ============================================================================== --- head/math/R-cran-lava/distinfo Fri Mar 12 11:38:07 2021 (r568171) +++ head/math/R-cran-lava/distinfo Fri Mar 12 11:40:06 2021 (r568172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604738888 -SHA256 (lava_1.6.8.1.tar.gz) = 6d243fc86c67c78ff4763502d84ff2f0889c2e55d1a59afefb7a762887473ffa -SIZE (lava_1.6.8.1.tar.gz) = 1140975 +TIMESTAMP = 1615527892 +SHA256 (lava_1.6.9.tar.gz) = 034d628a22061cf811e7ac9a9210d91e12fec146250da3ad6fbb7ef4f372b11d +SIZE (lava_1.6.9.tar.gz) = 1364594 From owner-svn-ports-all@freebsd.org Fri Mar 12 11:41:43 2021 Return-Path: Delivered-To: svn-ports-all@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 016F5576666; Fri, 12 Mar 2021 11:41:43 +0000 (UTC) (envelope-from mikael@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 4DxkRp6Fpdz3jbs; Fri, 12 Mar 2021 11:41:42 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9AB616C5E; Fri, 12 Mar 2021 11:41:42 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CBfg3f068973; Fri, 12 Mar 2021 11:41:42 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CBfg5f068972; Fri, 12 Mar 2021 11:41:42 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103121141.12CBfg5f068972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 11:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568173 - head/net-im/nextcloud-spreed-signaling/files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/net-im/nextcloud-spreed-signaling/files X-SVN-Commit-Revision: 568173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 11:41:43 -0000 Author: mikael Date: Fri Mar 12 11:41:42 2021 New Revision: 568173 URL: https://svnweb.freebsd.org/changeset/ports/568173 Log: net-im/nextcloud-spreed-signaling: Fix build on aarch64 Approved by: portmgr (tier-2 blanket) Added: head/net-im/nextcloud-spreed-signaling/files/patch-vendor_src_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (contents, props changed) Added: head/net-im/nextcloud-spreed-signaling/files/patch-vendor_src_golang.org_x_sys_unix_ztypes__freebsd__arm64.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/nextcloud-spreed-signaling/files/patch-vendor_src_golang.org_x_sys_unix_ztypes__freebsd__arm64.go Fri Mar 12 11:41:42 2021 (r568173) @@ -0,0 +1,24 @@ +From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001 +From: Tobias Klauser +Date: Fri, 25 Oct 2019 21:13:51 +0200 +Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64 + +CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a +type uint128. This type doesn't exist in Go. + +Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b +Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 +Run-TryBot: Tobias Klauser +TryBot-Result: Gobot Gobot +Reviewed-by: Brad Fitzpatrick +--- vendor/src/golang.org/x/sys/unix/ztypes_freebsd_arm64.go 2019-08-18 13:42:05 UTC ++++ vendor/src/golang.org/x/sys/unix/ztypes_freebsd_arm64.go +@@ -397,7 +397,7 @@ type Reg struct { + } + + type FpReg struct { +- Fp_q [32]uint128 ++ Fp_q [512]uint8 + Fp_sr uint32 + Fp_cr uint32 + } From owner-svn-ports-all@freebsd.org Fri Mar 12 13:07:18 2021 Return-Path: Delivered-To: svn-ports-all@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 F39BF578D04; Fri, 12 Mar 2021 13:07:18 +0000 (UTC) (envelope-from dmgk@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 4DxmLZ6Wnzz3pZK; Fri, 12 Mar 2021 13:07:18 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE5AD18585; Fri, 12 Mar 2021 13:07:18 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CD7I6o021167; Fri, 12 Mar 2021 13:07:18 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CD7IYL021166; Fri, 12 Mar 2021 13:07:18 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202103121307.12CD7IYL021166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Fri, 12 Mar 2021 13:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568174 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 568174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:07:19 -0000 Author: dmgk Date: Fri Mar 12 13:07:18 2021 New Revision: 568174 URL: https://svnweb.freebsd.org/changeset/ports/568174 Log: lang/go: Update to 1.16.2 Changes: https://golang.org/doc/devel/release.html#go1.16.minor Modified: head/lang/go/Makefile head/lang/go/distinfo Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Fri Mar 12 11:41:42 2021 (r568173) +++ head/lang/go/Makefile Fri Mar 12 13:07:18 2021 (r568174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION?= 1.16.1 +PORTVERSION?= 1.16.2 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Fri Mar 12 11:41:42 2021 (r568173) +++ head/lang/go/distinfo Fri Mar 12 13:07:18 2021 (r568174) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615417662 -SHA256 (go1.16.1.src.tar.gz) = 680a500cd8048750121677dd4dc055fdfd680ae83edc7ed60a4b927e466228eb -SIZE (go1.16.1.src.tar.gz) = 20897580 +TIMESTAMP = 1615553875 +SHA256 (go1.16.2.src.tar.gz) = 37ca14287a23cb8ba2ac3f5c3dd8adbc1f7a54b9701a57824bf19a0b271f83ea +SIZE (go1.16.2.src.tar.gz) = 20905135 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-svn-ports-all@freebsd.org Fri Mar 12 13:46:23 2021 Return-Path: Delivered-To: svn-ports-all@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 BB905579800; Fri, 12 Mar 2021 13:46:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxnCg4tF4z3rZw; Fri, 12 Mar 2021 13:46:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96206188EB; Fri, 12 Mar 2021 13:46:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CDkN5q045283; Fri, 12 Mar 2021 13:46:23 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CDkMt7045280; Fri, 12 Mar 2021 13:46:22 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103121346.12CDkMt7045280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 12 Mar 2021 13:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568175 - head/mail/nextcloud-mail X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/mail/nextcloud-mail X-SVN-Commit-Revision: 568175 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:46:23 -0000 Author: brnrd Date: Fri Mar 12 13:46:22 2021 New Revision: 568175 URL: https://svnweb.freebsd.org/changeset/ports/568175 Log: mail/nextcloud-mail: Update to 1.9.3 Modified: head/mail/nextcloud-mail/Makefile head/mail/nextcloud-mail/distinfo head/mail/nextcloud-mail/pkg-plist Modified: head/mail/nextcloud-mail/Makefile ============================================================================== --- head/mail/nextcloud-mail/Makefile Fri Mar 12 13:07:18 2021 (r568174) +++ head/mail/nextcloud-mail/Makefile Fri Mar 12 13:46:22 2021 (r568175) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mail -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.3 DISTVERSIONPREFIX= v CATEGORIES= mail MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/mail/nextcloud-mail/distinfo ============================================================================== --- head/mail/nextcloud-mail/distinfo Fri Mar 12 13:07:18 2021 (r568174) +++ head/mail/nextcloud-mail/distinfo Fri Mar 12 13:46:22 2021 (r568175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614797656 -SHA256 (nextcloud/mail-v1.9.1/mail.tar.gz) = 43366cc2593a91d5afa4173d1f74c0f4f72fa9f5a08dd16af921ecf85214c04e -SIZE (nextcloud/mail-v1.9.1/mail.tar.gz) = 15662945 +TIMESTAMP = 1615556178 +SHA256 (nextcloud/mail-v1.9.3/mail.tar.gz) = a92b7f4744e89f03c074804471b1e99cf600e2fbd9c8be6b5b7781c96dc4c6db +SIZE (nextcloud/mail-v1.9.3/mail.tar.gz) = 15663880 Modified: head/mail/nextcloud-mail/pkg-plist ============================================================================== --- head/mail/nextcloud-mail/pkg-plist Fri Mar 12 13:07:18 2021 (r568174) +++ head/mail/nextcloud-mail/pkg-plist Fri Mar 12 13:46:22 2021 (r568175) @@ -55,18 +55,18 @@ %%WWWDIR%%/js/dashboard.js.map %%WWWDIR%%/js/htmlresponse.js %%WWWDIR%%/js/htmlresponse.js.map -%%WWWDIR%%/js/mail.0.deabbbfc24f66faa25f0.js -%%WWWDIR%%/js/mail.0.deabbbfc24f66faa25f0.js.map -%%WWWDIR%%/js/mail.1.3c4771ebe300c4f835ec.js -%%WWWDIR%%/js/mail.1.3c4771ebe300c4f835ec.js.map -%%WWWDIR%%/js/mail.10.33a9fa1063387a0631a5.js -%%WWWDIR%%/js/mail.10.33a9fa1063387a0631a5.js.map -%%WWWDIR%%/js/mail.7.44b14b47288db6ad0f3b.js -%%WWWDIR%%/js/mail.7.44b14b47288db6ad0f3b.js.map +%%WWWDIR%%/js/mail.0.a3a63f57527146ba87ff.js +%%WWWDIR%%/js/mail.0.a3a63f57527146ba87ff.js.map +%%WWWDIR%%/js/mail.1.e58643906e0c70ad74ff.js +%%WWWDIR%%/js/mail.1.e58643906e0c70ad74ff.js.map +%%WWWDIR%%/js/mail.10.fa402ff690d49300589a.js +%%WWWDIR%%/js/mail.10.fa402ff690d49300589a.js.map +%%WWWDIR%%/js/mail.7.e188fbb9f5f4953afeda.js +%%WWWDIR%%/js/mail.7.e188fbb9f5f4953afeda.js.map %%WWWDIR%%/js/mail.8.5ed2d7734036922be753.js %%WWWDIR%%/js/mail.8.5ed2d7734036922be753.js.map -%%WWWDIR%%/js/mail.9.a0cf5fb149de6d259488.js -%%WWWDIR%%/js/mail.9.a0cf5fb149de6d259488.js.map +%%WWWDIR%%/js/mail.9.5033282686ee6443f1fb.js +%%WWWDIR%%/js/mail.9.5033282686ee6443f1fb.js.map %%WWWDIR%%/js/mail.js %%WWWDIR%%/js/mail.js.map %%WWWDIR%%/js/settings.js @@ -367,6 +367,7 @@ %%WWWDIR%%/lib/Listener/SaveSentMessageListener.php %%WWWDIR%%/lib/Listener/UserDeletedListener.php %%WWWDIR%%/lib/Mailbox.php +%%WWWDIR%%/lib/Migration/AddMissingMessageIds.php %%WWWDIR%%/lib/Migration/AddSieveToProvisioningConfig.php %%WWWDIR%%/lib/Migration/FixBackgroundJobs.php %%WWWDIR%%/lib/Migration/FixCollectedAddresses.php From owner-svn-ports-all@freebsd.org Fri Mar 12 13:48:17 2021 Return-Path: Delivered-To: svn-ports-all@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 601745792FB; Fri, 12 Mar 2021 13:48:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxnFs2LGNz3rMQ; Fri, 12 Mar 2021 13:48:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (unknown [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 2A5A327FC6; Fri, 12 Mar 2021 13:48:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 67FFF383CC; Fri, 12 Mar 2021 14:48:15 +0100 (CET) Date: Fri, 12 Mar 2021 14:48:15 +0100 From: Baptiste Daroussin To: Mikael Urankar Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r568171 - head/x11/alacritty Message-ID: <20210312134815.52gg254cjddlhfpi@aniel.nours.eu> References: <202103121138.12CBc7bq067077@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oiat36qpf5ubqtuf" Content-Disposition: inline In-Reply-To: <202103121138.12CBc7bq067077@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:48:17 -0000 --oiat36qpf5ubqtuf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 12, 2021 at 11:38:07AM +0000, Mikael Urankar wrote: > Author: mikael > Date: Fri Mar 12 11:38:07 2021 > New Revision: 568171 > URL: https://svnweb.freebsd.org/changeset/ports/568171 >=20 > Log: > x11/alacritty: Add video backend option > =20 > PR: 254035 > Submitted by: Evgeniy Khramtsov >=20 > Modified: > head/x11/alacritty/Makefile >=20 > Modified: head/x11/alacritty/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/x11/alacritty/Makefile Fri Mar 12 11:31:40 2021 (r568170) > +++ head/x11/alacritty/Makefile Fri Mar 12 11:38:07 2021 (r568171) > @@ -3,6 +3,7 @@ > PORTNAME=3D alacritty > DISTVERSIONPREFIX=3D v > DISTVERSION=3D 0.7.2 > +PORTREVISION=3D 1 > CATEGORIES=3D x11 > =20 > MAINTAINER=3D mikael@FreeBSD.org > @@ -15,9 +16,8 @@ LIB_DEPENDS=3D libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 > TEST_DEPENDS=3D dejavu>0:x11-fonts/dejavu > =20 > -USES=3D cargo localbase:ldflags python:3.6+,build ssl:build xorg > +USES=3D cargo localbase:ldflags python:3.6+,build ssl:build > USE_GITHUB=3D yes > -USE_XORG=3D xcb > =20 > CARGO_CRATES=3D ab_glyph_rasterizer-0.1.4 \ > adler32-1.2.0 \ > @@ -221,6 +221,9 @@ CARGO_CRATES=3D ab_glyph_rasterizer-0.1.4 \ > CARGO_USE_GITHUB=3D yes > CARGO_INSTALL_PATH=3D alacritty > =20 > +CARGO_FEATURES+=3D --no-default-features > +CARGO_CARGOTOML=3D ${WRKSRC}/${PORTNAME}/Cargo.toml > + > # For xcb crate > BINARY_ALIAS=3D python3=3D${PYTHON_CMD} > =20 > @@ -234,6 +237,17 @@ PLIST_FILES=3D bin/alacritty \ > PORTEXAMPLES=3D alacritty.yml > =20 > OPTIONS_DEFINE=3D EXAMPLES > + > +BACKEND_DESC=3D Display backend > + > +OPTIONS_MULTI=3D BACKEND > +OPTIONS_MULTI_BACKEND=3D WAYLAND X11 > +OPTIONS_DEFAULT=3D WAYLAND > + I think the default should be both am I wrong ? Bapt --oiat36qpf5ubqtuf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAmBLcRwACgkQY4mL3PG3 PlqHpA//cWff4e04WusgwdZmnZzr6MH9dfVOfEtgHWKXgpUBWlOyP6KipTPgH3Vo 8zVOE4zEV1HOrpsd8M/N0LeBCP462pcuvI0nDoKn5Dhsr5bGNzetpGoCM/Fl+CXD bteDcdOmZmPkjySHPmnAGYEtEdyhgHfy1F4SO/9aILAlDBJHgqTqs2vF8FvL1xA7 uFY7my3hCDGzA+H++G6VIUQbvOGL0rQCdaAwBxYbrEB3263bR6NXYgUxClNVmEN9 ffvCdN3T5SsZaBUKW1AxW5va3s9PjPtzkz6dzwWbgp49yNKILRYCmyv0rftAiOyY 8xjb31PlOL4IBZ7JEi2mtWsuRopzoMvWu0ngy7Nsge88bEtkTmfyQiuFyU8ffjrS Ku9iEumuA/ROga39D3fIPgEaz1a71f4xtXE67wq7usVLEbFQBFCqQzGNy+bDYhKl m0/spa98SAWf8dhbsXZXC2X0irmdVaoct4gQUy+367GXx76fUoTmxb0yevfCrcRY EvNeYow3TY/vfT2qRgQRBDPSnauVTYpqhnVgJ2WYyCDIJhKqql2B33g4WYXgfrs8 Tz11MNBiHWgtUNmeMdk0EIk+/567b0CgqQ84BF2yqrBhjB1ZIsjdJo5Qbj8poSB9 YPCsWuyhyNFJ7QH1M9bXvWxPvDLoWUMyRlxPxoUVrzi6Vl2HkJ0= =LRCl -----END PGP SIGNATURE----- --oiat36qpf5ubqtuf-- From owner-svn-ports-all@freebsd.org Fri Mar 12 13:48:28 2021 Return-Path: Delivered-To: svn-ports-all@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 35810579552; Fri, 12 Mar 2021 13:48:28 +0000 (UTC) (envelope-from bland@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 4DxnG40ryGz3rvT; Fri, 12 Mar 2021 13:48:28 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 106B118CCB; Fri, 12 Mar 2021 13:48:28 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CDmR8q045449; Fri, 12 Mar 2021 13:48:27 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CDmR67045447; Fri, 12 Mar 2021 13:48:27 GMT (envelope-from bland@FreeBSD.org) Message-Id: <202103121348.12CDmR67045447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Fri, 12 Mar 2021 13:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568176 - head/devel/distcc X-SVN-Group: ports-head X-SVN-Commit-Author: bland X-SVN-Commit-Paths: head/devel/distcc X-SVN-Commit-Revision: 568176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:48:28 -0000 Author: bland Date: Fri Mar 12 13:48:27 2021 New Revision: 568176 URL: https://svnweb.freebsd.org/changeset/ports/568176 Log: Update to 3.3.5 Modified: head/devel/distcc/Makefile head/devel/distcc/distinfo Modified: head/devel/distcc/Makefile ============================================================================== --- head/devel/distcc/Makefile Fri Mar 12 13:46:22 2021 (r568175) +++ head/devel/distcc/Makefile Fri Mar 12 13:48:27 2021 (r568176) @@ -4,12 +4,9 @@ PORTNAME= distcc DISTVERSIONPREFIX= v -DISTVERSION= 3.3.3 -PORTREVISION= 2 +DISTVERSION= 3.3.5 +PORTREVISION= 0 CATEGORIES= devel - -PATCH_SITES= https://github.com/distcc/distcc/commit/ -PATCHFILES= 307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code across machines on a network Modified: head/devel/distcc/distinfo ============================================================================== --- head/devel/distcc/distinfo Fri Mar 12 13:46:22 2021 (r568175) +++ head/devel/distcc/distinfo Fri Mar 12 13:48:27 2021 (r568176) @@ -1,5 +1,3 @@ -TIMESTAMP = 1598642085 -SHA256 (distcc-distcc-v3.3.3_GH0.tar.gz) = b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169 -SIZE (distcc-distcc-v3.3.3_GH0.tar.gz) = 1000021 -SHA256 (307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch) = bdb625de75400a79f873f323691fb980bbbe5373b24300e055edd475c6c23144 -SIZE (307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch) = 1378 +TIMESTAMP = 1615549770 +SHA256 (distcc-distcc-v3.3.5_GH0.tar.gz) = 13a4b3ce49dfc853a3de550f6ccac583413946b3a2fa778ddf503a9edc8059b0 +SIZE (distcc-distcc-v3.3.5_GH0.tar.gz) = 1002090 From owner-svn-ports-all@freebsd.org Fri Mar 12 13:50:55 2021 Return-Path: Delivered-To: svn-ports-all@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 9A964579982; Fri, 12 Mar 2021 13:50:55 +0000 (UTC) (envelope-from mikael@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 4DxnJv42Gfz3rp3; Fri, 12 Mar 2021 13:50:55 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D75218BB4; Fri, 12 Mar 2021 13:50:55 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CDotME048871; Fri, 12 Mar 2021 13:50:55 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CDotst048870; Fri, 12 Mar 2021 13:50:55 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202103121350.12CDotst048870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 12 Mar 2021 13:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568177 - head/x11/alacritty X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/x11/alacritty X-SVN-Commit-Revision: 568177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:50:55 -0000 Author: mikael Date: Fri Mar 12 13:50:55 2021 New Revision: 568177 URL: https://svnweb.freebsd.org/changeset/ports/568177 Log: x11/alacritty: enable X11 option by default Reported by: bapt Modified: head/x11/alacritty/Makefile Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Fri Mar 12 13:48:27 2021 (r568176) +++ head/x11/alacritty/Makefile Fri Mar 12 13:50:55 2021 (r568177) @@ -3,7 +3,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= mikael@FreeBSD.org @@ -242,7 +242,7 @@ BACKEND_DESC= Display backend OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= WAYLAND X11 -OPTIONS_DEFAULT= WAYLAND +OPTIONS_DEFAULT= WAYLAND X11 WAYLAND_VARS= CARGO_FEATURES+=wayland X11_USES= xorg From owner-svn-ports-all@freebsd.org Fri Mar 12 13:51:52 2021 Return-Path: Delivered-To: svn-ports-all@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 103F8579C05; Fri, 12 Mar 2021 13:51:52 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxnKz751Sz3s5L; Fri, 12 Mar 2021 13:51:51 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from [IPv6:2001:470:1f12:395::2] (tunnel610894-pt.tunnel.tserv10.par1.ipv6.he.net [IPv6:2001:470:1f12:395::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mikael) by smtp.freebsd.org (Postfix) with ESMTPSA id 6CEE7278F9; Fri, 12 Mar 2021 13:51:51 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Subject: Re: svn commit: r568171 - head/x11/alacritty To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103121138.12CBc7bq067077@repo.freebsd.org> <20210312134815.52gg254cjddlhfpi@aniel.nours.eu> From: =?UTF-8?Q?Mika=c3=abl_Urankar?= Message-ID: <6c05065b-5755-ab17-02f5-880c502edd0b@FreeBSD.org> Date: Fri, 12 Mar 2021 14:51:49 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210312134815.52gg254cjddlhfpi@aniel.nours.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:51:52 -0000 On 12/03/2021 14:48, Baptiste Daroussin wrote: > On Fri, Mar 12, 2021 at 11:38:07AM +0000, Mikael Urankar wrote: >> Author: mikael >> Date: Fri Mar 12 11:38:07 2021 >> New Revision: 568171 >> URL: https://svnweb.freebsd.org/changeset/ports/568171 >> >> Log: >> x11/alacritty: Add video backend option >> >> PR: 254035 >> Submitted by: Evgeniy Khramtsov >> >> Modified: >> head/x11/alacritty/Makefile >> >> Modified: head/x11/alacritty/Makefile >> ============================================================================== >> --- head/x11/alacritty/Makefile Fri Mar 12 11:31:40 2021 (r568170) >> +++ head/x11/alacritty/Makefile Fri Mar 12 11:38:07 2021 (r568171) >> @@ -3,6 +3,7 @@ >> PORTNAME= alacritty >> DISTVERSIONPREFIX= v >> DISTVERSION= 0.7.2 >> +PORTREVISION= 1 >> CATEGORIES= x11 >> >> MAINTAINER= mikael@FreeBSD.org >> @@ -15,9 +16,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >> libfreetype.so:print/freetype2 >> TEST_DEPENDS= dejavu>0:x11-fonts/dejavu >> >> -USES= cargo localbase:ldflags python:3.6+,build ssl:build xorg >> +USES= cargo localbase:ldflags python:3.6+,build ssl:build >> USE_GITHUB= yes >> -USE_XORG= xcb >> >> CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ >> adler32-1.2.0 \ >> @@ -221,6 +221,9 @@ CARGO_CRATES= ab_glyph_rasterizer-0.1.4 \ >> CARGO_USE_GITHUB= yes >> CARGO_INSTALL_PATH= alacritty >> >> +CARGO_FEATURES+= --no-default-features >> +CARGO_CARGOTOML= ${WRKSRC}/${PORTNAME}/Cargo.toml >> + >> # For xcb crate >> BINARY_ALIAS= python3=${PYTHON_CMD} >> >> @@ -234,6 +237,17 @@ PLIST_FILES= bin/alacritty \ >> PORTEXAMPLES= alacritty.yml >> >> OPTIONS_DEFINE= EXAMPLES >> + >> +BACKEND_DESC= Display backend >> + >> +OPTIONS_MULTI= BACKEND >> +OPTIONS_MULTI_BACKEND= WAYLAND X11 >> +OPTIONS_DEFAULT= WAYLAND >> + > I think the default should be both am I wrong ? > > Bapt > Oops, I was testing the option separately and forgot to put X11 back. fixed in https://svnweb.freebsd.org/changeset/ports/568177 Thanks! From owner-svn-ports-all@freebsd.org Fri Mar 12 13:59:49 2021 Return-Path: Delivered-To: svn-ports-all@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 4A8C0579768; Fri, 12 Mar 2021 13:59:49 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxnW91fJmz3sFK; Fri, 12 Mar 2021 13:59:49 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2754218AEB; Fri, 12 Mar 2021 13:59:49 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CDxm4e051403; Fri, 12 Mar 2021 13:59:48 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CDxmjB051402; Fri, 12 Mar 2021 13:59:48 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202103121359.12CDxmjB051402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 12 Mar 2021 13:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568178 - head/emulators/qemu-user-static X-SVN-Group: ports-head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: head/emulators/qemu-user-static X-SVN-Commit-Revision: 568178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 13:59:49 -0000 Author: kevans Date: Fri Mar 12 13:59:48 2021 New Revision: 568178 URL: https://svnweb.freebsd.org/changeset/ports/568178 Log: emulators/qemu-user-static: update to fix copy_file_range() bug MFH: 2021Q1 Modified: head/emulators/qemu-user-static/Makefile head/emulators/qemu-user-static/distinfo Modified: head/emulators/qemu-user-static/Makefile ============================================================================== --- head/emulators/qemu-user-static/Makefile Fri Mar 12 13:50:55 2021 (r568177) +++ head/emulators/qemu-user-static/Makefile Fri Mar 12 13:59:48 2021 (r568178) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= emulators PKGNAMESUFFIX= -user-static DIST_SUBDIR= qemu/${PORTVERSION} @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= qemu-user-static-devel-[0-9]* USES= bison compiler:c11 gmake perl5 pkgconfig python:build USE_GITHUB= yes -GH_TUPLE= qemu-bsd-user:qemu-bsd-user:f7fd10d7677c \ +GH_TUPLE= qemu-bsd-user:qemu-bsd-user:bbf9ac7959ec \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USE_PERL5= build Modified: head/emulators/qemu-user-static/distinfo ============================================================================== --- head/emulators/qemu-user-static/distinfo Fri Mar 12 13:50:55 2021 (r568177) +++ head/emulators/qemu-user-static/distinfo Fri Mar 12 13:59:48 2021 (r568178) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614279045 -SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = b13b667d38be27e4ffeffb3f4edf553cd1bf3b4c34036e2dc809a0c544903b0e -SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = 16908794 +TIMESTAMP = 1615557532 +SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 2d13303594e7b05858c7a7d2dfc6955812c5c644a670d0803bb0db38b57f7e9c +SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 16909061 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 From owner-svn-ports-all@freebsd.org Fri Mar 12 14:01:03 2021 Return-Path: Delivered-To: svn-ports-all@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 46934579BBA; Fri, 12 Mar 2021 14:01:03 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxnXb1VQxz3sLr; Fri, 12 Mar 2021 14:01:03 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26D1119100; Fri, 12 Mar 2021 14:01:03 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CE13jm052631; Fri, 12 Mar 2021 14:01:03 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CE12w3052629; Fri, 12 Mar 2021 14:01:02 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202103121401.12CE12w3052629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 12 Mar 2021 14:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568179 - branches/2021Q1/emulators/qemu-user-static X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2021Q1/emulators/qemu-user-static X-SVN-Commit-Revision: 568179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 14:01:03 -0000 Author: kevans Date: Fri Mar 12 14:01:02 2021 New Revision: 568179 URL: https://svnweb.freebsd.org/changeset/ports/568179 Log: MFH: r568178 emulators/qemu-user-static: update to fix copy_file_range() bug Modified: branches/2021Q1/emulators/qemu-user-static/Makefile branches/2021Q1/emulators/qemu-user-static/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/qemu-user-static/Makefile ============================================================================== --- branches/2021Q1/emulators/qemu-user-static/Makefile Fri Mar 12 13:59:48 2021 (r568178) +++ branches/2021Q1/emulators/qemu-user-static/Makefile Fri Mar 12 14:01:02 2021 (r568179) @@ -2,7 +2,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= emulators PKGNAMESUFFIX= -user-static DIST_SUBDIR= qemu/${PORTVERSION} @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= qemu-user-static-devel-[0-9]* USES= bison compiler:c11 gmake perl5 pkgconfig python:build USE_GITHUB= yes -GH_TUPLE= qemu-bsd-user:qemu-bsd-user:f7fd10d7677c \ +GH_TUPLE= qemu-bsd-user:qemu-bsd-user:bbf9ac7959ec \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USE_PERL5= build Modified: branches/2021Q1/emulators/qemu-user-static/distinfo ============================================================================== --- branches/2021Q1/emulators/qemu-user-static/distinfo Fri Mar 12 13:59:48 2021 (r568178) +++ branches/2021Q1/emulators/qemu-user-static/distinfo Fri Mar 12 14:01:02 2021 (r568179) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614279045 -SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = b13b667d38be27e4ffeffb3f4edf553cd1bf3b4c34036e2dc809a0c544903b0e -SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-f7fd10d7677c_GH0.tar.gz) = 16908794 +TIMESTAMP = 1615557532 +SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 2d13303594e7b05858c7a7d2dfc6955812c5c644a670d0803bb0db38b57f7e9c +SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-bbf9ac7959ec_GH0.tar.gz) = 16909061 SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 From owner-svn-ports-all@freebsd.org Fri Mar 12 14:38:43 2021 Return-Path: Delivered-To: svn-ports-all@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 CE34057A436; Fri, 12 Mar 2021 14:38:43 +0000 (UTC) (envelope-from nivit@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 4DxpN35VN6z3v81; Fri, 12 Mar 2021 14:38:43 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB38A19751; Fri, 12 Mar 2021 14:38:43 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CEchin074929; Fri, 12 Mar 2021 14:38:43 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CEchMj074926; Fri, 12 Mar 2021 14:38:43 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <202103121438.12CEchMj074926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 12 Mar 2021 14:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568180 - head/devel/py-wheel X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/devel/py-wheel X-SVN-Commit-Revision: 568180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 14:38:43 -0000 Author: nivit Date: Fri Mar 12 14:38:42 2021 New Revision: 568180 URL: https://svnweb.freebsd.org/changeset/ports/568180 Log: devel/py-wheel: update to 0.36.2 Add NO_ARCH variable. [1] Update WWW URL in pkg-descr. [1] Changes: https://wheel.readthedocs.io/en/stable/news.html PR: 248836 [1] Submitted by: thierry Modified: head/devel/py-wheel/Makefile head/devel/py-wheel/distinfo head/devel/py-wheel/pkg-descr Modified: head/devel/py-wheel/Makefile ============================================================================== --- head/devel/py-wheel/Makefile Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/Makefile Fri Mar 12 14:38:42 2021 (r568180) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wheel -PORTVERSION= 0.30.0 -PORTREVISION= 1 +PORTVERSION= 0.36.2 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,5 +25,6 @@ SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec> USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Modified: head/devel/py-wheel/distinfo ============================================================================== --- head/devel/py-wheel/distinfo Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/distinfo Fri Mar 12 14:38:42 2021 (r568180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505203839 -SHA256 (wheel-0.30.0.tar.gz) = 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 -SIZE (wheel-0.30.0.tar.gz) = 43087 +TIMESTAMP = 1615559389 +SHA256 (wheel-0.36.2.tar.gz) = e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e +SIZE (wheel-0.36.2.tar.gz) = 65393 Modified: head/devel/py-wheel/pkg-descr ============================================================================== --- head/devel/py-wheel/pkg-descr Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/pkg-descr Fri Mar 12 14:38:42 2021 (r568180) @@ -12,4 +12,4 @@ The wheel project provides a bdist_wheel command for s setuptools >= 0.8.0). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility. -WWW: https://bitbucket.org/pypa/wheel +WWW: https://github.com/pypa/wheel From owner-svn-ports-all@freebsd.org Fri Mar 12 14:40:58 2021 Return-Path: Delivered-To: svn-ports-all@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 7A7C957A244; Fri, 12 Mar 2021 14:40:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxpQf2nrDz3vQj; Fri, 12 Mar 2021 14:40:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48B9C195B5; Fri, 12 Mar 2021 14:40:58 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CEeweO075145; Fri, 12 Mar 2021 14:40:58 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CEevaa075143; Fri, 12 Mar 2021 14:40:57 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202103121440.12CEevaa075143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 12 Mar 2021 14:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568181 - in head/security/openssl-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/security/openssl-devel: . files X-SVN-Commit-Revision: 568181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 14:40:58 -0000 Author: brnrd Date: Fri Mar 12 14:40:57 2021 New Revision: 568181 URL: https://svnweb.freebsd.org/changeset/ports/568181 Log: security/openssl-devel: Update to 3.0.0-alpha13 Deleted: head/security/openssl-devel/files/pkg-message.in Modified: head/security/openssl-devel/Makefile head/security/openssl-devel/distinfo head/security/openssl-devel/pkg-plist Modified: head/security/openssl-devel/Makefile ============================================================================== --- head/security/openssl-devel/Makefile Fri Mar 12 14:38:42 2021 (r568180) +++ head/security/openssl-devel/Makefile Fri Mar 12 14:40:57 2021 (r568181) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -DISTVERSION= 3.0.0-alpha12 +DISTVERSION= 3.0.0-alpha13 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ Modified: head/security/openssl-devel/distinfo ============================================================================== --- head/security/openssl-devel/distinfo Fri Mar 12 14:38:42 2021 (r568180) +++ head/security/openssl-devel/distinfo Fri Mar 12 14:40:57 2021 (r568181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613665317 -SHA256 (openssl-3.0.0-alpha12.tar.gz) = 8d78239be66af578b969441252e7c125aa134ef3b9bac6179d84275cfe01950c -SIZE (openssl-3.0.0-alpha12.tar.gz) = 14142492 +TIMESTAMP = 1615473285 +SHA256 (openssl-3.0.0-alpha13.tar.gz) = c88cbb9d330b4daa3dbb5af1ed511d5062253291a56e09fd17e9ac013a20f8a3 +SIZE (openssl-3.0.0-alpha13.tar.gz) = 14211501 Modified: head/security/openssl-devel/pkg-plist ============================================================================== --- head/security/openssl-devel/pkg-plist Fri Mar 12 14:38:42 2021 (r568180) +++ head/security/openssl-devel/pkg-plist Fri Mar 12 14:40:57 2021 (r568181) @@ -233,6 +233,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/BIO_f_md.3.gz %%MAN3%%man/man3/BIO_f_null.3.gz %%MAN3%%man/man3/BIO_f_prefix.3.gz +%%MAN3%%man/man3/BIO_f_readbuffer.3.gz %%MAN3%%man/man3/BIO_f_ssl.3.gz %%MAN3%%man/man3/BIO_find_type.3.gz %%MAN3%%man/man3/BIO_get_data.3.gz @@ -474,6 +475,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/OSSL_CMP_exec_certreq.3.gz %%MAN3%%man/man3/OSSL_CMP_log_open.3.gz %%MAN3%%man/man3/OSSL_CMP_validate_msg.3.gz +%%MAN3%%man/man3/OSSL_CORE_MAKE_FUNC.3.gz %%MAN3%%man/man3/OSSL_CRMF_MSG_get0_tmpl.3.gz %%MAN3%%man/man3/OSSL_CRMF_MSG_set0_validity.3.gz %%MAN3%%man/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.3.gz @@ -488,6 +490,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/OSSL_ENCODER_CTX_new_for_pkey.3.gz %%MAN3%%man/man3/OSSL_ENCODER_to_bio.3.gz %%MAN3%%man/man3/OSSL_HTTP_REQ_CTX.3.gz +%%MAN3%%man/man3/OSSL_HTTP_parse_url.3.gz %%MAN3%%man/man3/OSSL_HTTP_transfer.3.gz %%MAN3%%man/man3/OSSL_LIB_CTX.3.gz %%MAN3%%man/man3/OSSL_PARAM.3.gz @@ -544,6 +547,7 @@ man/man1/tsget.1.gz %%MAN3%%man/man3/RAND_egd.3.gz %%MAN3%%man/man3/RAND_get0_primary.3.gz %%MAN3%%man/man3/RAND_load_file.3.gz +%%MAN3%%man/man3/RAND_set_DRBG_type.3.gz %%MAN3%%man/man3/RAND_set_rand_method.3.gz %%MAN3%%man/man3/RC4_set_key.3.gz %%MAN3%%man/man3/RIPEMD160_Init.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 12 15:12:14 2021 Return-Path: Delivered-To: svn-ports-all@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 02A9557AC2D; Fri, 12 Mar 2021 15:12:14 +0000 (UTC) (envelope-from vanilla@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 4Dxq6j6dYLz3wT0; Fri, 12 Mar 2021 15:12:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4BBE19E1B; Fri, 12 Mar 2021 15:12:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CFCD61096108; Fri, 12 Mar 2021 15:12:13 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CFCD4a096106; Fri, 12 Mar 2021 15:12:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202103121512.12CFCD4a096106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 12 Mar 2021 15:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568182 - head/devel/pecl-swoole X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/pecl-swoole X-SVN-Commit-Revision: 568182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 15:12:14 -0000 Author: vanilla Date: Fri Mar 12 15:12:13 2021 New Revision: 568182 URL: https://svnweb.freebsd.org/changeset/ports/568182 Log: Update to 4.6.4. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Fri Mar 12 14:40:57 2021 (r568181) +++ head/devel/pecl-swoole/Makefile Fri Mar 12 15:12:13 2021 (r568182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.6.3 +PORTVERSION= 4.6.4 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org @@ -21,6 +21,7 @@ HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl SOCKETS_USE= PHP=sockets:build SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --enable-swoole-curl JSON_CONFIGURE_ON= --enable-swoole-json Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Fri Mar 12 14:40:57 2021 (r568181) +++ head/devel/pecl-swoole/distinfo Fri Mar 12 15:12:13 2021 (r568182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614695925 -SHA256 (PECL/swoole-4.6.3.tgz) = aa301d7f6c6c75e98e8512bcc080be250895dab1477541cc444ab47f5fdf9d9d -SIZE (PECL/swoole-4.6.3.tgz) = 1613183 +TIMESTAMP = 1615558736 +SHA256 (PECL/swoole-4.6.4.tgz) = 6128388eb39a1a264779c7d5bc536cc5fb095e73cb700b965eeee023ac6df641 +SIZE (PECL/swoole-4.6.4.tgz) = 1617564 From owner-svn-ports-all@freebsd.org Fri Mar 12 15:45:04 2021 Return-Path: Delivered-To: svn-ports-all@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 A84C657C96B; Fri, 12 Mar 2021 15:45:04 +0000 (UTC) (envelope-from eduardo@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 4Dxqrc4RPtz4SRW; Fri, 12 Mar 2021 15:45:04 +0000 (UTC) (envelope-from eduardo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8743019FFC; Fri, 12 Mar 2021 15:45:04 +0000 (UTC) (envelope-from eduardo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CFj4vE016442; Fri, 12 Mar 2021 15:45:04 GMT (envelope-from eduardo@FreeBSD.org) Received: (from eduardo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CFj4Kf016441; Fri, 12 Mar 2021 15:45:04 GMT (envelope-from eduardo@FreeBSD.org) Message-Id: <202103121545.12CFj4Kf016441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eduardo set sender to eduardo@FreeBSD.org using -f From: Nuno Teixeira Date: Fri, 12 Mar 2021 15:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568183 - head/benchmarks/iozone X-SVN-Group: ports-head X-SVN-Commit-Author: eduardo X-SVN-Commit-Paths: head/benchmarks/iozone X-SVN-Commit-Revision: 568183 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 15:45:04 -0000 Author: eduardo Date: Fri Mar 12 15:45:03 2021 New Revision: 568183 URL: https://svnweb.freebsd.org/changeset/ports/568183 Log: benchmarks/iozone: Adopt port Approved by: dbaio (mentor) Differential Revision: https://reviews.freebsd.org/D29229 Modified: head/benchmarks/iozone/Makefile Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Fri Mar 12 15:12:13 2021 (r568182) +++ head/benchmarks/iozone/Makefile Fri Mar 12 15:45:03 2021 (r568183) @@ -8,7 +8,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Performance Test of Sequential File I/O USES= gmake tar From owner-svn-ports-all@freebsd.org Fri Mar 12 15:55:10 2021 Return-Path: Delivered-To: svn-ports-all@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 8431857D399; Fri, 12 Mar 2021 15:55:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxr4G3JnSz4TL2; Fri, 12 Mar 2021 15:55:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A52E1A64D; Fri, 12 Mar 2021 15:55:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CFtAjp023210; Fri, 12 Mar 2021 15:55:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CFt3Xf023180; Fri, 12 Mar 2021 15:55:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202103121555.12CFt3Xf023180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 12 Mar 2021 15:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568184 - in head: benchmarks/vkmark cad/horizon-eda cad/kicad cad/kicad-devel cad/openvsp devel/wf-config editors/imhex editors/libreoffice editors/libreoffice6 games/aquaria games/sol... X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head: benchmarks/vkmark cad/horizon-eda cad/kicad cad/kicad-devel cad/openvsp devel/wf-config editors/imhex editors/libreoffice editors/libreoffice6 games/aquaria games/solarus games/solarus-quest-... X-SVN-Commit-Revision: 568184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 15:55:10 -0000 Author: amdmi3 Date: Fri Mar 12 15:55:03 2021 New Revision: 568184 URL: https://svnweb.freebsd.org/changeset/ports/568184 Log: - Update math/glm to 0.9.9.8 Added: head/math/glm/files/glm.pc.in (contents, props changed) head/math/glm/files/patch-glm_ext_quaternion__common.inl (contents, props changed) Deleted: head/math/glm/files/patch-CMakeLists.txt head/math/glm/files/patch-glm_simd_platform.h head/math/glm/files/patch-test_core_core__setup__message.cpp Modified: head/benchmarks/vkmark/Makefile head/cad/horizon-eda/Makefile head/cad/kicad-devel/Makefile head/cad/kicad/Makefile head/cad/openvsp/Makefile head/devel/wf-config/Makefile head/editors/imhex/Makefile head/editors/libreoffice/Makefile head/editors/libreoffice6/Makefile head/games/aquaria/Makefile head/games/solarus-quest-editor/Makefile head/games/solarus/Makefile head/graphics/cegui/Makefile head/graphics/dilay/Makefile head/graphics/libetonyek01/Makefile head/graphics/libgltf/Makefile head/graphics/libprojectm/Makefile head/graphics/maim/Makefile head/math/curv/Makefile head/math/glm/Makefile head/math/glm/distinfo head/math/glm/pkg-plist head/multimedia/kodi-addon-visualization.fishbmc/Makefile head/science/py-pymol/Makefile head/sysutils/logstalgia/Makefile head/x11-wm/chamfer/Makefile head/x11-wm/wayfire/Makefile head/x11/slop/Makefile Modified: head/benchmarks/vkmark/Makefile ============================================================================== --- head/benchmarks/vkmark/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/benchmarks/vkmark/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= vkmark DISTVERSION= 2017.08-23 DISTVERSIONSUFFIX= -g6aad03d +PORTREVISION= 1 CATEGORIES= benchmarks PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/cad/horizon-eda/Makefile ============================================================================== --- head/cad/horizon-eda/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/cad/horizon-eda/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= horizon-eda DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/cad/kicad-devel/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/cad/kicad/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= kicad PORTVERSION= 5.1.9 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= cad MASTER_SITES= https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}/ Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/cad/openvsp/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ DISTVERSION= 3.20.0 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org Modified: head/devel/wf-config/Makefile ============================================================================== --- head/devel/wf-config/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/devel/wf-config/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= wf-config DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/editors/imhex/Makefile ============================================================================== --- head/editors/imhex/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/editors/imhex/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,6 +2,7 @@ PORTNAME= imhex PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= nobutaka@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/editors/libreoffice/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 .include "${.CURDIR}/Makefile.common" Modified: head/editors/libreoffice6/Makefile ============================================================================== --- head/editors/libreoffice6/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/editors/libreoffice6/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 .include "${.CURDIR}/Makefile.common" Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/games/aquaria/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -4,7 +4,7 @@ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org Modified: head/games/solarus-quest-editor/Makefile ============================================================================== --- head/games/solarus-quest-editor/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/games/solarus-quest-editor/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -4,6 +4,7 @@ PORTNAME= solarus-quest-editor PORTVERSION= 1.6.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/games/solarus/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,8 +2,8 @@ PORTNAME= solarus PORTVERSION= 1.6.4 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/cegui/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 Modified: head/graphics/dilay/Makefile ============================================================================== --- head/graphics/dilay/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/dilay/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= dilay DISTVERSION= 1.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/libetonyek01/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,7 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.9 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= LODEV/${PORTNAME} Modified: head/graphics/libgltf/Makefile ============================================================================== --- head/graphics/libgltf/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/libgltf/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,7 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics devel MASTER_SITES= LODEV Modified: head/graphics/libprojectm/Makefile ============================================================================== --- head/graphics/libprojectm/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/libprojectm/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= libprojectM DISTVERSIONPREFIX= v DISTVERSION= 3.1.12 +PORTREVISION= 1 CATEGORIES= graphics audio MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/maim/Makefile ============================================================================== --- head/graphics/maim/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/graphics/maim/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= maim DISTVERSIONPREFIX= v DISTVERSION= 5.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org Modified: head/math/curv/Makefile ============================================================================== --- head/math/curv/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/math/curv/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= curv DISTVERSION= 0.4-417 DISTVERSIONSUFFIX= -gf6f8d011 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org Modified: head/math/glm/Makefile ============================================================================== --- head/math/glm/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/math/glm/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glm -PORTVERSION= 0.9.8.5 -PORTREVISION= 4 +PORTVERSION= 0.9.9.8 PORTEPOCH= 1 CATEGORIES= math graphics @@ -11,16 +10,32 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/copying.txt USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= g-truc - NO_ARCH= yes -OPTIONS_DEFINE= TEST +SUB_FILES= glm.pc + +PORTDOCS= * + +OPTIONS_DEFINE= TEST DOCS TEST_CMAKE_BOOL= GLM_TEST_ENABLE TEST_TEST_TARGET= test + +post-patch: + @${REINPLACE_CMD} -e '/printf/ s|EndTime - StartTime|static_cast(&)|' \ + ${WRKSRC}/test/core/core_func_matrix.cpp + +do-install: + @cd ${WRKSRC} && ${COPYTREE_SHARE} "glm" ${STAGEDIR}${PREFIX}/include \ + "-not -name CMakeLists.txt" + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cmake/glm + ${INSTALL_DATA} ${WRKSRC}/cmake/glm/*.cmake ${STAGEDIR}${PREFIX}/lib/cmake/glm + ${INSTALL_DATA} ${WRKDIR}/glm.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + +do-install-DOCS-on: + @cd ${WRKSRC} && ${COPYTREE_SHARE} "doc *.md" ${STAGEDIR}${DOCSDIR} .include Modified: head/math/glm/distinfo ============================================================================== --- head/math/glm/distinfo Fri Mar 12 15:45:03 2021 (r568183) +++ head/math/glm/distinfo Fri Mar 12 15:55:03 2021 (r568184) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512334474 -SHA256 (g-truc-glm-0.9.8.5_GH0.tar.gz) = 80cf9958f06e5504f8df45ea14fde87411270102930be31c0a16c0da430fc920 -SIZE (g-truc-glm-0.9.8.5_GH0.tar.gz) = 3756809 +TIMESTAMP = 1615332075 +SHA256 (g-truc-glm-0.9.9.8_GH0.tar.gz) = 7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592 +SIZE (g-truc-glm-0.9.9.8_GH0.tar.gz) = 4368032 Added: head/math/glm/files/glm.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/glm/files/glm.pc.in Fri Mar 12 15:55:03 2021 (r568184) @@ -0,0 +1,7 @@ +prefix=%%PREFIX%% +includedir=${prefix}/include + +Name: GLM +Description: OpenGL Mathematics +Version: 0.9.8 +Cflags: -I${includedir} Added: head/math/glm/files/patch-glm_ext_quaternion__common.inl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/glm/files/patch-glm_ext_quaternion__common.inl Fri Mar 12 15:55:03 2021 (r568184) @@ -0,0 +1,11 @@ +--- glm/ext/quaternion_common.inl.orig 2020-04-13 17:41:16 UTC ++++ glm/ext/quaternion_common.inl +@@ -104,7 +104,7 @@ namespace glm + { + // Graphics Gems III, page 96 + T angle = acos(cosTheta); +- T phi = angle + k * glm::pi(); ++ T phi = angle + static_cast(k) * glm::pi(); + return (sin(angle - a * phi)* x + sin(a * phi) * z) / sin(angle); + } + } Modified: head/math/glm/pkg-plist ============================================================================== --- head/math/glm/pkg-plist Fri Mar 12 15:45:03 2021 (r568183) +++ head/math/glm/pkg-plist Fri Mar 12 15:55:03 2021 (r568184) @@ -1,4 +1,3 @@ -include/glm/CMakeLists.txt include/glm/common.hpp include/glm/detail/_features.hpp include/glm/detail/_fixes.hpp @@ -6,42 +5,30 @@ include/glm/detail/_noise.hpp include/glm/detail/_swizzle.hpp include/glm/detail/_swizzle_func.hpp include/glm/detail/_vectorize.hpp -include/glm/detail/dummy.cpp -include/glm/detail/func_common.hpp +include/glm/detail/compute_common.hpp +include/glm/detail/compute_vector_relational.hpp include/glm/detail/func_common.inl include/glm/detail/func_common_simd.inl -include/glm/detail/func_exponential.hpp include/glm/detail/func_exponential.inl include/glm/detail/func_exponential_simd.inl -include/glm/detail/func_geometric.hpp include/glm/detail/func_geometric.inl include/glm/detail/func_geometric_simd.inl -include/glm/detail/func_integer.hpp include/glm/detail/func_integer.inl include/glm/detail/func_integer_simd.inl -include/glm/detail/func_matrix.hpp include/glm/detail/func_matrix.inl include/glm/detail/func_matrix_simd.inl -include/glm/detail/func_packing.hpp include/glm/detail/func_packing.inl include/glm/detail/func_packing_simd.inl -include/glm/detail/func_trigonometric.hpp include/glm/detail/func_trigonometric.inl include/glm/detail/func_trigonometric_simd.inl -include/glm/detail/func_vector_relational.hpp include/glm/detail/func_vector_relational.inl include/glm/detail/func_vector_relational_simd.inl include/glm/detail/glm.cpp -include/glm/detail/precision.hpp +include/glm/detail/qualifier.hpp include/glm/detail/setup.hpp include/glm/detail/type_float.hpp -include/glm/detail/type_gentype.hpp -include/glm/detail/type_gentype.inl include/glm/detail/type_half.hpp include/glm/detail/type_half.inl -include/glm/detail/type_int.hpp -include/glm/detail/type_mat.hpp -include/glm/detail/type_mat.inl include/glm/detail/type_mat2x2.hpp include/glm/detail/type_mat2x2.inl include/glm/detail/type_mat2x3.hpp @@ -61,8 +48,9 @@ include/glm/detail/type_mat4x3.inl include/glm/detail/type_mat4x4.hpp include/glm/detail/type_mat4x4.inl include/glm/detail/type_mat4x4_simd.inl -include/glm/detail/type_vec.hpp -include/glm/detail/type_vec.inl +include/glm/detail/type_quat.hpp +include/glm/detail/type_quat.inl +include/glm/detail/type_quat_simd.inl include/glm/detail/type_vec1.hpp include/glm/detail/type_vec1.inl include/glm/detail/type_vec2.hpp @@ -74,20 +62,180 @@ include/glm/detail/type_vec4.inl include/glm/detail/type_vec4_simd.inl include/glm/exponential.hpp include/glm/ext.hpp +include/glm/ext/matrix_clip_space.hpp +include/glm/ext/matrix_clip_space.inl +include/glm/ext/matrix_common.hpp +include/glm/ext/matrix_common.inl +include/glm/ext/matrix_double2x2.hpp +include/glm/ext/matrix_double2x2_precision.hpp +include/glm/ext/matrix_double2x3.hpp +include/glm/ext/matrix_double2x3_precision.hpp +include/glm/ext/matrix_double2x4.hpp +include/glm/ext/matrix_double2x4_precision.hpp +include/glm/ext/matrix_double3x2.hpp +include/glm/ext/matrix_double3x2_precision.hpp +include/glm/ext/matrix_double3x3.hpp +include/glm/ext/matrix_double3x3_precision.hpp +include/glm/ext/matrix_double3x4.hpp +include/glm/ext/matrix_double3x4_precision.hpp +include/glm/ext/matrix_double4x2.hpp +include/glm/ext/matrix_double4x2_precision.hpp +include/glm/ext/matrix_double4x3.hpp +include/glm/ext/matrix_double4x3_precision.hpp +include/glm/ext/matrix_double4x4.hpp +include/glm/ext/matrix_double4x4_precision.hpp +include/glm/ext/matrix_float2x2.hpp +include/glm/ext/matrix_float2x2_precision.hpp +include/glm/ext/matrix_float2x3.hpp +include/glm/ext/matrix_float2x3_precision.hpp +include/glm/ext/matrix_float2x4.hpp +include/glm/ext/matrix_float2x4_precision.hpp +include/glm/ext/matrix_float3x2.hpp +include/glm/ext/matrix_float3x2_precision.hpp +include/glm/ext/matrix_float3x3.hpp +include/glm/ext/matrix_float3x3_precision.hpp +include/glm/ext/matrix_float3x4.hpp +include/glm/ext/matrix_float3x4_precision.hpp +include/glm/ext/matrix_float4x2.hpp +include/glm/ext/matrix_float4x2_precision.hpp +include/glm/ext/matrix_float4x3.hpp +include/glm/ext/matrix_float4x3_precision.hpp +include/glm/ext/matrix_float4x4.hpp +include/glm/ext/matrix_float4x4_precision.hpp +include/glm/ext/matrix_int2x2.hpp +include/glm/ext/matrix_int2x2_sized.hpp +include/glm/ext/matrix_int2x3.hpp +include/glm/ext/matrix_int2x3_sized.hpp +include/glm/ext/matrix_int2x4.hpp +include/glm/ext/matrix_int2x4_sized.hpp +include/glm/ext/matrix_int3x2.hpp +include/glm/ext/matrix_int3x2_sized.hpp +include/glm/ext/matrix_int3x3.hpp +include/glm/ext/matrix_int3x3_sized.hpp +include/glm/ext/matrix_int3x4.hpp +include/glm/ext/matrix_int3x4_sized.hpp +include/glm/ext/matrix_int4x2.hpp +include/glm/ext/matrix_int4x2_sized.hpp +include/glm/ext/matrix_int4x3.hpp +include/glm/ext/matrix_int4x3_sized.hpp +include/glm/ext/matrix_int4x4.hpp +include/glm/ext/matrix_int4x4_sized.hpp +include/glm/ext/matrix_projection.hpp +include/glm/ext/matrix_projection.inl +include/glm/ext/matrix_relational.hpp +include/glm/ext/matrix_relational.inl +include/glm/ext/matrix_transform.hpp +include/glm/ext/matrix_transform.inl +include/glm/ext/matrix_uint2x2.hpp +include/glm/ext/matrix_uint2x2_sized.hpp +include/glm/ext/matrix_uint2x3.hpp +include/glm/ext/matrix_uint2x3_sized.hpp +include/glm/ext/matrix_uint2x4.hpp +include/glm/ext/matrix_uint2x4_sized.hpp +include/glm/ext/matrix_uint3x2.hpp +include/glm/ext/matrix_uint3x2_sized.hpp +include/glm/ext/matrix_uint3x3.hpp +include/glm/ext/matrix_uint3x3_sized.hpp +include/glm/ext/matrix_uint3x4.hpp +include/glm/ext/matrix_uint3x4_sized.hpp +include/glm/ext/matrix_uint4x2.hpp +include/glm/ext/matrix_uint4x2_sized.hpp +include/glm/ext/matrix_uint4x3.hpp +include/glm/ext/matrix_uint4x3_sized.hpp +include/glm/ext/matrix_uint4x4.hpp +include/glm/ext/matrix_uint4x4_sized.hpp +include/glm/ext/quaternion_common.hpp +include/glm/ext/quaternion_common.inl +include/glm/ext/quaternion_common_simd.inl +include/glm/ext/quaternion_double.hpp +include/glm/ext/quaternion_double_precision.hpp +include/glm/ext/quaternion_exponential.hpp +include/glm/ext/quaternion_exponential.inl +include/glm/ext/quaternion_float.hpp +include/glm/ext/quaternion_float_precision.hpp +include/glm/ext/quaternion_geometric.hpp +include/glm/ext/quaternion_geometric.inl +include/glm/ext/quaternion_relational.hpp +include/glm/ext/quaternion_relational.inl +include/glm/ext/quaternion_transform.hpp +include/glm/ext/quaternion_transform.inl +include/glm/ext/quaternion_trigonometric.hpp +include/glm/ext/quaternion_trigonometric.inl +include/glm/ext/scalar_common.hpp +include/glm/ext/scalar_common.inl +include/glm/ext/scalar_constants.hpp +include/glm/ext/scalar_constants.inl +include/glm/ext/scalar_int_sized.hpp +include/glm/ext/scalar_integer.hpp +include/glm/ext/scalar_integer.inl +include/glm/ext/scalar_packing.hpp +include/glm/ext/scalar_packing.inl +include/glm/ext/scalar_relational.hpp +include/glm/ext/scalar_relational.inl +include/glm/ext/scalar_uint_sized.hpp +include/glm/ext/scalar_ulp.hpp +include/glm/ext/scalar_ulp.inl +include/glm/ext/vector_bool1.hpp +include/glm/ext/vector_bool1_precision.hpp +include/glm/ext/vector_bool2.hpp +include/glm/ext/vector_bool2_precision.hpp +include/glm/ext/vector_bool3.hpp +include/glm/ext/vector_bool3_precision.hpp +include/glm/ext/vector_bool4.hpp +include/glm/ext/vector_bool4_precision.hpp +include/glm/ext/vector_common.hpp +include/glm/ext/vector_common.inl +include/glm/ext/vector_double1.hpp +include/glm/ext/vector_double1_precision.hpp +include/glm/ext/vector_double2.hpp +include/glm/ext/vector_double2_precision.hpp +include/glm/ext/vector_double3.hpp +include/glm/ext/vector_double3_precision.hpp +include/glm/ext/vector_double4.hpp +include/glm/ext/vector_double4_precision.hpp +include/glm/ext/vector_float1.hpp +include/glm/ext/vector_float1_precision.hpp +include/glm/ext/vector_float2.hpp +include/glm/ext/vector_float2_precision.hpp +include/glm/ext/vector_float3.hpp +include/glm/ext/vector_float3_precision.hpp +include/glm/ext/vector_float4.hpp +include/glm/ext/vector_float4_precision.hpp +include/glm/ext/vector_int1.hpp +include/glm/ext/vector_int1_sized.hpp +include/glm/ext/vector_int2.hpp +include/glm/ext/vector_int2_sized.hpp +include/glm/ext/vector_int3.hpp +include/glm/ext/vector_int3_sized.hpp +include/glm/ext/vector_int4.hpp +include/glm/ext/vector_int4_sized.hpp +include/glm/ext/vector_integer.hpp +include/glm/ext/vector_integer.inl +include/glm/ext/vector_packing.hpp +include/glm/ext/vector_packing.inl +include/glm/ext/vector_relational.hpp +include/glm/ext/vector_relational.inl +include/glm/ext/vector_uint1.hpp +include/glm/ext/vector_uint1_sized.hpp +include/glm/ext/vector_uint2.hpp +include/glm/ext/vector_uint2_sized.hpp +include/glm/ext/vector_uint3.hpp +include/glm/ext/vector_uint3_sized.hpp +include/glm/ext/vector_uint4.hpp +include/glm/ext/vector_uint4_sized.hpp +include/glm/ext/vector_ulp.hpp +include/glm/ext/vector_ulp.inl include/glm/fwd.hpp include/glm/geometric.hpp include/glm/glm.hpp include/glm/gtc/bitfield.hpp include/glm/gtc/bitfield.inl -include/glm/gtc/color_encoding.inl include/glm/gtc/color_space.hpp include/glm/gtc/color_space.inl include/glm/gtc/constants.hpp include/glm/gtc/constants.inl include/glm/gtc/epsilon.hpp include/glm/gtc/epsilon.inl -include/glm/gtc/functions.hpp -include/glm/gtc/functions.inl include/glm/gtc/integer.hpp include/glm/gtc/integer.inl include/glm/gtc/matrix_access.hpp @@ -118,13 +266,14 @@ include/glm/gtc/type_ptr.inl include/glm/gtc/ulp.hpp include/glm/gtc/ulp.inl include/glm/gtc/vec1.hpp -include/glm/gtc/vec1.inl include/glm/gtx/associated_min_max.hpp include/glm/gtx/associated_min_max.inl include/glm/gtx/bit.hpp include/glm/gtx/bit.inl include/glm/gtx/closest_point.hpp include/glm/gtx/closest_point.inl +include/glm/gtx/color_encoding.hpp +include/glm/gtx/color_encoding.inl include/glm/gtx/color_space.hpp include/glm/gtx/color_space.inl include/glm/gtx/color_space_YCoCg.hpp @@ -137,12 +286,16 @@ include/glm/gtx/component_wise.hpp include/glm/gtx/component_wise.inl include/glm/gtx/dual_quaternion.hpp include/glm/gtx/dual_quaternion.inl +include/glm/gtx/easing.hpp +include/glm/gtx/easing.inl include/glm/gtx/euler_angles.hpp include/glm/gtx/euler_angles.inl include/glm/gtx/extend.hpp include/glm/gtx/extend.inl include/glm/gtx/extended_min_max.hpp include/glm/gtx/extended_min_max.inl +include/glm/gtx/exterior_product.hpp +include/glm/gtx/exterior_product.inl include/glm/gtx/fast_exponential.hpp include/glm/gtx/fast_exponential.inl include/glm/gtx/fast_square_root.hpp @@ -150,6 +303,8 @@ include/glm/gtx/fast_square_root.inl include/glm/gtx/fast_trigonometry.hpp include/glm/gtx/fast_trigonometry.inl include/glm/gtx/float_notmalize.inl +include/glm/gtx/functions.hpp +include/glm/gtx/functions.inl include/glm/gtx/gradient_paint.hpp include/glm/gtx/gradient_paint.inl include/glm/gtx/handed_coordinate_space.hpp @@ -168,6 +323,8 @@ include/glm/gtx/matrix_cross_product.hpp include/glm/gtx/matrix_cross_product.inl include/glm/gtx/matrix_decompose.hpp include/glm/gtx/matrix_decompose.inl +include/glm/gtx/matrix_factorisation.hpp +include/glm/gtx/matrix_factorisation.inl include/glm/gtx/matrix_interpolation.hpp include/glm/gtx/matrix_interpolation.inl include/glm/gtx/matrix_major_storage.hpp @@ -216,6 +373,8 @@ include/glm/gtx/std_based_type.hpp include/glm/gtx/std_based_type.inl include/glm/gtx/string_cast.hpp include/glm/gtx/string_cast.inl +include/glm/gtx/texture.hpp +include/glm/gtx/texture.inl include/glm/gtx/transform.hpp include/glm/gtx/transform.inl include/glm/gtx/transform2.hpp @@ -224,6 +383,7 @@ include/glm/gtx/type_aligned.hpp include/glm/gtx/type_aligned.inl include/glm/gtx/type_trait.hpp include/glm/gtx/type_trait.inl +include/glm/gtx/vec_swizzle.hpp include/glm/gtx/vector_angle.hpp include/glm/gtx/vector_angle.inl include/glm/gtx/vector_query.hpp @@ -247,6 +407,7 @@ include/glm/simd/exponential.h include/glm/simd/geometric.h include/glm/simd/integer.h include/glm/simd/matrix.h +include/glm/simd/neon.h include/glm/simd/packing.h include/glm/simd/platform.h include/glm/simd/trigonometric.h @@ -256,7 +417,6 @@ include/glm/vec2.hpp include/glm/vec3.hpp include/glm/vec4.hpp include/glm/vector_relational.hpp +lib/cmake/glm/glmConfig-version.cmake lib/cmake/glm/glmConfig.cmake -lib/cmake/glm/glmConfigVersion.cmake -lib/cmake/glm/glmTargets.cmake libdata/pkgconfig/glm.pc Modified: head/multimedia/kodi-addon-visualization.fishbmc/Makefile ============================================================================== --- head/multimedia/kodi-addon-visualization.fishbmc/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/multimedia/kodi-addon-visualization.fishbmc/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -4,6 +4,7 @@ PORTNAME= visualization.fishbmc PORTVERSION= 6.3.0 DISTVERSIONSUFFIX= -Matrix +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com Modified: head/science/py-pymol/Makefile ============================================================================== --- head/science/py-pymol/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/science/py-pymol/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -4,7 +4,7 @@ PORTNAME= pymol DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/sysutils/logstalgia/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -4,7 +4,7 @@ PORTNAME= logstalgia DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org Modified: head/x11-wm/chamfer/Makefile ============================================================================== --- head/x11-wm/chamfer/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/x11-wm/chamfer/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -2,6 +2,7 @@ PORTNAME= chamfer DISTVERSION= s20210218 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org Modified: head/x11-wm/wayfire/Makefile ============================================================================== --- head/x11-wm/wayfire/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/x11-wm/wayfire/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,6 +3,7 @@ PORTNAME= wayfire DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org Modified: head/x11/slop/Makefile ============================================================================== --- head/x11/slop/Makefile Fri Mar 12 15:45:03 2021 (r568183) +++ head/x11/slop/Makefile Fri Mar 12 15:55:03 2021 (r568184) @@ -3,7 +3,7 @@ PORTNAME= slop PORTVERSION= 7.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org From owner-svn-ports-all@freebsd.org Fri Mar 12 15:59:21 2021 Return-Path: Delivered-To: svn-ports-all@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 9325857D49A; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@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 4Dxr953mVcz4TRQ; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6FDBB1A64E; Fri, 12 Mar 2021 15:59:21 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CFxLVj023467; Fri, 12 Mar 2021 15:59:21 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CFxKAG023462; Fri, 12 Mar 2021 15:59:20 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <202103121559.12CFxKAG023462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 12 Mar 2021 15:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568185 - in head/security: . ubuntu-keyring X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: in head/security: . ubuntu-keyring X-SVN-Commit-Revision: 568185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 15:59:21 -0000 Author: trasz Date: Fri Mar 12 15:59:19 2021 New Revision: 568185 URL: https://svnweb.freebsd.org/changeset/ports/568185 Log: Add security/ubuntu-keyring: GPG keys for Ubuntu package signature verification It will be used by sysutils/debootstrap. Sponsored by: The FreeBSD Foundation Added: head/security/ubuntu-keyring/ head/security/ubuntu-keyring/Makefile (contents, props changed) head/security/ubuntu-keyring/distinfo (contents, props changed) head/security/ubuntu-keyring/pkg-descr (contents, props changed) head/security/ubuntu-keyring/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Mar 12 15:55:03 2021 (r568184) +++ head/security/Makefile Fri Mar 12 15:59:19 2021 (r568185) @@ -1273,6 +1273,7 @@ SUBDIR += tthsum SUBDIR += u2f-devd SUBDIR += uacme + SUBDIR += ubuntu-keyring SUBDIR += unhide SUBDIR += unicornscan SUBDIR += vanguards-tor Added: head/security/ubuntu-keyring/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/Makefile Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ubuntu-keyring +PORTVERSION= 2020.06.17.1 +CATEGORIES= security +MASTER_SITES= DEBIAN +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= trasz@FreeBSD.org +COMMENT= GPG keys for Ubuntu package signature verification + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/debian/copyright + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_BUILD= yes +NO_ARCH= yes +USE_PERL5= run + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/keyrings + ${INSTALL_DATA} ${WRKSRC}/keyrings/* ${STAGEDIR}${PREFIX}/share/keyrings/ + +.include Added: head/security/ubuntu-keyring/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/distinfo Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615548093 +SHA256 (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = e31ba06e1332002e0649c206f54fa67fee038e27f43b9e59e872f1de14a00774 +SIZE (ubuntu-keyring_2020.06.17.1.orig.tar.gz) = 36420 Added: head/security/ubuntu-keyring/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/pkg-descr Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,3 @@ +Public GPG keys used to verify authenticity of Ubuntu packages. + +WWW: https://bugs.launchpad.net/ubuntu/+filebug Added: head/security/ubuntu-keyring/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ubuntu-keyring/pkg-plist Fri Mar 12 15:59:19 2021 (r568185) @@ -0,0 +1,17 @@ +share/keyrings/ubuntu-archive-keyring.gpg +share/keyrings/ubuntu-archive-removed-keys.gpg +share/keyrings/ubuntu-cloud-keyring.gpg +share/keyrings/ubuntu-cloud-removed-keys.gpg +share/keyrings/ubuntu-cloudimage-keyring.gpg +share/keyrings/ubuntu-cloudimage-removed-keys.gpg +share/keyrings/ubuntu-dbgsym-keyring.gpg +share/keyrings/ubuntu-dbgsym-removed-keys.gpg +share/keyrings/ubuntu-keyring-2008-oem.gpg +share/keyrings/ubuntu-keyring-2012-cdimage.gpg +share/keyrings/ubuntu-keyring-2012-cloud-archive.gpg +share/keyrings/ubuntu-keyring-2016-dbgsym.gpg +share/keyrings/ubuntu-keyring-2018-archive.gpg +share/keyrings/ubuntu-keyring-2020-oem.gpg +share/keyrings/ubuntu-master-keyring.gpg +share/keyrings/ubuntu-oem-keyring.gpg +share/keyrings/ubuntu-oem-removed-keys.gpg From owner-svn-ports-all@freebsd.org Fri Mar 12 16:16:46 2021 Return-Path: Delivered-To: svn-ports-all@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 7713157D450; Fri, 12 Mar 2021 16:16:46 +0000 (UTC) (envelope-from trasz@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 4DxrYB2yv0z4VDZ; Fri, 12 Mar 2021 16:16:46 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58F371AC97; Fri, 12 Mar 2021 16:16:46 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CGGkFl035203; Fri, 12 Mar 2021 16:16:46 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CGGk1R035202; Fri, 12 Mar 2021 16:16:46 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <202103121616.12CGGk1R035202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 12 Mar 2021 16:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568186 - head/security/ubuntu-keyring X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/security/ubuntu-keyring X-SVN-Commit-Revision: 568186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 16:16:46 -0000 Author: trasz Date: Fri Mar 12 16:16:45 2021 New Revision: 568186 URL: https://svnweb.freebsd.org/changeset/ports/568186 Log: Remove unnecessary dependency. Sponsored by: The FreeBSD Foundation Modified: head/security/ubuntu-keyring/Makefile Modified: head/security/ubuntu-keyring/Makefile ============================================================================== --- head/security/ubuntu-keyring/Makefile Fri Mar 12 15:59:19 2021 (r568185) +++ head/security/ubuntu-keyring/Makefile Fri Mar 12 16:16:45 2021 (r568186) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/debian/copyright WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes -USE_PERL5= run do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/keyrings From owner-svn-ports-all@freebsd.org Fri Mar 12 16:21:11 2021 Return-Path: Delivered-To: svn-ports-all@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 1212F57D99E; Fri, 12 Mar 2021 16:21:11 +0000 (UTC) (envelope-from nc@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 4DxrfH059Lz4Vbx; Fri, 12 Mar 2021 16:21:11 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9CF61ACA2; Fri, 12 Mar 2021 16:21:10 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CGLAXA037192; Fri, 12 Mar 2021 16:21:10 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CGLAQV037191; Fri, 12 Mar 2021 16:21:10 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103121621.12CGLAQV037191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 12 Mar 2021 16:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568187 - head/games/xpipeman X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/games/xpipeman X-SVN-Commit-Revision: 568187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 16:21:11 -0000 Author: nc Date: Fri Mar 12 16:21:10 2021 New Revision: 568187 URL: https://svnweb.freebsd.org/changeset/ports/568187 Log: games/xpipeman: Update to 1.5 Modified: head/games/xpipeman/Makefile head/games/xpipeman/distinfo Modified: head/games/xpipeman/Makefile ============================================================================== --- head/games/xpipeman/Makefile Fri Mar 12 16:16:45 2021 (r568186) +++ head/games/xpipeman/Makefile Fri Mar 12 16:21:10 2021 (r568187) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpipeman -PORTVERSION= 1.0 -PORTREVISION= 4 +PORTVERSION= 1.5 CATEGORIES= games MASTER_SITES= SUNSITE/games/strategy DISTNAME= ${PORTNAME} Modified: head/games/xpipeman/distinfo ============================================================================== --- head/games/xpipeman/distinfo Fri Mar 12 16:16:45 2021 (r568186) +++ head/games/xpipeman/distinfo Fri Mar 12 16:21:10 2021 (r568187) @@ -1,2 +1,3 @@ +TIMESTAMP = 1615565992 SHA256 (xpipeman.tar.Z) = 02335906321203e30e6315bf1b8fb3691677eba58ee54105f23e5692d5fbc383 SIZE (xpipeman.tar.Z) = 81525 From owner-svn-ports-all@freebsd.org Fri Mar 12 16:26:50 2021 Return-Path: Delivered-To: svn-ports-all@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 D738C57DD01; Fri, 12 Mar 2021 16:26:50 +0000 (UTC) (envelope-from nc@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 4Dxrmp5mfVz4W2w; Fri, 12 Mar 2021 16:26:50 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B90641AAB0; Fri, 12 Mar 2021 16:26:50 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CGQofG041534; Fri, 12 Mar 2021 16:26:50 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CGQoQk041531; Fri, 12 Mar 2021 16:26:50 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103121626.12CGQoQk041531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 12 Mar 2021 16:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568188 - head/astro/xtide X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/astro/xtide X-SVN-Commit-Revision: 568188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 16:26:50 -0000 Author: nc Date: Fri Mar 12 16:26:49 2021 New Revision: 568188 URL: https://svnweb.freebsd.org/changeset/ports/568188 Log: astro/xtide: Update to 2.15.3 Modified: head/astro/xtide/Makefile head/astro/xtide/distinfo head/astro/xtide/pkg-plist Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Fri Mar 12 16:21:10 2021 (r568187) +++ head/astro/xtide/Makefile Fri Mar 12 16:26:49 2021 (r568188) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xtide -PORTVERSION= 2.15.2 -PORTREVISION= 2 +PORTVERSION= 2.15.3 CATEGORIES= astro geography MASTER_SITES= https://flaterco.com/files/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -18,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c++0x gmake libtool localbase tar:bzip2 +USES= compiler:c++0x gmake libtool localbase tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -40,9 +39,9 @@ X11_USE= xorg=ice,sm,x11,xaw,xext,xmu,xpm,xt X11_CONFIGURE_WITH= x X11_DESKTOP_ENTRIES= "XTide" "" "xtide" "xtide" "" "" -DISTNAME_TCD= libtcd-2.2.7-r2 +DISTNAME_TCD= libtcd-2.2.7-r3 WRKSRC_TCD= ${WRKDIR}/${DISTNAME_TCD:C/-r[0-9]+//} -DISTNAME_HARM= harmonics-dwf-20190620-free +DISTNAME_HARM= harmonics-dwf-20210110-free WRKSRC_HARM= ${WRKDIR}/${DISTNAME_HARM:C/-free//} DISTNAME_WVS= wvs Modified: head/astro/xtide/distinfo ============================================================================== --- head/astro/xtide/distinfo Fri Mar 12 16:21:10 2021 (r568187) +++ head/astro/xtide/distinfo Fri Mar 12 16:26:49 2021 (r568188) @@ -1,9 +1,7 @@ -TIMESTAMP = 1565079145 -SHA256 (xtide-2.15.2.tar.bz2) = c81c2e8fd1b655b6e798332097056654f2e9e97fb88052c1a5582ba13fa46931 -SIZE (xtide-2.15.2.tar.bz2) = 727048 -SHA256 (libtcd-2.2.7-r2.tar.bz2) = aff1f218b84106c572d094912cd11c828e1ea212db5661cdcc0e2e6253020a94 -SIZE (libtcd-2.2.7-r2.tar.bz2) = 308959 -SHA256 (harmonics-dwf-20190620-free.tar.bz2) = 879546f30761c129610f2bcca50fa1f38c043f67721eefa51cf8c5a1e949f616 -SIZE (harmonics-dwf-20190620-free.tar.bz2) = 676075 -SHA256 (wvs.tar.bz2) = 4e996ce2e608d612ba78e35cdf50c2c73b01fce06bd5b561a7fe957ea75d6d75 -SIZE (wvs.tar.bz2) = 37461520 +TIMESTAMP = 1615566256 +SHA256 (xtide-2.15.3.tar.xz) = 50afef21b2591e92b84d0079b394351eb45414175e4dd094115498c3af2d0ccf +SIZE (xtide-2.15.3.tar.xz) = 574816 +SHA256 (libtcd-2.2.7-r3.tar.xz) = e1dde9aafb771eab57c676a99b4b79d61c6800990a0e72782bc20057a8a2d877 +SIZE (libtcd-2.2.7-r3.tar.xz) = 272284 +SHA256 (harmonics-dwf-20210110-free.tar.xz) = af4550d36a1a1ca2e8c8b523c7d64b27845cb9dd8685c5fdfa5196b6cefa0c38 +SIZE (harmonics-dwf-20210110-free.tar.xz) = 840968 Modified: head/astro/xtide/pkg-plist ============================================================================== --- head/astro/xtide/pkg-plist Fri Mar 12 16:21:10 2021 (r568187) +++ head/astro/xtide/pkg-plist Fri Mar 12 16:26:49 2021 (r568188) @@ -59,14 +59,16 @@ include/tcd.h lib/libtcd.a lib/libtcd.so lib/libtcd.so.1 +lib/libtcd.so.1.0.2 lib/libxtide.a lib/libxtide.so lib/libxtide.so.1 -lib/libxtide.so.1.0.2 +lib/libxtide.so.1.0.3 man/man1/tide.1.gz %%X11%%man/man1/xtide.1.gz man/man8/xttpd.8.gz sbin/xttpd +share/libtcd/libtcd.html %%X11%%share/pixmaps/xtide.png %%DATADIR%%/harmonics.tcd %%WVS%%%%DATADIR%%/wvs/wvs1.dat From owner-svn-ports-all@freebsd.org Fri Mar 12 17:27:30 2021 Return-Path: Delivered-To: svn-ports-all@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 8191E57EE30; Fri, 12 Mar 2021 17:27:30 +0000 (UTC) (envelope-from thierry@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 4Dxt6p3GN9z4YlQ; Fri, 12 Mar 2021 17:27:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62F651B765; Fri, 12 Mar 2021 17:27:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CHRUsl077336; Fri, 12 Mar 2021 17:27:30 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CHRUZH077335; Fri, 12 Mar 2021 17:27:30 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103121727.12CHRUZH077335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 12 Mar 2021 17:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568189 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus-typing-booster X-SVN-Commit-Revision: 568189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 17:27:30 -0000 Author: thierry Date: Fri Mar 12 17:27:29 2021 New Revision: 568189 URL: https://svnweb.freebsd.org/changeset/ports/568189 Log: Upgrade to 2.11.0. Release notes at . Modified: head/textproc/ibus-typing-booster/Makefile head/textproc/ibus-typing-booster/distinfo Modified: head/textproc/ibus-typing-booster/Makefile ============================================================================== --- head/textproc/ibus-typing-booster/Makefile Fri Mar 12 16:26:49 2021 (r568188) +++ head/textproc/ibus-typing-booster/Makefile Fri Mar 12 17:27:29 2021 (r568189) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 2.10.5 +PORTVERSION= 2.11.0 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Fri Mar 12 16:26:49 2021 (r568188) +++ head/textproc/ibus-typing-booster/distinfo Fri Mar 12 17:27:29 2021 (r568189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613908273 -SHA256 (mike-fabian-ibus-typing-booster-2.10.5_GH0.tar.gz) = bed739952ca83af27affc100a74dc1629f8580508624e25166a1aad46cef4650 -SIZE (mike-fabian-ibus-typing-booster-2.10.5_GH0.tar.gz) = 9371357 +TIMESTAMP = 1615569002 +SHA256 (mike-fabian-ibus-typing-booster-2.11.0_GH0.tar.gz) = b81b5bb4dc8acbd6b66046bcd8eb005d8fcb67cca8b4d6ed737f82fe4cb45cbe +SIZE (mike-fabian-ibus-typing-booster-2.11.0_GH0.tar.gz) = 9406376 From owner-svn-ports-all@freebsd.org Fri Mar 12 17:35:37 2021 Return-Path: Delivered-To: svn-ports-all@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 83FC357F211; Fri, 12 Mar 2021 17:35:37 +0000 (UTC) (envelope-from thierry@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 4DxtJ93KySz4ZVv; Fri, 12 Mar 2021 17:35:37 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 614C21BD09; Fri, 12 Mar 2021 17:35:37 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CHZbta083474; Fri, 12 Mar 2021 17:35:37 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CHZbxg083472; Fri, 12 Mar 2021 17:35:37 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103121735.12CHZbxg083472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 12 Mar 2021 17:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568190 - head/science/py-jupyter_jsmol X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/science/py-jupyter_jsmol X-SVN-Commit-Revision: 568190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 17:35:37 -0000 Author: thierry Date: Fri Mar 12 17:35:36 2021 New Revision: 568190 URL: https://svnweb.freebsd.org/changeset/ports/568190 Log: Upgrade to v2021.3.0. Release notes at . Modified: head/science/py-jupyter_jsmol/Makefile head/science/py-jupyter_jsmol/distinfo Modified: head/science/py-jupyter_jsmol/Makefile ============================================================================== --- head/science/py-jupyter_jsmol/Makefile Fri Mar 12 17:27:29 2021 (r568189) +++ head/science/py-jupyter_jsmol/Makefile Fri Mar 12 17:35:36 2021 (r568190) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jupyter-jsmol -PORTVERSION= 0.2.6 +PORTVERSION= 2021.3.0 DISTVERSIONPREFIX= v CATEGORIES= science devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-jupyter_jsmol/distinfo ============================================================================== --- head/science/py-jupyter_jsmol/distinfo Fri Mar 12 17:27:29 2021 (r568189) +++ head/science/py-jupyter_jsmol/distinfo Fri Mar 12 17:35:36 2021 (r568190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611944147 -SHA256 (fekad-jupyter-jsmol-v0.2.6_GH0.tar.gz) = 5180180d72ca31b2b27a9039c52024b619bb2332dfd792d8cde5b19682999172 -SIZE (fekad-jupyter-jsmol-v0.2.6_GH0.tar.gz) = 17375033 +TIMESTAMP = 1615570268 +SHA256 (fekad-jupyter-jsmol-v2021.3.0_GH0.tar.gz) = b7117c11ccfb9682c51a74c1fecea99e89dafad94ae1f53140f7bbf01d930d02 +SIZE (fekad-jupyter-jsmol-v2021.3.0_GH0.tar.gz) = 17375178 From owner-svn-ports-all@freebsd.org Fri Mar 12 17:42:56 2021 Return-Path: Delivered-To: svn-ports-all@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 690DE57F7F3; Fri, 12 Mar 2021 17:42:56 +0000 (UTC) (envelope-from hselasky@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 4DxtSc2WsGz4bvS; Fri, 12 Mar 2021 17:42:56 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49ACA1BB55; Fri, 12 Mar 2021 17:42:56 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CHgupr089655; Fri, 12 Mar 2021 17:42:56 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CHgtvH089653; Fri, 12 Mar 2021 17:42:55 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202103121742.12CHgtvH089653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Fri, 12 Mar 2021 17:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568191 - head/audio/hpsjam X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/hpsjam X-SVN-Commit-Revision: 568191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 17:42:56 -0000 Author: hselasky Date: Fri Mar 12 17:42:55 2021 New Revision: 568191 URL: https://svnweb.freebsd.org/changeset/ports/568191 Log: Update hpsjam to 1.0.11: - Implement server list Approved by: pi (implicit) Modified: head/audio/hpsjam/Makefile head/audio/hpsjam/distinfo Modified: head/audio/hpsjam/Makefile ============================================================================== --- head/audio/hpsjam/Makefile Fri Mar 12 17:35:36 2021 (r568190) +++ head/audio/hpsjam/Makefile Fri Mar 12 17:42:55 2021 (r568191) @@ -3,7 +3,7 @@ PORTNAME= hpsjam DISTVERSIONPREFIX= v -DISTVERSION= 1.0.10 +DISTVERSION= 1.0.11 CATEGORIES= audio MAINTAINER= hselasky@FreeBSD.org Modified: head/audio/hpsjam/distinfo ============================================================================== --- head/audio/hpsjam/distinfo Fri Mar 12 17:35:36 2021 (r568190) +++ head/audio/hpsjam/distinfo Fri Mar 12 17:42:55 2021 (r568191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613139868 -SHA256 (hselasky-hpsjam-v1.0.10_GH0.tar.gz) = ffa4cfbad6b992e0c4727d3f3169d288500b3b05967932148c2158175eae2d29 -SIZE (hselasky-hpsjam-v1.0.10_GH0.tar.gz) = 1225310 +TIMESTAMP = 1615570774 +SHA256 (hselasky-hpsjam-v1.0.11_GH0.tar.gz) = c96953ade4be15b0ca92fff3d1caab4c114fab93be7f5963c8164d11f6d3ad19 +SIZE (hselasky-hpsjam-v1.0.11_GH0.tar.gz) = 1225761 From owner-svn-ports-all@freebsd.org Fri Mar 12 18:12:51 2021 Return-Path: Delivered-To: svn-ports-all@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 3B7AA5A8879; Fri, 12 Mar 2021 18:12:51 +0000 (UTC) (envelope-from ehaupt@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 4Dxv771BlCz4fp4; Fri, 12 Mar 2021 18:12:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BF241C608; Fri, 12 Mar 2021 18:12:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CICodD008086; Fri, 12 Mar 2021 18:12:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CICoUF008084; Fri, 12 Mar 2021 18:12:50 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103121812.12CICoUF008084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 12 Mar 2021 18:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568192 - head/audio/spotify-qt X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/spotify-qt X-SVN-Commit-Revision: 568192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:12:51 -0000 Author: ehaupt Date: Fri Mar 12 18:12:50 2021 New Revision: 568192 URL: https://svnweb.freebsd.org/changeset/ports/568192 Log: audio/spotify-qt: Update to 3.5 Modified: head/audio/spotify-qt/Makefile head/audio/spotify-qt/distinfo Modified: head/audio/spotify-qt/Makefile ============================================================================== --- head/audio/spotify-qt/Makefile Fri Mar 12 17:42:55 2021 (r568191) +++ head/audio/spotify-qt/Makefile Fri Mar 12 18:12:50 2021 (r568192) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= spotify-qt -PORTVERSION= 3.4 +PORTVERSION= 3.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/spotify-qt/distinfo ============================================================================== --- head/audio/spotify-qt/distinfo Fri Mar 12 17:42:55 2021 (r568191) +++ head/audio/spotify-qt/distinfo Fri Mar 12 18:12:50 2021 (r568192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612774349 -SHA256 (kraxarn-spotify-qt-v3.4_GH0.tar.gz) = ceae5dec3aa31a3fbf6754a2c481dfc1b32b9f5e131007ec176f64a87a6e516e -SIZE (kraxarn-spotify-qt-v3.4_GH0.tar.gz) = 610255 +TIMESTAMP = 1615572492 +SHA256 (kraxarn-spotify-qt-v3.5_GH0.tar.gz) = b8c4827a6c3e012b897f0a87ef2cc6e04b2d97f14bc505d19ebd439464094b4e +SIZE (kraxarn-spotify-qt-v3.5_GH0.tar.gz) = 614348 From owner-svn-ports-all@freebsd.org Fri Mar 12 18:34:26 2021 Return-Path: Delivered-To: svn-ports-all@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 BF3ED5A9641; Fri, 12 Mar 2021 18:34:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxvc24zrNz4hWy; Fri, 12 Mar 2021 18:34:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A4271C918; Fri, 12 Mar 2021 18:34:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CIYQV7020830; Fri, 12 Mar 2021 18:34:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CIYPp5020822; Fri, 12 Mar 2021 18:34:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202103121834.12CIYPp5020822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 12 Mar 2021 18:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568193 - in head/devel: . libvsgpt X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . libvsgpt X-SVN-Commit-Revision: 568193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:34:26 -0000 Author: antoine Date: Fri Mar 12 18:34:25 2021 New Revision: 568193 URL: https://svnweb.freebsd.org/changeset/ports/568193 Log: New port: devel/libvsgpt libvsgpt is a library to access the GUID Partition Table (GPT) volume system format. WWW: https://github.com/libyal/libvsgpt Added: head/devel/libvsgpt/ head/devel/libvsgpt/Makefile (contents, props changed) head/devel/libvsgpt/distinfo (contents, props changed) head/devel/libvsgpt/pkg-descr (contents, props changed) head/devel/libvsgpt/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 12 18:12:50 2021 (r568192) +++ head/devel/Makefile Fri Mar 12 18:34:25 2021 (r568193) @@ -1378,6 +1378,7 @@ SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvshadow + SUBDIR += libvsgpt SUBDIR += libvslvm SUBDIR += libvterm SUBDIR += libwfut Added: head/devel/libvsgpt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/Makefile Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,31 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libvsgpt +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20210207 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libvsgpt/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the GPT volume system format + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python +CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config +USES= libtool pathfix python:3.6+ +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + +.include Added: head/devel/libvsgpt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/distinfo Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612809574 +SHA256 (libvsgpt-experimental-20210207.tar.gz) = 74b62d05ca57e47c62dfbe1a4a942438691d248f8b56e3c6ab9748277c07eade +SIZE (libvsgpt-experimental-20210207.tar.gz) = 1490075 Added: head/devel/libvsgpt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/pkg-descr Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,4 @@ +libvsgpt is a library to access the GUID Partition Table (GPT) volume system +format. + +WWW: https://github.com/libyal/libvsgpt Added: head/devel/libvsgpt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/pkg-plist Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,17 @@ +bin/vsgptinfo +include/libvsgpt.h +include/libvsgpt/codepage.h +include/libvsgpt/definitions.h +include/libvsgpt/error.h +include/libvsgpt/extern.h +include/libvsgpt/features.h +include/libvsgpt/types.h +lib/libvsgpt.a +lib/libvsgpt.so +lib/libvsgpt.so.1 +lib/libvsgpt.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyvsgpt.a +%%PYTHON_SITELIBDIR%%/pyvsgpt.so +libdata/pkgconfig/libvsgpt.pc +man/man1/vsgptinfo.1.gz +man/man3/libvsgpt.3.gz From owner-svn-ports-all@freebsd.org Fri Mar 12 18:37:07 2021 Return-Path: Delivered-To: svn-ports-all@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 99CCF5A989F; Fri, 12 Mar 2021 18:37:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxvg73vDZz4hfG; Fri, 12 Mar 2021 18:37:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78CE11C536; Fri, 12 Mar 2021 18:37:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CIb7Zs021225; Fri, 12 Mar 2021 18:37:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CIb7HO021223; Fri, 12 Mar 2021 18:37:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202103121837.12CIb7HO021223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 12 Mar 2021 18:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568194 - head/devel/libfsext X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/libfsext X-SVN-Commit-Revision: 568194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:37:07 -0000 Author: antoine Date: Fri Mar 12 18:37:06 2021 New Revision: 568194 URL: https://svnweb.freebsd.org/changeset/ports/568194 Log: Update to experimental-20210129 Modified: head/devel/libfsext/Makefile head/devel/libfsext/distinfo Modified: head/devel/libfsext/Makefile ============================================================================== --- head/devel/libfsext/Makefile Fri Mar 12 18:34:25 2021 (r568193) +++ head/devel/libfsext/Makefile Fri Mar 12 18:37:06 2021 (r568194) @@ -2,7 +2,7 @@ PORTNAME= libfsext # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201107 +DISTVERSION= experimental-20210129 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsext/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libfsext/distinfo ============================================================================== --- head/devel/libfsext/distinfo Fri Mar 12 18:34:25 2021 (r568193) +++ head/devel/libfsext/distinfo Fri Mar 12 18:37:06 2021 (r568194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604821496 -SHA256 (libfsext-experimental-20201107.tar.gz) = da823fc046b66647287dc3f37c59d3ef98ac84d0d964f716234595da447df09b -SIZE (libfsext-experimental-20201107.tar.gz) = 1640724 +TIMESTAMP = 1612118219 +SHA256 (libfsext-experimental-20210129.tar.gz) = d22cf7cfc1d1248604c10bd758e1f4a6ce4e5537acbea33ec171572962787c56 +SIZE (libfsext-experimental-20210129.tar.gz) = 1644169 From owner-svn-ports-all@freebsd.org Fri Mar 12 18:50:45 2021 Return-Path: Delivered-To: svn-ports-all@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 688015A9F4D; Fri, 12 Mar 2021 18:50:45 +0000 (UTC) (envelope-from mandree@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 4Dxvys2ZWgz4jmj; Fri, 12 Mar 2021 18:50:45 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B10E1C93D; Fri, 12 Mar 2021 18:50:45 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CIojd2028267; Fri, 12 Mar 2021 18:50:45 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CIoiVM028264; Fri, 12 Mar 2021 18:50:44 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202103121850.12CIoiVM028264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 12 Mar 2021 18:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568195 - head/audio/taglib X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/audio/taglib X-SVN-Commit-Revision: 568195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:50:45 -0000 Author: mandree Date: Fri Mar 12 18:50:44 2021 New Revision: 568195 URL: https://svnweb.freebsd.org/changeset/ports/568195 Log: audio/taglib: update to 1.12 release from beta Changelog: https://taglib.org/#taglib-112-release---feb-16-2021 PR: 253584 Submitted by: Daniel Engberg Approved by: jhale@ (maintainer timeout 23 days) Modified: head/audio/taglib/Makefile head/audio/taglib/distinfo head/audio/taglib/pkg-plist Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Fri Mar 12 18:37:06 2021 (r568194) +++ head/audio/taglib/Makefile Fri Mar 12 18:50:44 2021 (r568195) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= taglib -DISTVERSIONPREFIX= v -DISTVERSION= 1.12-beta-1 -PORTREVISION= 1 +DISTVERSION= 1.12 CATEGORIES= audio +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ + https://taglib.org/releases/ MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating ID3 tags and Ogg comments @@ -19,8 +19,6 @@ TEST_DEPENDS= cppunit-config:devel/cppunit USES= cmake compiler:c++11-lang cpe pathfix USE_LDCONFIG= yes - -USE_GITHUB= yes CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden CMAKE_ON= VISIBILITY_HIDDEN \ Modified: head/audio/taglib/distinfo ============================================================================== --- head/audio/taglib/distinfo Fri Mar 12 18:37:06 2021 (r568194) +++ head/audio/taglib/distinfo Fri Mar 12 18:50:44 2021 (r568195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588158265 -SHA256 (taglib-taglib-v1.12-beta-1_GH0.tar.gz) = d2a44be7ca8b7682b218affc9910dcfb027481f402f7c30bd2996392b2429ae4 -SIZE (taglib-taglib-v1.12-beta-1_GH0.tar.gz) = 1289326 +TIMESTAMP = 1613544760 +SHA256 (taglib-1.12.tar.gz) = 7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703 +SIZE (taglib-1.12.tar.gz) = 1364231 Modified: head/audio/taglib/pkg-plist ============================================================================== --- head/audio/taglib/pkg-plist Fri Mar 12 18:37:06 2021 (r568194) +++ head/audio/taglib/pkg-plist Fri Mar 12 18:50:44 2021 (r568195) @@ -109,7 +109,7 @@ include/taglib/xmproperties.h %%STATIC%%lib/libtag.a %%NO_STATIC%%lib/libtag.so %%NO_STATIC%%lib/libtag.so.1 -%%NO_STATIC%%lib/libtag.so.1.17.0 +%%NO_STATIC%%lib/libtag.so.1.18.0 %%STATIC%%lib/libtag_c.a %%NO_STATIC%%lib/libtag_c.so %%NO_STATIC%%lib/libtag_c.so.0 From owner-svn-ports-all@freebsd.org Fri Mar 12 18:50:57 2021 Return-Path: Delivered-To: svn-ports-all@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 8BE185AA01A; Fri, 12 Mar 2021 18:50:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxvz53cPSz4jnQ; Fri, 12 Mar 2021 18:50:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6967F1CC12; Fri, 12 Mar 2021 18:50:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CIov0S029120; Fri, 12 Mar 2021 18:50:57 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CIou3t029116; Fri, 12 Mar 2021 18:50:56 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103121850.12CIou3t029116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 12 Mar 2021 18:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568196 - in head/net/ntopng: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net/ntopng: . files X-SVN-Commit-Revision: 568196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:50:57 -0000 Author: madpilot Date: Fri Mar 12 18:50:56 2021 New Revision: 568196 URL: https://svnweb.freebsd.org/changeset/ports/568196 Log: Update ntopng to latest upstream branch snapshot. Modified: head/net/ntopng/Makefile head/net/ntopng/distinfo head/net/ntopng/files/patch-configure.seed head/net/ntopng/pkg-plist Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Fri Mar 12 18:50:44 2021 (r568195) +++ head/net/ntopng/Makefile Fri Mar 12 18:50:56 2021 (r568196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 4.2.d20210122 +PORTVERSION= 4.2.d20210309 PORTEPOCH= 1 CATEGORIES= net @@ -40,7 +40,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS} USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= e91b1b5 +GH_TAGNAME= 0139dd5 CPE_VENDOR= ntop Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Fri Mar 12 18:50:44 2021 (r568195) +++ head/net/ntopng/distinfo Fri Mar 12 18:50:56 2021 (r568196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611571552 -SHA256 (ntop-ntopng-4.2.d20210122-e91b1b5_GH0.tar.gz) = cab743b41b2db631d3134e6745f8328261b13c0cb5cda3d9260fd26ae712f39e -SIZE (ntop-ntopng-4.2.d20210122-e91b1b5_GH0.tar.gz) = 57562463 +TIMESTAMP = 1615504643 +SHA256 (ntop-ntopng-4.2.d20210309-0139dd5_GH0.tar.gz) = e5863b264a793ddf1ed8e5730430cd7ef2dd63abe2251e1a89aa3c8477b38601 +SIZE (ntop-ntopng-4.2.d20210309-0139dd5_GH0.tar.gz) = 57566450 Modified: head/net/ntopng/files/patch-configure.seed ============================================================================== --- head/net/ntopng/files/patch-configure.seed Fri Mar 12 18:50:44 2021 (r568195) +++ head/net/ntopng/files/patch-configure.seed Fri Mar 12 18:50:56 2021 (r568196) @@ -1,4 +1,4 @@ ---- configure.seed.orig 2021-01-22 10:38:16 UTC +--- configure.seed.orig 2021-03-10 17:29:02 UTC +++ configure.seed @@ -4,7 +4,7 @@ dnl> Do not add anything above @@ -9,7 +9,7 @@ AC_PROG_CPP AC_PROG_CXX -@@ -77,33 +77,8 @@ fi +@@ -128,33 +128,8 @@ fi # On CentOS 6 `git rev-list HEAD --count` does not work # # @@ -44,7 +44,7 @@ SHORT_MACHINE=`uname -m | cut -b1-3` GIT_RELEASE="@GIT_RELEASE@" -@@ -233,7 +208,7 @@ else +@@ -298,7 +273,7 @@ else fi fi @@ -53,7 +53,7 @@ AC_MSG_CHECKING(for ntopng professional edition) -@@ -678,16 +653,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl +@@ -716,11 +691,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl GMAKE=`which gmake` if test x$GMAKE = x; then GMAKE="make" @@ -62,11 +62,6 @@ -GIT=`which git` -if test x$GIT = x; then - AC_MSG_RESULT(FATAL ERROR: git is not installed on your host) --fi -- --WGET=`which wget` --if test x$WGET = x; then -- AC_MSG_RESULT(ERROR. wget is not installed on your host: you cannot download GeoIP data) fi umask 002 Modified: head/net/ntopng/pkg-plist ============================================================================== --- head/net/ntopng/pkg-plist Fri Mar 12 18:50:44 2021 (r568195) +++ head/net/ntopng/pkg-plist Fri Mar 12 18:50:56 2021 (r568196) @@ -2749,6 +2749,8 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_endpoint.template %%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_recipient.template %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/alert_endpoints/sqlite.lua +%%DATADIR%%/scripts/plugins/endpoints/syslog_alert_endpoint/http_lint.lua +%%DATADIR%%/scripts/plugins/endpoints/syslog_alert_endpoint/locales/en.lua %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/manifest.lua %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/templates/sqlite_endpoint.template %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/templates/sqlite_recipient.template From owner-svn-ports-all@freebsd.org Fri Mar 12 18:51:46 2021 Return-Path: Delivered-To: svn-ports-all@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 1D6325AA124; Fri, 12 Mar 2021 18:51:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dxw020Kb8z4kJX; Fri, 12 Mar 2021 18:51:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2A891C56C; Fri, 12 Mar 2021 18:51:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CIpjok032603; Fri, 12 Mar 2021 18:51:45 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CIpjxj032602; Fri, 12 Mar 2021 18:51:45 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103121851.12CIpjxj032602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 12 Mar 2021 18:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568197 - in head/x11/libexo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11/libexo: . files X-SVN-Commit-Revision: 568197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 18:51:46 -0000 Author: madpilot Date: Fri Mar 12 18:51:45 2021 New Revision: 568197 URL: https://svnweb.freebsd.org/changeset/ports/568197 Log: - Update libexo to 4.16.1 - Remove old patch not needed anymore > Description of fields to fill in above: 76 columns --| > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization (each collaborator). > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M libexo/Makefile M libexo/distinfo D libexo/files Deleted: head/x11/libexo/files/ Modified: head/x11/libexo/Makefile head/x11/libexo/distinfo Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Fri Mar 12 18:50:56 2021 (r568196) +++ head/x11/libexo/Makefile Fri Mar 12 18:51:45 2021 (r568197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libexo -PORTVERSION= 4.16.0 +PORTVERSION= 4.16.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= exo-${DISTVERSIONFULL} Modified: head/x11/libexo/distinfo ============================================================================== --- head/x11/libexo/distinfo Fri Mar 12 18:50:56 2021 (r568196) +++ head/x11/libexo/distinfo Fri Mar 12 18:51:45 2021 (r568197) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608682983 -SHA256 (xfce4/exo-4.16.0.tar.bz2) = 1975b00eed9a8aa1f899eab2efaea593731c19138b83fdff2f13bdca5275bacc -SIZE (xfce4/exo-4.16.0.tar.bz2) = 966143 +TIMESTAMP = 1615549714 +SHA256 (xfce4/exo-4.16.1.tar.bz2) = 528dac256315ffc2a4a53b3b421979327962121989886e3cf920aeff9912b53b +SIZE (xfce4/exo-4.16.1.tar.bz2) = 880947 From owner-svn-ports-all@freebsd.org Fri Mar 12 19:06:51 2021 Return-Path: Delivered-To: svn-ports-all@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 801B75AAA1C; Fri, 12 Mar 2021 19:06:51 +0000 (UTC) (envelope-from adamw@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 4DxwKR30BWz4lXk; Fri, 12 Mar 2021 19:06:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5976D1D033; Fri, 12 Mar 2021 19:06:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CJ6pnJ040612; Fri, 12 Mar 2021 19:06:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CJ6pnP040610; Fri, 12 Mar 2021 19:06:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103121906.12CJ6pnP040610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 12 Mar 2021 19:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568198 - head/www/rubygem-roda X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/rubygem-roda X-SVN-Commit-Revision: 568198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:06:51 -0000 Author: adamw Date: Fri Mar 12 19:06:50 2021 New Revision: 568198 URL: https://svnweb.freebsd.org/changeset/ports/568198 Log: www/rubygem-roda: Update to 3.42.0 Modified: head/www/rubygem-roda/Makefile head/www/rubygem-roda/distinfo Modified: head/www/rubygem-roda/Makefile ============================================================================== --- head/www/rubygem-roda/Makefile Fri Mar 12 18:51:45 2021 (r568197) +++ head/www/rubygem-roda/Makefile Fri Mar 12 19:06:50 2021 (r568198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= roda -PORTVERSION= 3.41.0 +PORTVERSION= 3.42.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-roda/distinfo ============================================================================== --- head/www/rubygem-roda/distinfo Fri Mar 12 18:51:45 2021 (r568197) +++ head/www/rubygem-roda/distinfo Fri Mar 12 19:06:50 2021 (r568198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613584161 -SHA256 (rubygem/roda-3.41.0.gem) = 9aafac1269572fc7b756a04dfb06fa744017c2cb67155395cc96808ff142b7de -SIZE (rubygem/roda-3.41.0.gem) = 195072 +TIMESTAMP = 1615575988 +SHA256 (rubygem/roda-3.42.0.gem) = 4bcb105e6ecbb104aa4f3e211540ed634a2676d228a17cba6126ce5b5b4f4bbf +SIZE (rubygem/roda-3.42.0.gem) = 197120 From owner-svn-ports-all@freebsd.org Fri Mar 12 19:08:01 2021 Return-Path: Delivered-To: svn-ports-all@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 463A35AA87C; Fri, 12 Mar 2021 19:08:01 +0000 (UTC) (envelope-from adamw@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 4DxwLn1b21z4lbV; Fri, 12 Mar 2021 19:08:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2916C1CCE2; Fri, 12 Mar 2021 19:08:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CJ816X040758; Fri, 12 Mar 2021 19:08:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CJ80cu040756; Fri, 12 Mar 2021 19:08:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103121908.12CJ80cu040756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 12 Mar 2021 19:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568199 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 568199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:08:01 -0000 Author: adamw Date: Fri Mar 12 19:08:00 2021 New Revision: 568199 URL: https://svnweb.freebsd.org/changeset/ports/568199 Log: www/p5-Mojolicious: Update to 9.08 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Fri Mar 12 19:06:50 2021 (r568198) +++ head/www/p5-Mojolicious/Makefile Fri Mar 12 19:08:00 2021 (r568199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 9.07 +PORTVERSION= 9.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Fri Mar 12 19:06:50 2021 (r568198) +++ head/www/p5-Mojolicious/distinfo Fri Mar 12 19:08:00 2021 (r568199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615499860 -SHA256 (Mojolicious-9.07.tar.gz) = b533583c3cd0967822ab4262b15671fd16df542bc4a16cd559a884b172e59abe -SIZE (Mojolicious-9.07.tar.gz) = 2196113 +TIMESTAMP = 1615576025 +SHA256 (Mojolicious-9.08.tar.gz) = 783a4c7bbf0fc8cd3e9cfca2ccfbdc425357f5489253ffa908d5e938e0d22025 +SIZE (Mojolicious-9.08.tar.gz) = 2196267 From owner-svn-ports-all@freebsd.org Fri Mar 12 19:11:08 2021 Return-Path: Delivered-To: svn-ports-all@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 D3EB85AAA5D; Fri, 12 Mar 2021 19:11:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxwQN5k9mz4lZK; Fri, 12 Mar 2021 19:11:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACEEF1D049; Fri, 12 Mar 2021 19:11:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CJB85P042680; Fri, 12 Mar 2021 19:11:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CJB7Th042675; Fri, 12 Mar 2021 19:11:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202103121911.12CJB7Th042675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 12 Mar 2021 19:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568200 - in head/security: py-yara yara X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: py-yara yara X-SVN-Commit-Revision: 568200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:11:08 -0000 Author: antoine Date: Fri Mar 12 19:11:07 2021 New Revision: 568200 URL: https://svnweb.freebsd.org/changeset/ports/568200 Log: Update yara and py-yara to 4.0.5 Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-plist Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Fri Mar 12 19:08:00 2021 (r568199) +++ head/security/py-yara/Makefile Fri Mar 12 19:11:07 2021 (r568200) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.5 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Fri Mar 12 19:08:00 2021 (r568199) +++ head/security/py-yara/distinfo Fri Mar 12 19:11:07 2021 (r568200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593199177 -SHA256 (VirusTotal-yara-python-v4.0.2_GH0.tar.gz) = 6e747caefa8d208bf40b078ef0a71f3866fa9075091239cc362bd23bf436d816 -SIZE (VirusTotal-yara-python-v4.0.2_GH0.tar.gz) = 32362 +TIMESTAMP = 1615574939 +SHA256 (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 2c99f3858eddfd0efa179b0713df3df95912eb5323c44a1136dd3e17dbc954da +SIZE (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 32476 Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Fri Mar 12 19:08:00 2021 (r568199) +++ head/security/yara/Makefile Fri Mar 12 19:11:07 2021 (r568200) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -DISTVERSION= 4.0.2 +DISTVERSION= 4.0.5 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Fri Mar 12 19:08:00 2021 (r568199) +++ head/security/yara/distinfo Fri Mar 12 19:11:07 2021 (r568200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593199163 -SHA256 (VirusTotal-yara-v4.0.2_GH0.tar.gz) = 05ad88eac9a9f0232432fd14516bdaeda14349d6cf0cac802d76e369abcee001 -SIZE (VirusTotal-yara-v4.0.2_GH0.tar.gz) = 888137 +TIMESTAMP = 1612600443 +SHA256 (VirusTotal-yara-v4.0.5_GH0.tar.gz) = ea7ebefad05831faf6f780cab721611b0135803f03a84c27eeba7bfe0afc3aae +SIZE (VirusTotal-yara-v4.0.5_GH0.tar.gz) = 889995 Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Fri Mar 12 19:08:00 2021 (r568199) +++ head/security/yara/pkg-plist Fri Mar 12 19:11:07 2021 (r568200) @@ -36,7 +36,7 @@ include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.4 -lib/libyara.so.4.0.2 +lib/libyara.so.4.0.5 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz From owner-svn-ports-all@freebsd.org Fri Mar 12 19:35:08 2021 Return-Path: Delivered-To: svn-ports-all@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 8B4795AB92C; Fri, 12 Mar 2021 19:35:08 +0000 (UTC) (envelope-from pizzamig@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 4Dxwy43VnHz4mlW; Fri, 12 Mar 2021 19:35:08 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 605DD1D146; Fri, 12 Mar 2021 19:35:08 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CJZ8aD058939; Fri, 12 Mar 2021 19:35:08 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CJZ8Fj058937; Fri, 12 Mar 2021 19:35:08 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <202103121935.12CJZ8Fj058937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 12 Mar 2021 19:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568201 - head/textproc/bat X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/textproc/bat X-SVN-Commit-Revision: 568201 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:35:08 -0000 Author: pizzamig Date: Fri Mar 12 19:35:07 2021 New Revision: 568201 URL: https://svnweb.freebsd.org/changeset/ports/568201 Log: textproc/bat: Update to 0.18.0 Changes: https://github.com/sharkdp/bat/releases/tag/v0.18.0 Modified: head/textproc/bat/Makefile head/textproc/bat/distinfo Modified: head/textproc/bat/Makefile ============================================================================== --- head/textproc/bat/Makefile Fri Mar 12 19:11:07 2021 (r568200) +++ head/textproc/bat/Makefile Fri Mar 12 19:35:07 2021 (r568201) @@ -2,8 +2,8 @@ PORTNAME= bat DISTVERSIONPREFIX= v -DISTVERSION= 0.17.1 -PORTREVISION= 2 +DISTVERSION= 0.18.0 +PORTREVISION= 0 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org @@ -15,49 +15,44 @@ BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/li LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma +BROKEN_i386= sys-info dependency crate won't build on FreeBSD USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp PLIST_FILES= bin/bat \ + share/zsh/site-functions/_bat \ man/man1/bat.1.gz CARGO_CRATES= adler-0.2.3 \ - aho-corasick-0.7.13 \ - ansi_colours-1.0.1 \ + aho-corasick-0.7.15 \ + ansi_colours-1.0.2 \ ansi_term-0.11.0 \ ansi_term-0.12.1 \ - arrayref-0.3.6 \ - arrayvec-0.5.1 \ - assert_cmd-1.0.1 \ + assert_cmd-1.0.3 \ atty-0.2.14 \ autocfg-1.0.1 \ - base64-0.12.3 \ + base64-0.13.0 \ bincode-1.3.1 \ bit-set-0.5.2 \ - bit-vec-0.6.2 \ + bit-vec-0.6.3 \ bitflags-1.2.1 \ - blake2b_simd-0.5.10 \ - block-buffer-0.7.3 \ - block-padding-0.1.5 \ - bstr-0.2.13 \ - byte-tools-0.3.1 \ - byteorder-1.3.4 \ - cc-1.0.60 \ - cfg-if-0.1.10 \ + bstr-0.2.15 \ + bugreport-0.3.0 \ + byteorder-1.4.2 \ + cc-1.0.66 \ + cfg-if-1.0.0 \ chrono-0.4.19 \ clap-2.33.3 \ - console-0.13.0 \ - constant_time_eq-0.1.5 \ + clircle-0.3.0 \ + console-0.14.0 \ content_inspector-0.2.4 \ - crc32fast-1.2.0 \ - crossbeam-utils-0.7.2 \ + crc32fast-1.2.1 \ difference-2.0.0 \ - digest-0.8.1 \ - dirs-3.0.1 \ - dirs-sys-0.3.5 \ + dirs-next-2.0.0 \ + dirs-sys-next-0.1.2 \ doc-comment-0.3.3 \ - dtoa-0.4.6 \ + dtoa-0.4.7 \ encode_unicode-0.3.6 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ @@ -67,110 +62,121 @@ CARGO_CRATES= adler-0.2.3 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ error-chain-0.12.4 \ - fake-simd-0.1.2 \ fancy-regex-0.3.5 \ - flate2-1.0.18 \ + flate2-1.0.20 \ float-cmp-0.8.0 \ fnv-1.0.7 \ - fuchsia-cprng-0.1.1 \ - generic-array-0.12.3 \ - getrandom-0.1.15 \ - git2-0.13.12 \ + form_urlencoded-1.0.0 \ + getrandom-0.2.2 \ + git2-0.13.15 \ glob-0.3.0 \ globset-0.4.6 \ hashbrown-0.9.1 \ - hermit-abi-0.1.16 \ - idna-0.2.0 \ - indexmap-1.6.0 \ - itoa-0.4.6 \ + hermit-abi-0.1.18 \ + idna-0.2.1 \ + indexmap-1.6.1 \ + instant-0.1.9 \ + itoa-0.4.7 \ jobserver-0.1.21 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.78 \ - libgit2-sys-0.12.14+1.1.0 \ + libc-0.2.86 \ + libgit2-sys-0.12.18+1.1.0 \ libz-sys-1.1.2 \ line-wrap-0.1.1 \ - linked-hash-map-0.5.3 \ - log-0.4.11 \ - maplit-1.0.2 \ + linked-hash-map-0.5.4 \ + lock_api-0.4.2 \ + log-0.4.14 \ matches-0.1.8 \ - memchr-2.3.3 \ - miniz_oxide-0.4.2 \ + memchr-2.3.4 \ + miniz_oxide-0.4.3 \ + nix-0.19.1 \ normalize-line-endings-0.3.0 \ - num-integer-0.1.43 \ - num-traits-0.2.12 \ - onig-6.1.0 \ - onig_sys-69.5.1 \ - opaque-debug-0.2.3 \ + num-integer-0.1.44 \ + num-traits-0.2.14 \ + once_cell-1.5.2 \ + onig-6.1.1 \ + onig_sys-69.6.0 \ + parking_lot-0.11.1 \ + parking_lot_core-0.8.3 \ path_abs-0.5.0 \ percent-encoding-2.1.0 \ pest-2.1.3 \ - pest_derive-2.1.0 \ - pest_generator-2.1.3 \ - pest_meta-2.1.3 \ - pkg-config-0.3.18 \ - plist-1.0.0 \ - predicates-1.0.5 \ - predicates-core-1.0.0 \ - predicates-tree-1.0.0 \ + pkg-config-0.3.19 \ + plist-1.1.0 \ + ppv-lite86-0.2.10 \ + predicates-1.0.7 \ + predicates-core-1.0.2 \ + predicates-tree-1.0.2 \ proc-macro2-1.0.24 \ - quote-1.0.7 \ - rand-0.4.6 \ - rand_core-0.3.1 \ - rand_core-0.4.2 \ - rdrand-0.4.0 \ - redox_syscall-0.1.57 \ - redox_users-0.3.5 \ - regex-1.3.9 \ - regex-syntax-0.6.18 \ + quote-1.0.9 \ + rand-0.8.3 \ + rand_chacha-0.3.0 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ + redox_syscall-0.2.5 \ + redox_users-0.4.0 \ + regex-1.4.3 \ + regex-automata-0.1.9 \ + regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ - rust-argon2-0.8.2 \ ryu-1.0.5 \ safemem-0.3.3 \ same-file-1.0.6 \ + scopeguard-1.1.0 \ semver-0.11.0 \ - semver-parser-0.10.0 \ - serde-1.0.117 \ - serde_derive-1.0.117 \ - serde_json-1.0.58 \ - serde_yaml-0.8.14 \ - sha-1-0.8.2 \ + semver-parser-0.10.2 \ + serde-1.0.123 \ + serde_derive-1.0.123 \ + serde_json-1.0.62 \ + serde_yaml-0.8.17 \ + serial_test-0.5.1 \ + serial_test_derive-0.5.1 \ shell-words-1.0.0 \ + smallvec-1.6.1 \ + snailquote-0.3.0 \ std_prelude-0.2.12 \ strsim-0.8.0 \ - syn-1.0.42 \ - syntect-4.4.0 \ - tempdir-0.3.7 \ + syn-1.0.60 \ + syntect-4.5.0 \ + sys-info-0.7.0 \ + tempfile-3.2.0 \ term_size-0.3.2 \ - terminal_size-0.1.13 \ + terminal_size-0.1.16 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ - tinyvec-0.3.4 \ + thiserror-1.0.23 \ + thiserror-impl-1.0.23 \ + thread_local-1.1.3 \ + tinyvec-1.1.1 \ + tinyvec_macros-0.1.0 \ treeline-0.1.0 \ - typenum-1.12.0 \ ucd-trie-0.1.3 \ unicode-bidi-0.3.4 \ - unicode-normalization-0.1.13 \ + unicode-normalization-0.1.17 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ - url-2.1.1 \ - vcpkg-0.2.10 \ + unicode_categories-0.1.1 \ + url-2.2.0 \ + vcpkg-0.2.11 \ vec_map-0.8.2 \ version_check-0.9.2 \ wait-timeout-0.2.0 \ walkdir-2.3.1 \ - wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ wild-2.0.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xml-rs-0.8.3 \ - yaml-rust-0.4.4 + yaml-rust-0.4.5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat - find ${WRKDIR}/target -name "bat.1" -exec cp {} ${WRKSRC}/doc/bat.1 \; + ${FIND} ${WRKDIR}/target -name "bat.1" -exec ${CP} {} ${WRKSRC}/doc/bat.1 \; + ${FIND} ${WRKDIR}/target -name "bat.zsh" -exec ${CP} {} ${WRKSRC}/doc/bat.zsh \; ${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/doc/bat.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bat .include Modified: head/textproc/bat/distinfo ============================================================================== --- head/textproc/bat/distinfo Fri Mar 12 19:11:07 2021 (r568200) +++ head/textproc/bat/distinfo Fri Mar 12 19:35:07 2021 (r568201) @@ -1,76 +1,62 @@ -TIMESTAMP = 1606465838 +TIMESTAMP = 1614864805 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 -SHA256 (rust/crates/aho-corasick-0.7.13.tar.gz) = 043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86 -SIZE (rust/crates/aho-corasick-0.7.13.tar.gz) = 111381 -SHA256 (rust/crates/ansi_colours-1.0.1.tar.gz) = 1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6 -SIZE (rust/crates/ansi_colours-1.0.1.tar.gz) = 9937 +SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 +SHA256 (rust/crates/ansi_colours-1.0.2.tar.gz) = 52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1 +SIZE (rust/crates/ansi_colours-1.0.2.tar.gz) = 10512 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/ansi_term-0.12.1.tar.gz) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.tar.gz) = 24838 -SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 -SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 -SHA256 (rust/crates/assert_cmd-1.0.1.tar.gz) = c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da -SIZE (rust/crates/assert_cmd-1.0.1.tar.gz) = 24575 +SHA256 (rust/crates/assert_cmd-1.0.3.tar.gz) = f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396 +SIZE (rust/crates/assert_cmd-1.0.3.tar.gz) = 26323 SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 +SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 SHA256 (rust/crates/bincode-1.3.1.tar.gz) = f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d SIZE (rust/crates/bincode-1.3.1.tar.gz) = 26121 SHA256 (rust/crates/bit-set-0.5.2.tar.gz) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de SIZE (rust/crates/bit-set-0.5.2.tar.gz) = 14093 -SHA256 (rust/crates/bit-vec-0.6.2.tar.gz) = 5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3 -SIZE (rust/crates/bit-vec-0.6.2.tar.gz) = 19630 +SHA256 (rust/crates/bit-vec-0.6.3.tar.gz) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.tar.gz) = 19927 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a -SIZE (rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093 -SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b -SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 -SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 -SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 -SHA256 (rust/crates/bstr-0.2.13.tar.gz) = 31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931 -SIZE (rust/crates/bstr-0.2.13.tar.gz) = 345445 -SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 -SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 -SHA256 (rust/crates/cc-1.0.60.tar.gz) = ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c -SIZE (rust/crates/cc-1.0.60.tar.gz) = 53351 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 +SHA256 (rust/crates/bstr-0.2.15.tar.gz) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d +SIZE (rust/crates/bstr-0.2.15.tar.gz) = 344206 +SHA256 (rust/crates/bugreport-0.3.0.tar.gz) = 116762017f173ea5d8103e75533f6bdb62cb6f2257c9c95672beb085a70daed8 +SIZE (rust/crates/bugreport-0.3.0.tar.gz) = 12707 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 +SHA256 (rust/crates/cc-1.0.66.tar.gz) = 4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48 +SIZE (rust/crates/cc-1.0.66.tar.gz) = 53454 +SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 SHA256 (rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 SIZE (rust/crates/chrono-0.4.19.tar.gz) = 155663 SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/console-0.13.0.tar.gz) = a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08 -SIZE (rust/crates/console-0.13.0.tar.gz) = 22451 -SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc -SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 +SHA256 (rust/crates/clircle-0.3.0.tar.gz) = e68bbd985a63de680ab4d1ad77b6306611a8f961b282c8b5ab513e6de934e396 +SIZE (rust/crates/clircle-0.3.0.tar.gz) = 9837 +SHA256 (rust/crates/console-0.14.0.tar.gz) = 7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa +SIZE (rust/crates/console-0.14.0.tar.gz) = 22587 SHA256 (rust/crates/content_inspector-0.2.4.tar.gz) = b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 SIZE (rust/crates/content_inspector-0.2.4.tar.gz) = 11386 -SHA256 (rust/crates/crc32fast-1.2.0.tar.gz) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1 -SIZE (rust/crates/crc32fast-1.2.0.tar.gz) = 39161 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 +SHA256 (rust/crates/crc32fast-1.2.1.tar.gz) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a +SIZE (rust/crates/crc32fast-1.2.1.tar.gz) = 38172 SHA256 (rust/crates/difference-2.0.0.tar.gz) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 SIZE (rust/crates/difference-2.0.0.tar.gz) = 147616 -SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 -SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 -SHA256 (rust/crates/dirs-3.0.1.tar.gz) = 142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff -SIZE (rust/crates/dirs-3.0.1.tar.gz) = 12245 -SHA256 (rust/crates/dirs-sys-0.3.5.tar.gz) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a -SIZE (rust/crates/dirs-sys-0.3.5.tar.gz) = 10643 +SHA256 (rust/crates/dirs-next-2.0.0.tar.gz) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 +SIZE (rust/crates/dirs-next-2.0.0.tar.gz) = 11689 +SHA256 (rust/crates/dirs-sys-next-0.1.2.tar.gz) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d +SIZE (rust/crates/dirs-sys-next-0.1.2.tar.gz) = 10681 SHA256 (rust/crates/doc-comment-0.3.3.tar.gz) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.tar.gz) = 4123 -SHA256 (rust/crates/dtoa-0.4.6.tar.gz) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b -SIZE (rust/crates/dtoa-0.4.6.tar.gz) = 15979 +SHA256 (rust/crates/dtoa-0.4.7.tar.gz) = 88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e +SIZE (rust/crates/dtoa-0.4.7.tar.gz) = 15910 SHA256 (rust/crates/encode_unicode-0.3.6.tar.gz) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.tar.gz) = 45741 SHA256 (rust/crates/encoding-0.2.33.tar.gz) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec @@ -89,182 +75,198 @@ SHA256 (rust/crates/encoding_index_tests-0.1.4.tar.gz) SIZE (rust/crates/encoding_index_tests-0.1.4.tar.gz) = 1631 SHA256 (rust/crates/error-chain-0.12.4.tar.gz) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc SIZE (rust/crates/error-chain-0.12.4.tar.gz) = 29274 -SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed -SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 SHA256 (rust/crates/fancy-regex-0.3.5.tar.gz) = ae91abf6555234338687bb47913978d275539235fcb77ba9863b779090b42b14 SIZE (rust/crates/fancy-regex-0.3.5.tar.gz) = 64304 -SHA256 (rust/crates/flate2-1.0.18.tar.gz) = da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee -SIZE (rust/crates/flate2-1.0.18.tar.gz) = 74164 +SHA256 (rust/crates/flate2-1.0.20.tar.gz) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0 +SIZE (rust/crates/flate2-1.0.20.tar.gz) = 74036 SHA256 (rust/crates/float-cmp-0.8.0.tar.gz) = e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4 SIZE (rust/crates/float-cmp-0.8.0.tar.gz) = 9640 SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 -SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba -SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 -SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/git2-0.13.12.tar.gz) = ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224 -SIZE (rust/crates/git2-0.13.12.tar.gz) = 175580 +SHA256 (rust/crates/form_urlencoded-1.0.0.tar.gz) = ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00 +SIZE (rust/crates/form_urlencoded-1.0.0.tar.gz) = 8412 +SHA256 (rust/crates/getrandom-0.2.2.tar.gz) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.tar.gz) = 26010 +SHA256 (rust/crates/git2-0.13.15.tar.gz) = 44f267c9da8a4de3c615b59e23606c75f164f84896e97f4dd6c15a4294de4359 +SIZE (rust/crates/git2-0.13.15.tar.gz) = 180011 SHA256 (rust/crates/glob-0.3.0.tar.gz) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.tar.gz) = 18724 SHA256 (rust/crates/globset-0.4.6.tar.gz) = c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a SIZE (rust/crates/globset-0.4.6.tar.gz) = 22893 SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/hermit-abi-0.1.16.tar.gz) = 4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151 -SIZE (rust/crates/hermit-abi-0.1.16.tar.gz) = 9889 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 -SHA256 (rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2 -SIZE (rust/crates/indexmap-1.6.0.tar.gz) = 47565 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 +SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 +SHA256 (rust/crates/idna-0.2.1.tar.gz) = de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094 +SIZE (rust/crates/idna-0.2.1.tar.gz) = 274113 +SHA256 (rust/crates/indexmap-1.6.1.tar.gz) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b +SIZE (rust/crates/indexmap-1.6.1.tar.gz) = 49644 +SHA256 (rust/crates/instant-0.1.9.tar.gz) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec +SIZE (rust/crates/instant-0.1.9.tar.gz) = 5213 +SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 SHA256 (rust/crates/jobserver-0.1.21.tar.gz) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 SIZE (rust/crates/jobserver-0.1.21.tar.gz) = 21228 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 SHA256 (rust/crates/lazycell-1.3.0.tar.gz) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.tar.gz) = 12502 -SHA256 (rust/crates/libc-0.2.78.tar.gz) = aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98 -SIZE (rust/crates/libc-0.2.78.tar.gz) = 508428 -SHA256 (rust/crates/libgit2-sys-0.12.14+1.1.0.tar.gz) = 8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549 -SIZE (rust/crates/libgit2-sys-0.12.14+1.1.0.tar.gz) = 1603930 +SHA256 (rust/crates/libc-0.2.86.tar.gz) = b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c +SIZE (rust/crates/libc-0.2.86.tar.gz) = 522986 +SHA256 (rust/crates/libgit2-sys-0.12.18+1.1.0.tar.gz) = 3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885 +SIZE (rust/crates/libgit2-sys-0.12.18+1.1.0.tar.gz) = 1434936 SHA256 (rust/crates/libz-sys-1.1.2.tar.gz) = 602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655 SIZE (rust/crates/libz-sys-1.1.2.tar.gz) = 1339299 SHA256 (rust/crates/line-wrap-0.1.1.tar.gz) = f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9 SIZE (rust/crates/line-wrap-0.1.1.tar.gz) = 10010 -SHA256 (rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a -SIZE (rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 -SHA256 (rust/crates/maplit-1.0.2.tar.gz) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d -SIZE (rust/crates/maplit-1.0.2.tar.gz) = 8871 +SHA256 (rust/crates/linked-hash-map-0.5.4.tar.gz) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 +SIZE (rust/crates/linked-hash-map-0.5.4.tar.gz) = 16166 +SHA256 (rust/crates/lock_api-0.4.2.tar.gz) = dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312 +SIZE (rust/crates/lock_api-0.4.2.tar.gz) = 20375 +SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/miniz_oxide-0.4.2.tar.gz) = c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9 -SIZE (rust/crates/miniz_oxide-0.4.2.tar.gz) = 46206 +SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.tar.gz) = 23077 +SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d +SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 +SHA256 (rust/crates/nix-0.19.1.tar.gz) = b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2 +SIZE (rust/crates/nix-0.19.1.tar.gz) = 213462 SHA256 (rust/crates/normalize-line-endings-0.3.0.tar.gz) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.tar.gz) = 5737 -SHA256 (rust/crates/num-integer-0.1.43.tar.gz) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b -SIZE (rust/crates/num-integer-0.1.43.tar.gz) = 21966 -SHA256 (rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 -SIZE (rust/crates/num-traits-0.2.12.tar.gz) = 43807 -SHA256 (rust/crates/onig-6.1.0.tar.gz) = 8a155d13862da85473665694f4c05d77fb96598bdceeaf696433c84ea9567e20 -SIZE (rust/crates/onig-6.1.0.tar.gz) = 30287 -SHA256 (rust/crates/onig_sys-69.5.1.tar.gz) = 9bff06597a6b17855040955cae613af000fc0bfc8ad49ea68b9479a74e59292d -SIZE (rust/crates/onig_sys-69.5.1.tar.gz) = 615126 -SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c -SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 +SHA256 (rust/crates/num-integer-0.1.44.tar.gz) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db +SIZE (rust/crates/num-integer-0.1.44.tar.gz) = 22216 +SHA256 (rust/crates/num-traits-0.2.14.tar.gz) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.tar.gz) = 45476 +SHA256 (rust/crates/once_cell-1.5.2.tar.gz) = 13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0 +SIZE (rust/crates/once_cell-1.5.2.tar.gz) = 27660 +SHA256 (rust/crates/onig-6.1.1.tar.gz) = 30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5 +SIZE (rust/crates/onig-6.1.1.tar.gz) = 30790 +SHA256 (rust/crates/onig_sys-69.6.0.tar.gz) = ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775 +SIZE (rust/crates/onig_sys-69.6.0.tar.gz) = 620817 +SHA256 (rust/crates/parking_lot-0.11.1.tar.gz) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb +SIZE (rust/crates/parking_lot-0.11.1.tar.gz) = 39854 +SHA256 (rust/crates/parking_lot_core-0.8.3.tar.gz) = fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018 +SIZE (rust/crates/parking_lot_core-0.8.3.tar.gz) = 32147 SHA256 (rust/crates/path_abs-0.5.0.tar.gz) = eb6b8e6dede0bf94e9300e669f335ba92d5fc9fc8be7f4b1ca8a05206489388c SIZE (rust/crates/path_abs-0.5.0.tar.gz) = 31108 SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 SHA256 (rust/crates/pest-2.1.3.tar.gz) = 10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53 SIZE (rust/crates/pest-2.1.3.tar.gz) = 77986 -SHA256 (rust/crates/pest_derive-2.1.0.tar.gz) = 833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0 -SIZE (rust/crates/pest_derive-2.1.0.tar.gz) = 14049 -SHA256 (rust/crates/pest_generator-2.1.3.tar.gz) = 99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55 -SIZE (rust/crates/pest_generator-2.1.3.tar.gz) = 14227 -SHA256 (rust/crates/pest_meta-2.1.3.tar.gz) = 54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d -SIZE (rust/crates/pest_meta-2.1.3.tar.gz) = 27818 -SHA256 (rust/crates/pkg-config-0.3.18.tar.gz) = d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33 -SIZE (rust/crates/pkg-config-0.3.18.tar.gz) = 14674 -SHA256 (rust/crates/plist-1.0.0.tar.gz) = 7b336d94e8e4ce29bf15bba393164629764744c567e8ad306cc1fdd0119967fd -SIZE (rust/crates/plist-1.0.0.tar.gz) = 39489 -SHA256 (rust/crates/predicates-1.0.5.tar.gz) = 96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a -SIZE (rust/crates/predicates-1.0.5.tar.gz) = 26097 -SHA256 (rust/crates/predicates-core-1.0.0.tar.gz) = 06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178 -SIZE (rust/crates/predicates-core-1.0.0.tar.gz) = 8066 -SHA256 (rust/crates/predicates-tree-1.0.0.tar.gz) = 8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124 -SIZE (rust/crates/predicates-tree-1.0.0.tar.gz) = 6251 +SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c +SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 +SHA256 (rust/crates/plist-1.1.0.tar.gz) = 679104537029ed2287c216bfb942bbf723f48ee98f0aef15611634173a74ef21 +SIZE (rust/crates/plist-1.1.0.tar.gz) = 40173 +SHA256 (rust/crates/ppv-lite86-0.2.10.tar.gz) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.tar.gz) = 20915 +SHA256 (rust/crates/predicates-1.0.7.tar.gz) = eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa +SIZE (rust/crates/predicates-1.0.7.tar.gz) = 274733 +SHA256 (rust/crates/predicates-core-1.0.2.tar.gz) = 57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451 +SIZE (rust/crates/predicates-core-1.0.2.tar.gz) = 8185 +SHA256 (rust/crates/predicates-tree-1.0.2.tar.gz) = 15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2 +SIZE (rust/crates/predicates-tree-1.0.2.tar.gz) = 6341 SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 -SHA256 (rust/crates/rand-0.4.6.tar.gz) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 -SIZE (rust/crates/rand-0.4.6.tar.gz) = 76401 -SHA256 (rust/crates/rand_core-0.3.1.tar.gz) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b -SIZE (rust/crates/rand_core-0.3.1.tar.gz) = 15483 -SHA256 (rust/crates/rand_core-0.4.2.tar.gz) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc -SIZE (rust/crates/rand_core-0.4.2.tar.gz) = 20243 -SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 -SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/redox_users-0.3.5.tar.gz) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d -SIZE (rust/crates/redox_users-0.3.5.tar.gz) = 12644 -SHA256 (rust/crates/regex-1.3.9.tar.gz) = 9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6 -SIZE (rust/crates/regex-1.3.9.tar.gz) = 236683 -SHA256 (rust/crates/regex-syntax-0.6.18.tar.gz) = 26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8 -SIZE (rust/crates/regex-syntax-0.6.18.tar.gz) = 294440 +SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 +SHA256 (rust/crates/rand-0.8.3.tar.gz) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.tar.gz) = 84493 +SHA256 (rust/crates/rand_chacha-0.3.0.tar.gz) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.tar.gz) = 13920 +SHA256 (rust/crates/rand_core-0.6.2.tar.gz) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.tar.gz) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.tar.gz) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.tar.gz) = 11780 +SHA256 (rust/crates/redox_syscall-0.2.5.tar.gz) = 94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9 +SIZE (rust/crates/redox_syscall-0.2.5.tar.gz) = 23449 +SHA256 (rust/crates/redox_users-0.4.0.tar.gz) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.tar.gz) = 13023 +SHA256 (rust/crates/regex-1.4.3.tar.gz) = d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a +SIZE (rust/crates/regex-1.4.3.tar.gz) = 237273 +SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 +SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 +SHA256 (rust/crates/regex-syntax-0.6.22.tar.gz) = b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581 +SIZE (rust/crates/regex-syntax-0.6.22.tar.gz) = 293187 SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 -SHA256 (rust/crates/rust-argon2-0.8.2.tar.gz) = 9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19 -SIZE (rust/crates/rust-argon2-0.8.2.tar.gz) = 28291 SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 SHA256 (rust/crates/safemem-0.3.3.tar.gz) = ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072 SIZE (rust/crates/safemem-0.3.3.tar.gz) = 7778 SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 +SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 SHA256 (rust/crates/semver-0.11.0.tar.gz) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 SIZE (rust/crates/semver-0.11.0.tar.gz) = 20826 -SHA256 (rust/crates/semver-parser-0.10.0.tar.gz) = 0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5 -SIZE (rust/crates/semver-parser-0.10.0.tar.gz) = 20247 -SHA256 (rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a -SIZE (rust/crates/serde-1.0.117.tar.gz) = 74505 -SHA256 (rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e -SIZE (rust/crates/serde_derive-1.0.117.tar.gz) = 50712 -SHA256 (rust/crates/serde_json-1.0.58.tar.gz) = a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4 -SIZE (rust/crates/serde_json-1.0.58.tar.gz) = 114933 -SHA256 (rust/crates/serde_yaml-0.8.14.tar.gz) = f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7 -SIZE (rust/crates/serde_yaml-0.8.14.tar.gz) = 37928 -SHA256 (rust/crates/sha-1-0.8.2.tar.gz) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df -SIZE (rust/crates/sha-1-0.8.2.tar.gz) = 12338 +SHA256 (rust/crates/semver-parser-0.10.2.tar.gz) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.tar.gz) = 23176 +SHA256 (rust/crates/serde-1.0.123.tar.gz) = 92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae +SIZE (rust/crates/serde-1.0.123.tar.gz) = 74379 +SHA256 (rust/crates/serde_derive-1.0.123.tar.gz) = 9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31 +SIZE (rust/crates/serde_derive-1.0.123.tar.gz) = 54122 +SHA256 (rust/crates/serde_json-1.0.62.tar.gz) = ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486 +SIZE (rust/crates/serde_json-1.0.62.tar.gz) = 114960 +SHA256 (rust/crates/serde_yaml-0.8.17.tar.gz) = 15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23 +SIZE (rust/crates/serde_yaml-0.8.17.tar.gz) = 40805 +SHA256 (rust/crates/serial_test-0.5.1.tar.gz) = e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d +SIZE (rust/crates/serial_test-0.5.1.tar.gz) = 2993 +SHA256 (rust/crates/serial_test_derive-0.5.1.tar.gz) = b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5 +SIZE (rust/crates/serial_test_derive-0.5.1.tar.gz) = 3609 SHA256 (rust/crates/shell-words-1.0.0.tar.gz) = b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074 SIZE (rust/crates/shell-words-1.0.0.tar.gz) = 9798 +SHA256 (rust/crates/smallvec-1.6.1.tar.gz) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.tar.gz) = 26444 +SHA256 (rust/crates/snailquote-0.3.0.tar.gz) = f34b729d802f52194598858ac852c3fb3b33f6e026cd03195072ccb7bf3fc810 +SIZE (rust/crates/snailquote-0.3.0.tar.gz) = 19308 SHA256 (rust/crates/std_prelude-0.2.12.tar.gz) = 8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe SIZE (rust/crates/std_prelude-0.2.12.tar.gz) = 5066 SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.42.tar.gz) = 9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228 -SIZE (rust/crates/syn-1.0.42.tar.gz) = 225244 -SHA256 (rust/crates/syntect-4.4.0.tar.gz) = 4e3978df05b5850c839a6b352d3c35ce0478944a4be689be826b53cf75363e88 -SIZE (rust/crates/syntect-4.4.0.tar.gz) = 751314 -SHA256 (rust/crates/tempdir-0.3.7.tar.gz) = 15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8 -SIZE (rust/crates/tempdir-0.3.7.tar.gz) = 11468 +SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 +SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 +SHA256 (rust/crates/syntect-4.5.0.tar.gz) = 2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5 +SIZE (rust/crates/syntect-4.5.0.tar.gz) = 752883 +SHA256 (rust/crates/sys-info-0.7.0.tar.gz) = e5cfbd84f86389198ade41b439f72a5b1b3a8ba728e61cd589e1720d0df44c39 +SIZE (rust/crates/sys-info-0.7.0.tar.gz) = 15523 +SHA256 (rust/crates/tempfile-3.2.0.tar.gz) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.tar.gz) = 25892 SHA256 (rust/crates/term_size-0.3.2.tar.gz) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 SIZE (rust/crates/term_size-0.3.2.tar.gz) = 10917 -SHA256 (rust/crates/terminal_size-0.1.13.tar.gz) = 9a14cd9f8c72704232f0bfc8455c0e861f0ad4eb60cc9ec8a170e231414c1e13 -SIZE (rust/crates/terminal_size-0.1.13.tar.gz) = 8094 +SHA256 (rust/crates/terminal_size-0.1.16.tar.gz) = 86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406 +SIZE (rust/crates/terminal_size-0.1.16.tar.gz) = 8755 SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/tinyvec-0.3.4.tar.gz) = 238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117 -SIZE (rust/crates/tinyvec-0.3.4.tar.gz) = 17586 +SHA256 (rust/crates/thiserror-1.0.23.tar.gz) = 76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146 +SIZE (rust/crates/thiserror-1.0.23.tar.gz) = 16423 +SHA256 (rust/crates/thiserror-impl-1.0.23.tar.gz) = 9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1 +SIZE (rust/crates/thiserror-impl-1.0.23.tar.gz) = 13269 +SHA256 (rust/crates/thread_local-1.1.3.tar.gz) = 8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd +SIZE (rust/crates/thread_local-1.1.3.tar.gz) = 13111 +SHA256 (rust/crates/tinyvec-1.1.1.tar.gz) = 317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023 +SIZE (rust/crates/tinyvec-1.1.1.tar.gz) = 39896 +SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 SHA256 (rust/crates/treeline-0.1.0.tar.gz) = a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41 SIZE (rust/crates/treeline-0.1.0.tar.gz) = 3855 -SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 SHA256 (rust/crates/ucd-trie-0.1.3.tar.gz) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c SIZE (rust/crates/ucd-trie-0.1.3.tar.gz) = 44615 SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.13.tar.gz) = 6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977 -SIZE (rust/crates/unicode-normalization-0.1.13.tar.gz) = 91691 +SHA256 (rust/crates/unicode-normalization-0.1.17.tar.gz) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef +SIZE (rust/crates/unicode-normalization-0.1.17.tar.gz) = 100345 SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/url-2.1.1.tar.gz) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb -SIZE (rust/crates/url-2.1.1.tar.gz) = 70383 -SHA256 (rust/crates/vcpkg-0.2.10.tar.gz) = 6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c -SIZE (rust/crates/vcpkg-0.2.10.tar.gz) = 11504 +SHA256 (rust/crates/unicode_categories-0.1.1.tar.gz) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e +SIZE (rust/crates/unicode_categories-0.1.1.tar.gz) = 87298 +SHA256 (rust/crates/url-2.2.0.tar.gz) = 5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e +SIZE (rust/crates/url-2.2.0.tar.gz) = 42787 +SHA256 (rust/crates/vcpkg-0.2.11.tar.gz) = b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb +SIZE (rust/crates/vcpkg-0.2.11.tar.gz) = 12600 SHA256 (rust/crates/vec_map-0.8.2.tar.gz) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.tar.gz) = 14466 SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed @@ -273,8 +275,8 @@ SHA256 (rust/crates/wait-timeout-0.2.0.tar.gz) = 9f200 SIZE (rust/crates/wait-timeout-0.2.0.tar.gz) = 12441 SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.tar.gz) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.tar.gz) = 27505 SHA256 (rust/crates/wild-2.0.4.tar.gz) = 035793abb854745033f01a07647a79831eba29ec0be377205f2a25b0aa830020 SIZE (rust/crates/wild-2.0.4.tar.gz) = 7068 SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -287,7 +289,7 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/xml-rs-0.8.3.tar.gz) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.tar.gz) = 52547 -SHA256 (rust/crates/yaml-rust-0.4.4.tar.gz) = 39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d -SIZE (rust/crates/yaml-rust-0.4.4.tar.gz) = 48359 -SHA256 (sharkdp-bat-v0.17.1_GH0.tar.gz) = 16d39414e8a3b80d890cfdbca6c0e6ff280058397f4a3066c37e0998985d87c4 -SIZE (sharkdp-bat-v0.17.1_GH0.tar.gz) = 1302347 +SHA256 (rust/crates/yaml-rust-0.4.5.tar.gz) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 +SIZE (rust/crates/yaml-rust-0.4.5.tar.gz) = 47783 +SHA256 (sharkdp-bat-v0.18.0_GH0.tar.gz) = 49d1b95250050df47753c213b5e48953a029c9e74753cef371051b14c9d629b8 +SIZE (sharkdp-bat-v0.18.0_GH0.tar.gz) = 1329827 From owner-svn-ports-all@freebsd.org Fri Mar 12 19:58:17 2021 Return-Path: Delivered-To: svn-ports-all@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 B52CF5AC25B; Fri, 12 Mar 2021 19:58:17 +0000 (UTC) (envelope-from jkim@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 4DxxSn4mG4z4pPr; Fri, 12 Mar 2021 19:58:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91F961DB17; Fri, 12 Mar 2021 19:58:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CJwH8k070869; Fri, 12 Mar 2021 19:58:17 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CJwGdd070866; Fri, 12 Mar 2021 19:58:16 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <202103121958.12CJwGdd070866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 12 Mar 2021 19:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568202 - head/graphics/gpu-firmware-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/graphics/gpu-firmware-kmod X-SVN-Commit-Revision: 568202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 19:58:17 -0000 Author: jkim Date: Fri Mar 12 19:58:16 2021 New Revision: 568202 URL: https://svnweb.freebsd.org/changeset/ports/568202 Log: Update amdgpu firmwares to the latest version. PR: 253834 Approved by: jmd (maintainer) Modified: head/graphics/gpu-firmware-kmod/Makefile head/graphics/gpu-firmware-kmod/distinfo head/graphics/gpu-firmware-kmod/pkg-plist Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Fri Mar 12 19:35:07 2021 (r568201) +++ head/graphics/gpu-firmware-kmod/Makefile Fri Mar 12 19:58:16 2021 (r568202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpu-firmware-kmod -PORTVERSION= g20201213 +PORTVERSION= g20210224 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -22,6 +22,6 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-firmware -GH_TAGNAME= efe0d9f +GH_TAGNAME= d15ea6e .include Modified: head/graphics/gpu-firmware-kmod/distinfo ============================================================================== --- head/graphics/gpu-firmware-kmod/distinfo Fri Mar 12 19:35:07 2021 (r568201) +++ head/graphics/gpu-firmware-kmod/distinfo Fri Mar 12 19:58:16 2021 (r568202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607892847 -SHA256 (FreeBSDDesktop-kms-firmware-g20201213-efe0d9f_GH0.tar.gz) = e896b5311527b7e463d9f16075c50d0516c045a3ac6e4e2512278724f4176cd8 -SIZE (FreeBSDDesktop-kms-firmware-g20201213-efe0d9f_GH0.tar.gz) = 24336631 +TIMESTAMP = 1614224483 +SHA256 (FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz) = 6a10905efe4bcea279ece49e4635ad670e0abad5d78525b8c451af3d1ef5c983 +SIZE (FreeBSDDesktop-kms-firmware-g20210224-d15ea6e_GH0.tar.gz) = 24465464 Modified: head/graphics/gpu-firmware-kmod/pkg-plist ============================================================================== --- head/graphics/gpu-firmware-kmod/pkg-plist Fri Mar 12 19:35:07 2021 (r568201) +++ head/graphics/gpu-firmware-kmod/pkg-plist Fri Mar 12 19:58:16 2021 (r568202) @@ -251,6 +251,7 @@ /%%KMODDIR%%/amdgpu_renoir_pfp_bin.ko /%%KMODDIR%%/amdgpu_renoir_rlc_bin.ko /%%KMODDIR%%/amdgpu_renoir_sdma_bin.ko +/%%KMODDIR%%/amdgpu_renoir_ta_bin.ko /%%KMODDIR%%/amdgpu_renoir_vcn_bin.ko /%%KMODDIR%%/amdgpu_si58_mc_bin.ko /%%KMODDIR%%/amdgpu_stoney_ce_bin.ko From owner-svn-ports-all@freebsd.org Fri Mar 12 20:23:32 2021 Return-Path: Delivered-To: svn-ports-all@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 4D28C5ACC10; Fri, 12 Mar 2021 20:23:32 +0000 (UTC) (envelope-from brd@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 4Dxy1w1nDqz4ql1; Fri, 12 Mar 2021 20:23:32 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FF7A1D9DB; Fri, 12 Mar 2021 20:23:32 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CKNVTE088927; Fri, 12 Mar 2021 20:23:31 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CKNVV6088925; Fri, 12 Mar 2021 20:23:31 GMT (envelope-from brd@FreeBSD.org) Message-Id: <202103122023.12CKNVV6088925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Fri, 12 Mar 2021 20:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568203 - head/sysutils/nomad X-SVN-Group: ports-head X-SVN-Commit-Author: brd X-SVN-Commit-Paths: head/sysutils/nomad X-SVN-Commit-Revision: 568203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 20:23:32 -0000 Author: brd (src,doc committer) Date: Fri Mar 12 20:23:31 2021 New Revision: 568203 URL: https://svnweb.freebsd.org/changeset/ports/568203 Log: sysutils/nomad: Update to version 1.0.4 PR: 253873 Approved by: maintainer timeout Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Fri Mar 12 19:58:16 2021 (r568202) +++ head/sysutils/nomad/Makefile Fri Mar 12 20:23:31 2021 (r568203) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Fri Mar 12 19:58:16 2021 (r568202) +++ head/sysutils/nomad/distinfo Fri Mar 12 20:23:31 2021 (r568203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611974445 -SHA256 (hashicorp-nomad-v1.0.3_GH0.tar.gz) = 5e25fb7296237e741cde7bf57e4bd26cc818e9fecb4208c876adc1c9317d642c -SIZE (hashicorp-nomad-v1.0.3_GH0.tar.gz) = 39597940 +TIMESTAMP = 1614355235 +SHA256 (hashicorp-nomad-v1.0.4_GH0.tar.gz) = 24f7d7853af6aa2c92645bddd0cbfa44797bc44d5375c4d53b52698d8c5968be +SIZE (hashicorp-nomad-v1.0.4_GH0.tar.gz) = 39538107 From owner-svn-ports-all@freebsd.org Fri Mar 12 21:47:36 2021 Return-Path: Delivered-To: svn-ports-all@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 591415AE889; Fri, 12 Mar 2021 21:47:36 +0000 (UTC) (envelope-from fox@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 4Dxztw23vVz4vPy; Fri, 12 Mar 2021 21:47:36 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 356281EE59; Fri, 12 Mar 2021 21:47:36 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CLlaxr036514; Fri, 12 Mar 2021 21:47:36 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CLlZCM036512; Fri, 12 Mar 2021 21:47:35 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202103122147.12CLlZCM036512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Fri, 12 Mar 2021 21:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568204 - head/audio/din X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: head/audio/din X-SVN-Commit-Revision: 568204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 21:47:36 -0000 Author: fox Date: Fri Mar 12 21:47:35 2021 New Revision: 568204 URL: https://svnweb.freebsd.org/changeset/ports/568204 Log: audio/din: Updates to 50 Changes since 49.1: DIN Is Noise 50: /* Wand drones into existense using Drone Tools > Wand /* tool toggles between Add and Wand modes /* In Add mode (the only mode until DIN49.1), you add a new drone by left clicking on the microtonal keyboard. You click and drag to 'spray' new drones. /* In Wand mode (new in DIN 50), you simply wave the mouse to add drones on the microtonal keyboard. Use the Wand distance (Drone Params > Defaults) to control how close or spaced out the drones are to each other. /* new Drone Params > Defaults tab to set defaults for some drone parameters: /* wand distance - distance to move the mouse before DIN adds a drone in Wand mode. ! smaller distance means drones are created close together ! larger distance means drones are more spaced out /* type of drones wanded/added: 1. immortal - drone forever until deleted << default and the only type until DIN49.1 2. mortal - die after their lifetime << drones launched from another drone are this type 3. reincarnate - die after their lifetime only to be (re)born immediately! << new to DIN 50! -> type of sound made by drones: -> moved from Drone > Tools in DIN 49.1 -> drones a pitch/volume -> noise @ pitch/volume -> Drone rise (min, max), fall (min, max), lifetime and handle size. -> rise, fall times moved here from Settings screen /* Drone Tools > Immortalize to make drones immortal /* Drone Tools > Mortalize to kill drones after their lifetime /* Drone Tools > Reincarnate - drones rebirth after their death, immediately! /* Auto rotate Velocity or Acceleration or Both of selected drones from Drone Params > Motion tab /* @ RPM /* Clockwise or Anti-clockwise /* Start, Stop or Toggle /* Set AM and FM directions to /* Vertical, Horizontal, Velocity or Acceleration /* Until DIN 49.1: /* AM direction = Vertical /* FM direction = Horizontal ! interesting fx possible via auto rotating velocity +/ acceleration and using them as modulation directions. also interesting to launch drones from auto rotating velocities. ! /* DIN 50 introduces a virtual geometric chuck inspired by the geometric chuck, a drawing machine from the 19th century! DIN's chuck, made with a bunch of drones, not only draws (via drone trails) but also sounds notes (via snapping), drones or noises! To begin, select a bunch of drones and choose Drone Tools > Chuck DIN creates a geometric chuck with these drones Minimum 2 drones Good start = 3 drones Each drone rotates about the other 1st drone is central, rotates about nothing, so stays still You can move this drone around and move the whole chuck The 2nd drone rotates about the 1st, The 3rd drone rotates about the 2nd, and so on Browse the selected drones of the chuck with Drone Tools > Browse drone or press <- and -> to select a drone in the chuck and Adjust the speed at which this drone rotates about the other (Drone Params > Chuck > Speed), the distance at which it rotates (Drone Params > Chuck > Length), flip the direction of rotation (anti-clockwise < > clockwise) (Drone Params > Flip), pause/go (Drone Params > Chuck > Toggle) the rotation and draw a trail (Drone Params > Chuck > Trail length). Recommend trail on the last drone of a chuck to make drawing like the real geometric chuck Set Angle per frame to speed up (large angle) or slow down (small angle) the rotation of all the drones of (all) chuck(s). The drones of the chuck sound the pitch/volume they are on the microtonal keyboard. You can mute/unmute any / all of the drones of the chuck. Drone Tools > Mute, Drone Tools > Unmute You can convert any / all of the chuck's drones to noise (Drone Tools > Drone > Noise) or vice-versa. Drone Tools > Drone 2 Noise, Drone Tools > Noise 2 Drone You can snap drones of the chuck to sound notes Drone Params > Motion > Snap drones to notes > Set *\ + stop drone decay (and death) if frozen + retime decay time of deleted drone(s) if you select drone(s) and delete again * change FM depth (like AM depth) by moving along vertical on mouse slider * moved along horizontal until DIN 49.1 * change FM bpm (like AM bpm) by moving along vertical on mouse slider * moved along horizontal until DIN 49.1 * helps with moving drones along circular paths at different speeds * improved value spinner UI * improved find_nearest_note (..) performance * improved drone trail performance * improved console text & value display Modified: head/audio/din/Makefile head/audio/din/distinfo Modified: head/audio/din/Makefile ============================================================================== --- head/audio/din/Makefile Fri Mar 12 20:23:31 2021 (r568203) +++ head/audio/din/Makefile Fri Mar 12 21:47:35 2021 (r568204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= din -PORTVERSION= 49.1 +PORTVERSION= 50 CATEGORIES= audio MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ Modified: head/audio/din/distinfo ============================================================================== --- head/audio/din/distinfo Fri Mar 12 20:23:31 2021 (r568203) +++ head/audio/din/distinfo Fri Mar 12 21:47:35 2021 (r568204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605479764 -SHA256 (din-49.1.tar.gz) = f2ab8bd94c687a899994618128768d486fc487d65162fb45cd6d0607173413b1 -SIZE (din-49.1.tar.gz) = 3677087 +TIMESTAMP = 1615567476 +SHA256 (din-50.tar.gz) = 67cbf5eba4ecb32dfc7562763233460bdf5deeefde802d917063d947e8f49121 +SIZE (din-50.tar.gz) = 3684789 From owner-svn-ports-all@freebsd.org Fri Mar 12 22:05:11 2021 Return-Path: Delivered-To: svn-ports-all@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 9E5625AE928; Fri, 12 Mar 2021 22:05:11 +0000 (UTC) (envelope-from brooks@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 4Dy0HC47psz4vvj; Fri, 12 Mar 2021 22:05:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 812B71F1CF; Fri, 12 Mar 2021 22:05:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CM5BkD048798; Fri, 12 Mar 2021 22:05:11 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CM5BT1048797; Fri, 12 Mar 2021 22:05:11 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202103122205.12CM5BT1048797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 12 Mar 2021 22:05:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568205 - head/devel/llvm-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/devel/llvm-devel X-SVN-Commit-Revision: 568205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 22:05:11 -0000 Author: brooks Date: Fri Mar 12 22:05:10 2021 New Revision: 568205 URL: https://svnweb.freebsd.org/changeset/ports/568205 Log: llvm-devel: Handle unsupported options centrally Use a loop over all possible options to comment out PLIST entries for options not supported on the current platform. Sponsored by: DARPA, AFRL Modified: head/devel/llvm-devel/Makefile Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Fri Mar 12 21:47:35 2021 (r568204) +++ head/devel/llvm-devel/Makefile Fri Mar 12 22:05:10 2021 (r568205) @@ -82,6 +82,8 @@ OPTIONS_DEFAULT_powerpc64= ${OPTIONS_DEFAULT_power OPTIONS_DEFAULT_powerpc64_13= GOLD OPTIONS_DEFAULT_powerpc64_14= GOLD OPTIONS_SUB= yes +_ALL_OPTIONS= CLANG COMPILER_RT DOCS EXTRAS FLANG GOLD LIT LLD LLDB MLIR \ + OPENMP # Pre-declared for options framework LIB_DEPENDS= @@ -381,23 +383,12 @@ _COMPILER_RT_LIBS+= \ libclang_rt.ubsan_standalone_cxx-i386.a .endif -.if ! ${OPTIONS_DEFINE:MCOMPILER_RT} -# Hack to disable COMPILER_RT in plist of unsupported architectures -PLIST_SUB+= COMPILER_RT="@comment " -.else +# Comment out plist entries for unsupported options. +.for opt in ${_ALL_OPTIONS} +.if !${OPTIONS_DEFINE:M${opt}} +PLIST_SUB+= ${opt}="@comment " .endif - -.if ! ${OPTIONS_DEFINE:MGOLD} -# Hack to disable GOLD in plist of unsupported architectures -PLIST_SUB+= GOLD="@comment " -.else -.endif - -.if ! ${OPTIONS_DEFINE:MOPENMP} -# Hack to disable OPENMP in plist of unsupported architectures -PLIST_SUB+= OPENMP="@comment " -.else -.endif +.endfor post-patch: ${REINPLACE_CMD} -e 's|import lit|import lit${LLVM_SUFFIX}|' \ From owner-svn-ports-all@freebsd.org Fri Mar 12 22:07:53 2021 Return-Path: Delivered-To: svn-ports-all@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 389A15AEB9E; Fri, 12 Mar 2021 22:07:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4Dy0LJ2JKbz3BtC; Fri, 12 Mar 2021 22:07:51 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 6627133E52; Fri, 12 Mar 2021 17:07:45 -0500 (EST) Received: from [192.168.1.5] (77.118.111.172.wireless.dyn.drei.com [77.118.111.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9DB0C33E41; Fri, 12 Mar 2021 17:07:44 -0500 (EST) Date: Fri, 12 Mar 2021 23:07:28 +0100 (CET) From: Gerald Pfeifer To: Piotr Kubaj cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r568012 - head/net/tightvnc In-Reply-To: <202103101603.12AG371X067963@repo.freebsd.org> Message-ID: <13e0fa6a-7ea4-d321-c75e-474eeb415ee9@pfeifer.com> References: <202103101603.12AG371X067963@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Dy0LJ2JKbz3BtC X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-3.04 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[gerald]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.68.5.143:from]; MID_RHS_MATCH_FROM(0.00)[]; SPAMHAUS_ZRD(0.00)[209.68.5.143:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.74)[-0.735]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 22:07:53 -0000 On Wed, 10 Mar 2021, Piotr Kubaj wrote: > Author: pkubaj Date: Wed Mar 10 16:03:06 2021 New Revision: 568012 URL: > https://svnweb.freebsd.org/changeset/ports/568012 > > Log: > net/tightvnc: fix build on powerpc64* and probably also on aarch64 and riscv64 > > Clang can't build this, use GCC: > In file included from ./cfbmskbits.h:39: > ../hw/xfree86/common/compiler.h:437:8: error: invalid output constraint '=a' in asm > "=a" (ret) : > +.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} || ${ARCH} == riscv64 > +USE_GCC= any > +.endif Do you intentionally focus on USE_GCC=any? On riscv64 this is always equivalent to USE_GCC=yes, and even on powerpc - do we want to use the the age old GCC 4.2 in base *and*, more importantly, use different compilers on 11.x and 13.x? USE_GCC=yes avoids all of this and provides more consistency and fewer test escapes. Gerald From owner-svn-ports-all@freebsd.org Fri Mar 12 22:28:01 2021 Return-Path: Delivered-To: svn-ports-all@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 D2DCF5AEDC1; Fri, 12 Mar 2021 22:28:01 +0000 (UTC) (envelope-from brooks@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 4Dy0nY5fwmz3Ck3; Fri, 12 Mar 2021 22:28:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4B481FA00; Fri, 12 Mar 2021 22:28:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CMS1IS060746; Fri, 12 Mar 2021 22:28:01 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CMS1Ku060745; Fri, 12 Mar 2021 22:28:01 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202103122228.12CMS1Ku060745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 12 Mar 2021 22:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568206 - head/devel/llvm-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/devel/llvm-devel X-SVN-Commit-Revision: 568206 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 22:28:01 -0000 Author: brooks Date: Fri Mar 12 22:28:01 2021 New Revision: 568206 URL: https://svnweb.freebsd.org/changeset/ports/568206 Log: llvm-devel: make portlint slightly happier Modified: head/devel/llvm-devel/Makefile Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Fri Mar 12 22:05:10 2021 (r568205) +++ head/devel/llvm-devel/Makefile Fri Mar 12 22:28:01 2021 (r568206) @@ -228,7 +228,7 @@ MLIR_PATTERN= ${MLIR_COMMANDS:S/^/bin./:tW:C/ */|/g}| .include -# keep in sync with /usr/src/lib/clang/clang.build.mk +# keep in sync with /usr/src/lib/clang/clang.build.mk # ----------- start of sync block ------------------ # Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it. # arm (for armv4 and armv5 CPUs) always uses the soft float ABI. @@ -236,7 +236,7 @@ MLIR_PATTERN= ${MLIR_COMMANDS:S/^/bin./:tW:C/ */|/g}| .if ${ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "") TARGET_ABI= -gnueabihf .elif ${ARCH:Marm*} -TARGET_ABI= -gnueabi +TARGET_ABI= -gnueabi .else TARGET_ABI= .endif @@ -442,8 +442,8 @@ post-install-DOCS-off: post-install-CLANG-on: ${LN} -f ${STAGEDIR}${LLVM_PREFIX}/bin/clang \ ${STAGEDIR}${LLVM_PREFIX}/bin/clang-cpp - @${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ - @${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/toolchains/ + ${INSTALL_DATA} ${WRKDIR}/xtoolchain.mk \ ${STAGEDIR}${PREFIX}/share/toolchains/llvm${LLVM_SUFFIX}.mk post-install-COMPILER_RT-on: From owner-svn-ports-all@freebsd.org Fri Mar 12 23:02:57 2021 Return-Path: Delivered-To: svn-ports-all@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 E21195B02CD; Fri, 12 Mar 2021 23:02:57 +0000 (UTC) (envelope-from jhale@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 4Dy1Ys5KBNz3GMx; Fri, 12 Mar 2021 23:02:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A99101FACD; Fri, 12 Mar 2021 23:02:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CN2vPW084604; Fri, 12 Mar 2021 23:02:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CN2uj0084597; Fri, 12 Mar 2021 23:02:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103122302.12CN2uj0084597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 12 Mar 2021 23:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568207 - in head/devel: gwenhywfar gwenhywfar-fox16 gwenhywfar-gtk2 gwenhywfar-gtk3 gwenhywfar-qt5 gwenhywfar/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/devel: gwenhywfar gwenhywfar-fox16 gwenhywfar-gtk2 gwenhywfar-gtk3 gwenhywfar-qt5 gwenhywfar/files X-SVN-Commit-Revision: 568207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:02:57 -0000 Author: jhale Date: Fri Mar 12 23:02:55 2021 New Revision: 568207 URL: https://svnweb.freebsd.org/changeset/ports/568207 Log: devel/gwenhywfar*: Update to 5.6.0 Modified: head/devel/gwenhywfar-fox16/pkg-plist head/devel/gwenhywfar-gtk2/pkg-plist head/devel/gwenhywfar-gtk3/pkg-plist head/devel/gwenhywfar-qt5/pkg-plist head/devel/gwenhywfar/Makefile head/devel/gwenhywfar/distinfo head/devel/gwenhywfar/files/patch-configure head/devel/gwenhywfar/pkg-plist Modified: head/devel/gwenhywfar-fox16/pkg-plist ============================================================================== --- head/devel/gwenhywfar-fox16/pkg-plist Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar-fox16/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) @@ -6,5 +6,5 @@ include/gwenhywfar5/gwen-gui-fox16/fox16_htmltext.hpp include/gwenhywfar5/gwen-gui-fox16/theme.h lib/libgwengui-fox16.so lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-fox16.pc Modified: head/devel/gwenhywfar-gtk2/pkg-plist ============================================================================== --- head/devel/gwenhywfar-gtk2/pkg-plist Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar-gtk2/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) @@ -1,5 +1,5 @@ include/gwenhywfar5/gwen-gui-gtk2/gtk2_gui.h lib/libgwengui-gtk2.so lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-gtk2.pc Modified: head/devel/gwenhywfar-gtk3/pkg-plist ============================================================================== --- head/devel/gwenhywfar-gtk3/pkg-plist Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar-gtk3/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) @@ -1,5 +1,5 @@ include/gwenhywfar5/gwen-gui-gtk3/gtk3_gui.h lib/libgwengui-gtk3.so lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-gtk3.pc Modified: head/devel/gwenhywfar-qt5/pkg-plist ============================================================================== --- head/devel/gwenhywfar-qt5/pkg-plist Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar-qt5/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) @@ -5,5 +5,5 @@ lib/cmake/gwengui-qt5-%%GWEN_MAJ_MIN_VER%%/gwengui-qt5 lib/cmake/gwengui-qt5-%%GWEN_MAJ_MIN_VER%%/gwengui-qt5-config.cmake lib/libgwengui-qt5.so lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-qt5.pc Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar/Makefile Fri Mar 12 23:02:55 2021 (r568207) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= gwenhywfar -PORTVERSION= 5.4.1 +PORTVERSION= 5.6.0 PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/344/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/364/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications Modified: head/devel/gwenhywfar/distinfo ============================================================================== --- head/devel/gwenhywfar/distinfo Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar/distinfo Fri Mar 12 23:02:55 2021 (r568207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602631748 -SHA256 (gwenhywfar-5.4.1.tar.gz) = fbfd403410e3c1cf7e2957738cf51c6a01ceeec6ab4d2f546512c255d3c08a9b -SIZE (gwenhywfar-5.4.1.tar.gz) = 2373780 +TIMESTAMP = 1615584447 +SHA256 (gwenhywfar-5.6.0.tar.gz) = 57af46920991290372752164f9a7518b222f99bca2ef39c77deab57d14914bc7 +SIZE (gwenhywfar-5.6.0.tar.gz) = 2394400 Modified: head/devel/gwenhywfar/files/patch-configure ============================================================================== --- head/devel/gwenhywfar/files/patch-configure Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar/files/patch-configure Fri Mar 12 23:02:55 2021 (r568207) @@ -1,9 +1,9 @@ Fix dectection of fox libs Prevent linking to unneeded Qt5 libraries ---- configure.orig 2020-10-11 12:07:56 UTC +--- configure.orig 2021-02-15 19:34:27 UTC +++ configure -@@ -21622,7 +21622,7 @@ $as_echo_n "checking for fox libraries... " >&6; } +@@ -22229,7 +22229,7 @@ $as_echo_n "checking for fox libraries... " >&6; } # Check whether --with-fox-libs was given. if test "${with_fox_libs+set}" = set; then : @@ -12,7 +12,7 @@ Prevent linking to unneeded Qt5 libraries else ac_ext=cpp -@@ -23218,8 +23218,8 @@ percent.commands = @echo -n "\$(\$(@))\ " +@@ -23825,8 +23825,8 @@ percent.commands = @echo -n "\$(\$(@))\ " QMAKE_EXTRA_TARGETS += percent EOF $QT_QMAKE $am_have_qt_pro -o $am_have_qt_makefile @@ -23,7 +23,7 @@ Prevent linking to unneeded Qt5 libraries rm $am_have_qt_pro $am_have_qt_makefile # Look for specific tools in $PATH -@@ -23243,8 +23243,8 @@ else +@@ -23850,8 +23850,8 @@ else fi @@ -34,12 +34,3 @@ Prevent linking to unneeded Qt5 libraries # Get Qt version from qmake QT_DIR=`$QT_QMAKE --version | grep -o -E /.+` -@@ -27214,7 +27214,7 @@ echo "Data Search Folder : $gwenhywfar_data - echo "Locale Search Folder : $gwenhywfar_locale_searchdir" - echo "Config Search Folder : $gwenhywfar_cfg_searchdir" - echo "Buffer Default Hard Limit : $gwenhywfar_buffer_hardlimit" --echo "Symbol Visibility : $visibility_supported" -+echo "Symbol Visibility : $ac_cv_hidden_visibility_attribute" - echo "OpenSSL Support for gct-tool : $ssl_available" - echo "GUI Support : $gwenhywfar_guis" - echo "Use system-wide certificates : $enable_system_certs" Modified: head/devel/gwenhywfar/pkg-plist ============================================================================== --- head/devel/gwenhywfar/pkg-plist Fri Mar 12 22:28:01 2021 (r568206) +++ head/devel/gwenhywfar/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) @@ -53,6 +53,7 @@ include/gwenhywfar5/gwenhywfar/gwenhywfar.h include/gwenhywfar5/gwenhywfar/gwenhywfarapi.h include/gwenhywfar5/gwenhywfar/gwensemaphore.h include/gwenhywfar5/gwenhywfar/gwensignal.h +include/gwenhywfar5/gwenhywfar/gwenthread.h include/gwenhywfar5/gwenhywfar/gwentime.h include/gwenhywfar5/gwenhywfar/hashalgo.h include/gwenhywfar5/gwenhywfar/htmlctx_be.h @@ -83,6 +84,7 @@ include/gwenhywfar5/gwenhywfar/misc2.h include/gwenhywfar5/gwenhywfar/msgengine.h include/gwenhywfar5/gwenhywfar/multicache.h include/gwenhywfar5/gwenhywfar/mutex.h +include/gwenhywfar5/gwenhywfar/nogui.h include/gwenhywfar5/gwenhywfar/o_image_be.h include/gwenhywfar5/gwenhywfar/padd.h include/gwenhywfar5/gwenhywfar/paddalgo.h @@ -117,6 +119,7 @@ include/gwenhywfar5/gwenhywfar/tag16.h include/gwenhywfar5/gwenhywfar/testframework.h include/gwenhywfar5/gwenhywfar/testmodule.h include/gwenhywfar5/gwenhywfar/text.h +include/gwenhywfar5/gwenhywfar/threadlocaldata.h include/gwenhywfar5/gwenhywfar/tlv.h include/gwenhywfar5/gwenhywfar/tree.h include/gwenhywfar5/gwenhywfar/tree2.h @@ -157,10 +160,10 @@ lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.s lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.xml lib/libgwengui-cpp.so lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%%.6.0 lib/libgwenhywfar.so lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%% -lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwenhywfar.pc share/aclocal/gwenhywfar.m4 %%DATADIR%%/dialogs/dlg_input.dlg From owner-svn-ports-all@freebsd.org Fri Mar 12 23:03:39 2021 Return-Path: Delivered-To: svn-ports-all@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 B6E025B0465; Fri, 12 Mar 2021 23:03:39 +0000 (UTC) (envelope-from jhale@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 4Dy1Zg4mHwz3GPB; Fri, 12 Mar 2021 23:03:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B8EA1FA77; Fri, 12 Mar 2021 23:03:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CN3dPw084745; Fri, 12 Mar 2021 23:03:39 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CN3c3u084742; Fri, 12 Mar 2021 23:03:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103122303.12CN3c3u084742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 12 Mar 2021 23:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568208 - head/finance/aqbanking X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/finance/aqbanking X-SVN-Commit-Revision: 568208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:03:39 -0000 Author: jhale Date: Fri Mar 12 23:03:38 2021 New Revision: 568208 URL: https://svnweb.freebsd.org/changeset/ports/568208 Log: finance/aqbanking: Update to 6.2.9 Modified: head/finance/aqbanking/Makefile head/finance/aqbanking/distinfo head/finance/aqbanking/pkg-plist Modified: head/finance/aqbanking/Makefile ============================================================================== --- head/finance/aqbanking/Makefile Fri Mar 12 23:02:55 2021 (r568207) +++ head/finance/aqbanking/Makefile Fri Mar 12 23:03:38 2021 (r568208) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= aqbanking -PORTVERSION= 6.2.5 -PORTREVISION= 1 +PORTVERSION= 6.2.9 CATEGORIES= finance -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/342/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/366/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework Modified: head/finance/aqbanking/distinfo ============================================================================== --- head/finance/aqbanking/distinfo Fri Mar 12 23:02:55 2021 (r568207) +++ head/finance/aqbanking/distinfo Fri Mar 12 23:03:38 2021 (r568208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602818375 -SHA256 (aqbanking-6.2.5.tar.gz) = cf5b060e3ec7e3fc925687caf044d4df3dbf9595f23c4fe8ffad78f44af0d6df -SIZE (aqbanking-6.2.5.tar.gz) = 2611057 +TIMESTAMP = 1615586191 +SHA256 (aqbanking-6.2.9.tar.gz) = 80eebf586f13823e05a2feeafce318a620900b0490d6a018a91d3318cbe866d2 +SIZE (aqbanking-6.2.9.tar.gz) = 2616513 Modified: head/finance/aqbanking/pkg-plist ============================================================================== --- head/finance/aqbanking/pkg-plist Fri Mar 12 23:02:55 2021 (r568207) +++ head/finance/aqbanking/pkg-plist Fri Mar 12 23:03:38 2021 (r568208) @@ -50,7 +50,7 @@ lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-conf lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-config.cmake lib/libaqbanking.so lib/libaqbanking.so.%%AQB_SHLIB_VER%% -lib/libaqbanking.so.%%AQB_SHLIB_VER%%.2.5 +lib/libaqbanking.so.%%AQB_SHLIB_VER%%.2.9 libdata/pkgconfig/aqbanking.pc share/aclocal/aqbanking.m4 %%DATADIR%%/aqbanking/typemaker2/c/ab_account.tm2 @@ -152,6 +152,7 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/imexporters/swift/profiles/swiftmt942.conf %%DATADIR%%/imexporters/xml/data/camt_052_001_02.xml %%DATADIR%%/imexporters/xml/data/camt_053_001_04.xml +%%DATADIR%%/imexporters/xml/data/ofx1.xml %%DATADIR%%/imexporters/xml/data/ofx2.xml %%DATADIR%%/imexporters/xml/data/pain_001_001_03.xml %%DATADIR%%/imexporters/xml/data/pain_001_003_03.xml @@ -160,6 +161,7 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/imexporters/xml/profiles/camt_052_001_02.conf %%DATADIR%%/imexporters/xml/profiles/camt_053_001_04.conf %%DATADIR%%/imexporters/xml/profiles/default.conf +%%DATADIR%%/imexporters/xml/profiles/ofx1.conf %%DATADIR%%/imexporters/xml/profiles/ofx2.conf %%DATADIR%%/imexporters/xml/profiles/pain_001_001_03.conf %%DATADIR%%/imexporters/xml/profiles/pain_001_003_03.conf From owner-svn-ports-all@freebsd.org Fri Mar 12 23:04:04 2021 Return-Path: Delivered-To: svn-ports-all@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 1662C5B02D0; Fri, 12 Mar 2021 23:04:04 +0000 (UTC) (envelope-from nc@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 4Dy1b804wPz3Ghw; Fri, 12 Mar 2021 23:04:04 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF39C1FD61; Fri, 12 Mar 2021 23:04:03 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CN43p9084879; Fri, 12 Mar 2021 23:04:03 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CN43Np084877; Fri, 12 Mar 2021 23:04:03 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103122304.12CN43Np084877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 12 Mar 2021 23:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568209 - head/www/hotcrp X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/www/hotcrp X-SVN-Commit-Revision: 568209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:04:04 -0000 Author: nc Date: Fri Mar 12 23:04:03 2021 New Revision: 568209 URL: https://svnweb.freebsd.org/changeset/ports/568209 Log: www/hotcrp: Update to 2.102 Changes: http://www.read.seas.harvard.edu/~kohler/hotcrp/news.html Modified: head/www/hotcrp/Makefile head/www/hotcrp/distinfo head/www/hotcrp/pkg-plist Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Fri Mar 12 23:03:38 2021 (r568208) +++ head/www/hotcrp/Makefile Fri Mar 12 23:04:03 2021 (r568209) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hotcrp -PORTVERSION= 2.94 -PORTREVISION= 23 +PORTVERSION= 2.102 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ Modified: head/www/hotcrp/distinfo ============================================================================== --- head/www/hotcrp/distinfo Fri Mar 12 23:03:38 2021 (r568208) +++ head/www/hotcrp/distinfo Fri Mar 12 23:04:03 2021 (r568209) @@ -1,2 +1,3 @@ -SHA256 (hotcrp-2.94.tar.gz) = e21ca4afc48e6d429b645befc84b7db94ccdd35c9df52cf2b16515de72b64a02 -SIZE (hotcrp-2.94.tar.gz) = 772817 +TIMESTAMP = 1615566556 +SHA256 (hotcrp-2.102.tar.gz) = 09be01f2e427cb7f424871c619925e19db03e058b6de4b7321960e31c5e31eaf +SIZE (hotcrp-2.102.tar.gz) = 1571868 Modified: head/www/hotcrp/pkg-plist ============================================================================== --- head/www/hotcrp/pkg-plist Fri Mar 12 23:03:38 2021 (r568208) +++ head/www/hotcrp/pkg-plist Fri Mar 12 23:04:03 2021 (r568209) @@ -1,20 +1,20 @@ -@owner www -@group www %%WWWDIR%%/.htaccess %%WWWDIR%%/.user.ini -%%WWWDIR%%/Code/.htaccess %%WWWDIR%%/LICENSE -%%WWWDIR%%/NEWS +%%WWWDIR%%/NEWS.md %%WWWDIR%%/README.md %%WWWDIR%%/api.php %%WWWDIR%%/assign.php %%WWWDIR%%/autoassign.php %%WWWDIR%%/batch/.htaccess -%%WWWDIR%%/batch/adddoc.php %%WWWDIR%%/batch/addusers.php +%%WWWDIR%%/batch/checkinvariants.php +%%WWWDIR%%/batch/deletepapers.php +%%WWWDIR%%/batch/fixdelegation.php %%WWWDIR%%/batch/killinactivedoc.php -%%WWWDIR%%/batch/s3check.php +%%WWWDIR%%/batch/s3test.php %%WWWDIR%%/batch/s3transfer.php +%%WWWDIR%%/batch/s3verifyall.php %%WWWDIR%%/batch/savepapers.php %%WWWDIR%%/batch/updatecontactdb.php %%WWWDIR%%/bulkassign.php @@ -23,30 +23,46 @@ %%WWWDIR%%/checkupdates.php %%WWWDIR%%/comment.php %%WWWDIR%%/conf/.htaccess +%%WWWDIR%%/conflictassign.php %%WWWDIR%%/deadlines.php +%%WWWDIR%%/devel/hotcrp.vim %%WWWDIR%%/doc.php -%%WWWDIR%%/extra/hotcrp.vim +%%WWWDIR%%/etc/.htaccess +%%WWWDIR%%/etc/affiliationmatchers.json +%%WWWDIR%%/etc/apifunctions.json +%%WWWDIR%%/etc/assignmentparsers.json +%%WWWDIR%%/etc/emojicodes.json +%%WWWDIR%%/etc/formulafunctions.json +%%WWWDIR%%/etc/helptopics.json +%%WWWDIR%%/etc/listactions.json +%%WWWDIR%%/etc/mailkeywords.json +%%WWWDIR%%/etc/msgs.json +%%WWWDIR%%/etc/optiontypes.json +%%WWWDIR%%/etc/papercolumns.json +%%WWWDIR%%/etc/profilegroups.json +%%WWWDIR%%/etc/reviewformlibrary.json +%%WWWDIR%%/etc/searchkeywords.json +%%WWWDIR%%/etc/settinggroups.json +%%WWWDIR%%/etc/settings.json +%%WWWDIR%%/etc/submissioneditgroups.json +%%WWWDIR%%/graph.php %%WWWDIR%%/help.php %%WWWDIR%%/images/.htaccess %%WWWDIR%%/images/_.gif -%%WWWDIR%%/images/allreviews24.png -%%WWWDIR%%/images/assign18.png -%%WWWDIR%%/images/assign24.png -%%WWWDIR%%/images/bendulft.png +%%WWWDIR%%/images/assign48.png %%WWWDIR%%/images/buzzer.mp3 %%WWWDIR%%/images/check.png -%%WWWDIR%%/images/checksum12.png -%%WWWDIR%%/images/comment24.png +%%WWWDIR%%/images/comment48.png %%WWWDIR%%/images/cross.png -%%WWWDIR%%/images/edit.png -%%WWWDIR%%/images/edit18.png -%%WWWDIR%%/images/edit24.png +%%WWWDIR%%/images/edit48.png %%WWWDIR%%/images/exassignone.png %%WWWDIR%%/images/exsearchaction.png -%%WWWDIR%%/images/extagsnone.png +%%WWWDIR%%/images/extagcolors.png +%%WWWDIR%%/images/extagseditkw.png %%WWWDIR%%/images/extagssearch.png %%WWWDIR%%/images/extagsset.png %%WWWDIR%%/images/extagvotehover.png +%%WWWDIR%%/images/extracker.png %%WWWDIR%%/images/generic.png %%WWWDIR%%/images/generic24.png %%WWWDIR%%/images/genericf.png @@ -61,74 +77,57 @@ %%WWWDIR%%/images/pdf24.png %%WWWDIR%%/images/pdff.png %%WWWDIR%%/images/pdff24.png +%%WWWDIR%%/images/pdffx.png +%%WWWDIR%%/images/pdffx24.png +%%WWWDIR%%/images/pdfx.png +%%WWWDIR%%/images/pdfx24.png %%WWWDIR%%/images/postscript.png %%WWWDIR%%/images/postscript24.png %%WWWDIR%%/images/postscriptf.png %%WWWDIR%%/images/postscriptf24.png %%WWWDIR%%/images/prev.png %%WWWDIR%%/images/quicksearchex.png -%%WWWDIR%%/images/review18.png %%WWWDIR%%/images/review24.png +%%WWWDIR%%/images/review48.png %%WWWDIR%%/images/sortdown.png %%WWWDIR%%/images/sortup.png -%%WWWDIR%%/images/sprite.png %%WWWDIR%%/images/stophand45.png -%%WWWDIR%%/images/tag_blue_gray.png -%%WWWDIR%%/images/tag_blue_purple.png -%%WWWDIR%%/images/tag_blue_white.png -%%WWWDIR%%/images/tag_gray_white.png -%%WWWDIR%%/images/tag_green_blue.png -%%WWWDIR%%/images/tag_green_gray.png -%%WWWDIR%%/images/tag_green_purple.png -%%WWWDIR%%/images/tag_green_white.png -%%WWWDIR%%/images/tag_orange_blue.png -%%WWWDIR%%/images/tag_orange_gray.png -%%WWWDIR%%/images/tag_orange_green.png -%%WWWDIR%%/images/tag_orange_purple.png -%%WWWDIR%%/images/tag_orange_white.png -%%WWWDIR%%/images/tag_orange_yellow.png -%%WWWDIR%%/images/tag_purple_gray.png -%%WWWDIR%%/images/tag_purple_white.png -%%WWWDIR%%/images/tag_red_blue.png -%%WWWDIR%%/images/tag_red_gray.png -%%WWWDIR%%/images/tag_red_green.png -%%WWWDIR%%/images/tag_red_orange.png -%%WWWDIR%%/images/tag_red_purple.png -%%WWWDIR%%/images/tag_red_white.png -%%WWWDIR%%/images/tag_red_yellow.png -%%WWWDIR%%/images/tag_yellow_blue.png -%%WWWDIR%%/images/tag_yellow_gray.png -%%WWWDIR%%/images/tag_yellow_green.png -%%WWWDIR%%/images/tag_yellow_purple.png -%%WWWDIR%%/images/tag_yellow_white.png -%%WWWDIR%%/images/timestamp12.png %%WWWDIR%%/images/txt.png %%WWWDIR%%/images/txt24.png -%%WWWDIR%%/images/view18.png -%%WWWDIR%%/images/view24.png +%%WWWDIR%%/images/view48.png %%WWWDIR%%/images/viewas.png %%WWWDIR%%/index.php %%WWWDIR%%/lib/.htaccess +%%WWWDIR%%/lib/abbreviationmatcher.php +%%WWWDIR%%/lib/archiveinfo.php %%WWWDIR%%/lib/backupdb.sh %%WWWDIR%%/lib/base.php %%WWWDIR%%/lib/cleanhtml.php %%WWWDIR%%/lib/column.php +%%WWWDIR%%/lib/countmatcher.php %%WWWDIR%%/lib/countries.php %%WWWDIR%%/lib/createdb.sh %%WWWDIR%%/lib/csv.php +%%WWWDIR%%/lib/curls3document.php %%WWWDIR%%/lib/dbhelper.sh %%WWWDIR%%/lib/dbl.php -%%WWWDIR%%/lib/documenthelper.php +%%WWWDIR%%/lib/filer.php %%WWWDIR%%/lib/getopt.php %%WWWDIR%%/lib/ht.php +%%WWWDIR%%/lib/icons.php +%%WWWDIR%%/lib/intlmsgset.php %%WWWDIR%%/lib/json.php %%WWWDIR%%/lib/ldaplogin.php %%WWWDIR%%/lib/login.php %%WWWDIR%%/lib/mailer.php %%WWWDIR%%/lib/message.php +%%WWWDIR%%/lib/messageset.php +%%WWWDIR%%/lib/mime.types %%WWWDIR%%/lib/mimetype.php +%%WWWDIR%%/lib/mincostmaxflow.php %%WWWDIR%%/lib/navigation.php %%WWWDIR%%/lib/qobject.php +%%WWWDIR%%/lib/qrequest.php %%WWWDIR%%/lib/redirect.php %%WWWDIR%%/lib/restoredb.sh %%WWWDIR%%/lib/runsql.sh @@ -138,6 +137,7 @@ %%WWWDIR%%/lib/text.php %%WWWDIR%%/lib/unicodehelper.php %%WWWDIR%%/lib/xlsx.php +%%WWWDIR%%/lib/zipdocument.php %%WWWDIR%%/log.php %%WWWDIR%%/mail.php %%WWWDIR%%/manualassign.php @@ -152,19 +152,37 @@ %%WWWDIR%%/review.php %%WWWDIR%%/reviewprefs.php %%WWWDIR%%/scorechart.php -%%WWWDIR%%/scorehelp.php %%WWWDIR%%/scripts/.htaccess -%%WWWDIR%%/scripts/jquery-1.11.2.min.js -%%WWWDIR%%/scripts/jquery-1.11.2.min.map +%%WWWDIR%%/scripts/buzzer.js +%%WWWDIR%%/scripts/d3-hotcrp.min.js +%%WWWDIR%%/scripts/d3.min.js +%%WWWDIR%%/scripts/graph.js +%%WWWDIR%%/scripts/jquery-1.12.4.min.js +%%WWWDIR%%/scripts/jquery-1.12.4.min.map +%%WWWDIR%%/scripts/jquery-3.3.1.min.js %%WWWDIR%%/scripts/script.js %%WWWDIR%%/scripts/settings.js %%WWWDIR%%/search.php -%%WWWDIR%%/sessionvar.php %%WWWDIR%%/settings.php %%WWWDIR%%/src/.htaccess -%%WWWDIR%%/src/assigners.php +%%WWWDIR%%/src/api/api_alltags.php +%%WWWDIR%%/src/api/api_error.php +%%WWWDIR%%/src/api/api_requestreview.php +%%WWWDIR%%/src/api/api_search.php +%%WWWDIR%%/src/api/api_searchconfig.php +%%WWWDIR%%/src/api/api_taganno.php +%%WWWDIR%%/src/api/api_user.php +%%WWWDIR%%/src/assigners/a_conflict.php +%%WWWDIR%%/src/assigners/a_decision.php +%%WWWDIR%%/src/assigners/a_lead.php +%%WWWDIR%%/src/assigners/a_preference.php +%%WWWDIR%%/src/assigners/a_status.php +%%WWWDIR%%/src/assigners/a_tag.php +%%WWWDIR%%/src/assignmentset.php +%%WWWDIR%%/src/author.php +%%WWWDIR%%/src/authormatcher.php +%%WWWDIR%%/src/autoassigner.php %%WWWDIR%%/src/banal -%%WWWDIR%%/src/baselist.php %%WWWDIR%%/src/capability.php %%WWWDIR%%/src/checkformat.php %%WWWDIR%%/src/commentinfo.php @@ -172,38 +190,122 @@ %%WWWDIR%%/src/conflict.php %%WWWDIR%%/src/contact.php %%WWWDIR%%/src/contactlist.php +%%WWWDIR%%/src/contactsearch.php %%WWWDIR%%/src/distoptions.php +%%WWWDIR%%/src/documentinfo.php +%%WWWDIR%%/src/filefilter.php +%%WWWDIR%%/src/formatspec.php %%WWWDIR%%/src/formula.php +%%WWWDIR%%/src/formulagraph.php +%%WWWDIR%%/src/groupedextensions.php +%%WWWDIR%%/src/help/h_chairsguide.php +%%WWWDIR%%/src/help/h_formulas.php +%%WWWDIR%%/src/help/h_keywords.php +%%WWWDIR%%/src/help/h_ranking.php +%%WWWDIR%%/src/help/h_revrate.php +%%WWWDIR%%/src/help/h_revround.php +%%WWWDIR%%/src/help/h_scoresort.php +%%WWWDIR%%/src/help/h_search.php +%%WWWDIR%%/src/help/h_tags.php +%%WWWDIR%%/src/help/h_votetags.php %%WWWDIR%%/src/helpers.php -%%WWWDIR%%/src/hotcrpdocument.php %%WWWDIR%%/src/hotcrpmailer.php %%WWWDIR%%/src/init.php %%WWWDIR%%/src/initweb.php +%%WWWDIR%%/src/listaction.php +%%WWWDIR%%/src/listactions/la_assign.php +%%WWWDIR%%/src/listactions/la_decide.php +%%WWWDIR%%/src/listactions/la_get_rev.php +%%WWWDIR%%/src/listactions/la_get_sub.php +%%WWWDIR%%/src/listactions/la_getallrevpref.php +%%WWWDIR%%/src/listactions/la_getdocument.php +%%WWWDIR%%/src/listactions/la_getjson.php +%%WWWDIR%%/src/listactions/la_getjsonrqc.php +%%WWWDIR%%/src/listactions/la_getrevpref.php +%%WWWDIR%%/src/listactions/la_mail.php +%%WWWDIR%%/src/listactions/la_tag.php +%%WWWDIR%%/src/listsorter.php %%WWWDIR%%/src/mailclasses.php %%WWWDIR%%/src/mailtemplate.php %%WWWDIR%%/src/meetingtracker.php +%%WWWDIR%%/src/mergecontacts.php %%WWWDIR%%/src/messages.csv %%WWWDIR%%/src/multiconference.php -%%WWWDIR%%/src/paperactions.php +%%WWWDIR%%/src/paperapi.php %%WWWDIR%%/src/papercolumn.php +%%WWWDIR%%/src/papercolumns/pc_administrator.php +%%WWWDIR%%/src/papercolumns/pc_commenters.php +%%WWWDIR%%/src/papercolumns/pc_conflict.php +%%WWWDIR%%/src/papercolumns/pc_conflictmatch.php +%%WWWDIR%%/src/papercolumns/pc_desirability.php +%%WWWDIR%%/src/papercolumns/pc_formula.php +%%WWWDIR%%/src/papercolumns/pc_formulagraph.php +%%WWWDIR%%/src/papercolumns/pc_lead.php +%%WWWDIR%%/src/papercolumns/pc_option.php +%%WWWDIR%%/src/papercolumns/pc_pagecount.php +%%WWWDIR%%/src/papercolumns/pc_pcconflicts.php +%%WWWDIR%%/src/papercolumns/pc_preference.php +%%WWWDIR%%/src/papercolumns/pc_reviewdelegation.php +%%WWWDIR%%/src/papercolumns/pc_shepherd.php +%%WWWDIR%%/src/papercolumns/pc_tagreport.php +%%WWWDIR%%/src/papercolumns/pc_timestamp.php +%%WWWDIR%%/src/papercolumns/pc_topics.php +%%WWWDIR%%/src/papercolumns/pc_topicscore.php +%%WWWDIR%%/src/paperevents.php %%WWWDIR%%/src/paperinfo.php %%WWWDIR%%/src/paperlist.php %%WWWDIR%%/src/paperoption.php +%%WWWDIR%%/src/paperrank.php +%%WWWDIR%%/src/papersaver.php %%WWWDIR%%/src/papersearch.php %%WWWDIR%%/src/paperstatus.php %%WWWDIR%%/src/papertable.php -%%WWWDIR%%/src/rank.php %%WWWDIR%%/src/review.php -%%WWWDIR%%/src/reviewformlibrary.json -%%WWWDIR%%/src/reviewsetform.php +%%WWWDIR%%/src/reviewdiffinfo.php +%%WWWDIR%%/src/reviewinfo.php %%WWWDIR%%/src/reviewtable.php +%%WWWDIR%%/src/reviewtimes.php %%WWWDIR%%/src/sample.pdf %%WWWDIR%%/src/schema.sql -%%WWWDIR%%/src/searchactions.php -%%WWWDIR%%/src/settinginfo.json +%%WWWDIR%%/src/search/st_author.php +%%WWWDIR%%/src/search/st_comment.php +%%WWWDIR%%/src/search/st_conflict.php +%%WWWDIR%%/src/search/st_decision.php +%%WWWDIR%%/src/search/st_editfinal.php +%%WWWDIR%%/src/search/st_formula.php +%%WWWDIR%%/src/search/st_option.php +%%WWWDIR%%/src/search/st_paperpc.php +%%WWWDIR%%/src/search/st_paperstatus.php +%%WWWDIR%%/src/search/st_pdf.php +%%WWWDIR%%/src/search/st_review.php +%%WWWDIR%%/src/search/st_reviewtoken.php +%%WWWDIR%%/src/search/st_revpref.php +%%WWWDIR%%/src/search/st_tag.php +%%WWWDIR%%/src/search/st_topic.php +%%WWWDIR%%/src/searchselection.php +%%WWWDIR%%/src/sessionlist.php +%%WWWDIR%%/src/settings/s_basics.php +%%WWWDIR%%/src/settings/s_decisions.php +%%WWWDIR%%/src/settings/s_decisionvisibility.php +%%WWWDIR%%/src/settings/s_finalversions.php +%%WWWDIR%%/src/settings/s_messages.php +%%WWWDIR%%/src/settings/s_options.php +%%WWWDIR%%/src/settings/s_responses.php +%%WWWDIR%%/src/settings/s_reviewform.php +%%WWWDIR%%/src/settings/s_reviews.php +%%WWWDIR%%/src/settings/s_reviewvisibility.php +%%WWWDIR%%/src/settings/s_subform.php +%%WWWDIR%%/src/settings/s_submissions.php +%%WWWDIR%%/src/settings/s_tags.php +%%WWWDIR%%/src/settings/s_topics.php +%%WWWDIR%%/src/settings/s_tracks.php +%%WWWDIR%%/src/settings/s_users.php +%%WWWDIR%%/src/settingvalues.php +%%WWWDIR%%/src/textformat.php %%WWWDIR%%/src/updateschema.php %%WWWDIR%%/src/useractions.php %%WWWDIR%%/src/userstatus.php %%WWWDIR%%/stylesheets/.htaccess +%%WWWDIR%%/stylesheets/mobile.css %%WWWDIR%%/stylesheets/style.css %%WWWDIR%%/users.php From owner-svn-ports-all@freebsd.org Fri Mar 12 23:07:02 2021 Return-Path: Delivered-To: svn-ports-all@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 4EAED5B06F9; Fri, 12 Mar 2021 23:07:02 +0000 (UTC) (envelope-from nc@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 4Dy1fZ1njRz3Gg3; Fri, 12 Mar 2021 23:07:02 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 306BF1FF59; Fri, 12 Mar 2021 23:07:02 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CN71so085085; Fri, 12 Mar 2021 23:07:01 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CN71bj085082; Fri, 12 Mar 2021 23:07:01 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103122307.12CN71bj085082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Fri, 12 Mar 2021 23:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568210 - head/textproc/iksemel X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/textproc/iksemel X-SVN-Commit-Revision: 568210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:07:02 -0000 Author: nc Date: Fri Mar 12 23:07:01 2021 New Revision: 568210 URL: https://svnweb.freebsd.org/changeset/ports/568210 Log: textproc/iksemel: Update to 1.5 Also change WWW to current GitHub site. Modified: head/textproc/iksemel/Makefile head/textproc/iksemel/distinfo head/textproc/iksemel/pkg-descr Modified: head/textproc/iksemel/Makefile ============================================================================== --- head/textproc/iksemel/Makefile Fri Mar 12 23:04:03 2021 (r568209) +++ head/textproc/iksemel/Makefile Fri Mar 12 23:07:01 2021 (r568210) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= iksemel -PORTVERSION= 1.4 -PORTREVISION= 8 +PORTVERSION= 1.5 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -16,7 +15,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls USE_GITHUB= yes GH_ACCOUNT= meduketto -GH_TAGNAME= 6cddfef +GH_TAGNAME= 978b733 USES= autoreconf libtool makeinfo pathfix pkgconfig GNU_CONFIGURE= yes Modified: head/textproc/iksemel/distinfo ============================================================================== --- head/textproc/iksemel/distinfo Fri Mar 12 23:04:03 2021 (r568209) +++ head/textproc/iksemel/distinfo Fri Mar 12 23:07:01 2021 (r568210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474196501 -SHA256 (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 32ecf6c0d7176c1b6dd0d5afd94cab4890a37345ecec50b141e4bfc3792eddb6 -SIZE (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 74848 +TIMESTAMP = 1615590354 +SHA256 (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 3cf622c2eeab3404899ccb2f3119335b7cd8651eaeac09218675fdc82234ab85 +SIZE (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 87417 Modified: head/textproc/iksemel/pkg-descr ============================================================================== --- head/textproc/iksemel/pkg-descr Fri Mar 12 23:04:03 2021 (r568209) +++ head/textproc/iksemel/pkg-descr Fri Mar 12 23:07:01 2021 (r568210) @@ -4,4 +4,4 @@ in ANSI C except the network code (which is POSIX comp highly portable. Iksemel is released under GNU Lesser General Public License. A copy of the license is included in the COPYING file. -WWW: http://code.google.com/p/iksemel/ +WWW: https://github.com/meduketto/iksemel From owner-svn-ports-all@freebsd.org Fri Mar 12 23:12:12 2021 Return-Path: Delivered-To: svn-ports-all@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 31F3F5B055A; Fri, 12 Mar 2021 23:12:12 +0000 (UTC) (envelope-from jhale@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 4Dy1mX0m6Dz3GpQ; Fri, 12 Mar 2021 23:12:12 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D12820185; Fri, 12 Mar 2021 23:12:12 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNCCjl091175; Fri, 12 Mar 2021 23:12:12 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNCAEi091168; Fri, 12 Mar 2021 23:12:10 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103122312.12CNCAEi091168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 12 Mar 2021 23:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568211 - in head/finance: alkimia alkimia/files kmymoney X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/finance: alkimia alkimia/files kmymoney X-SVN-Commit-Revision: 568211 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:12:12 -0000 Author: jhale Date: Fri Mar 12 23:12:10 2021 New Revision: 568211 URL: https://svnweb.freebsd.org/changeset/ports/568211 Log: finance/alkimia: Update to 8.1.0 Bump PORTREVISION on consumers due to shared lib version bump. Added: head/finance/alkimia/files/patch-src_alkwebpage.h (contents, props changed) Modified: head/finance/alkimia/Makefile head/finance/alkimia/distinfo head/finance/alkimia/files/patch-CMakeLists.txt head/finance/alkimia/files/patch-autotests_CMakeLists.txt head/finance/alkimia/pkg-plist head/finance/kmymoney/Makefile Modified: head/finance/alkimia/Makefile ============================================================================== --- head/finance/alkimia/Makefile Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/alkimia/Makefile Fri Mar 12 23:12:10 2021 (r568211) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= alkimia -PORTVERSION= 7.0.2 -PORTREVISION= 4 +PORTVERSION= 8.1.0 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -12,23 +11,35 @@ COMMENT= KDE financial data handling library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -# Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules +RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-Finance-Quote>=0:finance/p5-Finance-Quote \ + p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-XML-Writer>=0:textproc/p5-XML-Writer \ + p5-libwww>=0:www/p5-libwww -USES= cmake compiler:c++11-lang pathfix qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 pathfix perl5 qt:5 \ + shebangfix tar:xz USE_LDCONFIG= yes -USE_QT= core dbus \ +USE_KDE= attica auth codecs completion config configwidgets coreaddons \ + i18n iconthemes jobwidgets kio newstuff service sonnet \ + textwidgets widgetsaddons windowsystem xmlgui ecm_build +USE_PERL5= run +USE_QT= concurrent core dbus declarative gui network widgets xml \ buildtools_build qmake_build -CMAKE_ON= KDE_INSTALL_USE_QT_SYS_PATHS +CMAKE_OFF= BUILD_DOXYGEN_DOCS PLIST_SUB= VER=${PORTVERSION:R} +SHEBANG_FILES= src/financequote.pl +OPTIONS_RADIO= BROWSER +OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE OPTIONS_SINGLE= MPLIB OPTIONS_SINGLE_MPLIB= GMP MPIR -OPTIONS_DEFINE= TEST -OPTIONS_DEFAULT= MPIR +OPTIONS_DEFINE= PLASMA TEST TOOLS +OPTIONS_DEFAULT= MPIR TOOLS WEBKIT OPTIONS_SUB= yes +BROWSER_DESC= Web browser support MPLIB_DESC= Multi-precision library (MPIR preferred) GMP_LIB_DEPENDS= libgmp.so:math/gmp @@ -37,8 +48,26 @@ GMP_CMAKE_BOOL= CMAKE_DISABLE_FIND_PACKAGE_MPIR MPIR_DESC= MPIR (multiple precision arithmetic) support MPIR_LIB_DEPENDS= libmpir.so:math/mpir +PLASMA_DESC= Build Plasma applets +PLASMA_USE= KDE=package,plasma-framework +PLASMA_CMAKE_BOOL= BUILD_APPLETS + TEST_USE= QT=testlib TEST_CMAKE_BOOL= BUILD_TESTING TEST_TEST_TARGET= test + +TOOLS_DESC= Build tools +TOOLS_CMAKE_BOOL= BUILD_TOOLS + +WEBENGINE_DESC= Qt Web Engine support +WEBENGINE_USE= QT=webengine +WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE + +WEBKIT_DESC= Qt WebKit support +WEBKIT_USE= QT=webkit +WEBKIT_CMAKE_BOOL= BUILD_WITH_WEBKIT + +pre-configure: + ${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \; .include Modified: head/finance/alkimia/distinfo ============================================================================== --- head/finance/alkimia/distinfo Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/alkimia/distinfo Fri Mar 12 23:12:10 2021 (r568211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524008329 -SHA256 (alkimia-7.0.2.tar.xz) = 59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454 -SIZE (alkimia-7.0.2.tar.xz) = 38420 +TIMESTAMP = 1615051962 +SHA256 (alkimia-8.1.0.tar.xz) = 916807352707b0490cdd9ca65682eff73b00ca523029bda6fe7a2749a1bc927c +SIZE (alkimia-8.1.0.tar.xz) = 230804 Modified: head/finance/alkimia/files/patch-CMakeLists.txt ============================================================================== --- head/finance/alkimia/files/patch-CMakeLists.txt Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/alkimia/files/patch-CMakeLists.txt Fri Mar 12 23:12:10 2021 (r568211) @@ -1,31 +1,21 @@ Make tests conditional ---- CMakeLists.txt.orig 2018-04-11 16:05:28 UTC +--- CMakeLists.txt.orig 2021-01-21 22:50:19 UTC +++ CMakeLists.txt -@@ -15,7 +15,7 @@ include(FeatureSummary) +@@ -37,7 +37,7 @@ include(FeatureSummary) # check for PkgConfig, Qt and MPIR/GMP find_package(PkgConfig) if(BUILD_QT4) -- find_package(Qt4 REQUIRED COMPONENTS QtCore QtDBus QtTest) -+ find_package(Qt4 REQUIRED COMPONENTS QtCore QtDBus) +- find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus QtTest QtWebKit QtDeclarative) ++ find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus QtWebKit QtDeclarative) set(QT_USE_LIBSPREFIX Qt4::Qt) set(ALKIMIA_LIB_SUFFIX "") set(ALKIMIA_INCLUDE_SUFFIX "Qt4") -@@ -23,7 +23,7 @@ if(BUILD_QT4) - set(PC_TARGET_QTPREFIX Qt) - set(PC_TARGET_SUFFIX) - else() -- find_package(Qt5 REQUIRED COMPONENTS Core DBus Test) -+ find_package(Qt5 REQUIRED COMPONENTS Core DBus) - set(QT_USE_LIBSPREFIX Qt5::) - set(ALKIMIA_LIB_SUFFIX "5") - set(ALKIMIA_INCLUDE_SUFFIX "Qt5") -@@ -59,4 +59,7 @@ add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_F - include_directories(${MP_INCLUDE_DIR}) +@@ -107,7 +107,6 @@ else() - add_subdirectory(src) --add_subdirectory(autotests) -+ -+if(BUILD_TESTING) -+ add_subdirectory(autotests) -+endif() + find_package(Qt5 REQUIRED COMPONENTS + Core +- Test + ${QT_BROWSER_COMPONENT} + Qml + ) Modified: head/finance/alkimia/files/patch-autotests_CMakeLists.txt ============================================================================== --- head/finance/alkimia/files/patch-autotests_CMakeLists.txt Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/alkimia/files/patch-autotests_CMakeLists.txt Fri Mar 12 23:12:10 2021 (r568211) @@ -1,15 +1,15 @@ Find testlib (moved from ../CMakeLists.txt) ---- autotests/CMakeLists.txt.orig 2018-03-15 19:28:26 UTC +--- autotests/CMakeLists.txt.orig 2020-10-23 16:11:34 UTC +++ autotests/CMakeLists.txt -@@ -1,8 +1,10 @@ +@@ -1,4 +1,10 @@ include(ECMAddTests) - - if(BUILD_QT4) ++if(BUILD_QT4) + find_package(Qt4 REQUIRED COMPONENTS QtTest) - set(TEST_LIB ${QT_QTTEST_LIBRARY}) - else() ++else() + find_package(Qt5 REQUIRED COMPONENTS Test) - set(TEST_LIB Qt5::Test) - endif() - ++endif() ++ + set(TEST_LIB + alkimia + alkimia-internal Added: head/finance/alkimia/files/patch-src_alkwebpage.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/alkimia/files/patch-src_alkwebpage.h Fri Mar 12 23:12:10 2021 (r568211) @@ -0,0 +1,32 @@ +Fix build when both the WEBKIT and WEBENGINE options are set to OFF. + +/wrkdirs/usr/ports/finance/alkimia/work/alkimia-8.1.0/tools/onlinequoteseditor/mainwindow.cpp:52:28: error: member access into incomplete type 'const QUrl' + d->urlLine->setText(url.toString()); + ^ +/usr/local/include/qt5/QtCore/qmetatype.h:2089:1: note: forward declaration of 'QUrl' +QT_FOR_EACH_STATIC_CORE_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER) +^ +/usr/local/include/qt5/QtCore/qmetatype.h:121:17: note: expanded from macro 'QT_FOR_EACH_STATIC_CORE_CLASS' + F(QUrl, 17, QUrl) \ + ^ +/wrkdirs/usr/ports/finance/alkimia/work/alkimia-8.1.0/tools/onlinequoteseditor/mainwindow.cpp:57:63: error: 'QUrl' is an incomplete type + AlkOnlineQuotesProfileManager::instance().webPage()->load(QUrl(d->urlLine->text()), d->quotesWidget->acceptLanguage()); + ^ +/usr/local/include/qt5/QtCore/qmetatype.h:2089:1: note: forward declaration of 'QUrl' +QT_FOR_EACH_STATIC_CORE_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER) +^ +/usr/local/include/qt5/QtCore/qmetatype.h:121:17: note: expanded from macro 'QT_FOR_EACH_STATIC_CORE_CLASS' + F(QUrl, 17, QUrl) \ + ^ +2 errors generated. + +--- src/alkwebpage.h.orig 2021-03-10 18:46:11 UTC ++++ src/alkwebpage.h +@@ -83,6 +83,7 @@ class ALK_EXPORT AlkWebPage : public QWebView (private + + #else + ++#include + #include + + /** Modified: head/finance/alkimia/pkg-plist ============================================================================== --- head/finance/alkimia/pkg-plist Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/alkimia/pkg-plist Fri Mar 12 23:12:10 2021 (r568211) @@ -1,7 +1,14 @@ +%%TOOLS%%bin/onlinequoteseditor5 include/alkimia/Qt5/alkimia/alk_export.h include/alkimia/Qt5/alkimia/alkcompany.h -include/alkimia/Qt5/alkimia/alkquoteitem.h +include/alkimia/Qt5/alkimia/alkonlinequote.h +include/alkimia/Qt5/alkimia/alkonlinequotesource.h +include/alkimia/Qt5/alkimia/alkonlinequotesprofile.h +include/alkimia/Qt5/alkimia/alkonlinequotesprofilemanager.h +include/alkimia/Qt5/alkimia/alkonlinequoteswidget.h include/alkimia/Qt5/alkimia/alkvalue.h +include/alkimia/Qt5/alkimia/alkversion.h +include/alkimia/Qt5/alkimia/alkwebpage.h %%GMP%%lib/cmake/LibAlkimia5-%%VER%%/FindGMP.cmake %%MPIR%%lib/cmake/LibAlkimia5-%%VER%%/FindMPIR.cmake lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Config.cmake @@ -9,6 +16,130 @@ lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5ConfigVersion lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets.cmake lib/libalkimia5.so -lib/libalkimia5.so.7 -lib/libalkimia5.so.7.0.2 +lib/libalkimia5.so.8 +lib/libalkimia5.so.8.1.0 +%%QT_QMLDIR%%/org/kde/alkimia/libqmlalkimia.so +%%QT_QMLDIR%%/org/kde/alkimia/qmldir libdata/pkgconfig/libalkimia5.pc +%%TOOLS%%share/applications/org.kde.onlinequoteseditor5.desktop +%%TOOLS%%share/icons/hicolor/128x128/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/16x16/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/22x22/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/32x32/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/48x48/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/64x64/apps/onlinequoteseditor5.png +%%TOOLS%%share/icons/hicolor/scalable/apps/onlinequoteseditor5.svgz +share/knsrcfiles/alkimia-quotes.knsrc +share/knsrcfiles/kmymoney-quotes.knsrc +share/knsrcfiles/skrooge-quotes.knsrc +%%PLASMA%%share/kservices5/plasma-applet-org.wincak.foreigncurrencies2.desktop +share/locale/ca/LC_MESSAGES/alkimia.mo +share/locale/ca/LC_MESSAGES/onlinequoteseditor.mo +share/locale/ca/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/ca@valencia/LC_MESSAGES/alkimia.mo +share/locale/ca@valencia/LC_MESSAGES/onlinequoteseditor.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/cs/LC_MESSAGES/alkimia.mo +share/locale/cs/LC_MESSAGES/onlinequoteseditor.mo +share/locale/cs/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/de/LC_MESSAGES/alkimia.mo +share/locale/de/LC_MESSAGES/onlinequoteseditor.mo +share/locale/de/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/el/LC_MESSAGES/alkimia.mo +share/locale/el/LC_MESSAGES/onlinequoteseditor.mo +share/locale/el/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/en_GB/LC_MESSAGES/alkimia.mo +share/locale/en_GB/LC_MESSAGES/onlinequoteseditor.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/es/LC_MESSAGES/alkimia.mo +share/locale/es/LC_MESSAGES/onlinequoteseditor.mo +share/locale/es/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/et/LC_MESSAGES/alkimia.mo +share/locale/et/LC_MESSAGES/onlinequoteseditor.mo +share/locale/et/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/fi/LC_MESSAGES/alkimia.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/fr/LC_MESSAGES/alkimia.mo +share/locale/fr/LC_MESSAGES/onlinequoteseditor.mo +share/locale/fr/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/gl/LC_MESSAGES/alkimia.mo +share/locale/gl/LC_MESSAGES/onlinequoteseditor.mo +share/locale/gl/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/ia/LC_MESSAGES/alkimia.mo +share/locale/ia/LC_MESSAGES/onlinequoteseditor.mo +share/locale/ia/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/it/LC_MESSAGES/alkimia.mo +share/locale/it/LC_MESSAGES/onlinequoteseditor.mo +share/locale/it/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/ko/LC_MESSAGES/alkimia.mo +share/locale/ko/LC_MESSAGES/onlinequoteseditor.mo +share/locale/ko/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/nl/LC_MESSAGES/alkimia.mo +share/locale/nl/LC_MESSAGES/onlinequoteseditor.mo +share/locale/nl/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/nn/LC_MESSAGES/alkimia.mo +share/locale/nn/LC_MESSAGES/onlinequoteseditor.mo +share/locale/nn/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/nn/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/pl/LC_MESSAGES/alkimia.mo +share/locale/pl/LC_MESSAGES/onlinequoteseditor.mo +share/locale/pl/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/pt/LC_MESSAGES/alkimia.mo +share/locale/pt/LC_MESSAGES/onlinequoteseditor.mo +share/locale/pt/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/pt_BR/LC_MESSAGES/alkimia.mo +share/locale/pt_BR/LC_MESSAGES/onlinequoteseditor.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/ru/LC_MESSAGES/alkimia.mo +share/locale/ru/LC_MESSAGES/onlinequoteseditor.mo +share/locale/ru/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/sk/LC_MESSAGES/alkimia.mo +share/locale/sk/LC_MESSAGES/onlinequoteseditor.mo +share/locale/sk/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/sv/LC_MESSAGES/alkimia.mo +share/locale/sv/LC_MESSAGES/onlinequoteseditor.mo +share/locale/sv/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/uk/LC_MESSAGES/alkimia.mo +share/locale/uk/LC_MESSAGES/onlinequoteseditor.mo +share/locale/uk/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/zh_CN/LC_MESSAGES/alkimia.mo +share/locale/zh_CN/LC_MESSAGES/onlinequoteseditor.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/zh_TW/LC_MESSAGES/alkimia.mo +share/locale/zh_TW/LC_MESSAGES/onlinequoteseditor.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +%%PLASMA%%share/metainfo/org.wincak.foreigncurrencies2.appdata.xml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/LICENSE +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/README +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/config.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/main.xml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/icons/currency.svg +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Currency.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Okno.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/config/ConfigGeneral.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/main.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.desktop +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.json Modified: head/finance/kmymoney/Makefile ============================================================================== --- head/finance/kmymoney/Makefile Fri Mar 12 23:07:01 2021 (r568210) +++ head/finance/kmymoney/Makefile Fri Mar 12 23:12:10 2021 (r568211) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 5.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src From owner-svn-ports-all@freebsd.org Fri Mar 12 23:12:21 2021 Return-Path: Delivered-To: svn-ports-all@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 E040E5B02EE; Fri, 12 Mar 2021 23:12:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy1mf1Rr0z3Grd; Fri, 12 Mar 2021 23:12:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EC2C2005A; Fri, 12 Mar 2021 23:12:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNCHpP091318; Fri, 12 Mar 2021 23:12:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNCGLP091314; Fri, 12 Mar 2021 23:12:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103122312.12CNCGLP091314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 12 Mar 2021 23:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568212 - in head/science/molsketch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/molsketch: . files X-SVN-Commit-Revision: 568212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:12:22 -0000 Author: yuri Date: Fri Mar 12 23:12:16 2021 New Revision: 568212 URL: https://svnweb.freebsd.org/changeset/ports/568212 Log: science/molsketch: Update 0.7.0 -> 0.7.1 Modified: head/science/molsketch/Makefile head/science/molsketch/distinfo head/science/molsketch/files/patch-CMakeLists.txt head/science/molsketch/pkg-plist Modified: head/science/molsketch/Makefile ============================================================================== --- head/science/molsketch/Makefile Fri Mar 12 23:12:10 2021 (r568211) +++ head/science/molsketch/Makefile Fri Mar 12 23:12:16 2021 (r568212) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= molsketch -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 DISTVERSIONSUFFIX= -src CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/Molsketch/Oxygen%20${DISTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Molsketch/Oxygen-16%20${DISTVERSION}/ DISTNAME= Molsketch-${DISTVERSIONFULL} MAINTAINER= yuri@FreeBSD.org @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libopenbabel.so:science/openbabel -USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \ - pkgconfig qt:5 shared-mime-info -USE_QT= core gui network printsupport svg widgets buildtools_build qmake_build +USES= cmake:noninja compiler:c++11-lang desktop-file-utils localbase:ldflags \ + pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ +USE_QT= core gui network printsupport svg widgets buildtools_build linguisttools_build qmake_build USE_LDCONFIG= ${PREFIX}/lib/molsketch CMAKE_ARGS= -DMSK_PREFIX:STRING=${PREFIX} Modified: head/science/molsketch/distinfo ============================================================================== --- head/science/molsketch/distinfo Fri Mar 12 23:12:10 2021 (r568211) +++ head/science/molsketch/distinfo Fri Mar 12 23:12:16 2021 (r568212) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609181842 -SHA256 (Molsketch-0.7.0-src.tar.gz) = 2a8b181793f6df8892c55399c13674ecf688403ad402c9fead20f4916715bb9d -SIZE (Molsketch-0.7.0-src.tar.gz) = 1874764 +TIMESTAMP = 1615487958 +SHA256 (Molsketch-0.7.1-src.tar.gz) = 33a9afbcd058008aae07448c0ff945a561a0e693a195e383cfe7543fb180e95d +SIZE (Molsketch-0.7.1-src.tar.gz) = 1906008 Modified: head/science/molsketch/files/patch-CMakeLists.txt ============================================================================== --- head/science/molsketch/files/patch-CMakeLists.txt Fri Mar 12 23:12:10 2021 (r568211) +++ head/science/molsketch/files/patch-CMakeLists.txt Fri Mar 12 23:12:16 2021 (r568212) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2018-08-15 17:18:23 UTC +--- CMakeLists.txt.orig 2021-03-07 18:40:16 UTC +++ CMakeLists.txt -@@ -39,7 +39,7 @@ configure_file("${CMAKE_MODULE_PATH}/cma +@@ -36,7 +36,7 @@ configure_file("${CMAKE_SOURCE_DIR}/cmake_uninstall.cm add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") # Enabling debugging symbols @@ -9,16 +9,7 @@ # Enabling shared libraries set(BUILD_SHARED_LIBS ON) -@@ -119,7 +119,7 @@ if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT - endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT APPLE ) - - if(NOT FORCEQt4) -- set(QTVERSIONSUFFIX "-qt5") -+ set(QTVERSIONSUFFIX "") - endif(NOT FORCEQt4) - - set(OBABEL_IFACE_NAME "libobabeliface${QTVERSIONSUFFIX}.so") -@@ -130,7 +130,7 @@ endif(WIN32 OR WIN64) +@@ -108,7 +108,7 @@ endif(WIN32 OR WIN64) add_definitions(-DOBABEL_IFACE_LOCATION="\\\"${MSK_INSTALL_LIBS}/${OBABEL_IFACE_NAME}\\\"") Modified: head/science/molsketch/pkg-plist ============================================================================== --- head/science/molsketch/pkg-plist Fri Mar 12 23:12:10 2021 (r568211) +++ head/science/molsketch/pkg-plist Fri Mar 12 23:12:16 2021 (r568212) @@ -68,7 +68,7 @@ include/libmolsketch/molview.h include/libmolsketch/neighboralignment.h include/libmolsketch/propertiesdock.h include/libmolsketch/propertieswidget.h -include/libmolsketch/qtversionmacros.h +include/libmolsketch/qtdeprecations.h include/libmolsketch/radicalelectron.h include/libmolsketch/scenepropertieswidget.h include/libmolsketch/scenesettings.h From owner-svn-ports-all@freebsd.org Fri Mar 12 23:36:07 2021 Return-Path: Delivered-To: svn-ports-all@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 755605B0D41; Fri, 12 Mar 2021 23:36:07 +0000 (UTC) (envelope-from hselasky@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 4Dy2J72z4lz3HWc; Fri, 12 Mar 2021 23:36:07 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58F3320792; Fri, 12 Mar 2021 23:36:07 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNa7ha003352; Fri, 12 Mar 2021 23:36:07 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNa6EC003351; Fri, 12 Mar 2021 23:36:06 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <202103122336.12CNa6EC003351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Fri, 12 Mar 2021 23:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568213 - head/audio/qaudiosonar X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/qaudiosonar X-SVN-Commit-Revision: 568213 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:36:07 -0000 Author: hselasky Date: Fri Mar 12 23:36:06 2021 New Revision: 568213 URL: https://svnweb.freebsd.org/changeset/ports/568213 Log: Update qaudiosonar to v1.7.4 - Reduce default window size to reduce CPU usage. Approved by: pi (implicit) Modified: head/audio/qaudiosonar/Makefile head/audio/qaudiosonar/distinfo Modified: head/audio/qaudiosonar/Makefile ============================================================================== --- head/audio/qaudiosonar/Makefile Fri Mar 12 23:12:16 2021 (r568212) +++ head/audio/qaudiosonar/Makefile Fri Mar 12 23:36:06 2021 (r568213) @@ -3,7 +3,7 @@ PORTNAME= qaudiosonar DISTVERSIONPREFIX= v -DISTVERSION= 1.7.3 +DISTVERSION= 1.7.4 CATEGORIES= audio MAINTAINER= hselasky@FreeBSD.org Modified: head/audio/qaudiosonar/distinfo ============================================================================== --- head/audio/qaudiosonar/distinfo Fri Mar 12 23:12:16 2021 (r568212) +++ head/audio/qaudiosonar/distinfo Fri Mar 12 23:36:06 2021 (r568213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614249500 -SHA256 (hselasky-qaudiosonar-v1.7.3_GH0.tar.gz) = cc9751af721cce3f86f729bf03e504963e2cabc755a514a91d3a885787a54a5d -SIZE (hselasky-qaudiosonar-v1.7.3_GH0.tar.gz) = 456541 +TIMESTAMP = 1615592094 +SHA256 (hselasky-qaudiosonar-v1.7.4_GH0.tar.gz) = 9e614882da24b019ce1bb53a3b40b5556942db3403f882db1d92676d498c9a89 +SIZE (hselasky-qaudiosonar-v1.7.4_GH0.tar.gz) = 456553 From owner-svn-ports-all@freebsd.org Fri Mar 12 23:37:11 2021 Return-Path: Delivered-To: svn-ports-all@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 839325B0772; Fri, 12 Mar 2021 23:37:11 +0000 (UTC) (envelope-from swills@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 4Dy2KM3Lqwz3J04; Fri, 12 Mar 2021 23:37:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65AAE20645; Fri, 12 Mar 2021 23:37:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNbBgZ003494; Fri, 12 Mar 2021 23:37:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNbBa9003493; Fri, 12 Mar 2021 23:37:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103122337.12CNbBa9003493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 12 Mar 2021 23:37:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568214 - head/archivers/bzip2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/archivers/bzip2 X-SVN-Commit-Revision: 568214 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:37:11 -0000 Author: swills Date: Fri Mar 12 23:37:10 2021 New Revision: 568214 URL: https://svnweb.freebsd.org/changeset/ports/568214 Log: archivers/bzip2: update to 1.0.8 PR: 254205 Approved by: jharris@widomaker.com (maintainer) Modified: head/archivers/bzip2/Makefile (contents, props changed) head/archivers/bzip2/distinfo (contents, props changed) Modified: head/archivers/bzip2/Makefile ============================================================================== --- head/archivers/bzip2/Makefile Fri Mar 12 23:36:06 2021 (r568213) +++ head/archivers/bzip2/Makefile Fri Mar 12 23:37:10 2021 (r568214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bzip2 -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= archivers MASTER_SITES= https://sourceware.org/pub/bzip2/ Modified: head/archivers/bzip2/distinfo ============================================================================== --- head/archivers/bzip2/distinfo Fri Mar 12 23:36:06 2021 (r568213) +++ head/archivers/bzip2/distinfo Fri Mar 12 23:37:10 2021 (r568214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561661453 -SHA256 (bzip2-1.0.7.tar.gz) = e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b -SIZE (bzip2-1.0.7.tar.gz) = 809680 +TIMESTAMP = 1615407222 +SHA256 (bzip2-1.0.8.tar.gz) = ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 +SIZE (bzip2-1.0.8.tar.gz) = 810029 From owner-svn-ports-all@freebsd.org Fri Mar 12 23:39:34 2021 Return-Path: Delivered-To: svn-ports-all@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 4B8385B0E19; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@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 4Dy2N61dpsz3Htv; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B3AC20793; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNdYEq003678; Fri, 12 Mar 2021 23:39:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNdX0o003674; Fri, 12 Mar 2021 23:39:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103122339.12CNdX0o003674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 12 Mar 2021 23:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568215 - in head: archivers/libunrar6 sysutils/fusefs-rar2fs X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: archivers/libunrar6 sysutils/fusefs-rar2fs X-SVN-Commit-Revision: 568215 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:39:34 -0000 Author: jhale Date: Fri Mar 12 23:39:33 2021 New Revision: 568215 URL: https://svnweb.freebsd.org/changeset/ports/568215 Log: archivers/libunrar6: Update to 6.0.4 Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source Modified: head/archivers/libunrar6/Makefile head/archivers/libunrar6/distinfo head/sysutils/fusefs-rar2fs/Makefile Modified: head/archivers/libunrar6/Makefile ============================================================================== --- head/archivers/libunrar6/Makefile Fri Mar 12 23:37:10 2021 (r568214) +++ head/archivers/libunrar6/Makefile Fri Mar 12 23:39:33 2021 (r568215) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libunrar6 -PORTVERSION= 6.0.3 +PORTVERSION= 6.0.4 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} Modified: head/archivers/libunrar6/distinfo ============================================================================== --- head/archivers/libunrar6/distinfo Fri Mar 12 23:37:10 2021 (r568214) +++ head/archivers/libunrar6/distinfo Fri Mar 12 23:39:33 2021 (r568215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611078397 -SHA256 (unrarsrc-6.0.3.tar.gz) = 1def53392d879f9e304aa6eac1339cf41f9bce1111a2f5845071665738c4aca0 -SIZE (unrarsrc-6.0.3.tar.gz) = 232331 +TIMESTAMP = 1615514279 +SHA256 (unrarsrc-6.0.4.tar.gz) = 130197e495d6e2c2ee790a5beee123edeed642508be13f0159672e5397aca6c1 +SIZE (unrarsrc-6.0.4.tar.gz) = 232379 Modified: head/sysutils/fusefs-rar2fs/Makefile ============================================================================== --- head/sysutils/fusefs-rar2fs/Makefile Fri Mar 12 23:37:10 2021 (r568214) +++ head/sysutils/fusefs-rar2fs/Makefile Fri Mar 12 23:39:33 2021 (r568215) @@ -3,7 +3,7 @@ PORTNAME= rar2fs PORTVERSION= 1.29.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- From owner-svn-ports-all@freebsd.org Sat Mar 13 00:00:17 2021 Return-Path: Delivered-To: svn-ports-all@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 6DA6D5B14DF; Sat, 13 Mar 2021 00:00:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy2r11rKVz3JmN; Sat, 13 Mar 2021 00:00:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31EE22056A; Sat, 13 Mar 2021 00:00:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D00HBD015985; Sat, 13 Mar 2021 00:00:17 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D00FqW015975; Sat, 13 Mar 2021 00:00:15 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202103130000.12D00FqW015975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 13 Mar 2021 00:00:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568216 - in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 568216 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:00:17 -0000 Author: gjb Date: Sat Mar 13 00:00:14 2021 New Revision: 568216 URL: https://svnweb.freebsd.org/changeset/ports/568216 Log: Add 13.0-RC2 checksums. Prune 13.0-BETA4 checksums. MFH: 2021Q1 Sponsored by: Rubicon Communications, LLC ("Netgate") Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 (contents, props changed) Deleted: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA4 head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA4 Modified: head/misc/freebsd-release-manifests/Makefile head/misc/freebsd-release-manifests/pkg-plist Modified: head/misc/freebsd-release-manifests/Makefile ============================================================================== --- head/misc/freebsd-release-manifests/Makefile Fri Mar 12 23:39:33 2021 (r568215) +++ head/misc/freebsd-release-manifests/Makefile Sat Mar 13 00:00:14 2021 (r568216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20210306 +DISTVERSION= 20210312 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,9 @@ +base-dbg.txz 438230b622af69a6048ea604fde79a4d2ec3bf32775f59f065a58b27199a6688 1649 base_dbg "Base system (Debugging)" off +base.txz 4ccfe93a0fb773026bd13b85861b6a0d6f689170e17b13cf2bc5f1f49f72301d 26794 base "Base system (MANDATORY)" on +kernel-dbg.txz 726a030388d67018caaaaa9e0f35100deb2f8e44b8bb0478719e8c5b5422541a 805 kernel_dbg "Kernel (Debugging)" on +kernel.txz ac273dc179c69e982c179c73da57ee18ee3d0380fc9d68bac54f567d18e0579a 816 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 6fb7af61e299114d954ce975eb053dd03a4af3b0ad1098aef47f9a472a599cb0 246 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz b0f9e3546b700342bcaec9b42495f66b9dfc8580e9e9505a63daa1ad6fead0ac 1024 lib32 "32-bit compatibility libraries" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 168e786b4101ad1b2c43e6f5f079e5a948e1c0599ce6d7db9cb995efb34bb4a3 6546 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz acadf8a5d28712cc35eb2d7fbf45429ae38dc63fdecf850f31b6d75cec6244ce 1618 base_dbg "Base system (Debugging)" off +base.txz 2761aea652343563ccb9cadcab6eb80fe05aacd87caad673cdac9ba4b6e567b7 26474 base "Base system (MANDATORY)" on +kernel-dbg.txz 6f9868126a8242ab4a369268f35a0f4df46d3728156aecfa4bdcd1eecaf08a0f 645 kernel_dbg "Kernel (Debugging)" on +kernel.txz f3aca75d1624e6d2e9a7ec16a5185cd8abf23e7d64673f7f13b8d9ada88dcd28 703 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 4aa36359143c0ee2f269066742912668f49d5b8f14c9bbcd6aa81bc312fcaf38 6543 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz 05a72fa01571b21ee46712441eb3d29668f8b4da0d96acdfbdc92ee98017f405 1636 base_dbg "Base system (Debugging)" off +base.txz 92ca6bd39dd278b33750cd79bb4e0e361be08c46da5f8b548f2abb5e8015ac4c 26763 base "Base system (MANDATORY)" on +kernel-dbg.txz 330352b3ba6f1a2b761a653d84752a61bd3fbb0f756605976b6422abc61809c5 787 kernel_dbg "Kernel (Debugging)" on +kernel.txz 7b56c6786f80266a06efcef6ce89eed2d4c726ab85bade3d7dc8a28e01c6a75c 797 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 6dec37aac757b9ee4a99b3ef1f95062fc748a2dd7550f5dbe452c78a72c877bc 6546 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz 056ddf7fa150fee5d290e1c26894b0ade12625fa5a5d629781ca228b743a0fb2 1602 base_dbg "Base system (Debugging)" off +base.txz c9cb21847ff6176695790bd978743e7381475dd9821e65662410873245e85bec 26364 base "Base system (MANDATORY)" on +kernel-dbg.txz 858efcdc0464fced701432741c68e8668857512ac84400d2a5d76b6508529e76 608 kernel_dbg "Kernel (Debugging)" on +kernel.txz 61805da988767a5128aa7bf1b4d281a4dbf043e9d7b78ed03d3e83d0de52b99e 616 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 206393ffa1d8347f21812b6ee7d4cf5bb43feda74381b2fb747bc251fdac4988 6532 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,9 @@ +base-dbg.txz d6707839defd5c7af24610fee49f562779f2b2cf286ede10a8d5d992f122157d 1619 base_dbg "Base system (Debugging)" off +base.txz 8f4eea0630a8a8c5eb8f314e7dadc9eb2de159957daab294cd57a371e66d6e52 26396 base "Base system (MANDATORY)" on +kernel-dbg.txz 3ce43a849d6908f75e3f60e2b2edd9e3417c32a06d2362d3b9964662033b5b0f 625 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9d843cea3ee08fe462601058a9a68bf54acf9005396b2628ce9fe0f1abdc0f3d 633 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 102e6a53462d0a1f628b8b66901abe0a2d1f019d56498a1423ec8ab6a7e64438 236 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 88cc4b0b25d8fcbf3254b69744bdb3dbf55b53b7f236a87b36dadb8b1b86a499 986 lib32 "32-bit compatibility libraries" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 5bc949bb5a22081e3b557d065b18f32db64adcd4fbacdd77e00ed34ac27ba415 6535 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz 64bfb4207af6b2bcc4f87e86ca852a47a2bb434fc3aa24e64e7544a5032db2d2 1606 base_dbg "Base system (Debugging)" off +base.txz 257eaf16c0bc5675e2b321cc0f4b1ad39f47250fe71de0c09a7bb903a21ab76b 26369 base "Base system (MANDATORY)" on +kernel-dbg.txz 80d4ce0dcdc05c7c60332ae381ea5d4c627e6e3f163e7c3f0e251326e273643d 624 kernel_dbg "Kernel (Debugging)" on +kernel.txz 3b45ec28581360238fe9440196ec053cfc8fa749dda8769a2f052ac138b91080 632 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 011db0b840461fe914a1e26ba33985a88171b9b429bc8eb4f970c76f95c6d212 6545 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz b917af2355946a340957097caf59b0a9f88f829c830e2a815d61ded51a48bb4b 1601 base_dbg "Base system (Debugging)" off +base.txz 4f7477f9b28275e402d2c2f13ab105e8da73ff81882e3245aa6219b1498c9632 26359 base "Base system (MANDATORY)" on +kernel-dbg.txz 3566221f3f15e4ad904928277199a807977eb106bb4bc3ffb84579ad93f9524a 605 kernel_dbg "Kernel (Debugging)" on +kernel.txz a2914e199fb615638ed7938a2861dcaf1e73a10c54617b5a78c1831b8fd5a3cb 613 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz f89d7efddb658d3e8246213d9c06a13c70394c7a48266934b70980d6394aeba0 6532 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 Sat Mar 13 00:00:14 2021 (r568216) @@ -0,0 +1,7 @@ +base-dbg.txz 3be852d147efdf0dada31ba01ac378be7a99e90a0acfad20057b9e1c8b73158a 1581 base_dbg "Base system (Debugging)" off +base.txz 5f18d45666b25b8a877816acf5f144bef788687c16bec92b6fe398785e56ea42 26056 base "Base system (MANDATORY)" on +kernel-dbg.txz a6cdef4372f6629cded5232cb531a991f957cdeeb1e283669b88f43f715e3ded 596 kernel_dbg "Kernel (Debugging)" on +kernel.txz b2383348d95a5145cc19e48c388a41ab5dad4c0c73184ee978b9febba30451d9 607 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 443142a6f7b93b8a0c9337eeb8b2f8ee9ae91d5e2989a96f695b262e690144b3 6541 tests "Test suite" off Modified: head/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- head/misc/freebsd-release-manifests/pkg-plist Fri Mar 12 23:39:33 2021 (r568215) +++ head/misc/freebsd-release-manifests/pkg-plist Sat Mar 13 00:00:14 2021 (r568216) @@ -11,14 +11,6 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-12.2-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/i386-i386-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-BETA4 -%%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-BETA4 %%DATADIR%%/MANIFESTS/amd64-amd64-13.0-RC1 %%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-RC1 %%DATADIR%%/MANIFESTS/i386-i386-13.0-RC1 @@ -27,3 +19,11 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-RC1 %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-RC1 %%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-RC1 +%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-RC2 +%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-RC2 +%%DATADIR%%/MANIFESTS/i386-i386-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-RC2 +%%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-RC2 From owner-svn-ports-all@freebsd.org Sat Mar 13 00:01:07 2021 Return-Path: Delivered-To: svn-ports-all@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 D7F335B1513; Sat, 13 Mar 2021 00:01:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy2rz5V1Kz3Jn8; Sat, 13 Mar 2021 00:01:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF00A209B8; Sat, 13 Mar 2021 00:01:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D017NJ019430; Sat, 13 Mar 2021 00:01:07 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D015Fb019421; Sat, 13 Mar 2021 00:01:05 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202103130001.12D015Fb019421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 13 Mar 2021 00:01:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568217 - in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2021Q1/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 568217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:01:07 -0000 Author: gjb Date: Sat Mar 13 00:01:05 2021 New Revision: 568217 URL: https://svnweb.freebsd.org/changeset/ports/568217 Log: MFH: r568216 Add 13.0-RC2 checksums. Prune 13.0-BETA4 checksums. Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") Added: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 - copied unchanged from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 Deleted: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-BETA4 branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-BETA4 Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/Makefile Sat Mar 13 00:00:14 2021 (r568216) +++ branches/2021Q1/misc/freebsd-release-manifests/Makefile Sat Mar 13 00:01:05 2021 (r568217) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20210306 +DISTVERSION= 20210312 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.0-RC2) @@ -0,0 +1,9 @@ +base-dbg.txz 438230b622af69a6048ea604fde79a4d2ec3bf32775f59f065a58b27199a6688 1649 base_dbg "Base system (Debugging)" off +base.txz 4ccfe93a0fb773026bd13b85861b6a0d6f689170e17b13cf2bc5f1f49f72301d 26794 base "Base system (MANDATORY)" on +kernel-dbg.txz 726a030388d67018caaaaa9e0f35100deb2f8e44b8bb0478719e8c5b5422541a 805 kernel_dbg "Kernel (Debugging)" on +kernel.txz ac273dc179c69e982c179c73da57ee18ee3d0380fc9d68bac54f567d18e0579a 816 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 6fb7af61e299114d954ce975eb053dd03a4af3b0ad1098aef47f9a472a599cb0 246 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz b0f9e3546b700342bcaec9b42495f66b9dfc8580e9e9505a63daa1ad6fead0ac 1024 lib32 "32-bit compatibility libraries" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 168e786b4101ad1b2c43e6f5f079e5a948e1c0599ce6d7db9cb995efb34bb4a3 6546 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz acadf8a5d28712cc35eb2d7fbf45429ae38dc63fdecf850f31b6d75cec6244ce 1618 base_dbg "Base system (Debugging)" off +base.txz 2761aea652343563ccb9cadcab6eb80fe05aacd87caad673cdac9ba4b6e567b7 26474 base "Base system (MANDATORY)" on +kernel-dbg.txz 6f9868126a8242ab4a369268f35a0f4df46d3728156aecfa4bdcd1eecaf08a0f 645 kernel_dbg "Kernel (Debugging)" on +kernel.txz f3aca75d1624e6d2e9a7ec16a5185cd8abf23e7d64673f7f13b8d9ada88dcd28 703 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 4aa36359143c0ee2f269066742912668f49d5b8f14c9bbcd6aa81bc312fcaf38 6543 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz 05a72fa01571b21ee46712441eb3d29668f8b4da0d96acdfbdc92ee98017f405 1636 base_dbg "Base system (Debugging)" off +base.txz 92ca6bd39dd278b33750cd79bb4e0e361be08c46da5f8b548f2abb5e8015ac4c 26763 base "Base system (MANDATORY)" on +kernel-dbg.txz 330352b3ba6f1a2b761a653d84752a61bd3fbb0f756605976b6422abc61809c5 787 kernel_dbg "Kernel (Debugging)" on +kernel.txz 7b56c6786f80266a06efcef6ce89eed2d4c726ab85bade3d7dc8a28e01c6a75c 797 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 6dec37aac757b9ee4a99b3ef1f95062fc748a2dd7550f5dbe452c78a72c877bc 6546 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz 056ddf7fa150fee5d290e1c26894b0ade12625fa5a5d629781ca228b743a0fb2 1602 base_dbg "Base system (Debugging)" off +base.txz c9cb21847ff6176695790bd978743e7381475dd9821e65662410873245e85bec 26364 base "Base system (MANDATORY)" on +kernel-dbg.txz 858efcdc0464fced701432741c68e8668857512ac84400d2a5d76b6508529e76 608 kernel_dbg "Kernel (Debugging)" on +kernel.txz 61805da988767a5128aa7bf1b4d281a4dbf043e9d7b78ed03d3e83d0de52b99e 616 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 206393ffa1d8347f21812b6ee7d4cf5bb43feda74381b2fb747bc251fdac4988 6532 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.0-RC2) @@ -0,0 +1,9 @@ +base-dbg.txz d6707839defd5c7af24610fee49f562779f2b2cf286ede10a8d5d992f122157d 1619 base_dbg "Base system (Debugging)" off +base.txz 8f4eea0630a8a8c5eb8f314e7dadc9eb2de159957daab294cd57a371e66d6e52 26396 base "Base system (MANDATORY)" on +kernel-dbg.txz 3ce43a849d6908f75e3f60e2b2edd9e3417c32a06d2362d3b9964662033b5b0f 625 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9d843cea3ee08fe462601058a9a68bf54acf9005396b2628ce9fe0f1abdc0f3d 633 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 102e6a53462d0a1f628b8b66901abe0a2d1f019d56498a1423ec8ab6a7e64438 236 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 88cc4b0b25d8fcbf3254b69744bdb3dbf55b53b7f236a87b36dadb8b1b86a499 986 lib32 "32-bit compatibility libraries" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 5bc949bb5a22081e3b557d065b18f32db64adcd4fbacdd77e00ed34ac27ba415 6535 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz 64bfb4207af6b2bcc4f87e86ca852a47a2bb434fc3aa24e64e7544a5032db2d2 1606 base_dbg "Base system (Debugging)" off +base.txz 257eaf16c0bc5675e2b321cc0f4b1ad39f47250fe71de0c09a7bb903a21ab76b 26369 base "Base system (MANDATORY)" on +kernel-dbg.txz 80d4ce0dcdc05c7c60332ae381ea5d4c627e6e3f163e7c3f0e251326e273643d 624 kernel_dbg "Kernel (Debugging)" on +kernel.txz 3b45ec28581360238fe9440196ec053cfc8fa749dda8769a2f052ac138b91080 632 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 011db0b840461fe914a1e26ba33985a88171b9b429bc8eb4f970c76f95c6d212 6545 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz b917af2355946a340957097caf59b0a9f88f829c830e2a815d61ded51a48bb4b 1601 base_dbg "Base system (Debugging)" off +base.txz 4f7477f9b28275e402d2c2f13ab105e8da73ff81882e3245aa6219b1498c9632 26359 base "Base system (MANDATORY)" on +kernel-dbg.txz 3566221f3f15e4ad904928277199a807977eb106bb4bc3ffb84579ad93f9524a 605 kernel_dbg "Kernel (Debugging)" on +kernel.txz a2914e199fb615638ed7938a2861dcaf1e73a10c54617b5a78c1831b8fd5a3cb 613 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz f89d7efddb658d3e8246213d9c06a13c70394c7a48266934b70980d6394aeba0 6532 tests "Test suite" off Copied: branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 (from r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2 Sat Mar 13 00:01:05 2021 (r568217, copy of r568216, head/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.0-RC2) @@ -0,0 +1,7 @@ +base-dbg.txz 3be852d147efdf0dada31ba01ac378be7a99e90a0acfad20057b9e1c8b73158a 1581 base_dbg "Base system (Debugging)" off +base.txz 5f18d45666b25b8a877816acf5f144bef788687c16bec92b6fe398785e56ea42 26056 base "Base system (MANDATORY)" on +kernel-dbg.txz a6cdef4372f6629cded5232cb531a991f957cdeeb1e283669b88f43f715e3ded 596 kernel_dbg "Kernel (Debugging)" on +kernel.txz b2383348d95a5145cc19e48c388a41ab5dad4c0c73184ee978b9febba30451d9 607 kernel "Kernel (MANDATORY)" on +ports.txz adfc945099158a8b59e4e96b9f01f3b0aba7163e38c6945aab4d894b1b72ac69 175426 ports "Ports tree" off +src.txz 114aa983f385fe845da4207d327f8ad88b60c2d0a8b4f7d69522b2b4ea7d5d25 93495 src "System source tree" off +tests.txz 443142a6f7b93b8a0c9337eeb8b2f8ee9ae91d5e2989a96f695b262e690144b3 6541 tests "Test suite" off Modified: branches/2021Q1/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Sat Mar 13 00:00:14 2021 (r568216) +++ branches/2021Q1/misc/freebsd-release-manifests/pkg-plist Sat Mar 13 00:01:05 2021 (r568217) @@ -11,14 +11,6 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-12.2-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/i386-i386-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-BETA4 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-BETA4 -%%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-BETA4 %%DATADIR%%/MANIFESTS/amd64-amd64-13.0-RC1 %%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-RC1 %%DATADIR%%/MANIFESTS/i386-i386-13.0-RC1 @@ -27,3 +19,11 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-RC1 %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-RC1 %%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-RC1 +%%DATADIR%%/MANIFESTS/amd64-amd64-13.0-RC2 +%%DATADIR%%/MANIFESTS/arm64-aarch64-13.0-RC2 +%%DATADIR%%/MANIFESTS/i386-i386-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.0-RC2 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.0-RC2 +%%DATADIR%%/MANIFESTS/riscv-riscv64-13.0-RC2 From owner-svn-ports-all@freebsd.org Sat Mar 13 00:14:37 2021 Return-Path: Delivered-To: svn-ports-all@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 20F2B5B21A3; Sat, 13 Mar 2021 00:14:37 +0000 (UTC) (envelope-from swills@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 4Dy38Y0NRBz3LS9; Sat, 13 Mar 2021 00:14:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFC6421006; Sat, 13 Mar 2021 00:14:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0Eaem028347; Sat, 13 Mar 2021 00:14:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0EaPw028344; Sat, 13 Mar 2021 00:14:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130014.12D0EaPw028344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 00:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568218 - in head/sysutils/consul: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils/consul: . files X-SVN-Commit-Revision: 568218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:14:37 -0000 Author: swills Date: Sat Mar 13 00:14:36 2021 New Revision: 568218 URL: https://svnweb.freebsd.org/changeset/ports/568218 Log: sysutuils/consul: update to 1.9.4 [1] While here, start up earlier [2] PR: 254197 [1] Submitted by: brd [1] Modified: head/sysutils/consul/Makefile (contents, props changed) head/sysutils/consul/distinfo (contents, props changed) head/sysutils/consul/files/consul.in Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Sat Mar 13 00:01:05 2021 (r568217) +++ head/sysutils/consul/Makefile Sat Mar 13 00:14:36 2021 (r568218) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Sat Mar 13 00:01:05 2021 (r568217) +++ head/sysutils/consul/distinfo Sat Mar 13 00:14:36 2021 (r568218) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612488701 -SHA256 (hashicorp-consul-v1.9.3_GH0.tar.gz) = 0cbd5645fad8b535e7c78cc9ccc49e37b5a46d7896b6d1767abc367c7ed9af7a -SIZE (hashicorp-consul-v1.9.3_GH0.tar.gz) = 30367669 +TIMESTAMP = 1615393537 +SHA256 (hashicorp-consul-v1.9.4_GH0.tar.gz) = 4f8f61d4449bb28ef857957e3dbb1926edfb0e5d2818e8ffec2677ae969b8956 +SIZE (hashicorp-consul-v1.9.4_GH0.tar.gz) = 30350632 Modified: head/sysutils/consul/files/consul.in ============================================================================== --- head/sysutils/consul/files/consul.in Sat Mar 13 00:01:05 2021 (r568217) +++ head/sysutils/consul/files/consul.in Sat Mar 13 00:14:36 2021 (r568218) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: consul -# REQUIRE: NETWORKING SERVERS DAEMON +# REQUIRE: NETWORKING FILESYSTEMS defaultroute netwait resolv # KEYWORD: shutdown # # Add consul_enable="YES" to /etc/rc.conf to enable Consul From owner-svn-ports-all@freebsd.org Sat Mar 13 00:14:48 2021 Return-Path: Delivered-To: svn-ports-all@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 6A87E5B1F6D; Sat, 13 Mar 2021 00:14:48 +0000 (UTC) (envelope-from jhale@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 4Dy38l34Gdz3LbN; Sat, 13 Mar 2021 00:14:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A39AF20D98; Sat, 13 Mar 2021 00:14:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0EkjB028474; Sat, 13 Mar 2021 00:14:46 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0Ej6L028472; Sat, 13 Mar 2021 00:14:45 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103130014.12D0Ej6L028472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 13 Mar 2021 00:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568219 - head/sysutils/fusefs-ifuse X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/sysutils/fusefs-ifuse X-SVN-Commit-Revision: 568219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:14:49 -0000 Author: jhale Date: Sat Mar 13 00:14:45 2021 New Revision: 568219 URL: https://svnweb.freebsd.org/changeset/ports/568219 Log: sysutils/fusefs-ifuse: Update to 1.1.4 Fix LICENSE and add LICENSE_FILE. Convert CFLAGS/LDFLAGS to USES=localbase. Pet portlint(1). PR: 252889 Submitted by: jhale Approved by: maintainer timeout (7 weeks) Modified: head/sysutils/fusefs-ifuse/Makefile head/sysutils/fusefs-ifuse/distinfo Modified: head/sysutils/fusefs-ifuse/Makefile ============================================================================== --- head/sysutils/fusefs-ifuse/Makefile Sat Mar 13 00:14:36 2021 (r568218) +++ head/sysutils/fusefs-ifuse/Makefile Sat Mar 13 00:14:45 2021 (r568219) @@ -2,30 +2,26 @@ # $FreeBSD$ PORTNAME= ifuse -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.4 CATEGORIES= sysutils -MASTER_SITES= http://www.libimobiledevice.org/downloads/ +MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= fusefs- MAINTAINER= danilo@FreeBSD.org COMMENT= FUSE-based filesystem for mounting iOS devices over USB -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libplist-2.0.so:devel/libplist \ libimobiledevice-1.0.so:comms/libimobiledevice RUN_DEPENDS= usbmuxd:comms/usbmuxd +USES= fuse localbase gnome pkgconfig tar:bzip2 USE_GNOME= glib20 -USES= fuse gnome pkgconfig tar:bzip2 + GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz - -post-patch: - @${REINPLACE_CMD} -e 's|\"libplist|"libplist-2.0|g' ${WRKSRC}/configure .include Modified: head/sysutils/fusefs-ifuse/distinfo ============================================================================== --- head/sysutils/fusefs-ifuse/distinfo Sat Mar 13 00:14:36 2021 (r568218) +++ head/sysutils/fusefs-ifuse/distinfo Sat Mar 13 00:14:45 2021 (r568219) @@ -1,2 +1,3 @@ -SHA256 (ifuse-1.1.3.tar.bz2) = a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add -SIZE (ifuse-1.1.3.tar.bz2) = 90803 +TIMESTAMP = 1611120705 +SHA256 (ifuse-1.1.4.tar.bz2) = 3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87 +SIZE (ifuse-1.1.4.tar.bz2) = 94137 From owner-svn-ports-all@freebsd.org Sat Mar 13 00:51:02 2021 Return-Path: Delivered-To: svn-ports-all@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 8D33A5B3295; Sat, 13 Mar 2021 00:51:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy3yZ3VLzz3Mwv; Sat, 13 Mar 2021 00:51:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AE272123F; Sat, 13 Mar 2021 00:51:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0p2xb047339; Sat, 13 Mar 2021 00:51:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0p1lp047337; Sat, 13 Mar 2021 00:51:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103130051.12D0p1lp047337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 13 Mar 2021 00:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568220 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 568220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:51:02 -0000 Author: jbeich Date: Sat Mar 13 00:51:01 2021 New Revision: 568220 URL: https://svnweb.freebsd.org/changeset/ports/568220 Log: emulators/rpcs3: update to 0.0.15.11937 Changes: https://github.com/RPCS3/rpcs3/compare/0958c10f8...e3a7fdddd Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sat Mar 13 00:14:45 2021 (r568219) +++ head/emulators/rpcs3/Makefile Sat Mar 13 00:51:01 2021 (r568220) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.15-11916 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g0958c10f8 +DISTVERSION= 0.0.15-11937 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -ge3a7fdddd CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sat Mar 13 00:14:45 2021 (r568219) +++ head/emulators/rpcs3/distinfo Sat Mar 13 00:51:01 2021 (r568220) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615418799 -SHA256 (RPCS3-rpcs3-v0.0.15-11916-g0958c10f8_GH0.tar.gz) = 6426c80a3c131b85b0e503af0b27db3d55b39fc1adcdd53d5dfc2b2006fde63e -SIZE (RPCS3-rpcs3-v0.0.15-11916-g0958c10f8_GH0.tar.gz) = 7967327 +TIMESTAMP = 1615594561 +SHA256 (RPCS3-rpcs3-v0.0.15-11937-ge3a7fdddd_GH0.tar.gz) = e8c136a60fa4056d1d0f556500443d3c76c48f00ed7871d227ec534f4862072b +SIZE (RPCS3-rpcs3-v0.0.15-11937-ge3a7fdddd_GH0.tar.gz) = 7971142 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-716bb292ba3_GH0.tar.gz) = a99c661e3220e9cdc5c47323cf553586414008c3fca711724789b6f9040bc577 From owner-svn-ports-all@freebsd.org Sat Mar 13 00:51:14 2021 Return-Path: Delivered-To: svn-ports-all@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 628955B2E51; Sat, 13 Mar 2021 00:51:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy3yn0kcRz3NMc; Sat, 13 Mar 2021 00:51:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6C182143B; Sat, 13 Mar 2021 00:51:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0pAsu048324; Sat, 13 Mar 2021 00:51:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0pA4B048322; Sat, 13 Mar 2021 00:51:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103130051.12D0pA4B048322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 13 Mar 2021 00:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568221 - head/emulators/yuzu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/yuzu X-SVN-Commit-Revision: 568221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:51:14 -0000 Author: jbeich Date: Sat Mar 13 00:51:10 2021 New Revision: 568221 URL: https://svnweb.freebsd.org/changeset/ports/568221 Log: emulators/yuzu: update to s20210312 Changes: https://github.com/yuzu-emu/yuzu/compare/daf5c5060...5dae45b95 Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Sat Mar 13 00:51:01 2021 (r568220) +++ head/emulators/yuzu/Makefile Sat Mar 13 00:51:10 2021 (r568221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20210309 +PORTVERSION= s20210312 PORTREVISION?= 0 CATEGORIES= emulators @@ -45,7 +45,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= daf5c5060 +GH_TAGNAME= 5dae45b95 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Sat Mar 13 00:51:01 2021 (r568220) +++ head/emulators/yuzu/distinfo Sat Mar 13 00:51:10 2021 (r568221) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615268871 -SHA256 (yuzu-emu-yuzu-s20210309-daf5c5060_GH0.tar.gz) = c2a1a432e5709911a00eb4e97d9e6fa93d73bb5aba86b650d9a79e0c6e916e01 -SIZE (yuzu-emu-yuzu-s20210309-daf5c5060_GH0.tar.gz) = 3583752 +TIMESTAMP = 1615579828 +SHA256 (yuzu-emu-yuzu-s20210312-5dae45b95_GH0.tar.gz) = 3d6a5c1171528a25325c1329010b7408ad7db3fff2176b8669f0e4de58e18951 +SIZE (yuzu-emu-yuzu-s20210312-5dae45b95_GH0.tar.gz) = 3584310 SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff From owner-svn-ports-all@freebsd.org Sat Mar 13 00:51:19 2021 Return-Path: Delivered-To: svn-ports-all@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 58F6A5B2E59; Sat, 13 Mar 2021 00:51:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy3yt6VLbz3NFf; Sat, 13 Mar 2021 00:51:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65F4B21564; Sat, 13 Mar 2021 00:51:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0pIef048431; Sat, 13 Mar 2021 00:51:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0pHM2048429; Sat, 13 Mar 2021 00:51:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103130051.12D0pHM2048429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 13 Mar 2021 00:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568222 - head/graphics/mesa-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/mesa-devel X-SVN-Commit-Revision: 568222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:51:19 -0000 Author: jbeich Date: Sat Mar 13 00:51:17 2021 New Revision: 568222 URL: https://svnweb.freebsd.org/changeset/ports/568222 Log: graphics/mesa-devel: update to 21.0.b.2999 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/c22267262ee...a04a797b89b Modified: head/graphics/mesa-devel/Makefile (contents, props changed) head/graphics/mesa-devel/distinfo (contents, props changed) Modified: head/graphics/mesa-devel/Makefile ============================================================================== --- head/graphics/mesa-devel/Makefile Sat Mar 13 00:51:10 2021 (r568221) +++ head/graphics/mesa-devel/Makefile Sat Mar 13 00:51:17 2021 (r568222) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-2806 -DISTVERSIONSUFFIX= -gc22267262ee +DISTVERSION= 21.0-branchpoint-2999 +DISTVERSIONSUFFIX= -ga04a797b89b CATEGORIES= graphics PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 9f52b5177728.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= 55822330540d.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= f6c7569ad9ea.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= cb8f7a253934.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3568 Modified: head/graphics/mesa-devel/distinfo ============================================================================== --- head/graphics/mesa-devel/distinfo Sat Mar 13 00:51:10 2021 (r568221) +++ head/graphics/mesa-devel/distinfo Sat Mar 13 00:51:17 2021 (r568222) @@ -1,8 +1,6 @@ -TIMESTAMP = 1615418117 -SHA256 (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = b8d86694e6aa79768c16aa178f6d3dadbecb2b87062eec3f854f3a61fd12cd0b -SIZE (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = 23084033 -SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 -SIZE (9f52b5177728.patch) = 832 +TIMESTAMP = 1615585204 +SHA256 (mesa3d-mesa-21.0-branchpoint-2999-ga04a797b89b_GH0.tar.gz) = ca08f0e61bc3e74ed76ebd6303c1b234987896088a68dd818f591ae024a4bc2e +SIZE (mesa3d-mesa-21.0-branchpoint-2999-ga04a797b89b_GH0.tar.gz) = 23161524 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-svn-ports-all@freebsd.org Sat Mar 13 00:57:12 2021 Return-Path: Delivered-To: svn-ports-all@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 B775F5B32DE; Sat, 13 Mar 2021 00:57:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy45h4nwRz3Nlc; Sat, 13 Mar 2021 00:57:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 978F521794; Sat, 13 Mar 2021 00:57:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D0vC9q052703; Sat, 13 Mar 2021 00:57:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D0vCNK052701; Sat, 13 Mar 2021 00:57:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103130057.12D0vCNK052701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 13 Mar 2021 00:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568223 - branches/2021Q1/graphics/mesa-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2021Q1/graphics/mesa-devel X-SVN-Commit-Revision: 568223 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 00:57:12 -0000 Author: jbeich Date: Sat Mar 13 00:57:11 2021 New Revision: 568223 URL: https://svnweb.freebsd.org/changeset/ports/568223 Log: MFH: r568222 graphics/mesa-devel: update to 21.0.b.2999 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/c22267262ee...a04a797b89b Modified: branches/2021Q1/graphics/mesa-devel/Makefile branches/2021Q1/graphics/mesa-devel/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/mesa-devel/Makefile ============================================================================== --- branches/2021Q1/graphics/mesa-devel/Makefile Sat Mar 13 00:51:17 2021 (r568222) +++ branches/2021Q1/graphics/mesa-devel/Makefile Sat Mar 13 00:57:11 2021 (r568223) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-2806 -DISTVERSIONSUFFIX= -gc22267262ee +DISTVERSION= 21.0-branchpoint-2999 +DISTVERSIONSUFFIX= -ga04a797b89b CATEGORIES= graphics PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 9f52b5177728.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= 55822330540d.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= f6c7569ad9ea.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1598 PATCHFILES+= cb8f7a253934.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3568 Modified: branches/2021Q1/graphics/mesa-devel/distinfo ============================================================================== --- branches/2021Q1/graphics/mesa-devel/distinfo Sat Mar 13 00:51:17 2021 (r568222) +++ branches/2021Q1/graphics/mesa-devel/distinfo Sat Mar 13 00:57:11 2021 (r568223) @@ -1,8 +1,6 @@ -TIMESTAMP = 1615418117 -SHA256 (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = b8d86694e6aa79768c16aa178f6d3dadbecb2b87062eec3f854f3a61fd12cd0b -SIZE (mesa3d-mesa-21.0-branchpoint-2806-gc22267262ee_GH0.tar.gz) = 23084033 -SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 -SIZE (9f52b5177728.patch) = 832 +TIMESTAMP = 1615585204 +SHA256 (mesa3d-mesa-21.0-branchpoint-2999-ga04a797b89b_GH0.tar.gz) = ca08f0e61bc3e74ed76ebd6303c1b234987896088a68dd818f591ae024a4bc2e +SIZE (mesa3d-mesa-21.0-branchpoint-2999-ga04a797b89b_GH0.tar.gz) = 23161524 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-svn-ports-all@freebsd.org Sat Mar 13 01:04:48 2021 Return-Path: Delivered-To: svn-ports-all@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 0F93C5B3902; Sat, 13 Mar 2021 01:04:48 +0000 (UTC) (envelope-from swills@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 4Dy4GS002Tz3Nqy; Sat, 13 Mar 2021 01:04:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC350216C0; Sat, 13 Mar 2021 01:04:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D14lLC058818; Sat, 13 Mar 2021 01:04:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D14kAQ058811; Sat, 13 Mar 2021 01:04:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130104.12D14kAQ058811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 01:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568224 - in head/www: mattermost-server mattermost-server/files mattermost-webapp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www: mattermost-server mattermost-server/files mattermost-webapp X-SVN-Commit-Revision: 568224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 01:04:48 -0000 Author: swills Date: Sat Mar 13 01:04:46 2021 New Revision: 568224 URL: https://svnweb.freebsd.org/changeset/ports/568224 Log: www/mattermost-webapp www/mattermost-server: Update to 5.32.1 PR: 253230 Reported by: yds Approved by: loic.blot@unix-experience.fr Modified: head/www/mattermost-server/Makefile (contents, props changed) head/www/mattermost-server/distinfo (contents, props changed) head/www/mattermost-server/files/mattermostd.in head/www/mattermost-server/pkg-plist (contents, props changed) head/www/mattermost-webapp/Makefile (contents, props changed) head/www/mattermost-webapp/distinfo (contents, props changed) head/www/mattermost-webapp/pkg-plist (contents, props changed) Modified: head/www/mattermost-server/Makefile ============================================================================== --- head/www/mattermost-server/Makefile Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-server/Makefile Sat Mar 13 01:04:46 2021 (r568224) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 5.30.1 +PORTVERSION= 5.32.1 DISTVERSIONPREFIX= v CATEGORIES= www -MAINTAINER= loic.blot@unix-experience.fr +MAINTAINER= swills@FreeBSD.org COMMENT= Open source Slack-alternative in Golang and React LICENSE= MIT Modified: head/www/mattermost-server/distinfo ============================================================================== --- head/www/mattermost-server/distinfo Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-server/distinfo Sat Mar 13 01:04:46 2021 (r568224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608310044 -SHA256 (mattermost-mattermost-server-v5.30.1_GH0.tar.gz) = e7dce59a29cd4af4e0c8742e97f6fe4ecbf480e0d9ec499721d29451d57beb4e -SIZE (mattermost-mattermost-server-v5.30.1_GH0.tar.gz) = 21142569 +TIMESTAMP = 1614286838 +SHA256 (mattermost-mattermost-server-v5.32.1_GH0.tar.gz) = 57cd1284871242d4a618accc8524e60695d0d1db7258735492d9622fa06081c3 +SIZE (mattermost-mattermost-server-v5.32.1_GH0.tar.gz) = 21724388 Modified: head/www/mattermost-server/files/mattermostd.in ============================================================================== --- head/www/mattermost-server/files/mattermostd.in Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-server/files/mattermostd.in Sat Mar 13 01:04:46 2021 (r568224) @@ -43,7 +43,7 @@ load_rc_config $name pidfile=/var/run/${name}.pid procname=%%PREFIX%%/bin/${name} command=/usr/sbin/daemon -command_args="-p ${pidfile} -S -s ${mattermostd_priority} -l ${mattermostd_facility} -T ${mattermostd_tag} ${procname} ${mattermostd_extraflags} --config=${mattermostd_conf}" +command_args="-p ${pidfile} -S -s ${mattermostd_priority} -l ${mattermostd_facility} -T ${mattermostd_tag} ${procname} server ${mattermostd_extraflags} --config=${mattermostd_conf}" start_precmd=mattermostd_startprecmd mattermostd_chdir=%%PREFIX%%/www/mattermost required_files=${mattermostd_confg} Modified: head/www/mattermost-server/pkg-plist ============================================================================== --- head/www/mattermost-server/pkg-plist Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-server/pkg-plist Sat Mar 13 01:04:46 2021 (r568224) @@ -2,6 +2,7 @@ bin/mattermostd etc/mattermost/config.json.sample %%WWWDIR%%/fonts/OFL.txt %%WWWDIR%%/fonts/nunito-bold.ttf +%%WWWDIR%%/i18n/bg.json %%WWWDIR%%/i18n/de.json %%WWWDIR%%/i18n/en.json %%WWWDIR%%/i18n/es.json @@ -14,6 +15,7 @@ etc/mattermost/config.json.sample %%WWWDIR%%/i18n/pt-BR.json %%WWWDIR%%/i18n/ro.json %%WWWDIR%%/i18n/ru.json +%%WWWDIR%%/i18n/sv.json %%WWWDIR%%/i18n/tr.json %%WWWDIR%%/i18n/uk.json %%WWWDIR%%/i18n/zh-CN.json @@ -34,6 +36,8 @@ etc/mattermost/config.json.sample %%WWWDIR%%/templates/over_user_limit_support_body.html %%WWWDIR%%/templates/over_user_limit_workspace_suspended_body.html %%WWWDIR%%/templates/password_change_body.html +%%WWWDIR%%/templates/payment_failed_body.html +%%WWWDIR%%/templates/payment_failed_no_card_body.html %%WWWDIR%%/templates/post_batched_body.html %%WWWDIR%%/templates/post_batched_post_full.html %%WWWDIR%%/templates/post_batched_post_generic.html Modified: head/www/mattermost-webapp/Makefile ============================================================================== --- head/www/mattermost-webapp/Makefile Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-webapp/Makefile Sat Mar 13 01:04:46 2021 (r568224) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= mattermost-webapp -PORTVERSION= 5.30.1 +PORTVERSION= 5.32.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/ DISTNAME= mattermost-${PORTVERSION}-linux-amd64 -MAINTAINER= loic.blot@unix-experience.fr +MAINTAINER= swills@FreeBSD.org COMMENT= Webapp of Mattermost server LICENSE= APACHE20 @@ -30,5 +30,9 @@ do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKDIR}/mattermost && ${COPYTREE_SHARE} client ${STAGEDIR}${WWWDIR} ${MKDIR} ${STAGEDIR}${WWWDIR}/client/plugins + +post-install: + (cd ${STAGEDIR}${PREFIX} && \ + ${FIND} -E -s ${WWWDIR_REL}/client -type f -regex '.*[0-9a-f]{20,}.*\.(apng|css|eot|gif|jpg|js|json|map|mp3|png|svg|ttf|woff|woff2)$$' >> ${TMPPLIST}) .include Modified: head/www/mattermost-webapp/distinfo ============================================================================== --- head/www/mattermost-webapp/distinfo Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-webapp/distinfo Sat Mar 13 01:04:46 2021 (r568224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608310066 -SHA256 (mattermost-5.30.1-linux-amd64.tar.gz) = 14018addf86c040200515cb0141308a6d213f149f8afe425dd171347be516401 -SIZE (mattermost-5.30.1-linux-amd64.tar.gz) = 211292400 +TIMESTAMP = 1614286842 +SHA256 (mattermost-5.32.1-linux-amd64.tar.gz) = 9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44 +SIZE (mattermost-5.32.1-linux-amd64.tar.gz) = 220618035 Modified: head/www/mattermost-webapp/pkg-plist ============================================================================== --- head/www/mattermost-webapp/pkg-plist Sat Mar 13 00:57:11 2021 (r568223) +++ head/www/mattermost-webapp/pkg-plist Sat Mar 13 01:04:46 2021 (r568224) @@ -1,67 +1,3 @@ -%%WWWDIR%%/client/0.2e85d9b6309ed5adbdd7.js -%%WWWDIR%%/client/0.2e85d9b6309ed5adbdd7.js.map -%%WWWDIR%%/client/1.244ea51194786e4c7287.js -%%WWWDIR%%/client/1.244ea51194786e4c7287.js.map -%%WWWDIR%%/client/10.cfe5e7877ade1dea1343.js -%%WWWDIR%%/client/10.cfe5e7877ade1dea1343.js.map -%%WWWDIR%%/client/11.3f064d2630aa4bb9578b.js -%%WWWDIR%%/client/11.3f064d2630aa4bb9578b.js.map -%%WWWDIR%%/client/12.a8e4cef9fcfed7199423.js -%%WWWDIR%%/client/12.a8e4cef9fcfed7199423.js.map -%%WWWDIR%%/client/13.ca4d35cb1c6c7dadd572.js -%%WWWDIR%%/client/13.ca4d35cb1c6c7dadd572.js.map -%%WWWDIR%%/client/14.2bb7f58525477eec7542.js -%%WWWDIR%%/client/14.2bb7f58525477eec7542.js.map -%%WWWDIR%%/client/15.d4a156785d06eb335c22.js -%%WWWDIR%%/client/15.d4a156785d06eb335c22.js.map -%%WWWDIR%%/client/16.6d874cfd7169fe619478.js -%%WWWDIR%%/client/16.6d874cfd7169fe619478.js.map -%%WWWDIR%%/client/17.4c852d186468b3b41177.js -%%WWWDIR%%/client/17.4c852d186468b3b41177.js.map -%%WWWDIR%%/client/18.3ac2acdaf0f068d039d1.js -%%WWWDIR%%/client/18.3ac2acdaf0f068d039d1.js.map -%%WWWDIR%%/client/19.1ff465814a13887a6231.js -%%WWWDIR%%/client/19.1ff465814a13887a6231.js.map -%%WWWDIR%%/client/2.52b7193b238997bd87fa.js -%%WWWDIR%%/client/2.52b7193b238997bd87fa.js.map -%%WWWDIR%%/client/20.37194cc865babbcaf04f.js -%%WWWDIR%%/client/20.37194cc865babbcaf04f.js.map -%%WWWDIR%%/client/21.17998ba4b57fd7f95898.js -%%WWWDIR%%/client/21.17998ba4b57fd7f95898.js.map -%%WWWDIR%%/client/22.6bc47c77291560c9978b.js -%%WWWDIR%%/client/22.6bc47c77291560c9978b.js.map -%%WWWDIR%%/client/23.d4a474cd536d4c52fad1.js -%%WWWDIR%%/client/23.d4a474cd536d4c52fad1.js.map -%%WWWDIR%%/client/24.813bba79938733edb47f.js -%%WWWDIR%%/client/24.813bba79938733edb47f.js.map -%%WWWDIR%%/client/25.49f2f13b733dccd992c8.js -%%WWWDIR%%/client/25.49f2f13b733dccd992c8.js.map -%%WWWDIR%%/client/26.ac585387466a26d37a79.js -%%WWWDIR%%/client/26.ac585387466a26d37a79.js.map -%%WWWDIR%%/client/27.a440d535f8b55c675c02.js -%%WWWDIR%%/client/27.a440d535f8b55c675c02.js.map -%%WWWDIR%%/client/28.181c385912eeb3ed114c.js -%%WWWDIR%%/client/28.181c385912eeb3ed114c.js.map -%%WWWDIR%%/client/29.122b6c4cf81aa7c68458.js -%%WWWDIR%%/client/29.122b6c4cf81aa7c68458.js.map -%%WWWDIR%%/client/3.0c1c9f3a6bf93ebf2947.js -%%WWWDIR%%/client/3.0c1c9f3a6bf93ebf2947.js.map -%%WWWDIR%%/client/30.c1997abca1cfc7d412ab.js -%%WWWDIR%%/client/30.c1997abca1cfc7d412ab.js.map -%%WWWDIR%%/client/6.730f1c9ffcc180ee2075.js -%%WWWDIR%%/client/6.730f1c9ffcc180ee2075.js.map -%%WWWDIR%%/client/6.aa07f589b8b4b537cd5a.css -%%WWWDIR%%/client/6.aa07f589b8b4b537cd5a.css.map -%%WWWDIR%%/client/7.0bf3fa91e2dc5fc85783.js -%%WWWDIR%%/client/7.0bf3fa91e2dc5fc85783.js.map -%%WWWDIR%%/client/7.c9ade57131b12a10c936.css -%%WWWDIR%%/client/7.c9ade57131b12a10c936.css.map -%%WWWDIR%%/client/8.3cc50b97eb7513b1f9d6.css -%%WWWDIR%%/client/8.3cc50b97eb7513b1f9d6.css.map -%%WWWDIR%%/client/8.49ec79a5d005cfaa8f0b.js -%%WWWDIR%%/client/8.49ec79a5d005cfaa8f0b.js.map -%%WWWDIR%%/client/9.63292ac26ac1fabac22c.js -%%WWWDIR%%/client/9.63292ac26ac1fabac22c.js.map %%WWWDIR%%/client/emoji/0023-fe0f-20e3.png %%WWWDIR%%/client/emoji/002a-fe0f-20e3.png %%WWWDIR%%/client/emoji/0030-fe0f-20e3.png @@ -2155,285 +2091,6 @@ %%WWWDIR%%/client/emoji/shipit.png %%WWWDIR%%/client/emoji/suspect.png %%WWWDIR%%/client/emoji/trollface.png -%%WWWDIR%%/client/files/0098d1355858d44623fc00082b789af0.png -%%WWWDIR%%/client/files/015fd510f952c3793da7a96f937721f1.png -%%WWWDIR%%/client/files/029b9bc9d72f4d799803735f6295f763.ttf -%%WWWDIR%%/client/files/037d816c3b93f165cd5e52df46e7c388.eot -%%WWWDIR%%/client/files/03baf7ed4ace61e6c674e3507f9b3f0d.png -%%WWWDIR%%/client/files/069514d4061bbc045836eaec100359b9.ttf -%%WWWDIR%%/client/files/07e762d041b580e5d32ae14a9cb27450.ttf -%%WWWDIR%%/client/files/0ab7d0cb2c05ed08a3c5483942ee3fb7.mp3 -%%WWWDIR%%/client/files/0b8d56c39baf992e5e4c58d74fde0fd6.png -%%WWWDIR%%/client/files/0c96bc8fe7861c576cfee97fd1af3b2d.ttf -%%WWWDIR%%/client/files/0d90113d64d307cfb9e44a81546e7608.woff -%%WWWDIR%%/client/files/11278d3697e58b20e960ac9ee24ab338.woff -%%WWWDIR%%/client/files/1131f0b97b9a32bb3ecabc7a3dadcb49.svg -%%WWWDIR%%/client/files/1214227a5ea08229a4a21746eb30cd9d.png -%%WWWDIR%%/client/files/13b3f8528a571d1cb797eb520002dde9.woff2 -%%WWWDIR%%/client/files/14fe300f70a0993958a9522ecd37592d.svg -%%WWWDIR%%/client/files/1630337abde6ab07460ff18af142217a.svg -%%WWWDIR%%/client/files/1675a0f8520ea25f469454526ebe5338.png -%%WWWDIR%%/client/files/176eb9fa7346ded3032f93a05f235c5a.svg -%%WWWDIR%%/client/files/17e98b9e5586529b13ccb1f7af16861c.ttf -%%WWWDIR%%/client/files/1876361fd46f2ba44d009dfd6fc09b83.woff2 -%%WWWDIR%%/client/files/196c711535bfa3e979a63630c07dd2b9.png -%%WWWDIR%%/client/files/19fc1bd863e8c48bab99b9d23f1f5c61.png -%%WWWDIR%%/client/files/1bf771b5bd9b2569f0fd4ea3987fd45a.png -%%WWWDIR%%/client/files/1c5c889a1530329dd883c1825942216f.jpg -%%WWWDIR%%/client/files/1c6a4c27c7c6342b53eff3a63488cb07.eot -%%WWWDIR%%/client/files/1ceeeef7e3a8f1356367a551c12f3d09.woff2 -%%WWWDIR%%/client/files/1d1325964eb3838aa3086bb34e36a1cf.ttf -%%WWWDIR%%/client/files/1e59d2330b4c6deb84b340635ed36249.ttf -%%WWWDIR%%/client/files/1ef7adae735724bab211320dddae3f21.woff2 -%%WWWDIR%%/client/files/1fb15a4fa9406f0986360ebdc79e4f15.png -%%WWWDIR%%/client/files/2010272e7b458452ae46966c2ae09829.ttf -%%WWWDIR%%/client/files/20785e8b14e143de1e183339d3e28694.png -%%WWWDIR%%/client/files/20b90c2076172b223ae564a9bb22e0fc.woff2 -%%WWWDIR%%/client/files/20fd1704ea223900efa9fd4e869efb08.woff2 -%%WWWDIR%%/client/files/228bff4301724dfe4fdc5bfc15e84f43.svg -%%WWWDIR%%/client/files/23a64a70ece19a795d3070e723e1eb2c.svg -%%WWWDIR%%/client/files/23ea97f3fb0f8e78f4b2e2b5cb16a3e5.woff2 -%%WWWDIR%%/client/files/249d03d271a38c75d7ce88e42d901fea.png -%%WWWDIR%%/client/files/24f51892c8813505b11ad2c26740ee7a.png -%%WWWDIR%%/client/files/25270c9ff7fe0f7b7196bbd615be839f.png -%%WWWDIR%%/client/files/253005e2c22d8261f2df661a00d84fe2.png -%%WWWDIR%%/client/files/2632970a95e162a12233f6dc249f1839.svg -%%WWWDIR%%/client/files/27095400ad10e025af7c92a83c55dfd6.png -%%WWWDIR%%/client/files/2946bdb590f9bd4c7ba30978a7eafa68.woff -%%WWWDIR%%/client/files/2959c3301bf3fec60316af8dae70dfbf.png -%%WWWDIR%%/client/files/2c5822f8df09cab9d59c37cf805af370.png -%%WWWDIR%%/client/files/2c629b06891ec24911f53781b38554fa.woff2 -%%WWWDIR%%/client/files/2d8a4c8f7eca21f6e0e7576f4d1a2dfa.png -%%WWWDIR%%/client/files/2d96cb4e5a0374127b89f4315a24c2ac.png -%%WWWDIR%%/client/files/2dc6ae89b927cbb0028faf2f9c7ccdcd.png -%%WWWDIR%%/client/files/2ea3916b4309d29ba6938ff96202f3a8.woff -%%WWWDIR%%/client/files/3080088c13f19cdd6a7d095a3f6ec762.png -%%WWWDIR%%/client/files/321c58bbbde7151b8d2d3a6271806e29.png -%%WWWDIR%%/client/files/340c53bcd7ee51db21bb531f0f820ef3.svg -%%WWWDIR%%/client/files/3428f711bec4d82670db219742db2707.png -%%WWWDIR%%/client/files/34c82b247a366d047105491d979556bf.png -%%WWWDIR%%/client/files/357ed0208b2f0eab27a2b67d4b5f129c.jpg -%%WWWDIR%%/client/files/35f3c951b5a1044753e0eb4183d55103.ttf -%%WWWDIR%%/client/files/36383679b3360463490c22d1ab2c415c.png -%%WWWDIR%%/client/files/36e495972ba9425573e64e7776ec8292.png -%%WWWDIR%%/client/files/377564d283f9bc35cce974f33e37eaf3.png -%%WWWDIR%%/client/files/3a36f103d9468c9e52c3f07365bef516.png -%%WWWDIR%%/client/files/3d318d280436420db6523f67b1562508.png -%%WWWDIR%%/client/files/3d5923f94fc319b5652a7feb9dfa2b28.ttf -%%WWWDIR%%/client/files/3d796022cb79accb427be84dd87b808e.png -%%WWWDIR%%/client/files/4250bf1b7a0dce186cefd67a41cb1b2c.woff2 -%%WWWDIR%%/client/files/445dd2ab20befc4a78c9e77bc9fd260f.png -%%WWWDIR%%/client/files/44a32ae60521190623e30c98de29ef17.ttf -%%WWWDIR%%/client/files/4519ba4c9ee4f9b689505e396b96d93c.woff2 -%%WWWDIR%%/client/files/460473bcf310d651a1d68e35e484df97.png -%%WWWDIR%%/client/files/4651fd92bdc643485b9edc86e79e02e7.jpg -%%WWWDIR%%/client/files/4692b9ec53fd5972caa2f2372ae20d16.ttf -%%WWWDIR%%/client/files/477703af6850a9efce321e9dcd2c2b74.png -%%WWWDIR%%/client/files/47828bbc15464edb98e984a0d3bffb72.png -%%WWWDIR%%/client/files/47c0e16fb9ec091c946b3c92730b5a8f.woff -%%WWWDIR%%/client/files/47c728cb9c9d695da8723d8e9e84a25a.png -%%WWWDIR%%/client/files/483f4bec50d7c358633e0cabca528689.svg -%%WWWDIR%%/client/files/48a388079f01621af45b16f2e0b6d0c2.png -%%WWWDIR%%/client/files/4a559f36cc9a9ff50a2a5d8f8c7e5d07.woff -%%WWWDIR%%/client/files/4d6241be0cb599314b9ae4af29d68d38.ttf -%%WWWDIR%%/client/files/4e8057cd6539f1927c7c20b9c160037a.svg -%%WWWDIR%%/client/files/4f012d6a01b53cb21970a91e4ad0e314.woff2 -%%WWWDIR%%/client/files/4f31d033d446bb37ed6054ae5d39bd22.woff2 -%%WWWDIR%%/client/files/4f5b13e93945d61e3f8f654ced3c5ea2.png -%%WWWDIR%%/client/files/4f712f17699ad78028280a6ffd0ce325.ttf -%%WWWDIR%%/client/files/4f99c2f6b91b67d35afdb9344dd442d0.gif -%%WWWDIR%%/client/files/5079669164476db30835ece681ded764.png -%%WWWDIR%%/client/files/5212bbecd561ec97c98cbb4e71471ee3.svg -%%WWWDIR%%/client/files/5291ef638f9eab28dc4f2ed247c8c7db.woff2 -%%WWWDIR%%/client/files/52fd1c66da2cc4e23dfa5a212c645db2.svg -%%WWWDIR%%/client/files/54540cb1e92164ef331300686f8cf8b2.eot -%%WWWDIR%%/client/files/55d77b94009ea98824ee008af39dedb2.png -%%WWWDIR%%/client/files/561d2a7b1b180f1bc0585b0eb2fa1d00.svg -%%WWWDIR%%/client/files/5774086c0982c08e56ea1924bbe0796d.woff2 -%%WWWDIR%%/client/files/58f917c382973e98c49193a669306cd5.woff -%%WWWDIR%%/client/files/5a20a4753af7a150824ce63096b7acc3.woff2 -%%WWWDIR%%/client/files/5a88621db556f9c5bbc20dd5f50e55af.svg -%%WWWDIR%%/client/files/5af9e1cfc966c7b16e7615fa66a29955.ttf -%%WWWDIR%%/client/files/5b8749ee09f3aa84381365edac89c624.woff2 -%%WWWDIR%%/client/files/5be1347c682810f199c7f486f40c5974.eot -%%WWWDIR%%/client/files/5bf289005d5caccd361ab39e3a94f3b7.woff2 -%%WWWDIR%%/client/files/5d18b4465d2b9701bcbbc7085e6fbce1.svg -%%WWWDIR%%/client/files/5d632274432b02a0edebbfe5810cc988.ttf -%%WWWDIR%%/client/files/5df1a75e7f232b0dbeac81ee41e3765d.png -%%WWWDIR%%/client/files/60300a6ce878d2fa2dc32d622fb49e23.svg -%%WWWDIR%%/client/files/6121f4e36f19d7ccfebcf1c77f2ade65.png -%%WWWDIR%%/client/files/635e9324cc2ad9bdbfb1d307c1c9c5b2.woff -%%WWWDIR%%/client/files/63ee9f55a9acf5209476b0e0e97de80b.svg -%%WWWDIR%%/client/files/664f74f65a2cccf95755c6588e4fa6ed.woff2 -%%WWWDIR%%/client/files/6a8e4572e42f0e7e084ac4b4c139ffa3.png -%%WWWDIR%%/client/files/6d5415e0fc317c2adf13afd1b3477ccb.png -%%WWWDIR%%/client/files/6d5f8f15c17945544c70a7291c3a572e.png -%%WWWDIR%%/client/files/6efd17c7994b5efc8e161769ff95e803.png -%%WWWDIR%%/client/files/711d6ebe91314060556c8f28bd9ce152.png -%%WWWDIR%%/client/files/714cbb910dacd92896fb02b9be9df9ef.png -%%WWWDIR%%/client/files/7160a7ff0e087ae34f924852571c52f9.png -%%WWWDIR%%/client/files/717e6f5ec87abcf9a5b9d9de57f6cb42.png -%%WWWDIR%%/client/files/71850e51ea04421286aaeb160a492fc1.png -%%WWWDIR%%/client/files/751f03ba6ad74ef9bc030640c18e550c.svg -%%WWWDIR%%/client/files/7649d52f66dfd41d2cee9aaaa0019ccd.woff -%%WWWDIR%%/client/files/7a26b407c4ec2bbbaecd3f0f314de7bd.png -%%WWWDIR%%/client/files/7b8adb585cae4986b89ece185c29adc3.png -%%WWWDIR%%/client/files/7cbbc5e4d6268cc9fc562eb04f9739bc.svg -%%WWWDIR%%/client/files/7ce32e5ddf4ceb0c38f65a3f75e64001.mp3 -%%WWWDIR%%/client/files/7ce7636b90003f983253ab36004ed376.woff -%%WWWDIR%%/client/files/7d661bbe43401d868d56d17ddef89ad5.png -%%WWWDIR%%/client/files/7d6e207940524498f162686c16e12861.eot -%%WWWDIR%%/client/files/7d73e3c58e5222f4fc00ff8cebd013d5.png -%%WWWDIR%%/client/files/7e0b251c927232f665eb0a57b791a44f.png -%%WWWDIR%%/client/files/80c22aa38ecd238ca10523a5fd53980a.png -%%WWWDIR%%/client/files/81ca46fd4b32d0a55978c7c49d6eb114.eot -%%WWWDIR%%/client/files/8257e4be63da369a2b42f5f10f9cfec6.png -%%WWWDIR%%/client/files/82b1212e45a2bc35dd731913b27ad813.woff -%%WWWDIR%%/client/files/82c53ca565ed83a033dfb4284740873d.png -%%WWWDIR%%/client/files/83fe98186b9091a8ab563ad84c4e956f.svg -%%WWWDIR%%/client/files/85f92b639485f3804bb173daab1383a1.png -%%WWWDIR%%/client/files/88de78c6630fbbb4eb3beb14b828845f.png -%%WWWDIR%%/client/files/8a3816b3e7a720cc8b787ef63143d33a.ttf -%%WWWDIR%%/client/files/8a9816ae9c0cd846ae780433ccb979f0.jpg -%%WWWDIR%%/client/files/8ace0dfb9887cd74a95b5cf5dae1335c.png -%%WWWDIR%%/client/files/8b43027f47b20503057dfbbaa9401fef.eot -%%WWWDIR%%/client/files/8b841a4d47a221fdb5ca260f74722e58.png -%%WWWDIR%%/client/files/8d6ddc670b28cd2f08b3a2a202582c3c.woff -%%WWWDIR%%/client/files/9054075a1cdd8c2a0ed11da3e9632fd0.svg -%%WWWDIR%%/client/files/921cbcc44989af53ff98ab687e23ed94.svg -%%WWWDIR%%/client/files/9247faa6a7c39e797e838002df77e736.png -%%WWWDIR%%/client/files/94810ff68bb3c9cb6d3e9f3e73001b4e.woff -%%WWWDIR%%/client/files/94ffd2ace8c56a1ee73e955acd2b4291.png -%%WWWDIR%%/client/files/9585580230392fee3fdc7d8e632e404e.ttf -%%WWWDIR%%/client/files/96556db6d8effe29a581028d82c1ac04.ttf -%%WWWDIR%%/client/files/971285c2b578cde4d2f4d9aa87cd1efc.eot -%%WWWDIR%%/client/files/976cb04b031134c967a228954dd3b952.png -%%WWWDIR%%/client/files/97bc4d7a8f4640a0414a13b51d8d7c03.png -%%WWWDIR%%/client/files/9955bdc6571bfab709b99a772b60bd70.png -%%WWWDIR%%/client/files/99ec979441ce5d5c1e4d61f0af5aa30b.mp3 -%%WWWDIR%%/client/files/9ada203860bd177929ed725d0974828e.png -%%WWWDIR%%/client/files/9b0519e1f5fbf82b0548515994fd49d4.png -%%WWWDIR%%/client/files/9c41e364b060b2ec7e42a1a2633e0bc7.png -%%WWWDIR%%/client/files/9c580ccd57596de622422a8d6ca46851.png -%%WWWDIR%%/client/files/9d2aafcb8d53e26ca232a832749b370a.woff -%%WWWDIR%%/client/files/9db34861e2237cfd5d63c07e54ff8eb8.gif -%%WWWDIR%%/client/files/9dec2b83083c1216ab4e0367f21224d2.jpg -%%WWWDIR%%/client/files/9e75cd605a0f61540bc6894c330f1ef5.woff -%%WWWDIR%%/client/files/9eb5d85ceb4a96c603bbd179d9f96278.woff -%%WWWDIR%%/client/files/a0003cf03b847b77222bf2fc3801c569.png -%%WWWDIR%%/client/files/a1c15978d325f10dcb49f0f8bd7055dd.woff2 -%%WWWDIR%%/client/files/a37832275fd33b01dc279fc8788128da.jpg -%%WWWDIR%%/client/files/a3d918d99ff7a9191cd502ce539e3676.png -%%WWWDIR%%/client/files/a4fadb2ea03436fed81305eaf9565713.svg -%%WWWDIR%%/client/files/a4fd05630bcdec90cc1a744cc7462c35.woff -%%WWWDIR%%/client/files/a628e83945502338cace2b2c7f636b79.mp3 -%%WWWDIR%%/client/files/a633c8db75b2a15e13d980069d2e3298.svg -%%WWWDIR%%/client/files/a6770ed711306dec770bcb57f1f24499.png -%%WWWDIR%%/client/files/a7268202e85cb9a365ec2c502c8bdbae.png -%%WWWDIR%%/client/files/a9cdbc850d2f94b8887ccf38fc6d6d85.woff -%%WWWDIR%%/client/files/aa38d7e3c13e062a893c87a3139c892e.svg -%%WWWDIR%%/client/files/ab751a9e86a16f178b79f99db42d3ea2.woff2 -%%WWWDIR%%/client/files/ab8aa80cba445eb0fb75e6611c292567.png -%%WWWDIR%%/client/files/ad02dc088755e3884a5b5c97211665bb.png -%%WWWDIR%%/client/files/ad0defa04077f1b06e8d86cdd7760ed4.png -%%WWWDIR%%/client/files/ad4755dff1c823b5ef2c5a098bd1b865.png -%%WWWDIR%%/client/files/ae3c7191e038c797873da9c0519a7225.woff -%%WWWDIR%%/client/files/ae5bb38e37a452ff91c89da9bdb7c589.mp3 -%%WWWDIR%%/client/files/af7fc7b32dbf2a640c9c26b2a0a7d050.ttf -%%WWWDIR%%/client/files/af9b6341b25687bd266ae48515c11e04.svg -%%WWWDIR%%/client/files/b080268f08da4093c10332e3f3ab959e.svg -%%WWWDIR%%/client/files/b1489df1556f8c6612594025ccdca2b0.woff -%%WWWDIR%%/client/files/b1d1af1a936d0174df3012bd14c56561.ttf -%%WWWDIR%%/client/files/b345de5bd14864bcefbff8f92de7a1c8.woff2 -%%WWWDIR%%/client/files/b6d8624881e0fd58f56b4ead35964df4.svg -%%WWWDIR%%/client/files/b7038516b2d67e2165e7523438cd6a14.png -%%WWWDIR%%/client/files/b7af82608dd270dcf670e1fdf7890d0a.svg -%%WWWDIR%%/client/files/b8b3b02f8afee685f315d5faa0468d09.svg -%%WWWDIR%%/client/files/b91f74470e4a2fd79b298fcd1950edb9.svg -%%WWWDIR%%/client/files/bb70781ccd4fbf5f99bf8a8060f82662.gif -%%WWWDIR%%/client/files/bbd9552cef932199b58e31fb907f8b18.ttf -%%WWWDIR%%/client/files/bc39a70bb1048e5a929335dd8e40d958.apng -%%WWWDIR%%/client/files/bc8d96e9689171ea65cb379f7967fb4a.ttf -%%WWWDIR%%/client/files/bde7b9641213b429d012fd8a4c3d8766.png -%%WWWDIR%%/client/files/bdee26cfcf85c6d8028e71dc53860478.woff2 -%%WWWDIR%%/client/files/be592857057e09fc1ca17c0e45c11f50.png -%%WWWDIR%%/client/files/be810be3a3e14c682a257d6eff341fe4.woff2 -%%WWWDIR%%/client/files/c1a25e53f866b24a6c3625843183a5e1.png -%%WWWDIR%%/client/files/c4ae0d259a8916db2002e0a18556c965.woff -%%WWWDIR%%/client/files/c78f69dd1272e6759b6a4df9cc43c08a.png -%%WWWDIR%%/client/files/c7feacd514ed1bf5669a9a4ee68fe99b.ttf -%%WWWDIR%%/client/files/c834ba6da13819f078ec34f212d081e3.woff -%%WWWDIR%%/client/files/c8f4fb2ef0b4cb60749b61254887221e.png -%%WWWDIR%%/client/files/cae7ea2682cff6985955cd2cf261504e.ttf -%%WWWDIR%%/client/files/cc1153b947a38b3fd1db4039ec5c5af1.png -%%WWWDIR%%/client/files/cc5ec82c6c2495059abef90ed7cfd2f0.png -%%WWWDIR%%/client/files/cd3b0634cbb3864a6105cbc61511f48c.woff -%%WWWDIR%%/client/files/cd908122393e371d1c40cb2d68d5ddb2.svg -%%WWWDIR%%/client/files/cee8fff7605399f24bdd9c12e2b559dc.png -%%WWWDIR%%/client/files/code_themes/1c007fd17dfb3face766fcbb631167b8.css -%%WWWDIR%%/client/files/code_themes/2f69832325049d059bc28f75e4768893.css -%%WWWDIR%%/client/files/code_themes/6a81c4fa43cfb60d98c5f3484f0cad8f.css -%%WWWDIR%%/client/files/code_themes/7fc2d8291fb7c788d2d1d8e103c57681.css -%%WWWDIR%%/client/files/d00e49435be4abb7d2916ccd52c3876d.svg -%%WWWDIR%%/client/files/d1e8ff17527d885764046b575c601f0a.ttf -%%WWWDIR%%/client/files/d356553ea386bb603f1dc181ee5efccc.woff -%%WWWDIR%%/client/files/d392bf61b3c06ca6ec8a8443ffb57b18.png -%%WWWDIR%%/client/files/d3c8e68f425df650554fab73fd14628f.woff -%%WWWDIR%%/client/files/d4531cf7ff335a5e1d2c2caa803e2592.woff2 -%%WWWDIR%%/client/files/d5d35e84b3ac1dbffd8fdc3dbea97849.woff2 -%%WWWDIR%%/client/files/d878a1f1e87a02873d7fa8f9d70b60fe.png -%%WWWDIR%%/client/files/daa08e6ee76dbbf096e390f862d038a7.png -%%WWWDIR%%/client/files/dacfa646ab3389dc39bbd1c49a2d104d.png -%%WWWDIR%%/client/files/dbb0d2a61eb3a2304ee74150821a9eaa.png -%%WWWDIR%%/client/files/dd0db7aef0e4e809b61410ce74227665.ttf -%%WWWDIR%%/client/files/dd7f8efc8a9cf4ef91481f79522de6a3.svg -%%WWWDIR%%/client/files/ded3d3f30da420eacfdb9747ae860b87.mp3 -%%WWWDIR%%/client/files/e373035e8d2ea1217d621e8ed0e47c35.svg -%%WWWDIR%%/client/files/e3954fe9b7efb3f438d218f6e8a8e049.woff -%%WWWDIR%%/client/files/e5be3dc87420090bc22a4fd084ddf15d.gif -%%WWWDIR%%/client/files/e5fc2aef496040d3f44502045a9fa7f6.woff2 -%%WWWDIR%%/client/files/e86946484cc3e50985f1348ee7d5cf4c.svg -%%WWWDIR%%/client/files/e895a3c60d2b2a95d3c40628a00f954f.png -%%WWWDIR%%/client/files/e995b3fe7ddbaa6a06582d1b2d772bfa.eot -%%WWWDIR%%/client/files/ea868e9623f60446a82c3e47f35d7098.png -%%WWWDIR%%/client/files/eb9c9ed586eda5e79e4287b3da551d6d.png -%%WWWDIR%%/client/files/ec633c0266e0df4629c7c1e457356ff7.png -%%WWWDIR%%/client/files/ec9530e67e060398e51d85790613d285.png -%%WWWDIR%%/client/files/eed5f7c8a961e37d75a981b7d42e7fd5.png -%%WWWDIR%%/client/files/ef97757ce2248e8acf2aa1b7e158bedf.png -%%WWWDIR%%/client/files/f046a374a80bb69ba397ad705f607490.woff2 -%%WWWDIR%%/client/files/f082f5e89509f2e8822efd65a3ddeb4e.png -%%WWWDIR%%/client/files/f0ad0abc489e2942f9e185a885d31e0a.ttf -%%WWWDIR%%/client/files/f1160d089d0aed4f08d7ee9fce6ab819.png -%%WWWDIR%%/client/files/f1b7a6e43ff9d79fd95a1b026ceb9531.png -%%WWWDIR%%/client/files/f2b29bd9b1060d4e066bb26e89d4de15.png -%%WWWDIR%%/client/files/f32a9fde642521722ca1d952e1aa1834.woff -%%WWWDIR%%/client/files/f32f0094939e8e78a6b887a0f8a886df.svg -%%WWWDIR%%/client/files/f516b73c4a7ccca3d1a761dee3133a87.woff2 -%%WWWDIR%%/client/files/f5c04ff7bc6cd31ab812ef553b87b922.svg -%%WWWDIR%%/client/files/f642db9482e1e8e96433083508e60f38.png -%%WWWDIR%%/client/files/f668d5666b59392e88c787e700b5728f.woff -%%WWWDIR%%/client/files/f691f37e57f04c152e2315ab7dbad881.woff -%%WWWDIR%%/client/files/f6e98d6b5fccaa0c93bd8091b05295ad.png -%%WWWDIR%%/client/files/f80d9eaff7bad6dad7396a98fc016ce2.ttf -%%WWWDIR%%/client/files/fda941417d2ae38748d8901488112326.png -%%WWWDIR%%/client/files/ffda88030bb30ae4a0f437dd9f86add2.woff2 -%%WWWDIR%%/client/files/ffee4880568b0e4ce447a79dd5fb4419.png -%%WWWDIR%%/client/i18n/de.d5450a7a5f9d5998c68f338b033879db.json -%%WWWDIR%%/client/i18n/es.f7d4ba31ace6c512d25c583a5a3e71ed.json -%%WWWDIR%%/client/i18n/fr.5abe9051977ef40aae584e261297d3e4.json -%%WWWDIR%%/client/i18n/it.defd072efb8205103db7fef81387deb2.json -%%WWWDIR%%/client/i18n/ja.c7f5ca6d62dbff34b6db295624fcd094.json -%%WWWDIR%%/client/i18n/ko.ae330264cfa567b920e12a3145884e71.json -%%WWWDIR%%/client/i18n/nl.ebf74b9f18cfa0c2a3dd4a62484a37c7.json -%%WWWDIR%%/client/i18n/pl.d6b51dc10732e90b6b1705f587f8afb4.json -%%WWWDIR%%/client/i18n/pt-BR.522d22bd49e758aeb706ee6be4d257da.json -%%WWWDIR%%/client/i18n/ro.630b76425c5089e89881feb72ef17a32.json -%%WWWDIR%%/client/i18n/ru.4890366f50b8d0a7555ff613d60790a2.json -%%WWWDIR%%/client/i18n/tr.429792520c31d367606ebbb3d18b394f.json -%%WWWDIR%%/client/i18n/uk.6ccb038e1f81f34944c01dce4dc23d22.json -%%WWWDIR%%/client/i18n/zh-CN.433ac1bde11a7938caf7af94466253f2.json -%%WWWDIR%%/client/i18n/zh-TW.e108aef2a6bdef46038012fee46acacd.json %%WWWDIR%%/client/icon_120x120.png %%WWWDIR%%/client/icon_144x144.png %%WWWDIR%%/client/icon_152x152.png @@ -2497,14 +2154,8 @@ %%WWWDIR%%/client/images/upgrade.svg %%WWWDIR%%/client/images/warning.png %%WWWDIR%%/client/images/waves.svg -%%WWWDIR%%/client/main.9ef911c6437f8b1ded00.css -%%WWWDIR%%/client/main.9ef911c6437f8b1ded00.css.map -%%WWWDIR%%/client/main.ec4172de311a84144f07.js -%%WWWDIR%%/client/main.ec4172de311a84144f07.js.map %%WWWDIR%%/client/manifest.json %%WWWDIR%%/client/root.html -%%WWWDIR%%/client/vendors~pdfjsWorker.0a125e593a75148032b8.js -%%WWWDIR%%/client/vendors~pdfjsWorker.0a125e593a75148032b8.js.map @owner %%MATTERMOSTD_USER%% @group %%MATTERMOSTD_GROUP%% @dir %%WWWDIR%%/client/plugins From owner-svn-ports-all@freebsd.org Sat Mar 13 01:33:26 2021 Return-Path: Delivered-To: svn-ports-all@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 157A95B496E; Sat, 13 Mar 2021 01:33:26 +0000 (UTC) (envelope-from novel@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 4Dy4vV07x7z3h1r; Sat, 13 Mar 2021 01:33:26 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB0EC22078; Sat, 13 Mar 2021 01:33:25 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D1XPcL077579; Sat, 13 Mar 2021 01:33:25 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D1XPWC077578; Sat, 13 Mar 2021 01:33:25 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202103130133.12D1XPWC077578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 13 Mar 2021 01:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568225 - head/www/qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/www/qutebrowser X-SVN-Commit-Revision: 568225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 01:33:26 -0000 Author: novel Date: Sat Mar 13 01:33:25 2021 New Revision: 568225 URL: https://svnweb.freebsd.org/changeset/ports/568225 Log: www/qutebrowser: add adblock support - Introduce ADBLOCK option that adds adblock support via www/py-adblock. As py-adblock is currently available only for amd64, limit the option to amd64 too, - Reorder some Makefile variables based on portclippy suggestions. PR: 254131 Submitted by: Adam Jimerson Modified: head/www/qutebrowser/Makefile Modified: head/www/qutebrowser/Makefile ============================================================================== --- head/www/qutebrowser/Makefile Sat Mar 13 01:04:46 2021 (r568224) +++ head/www/qutebrowser/Makefile Sat Mar 13 01:33:25 2021 (r568225) @@ -2,7 +2,7 @@ PORTNAME= qutebrowser DISTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= CHEESESHOP @@ -22,25 +22,27 @@ RUN_DEPENDS= \ USES= desktop-file-utils python:3.6+ pyqt:5 qt:5 USE_PYQT= core opengl printsupport sql widgets qml -USE_QT= sql-sqlite3 USE_PYTHON= distutils autoplist noflavors +USE_QT= sql-sqlite3 +# Upstream archive contains files with UTF-8 names +EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar NO_ARCH= yes PLIST_FILES= share/applications/${PORTNAME}-${PYTHON_VER}.desktop -# Upstream archive contains files with UTF-8 names -EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar - -OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= WEBKIT WEBENGINE +OPTIONS_DEFINE_amd64= ADBLOCK OPTIONS_DEFAULT= WEBKIT -OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE ADBLOCK OPTIONS_DEFAULT_i386= WEBENGINE +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= WEBKIT WEBENGINE +ADBLOCK_DESC= Enable the newer adblocking support WEBENGINE_DESC= WebEngine webpage renderer support -WEBKIT_USE= PYQT=webkit,webkitwidgets +ADBLOCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adblock>=0.4.2:www/py-adblock@${PY_FLAVOR} WEBENGINE_USE= PYQT=webengine,webchannel +WEBKIT_USE= PYQT=webkit,webkitwidgets .include From owner-svn-ports-all@freebsd.org Sat Mar 13 01:56:50 2021 Return-Path: Delivered-To: svn-ports-all@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 DF9215B5C83; Sat, 13 Mar 2021 01:56:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "anubis.delphij.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy5QV5W7cz3jbD; Sat, 13 Mar 2021 01:56:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from p51.home.us.delphij.net (unknown [IPv6:2601:646:8601:f4a:e670:b8ff:fe5c:4e69]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id A439138DD3; Fri, 12 Mar 2021 17:56:49 -0800 (PST) Reply-To: d@delphij.net Subject: Re: svn commit: r568214 - head/archivers/bzip2 To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103122337.12CNbBa9003493@repo.freebsd.org> From: Xin Li Organization: The FreeBSD Project Message-ID: Date: Fri, 12 Mar 2021 17:56:49 -0800 MIME-Version: 1.0 In-Reply-To: <202103122337.12CNbBa9003493@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Dy5QV5W7cz3jbD X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 01:56:50 -0000 Hi, On 3/12/21 3:37 PM, Steve Wills wrote: > Author: swills > Date: Fri Mar 12 23:37:10 2021 > New Revision: 568214 > URL: https://svnweb.freebsd.org/changeset/ports/568214 > > Log: > archivers/bzip2: update to 1.0.8 > > PR: 254205 My $0.02: we should probably just remove this port. We have bundled bzip2 in the base system for almost two decades, and there is no port depending on it. The port system expects /usr/bin/bzip2 and expects base system tar to recognize it, and bzip2 1.0.7 introduced a quite visible regression, the fact that we have it for 2 years suggests that there is no real users of it at all... Cheers, From owner-svn-ports-all@freebsd.org Sat Mar 13 02:14:41 2021 Return-Path: Delivered-To: svn-ports-all@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 623BF5B5D65; Sat, 13 Mar 2021 02:14:41 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy5q46XN6z3kHj; Sat, 13 Mar 2021 02:14:40 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from [10.100.13.88] (unknown [5.101.169.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fluffy) by smtp.freebsd.org (Postfix) with ESMTPSA id A5A3E2E682; Sat, 13 Mar 2021 02:14:39 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Date: Sat, 13 Mar 2021 12:14:35 +1000 From: Dima Panov To: Neel Chauhan , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Message-ID: In-Reply-To: <202103122307.12CN71bj085082@repo.freebsd.org> References: <202103122307.12CN71bj085082@repo.freebsd.org> Subject: Re: svn commit: r568210 - head/textproc/iksemel MIME-Version: 1.0 Content-Type: multipart/signed; boundary="604c200b_238e1f29_9fe"; protocol="application/pgp-signature" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 02:14:41 -0000 --604c200b_238e1f29_9fe Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 You=E2=80=99ve broke build =3D=3D=3D> Patching for iksemel-1.5 =3D=3D=3D> Applying =46reeBSD patches for iksemel-1.5 from /usr/local/pou= driere/ports/dimaports/textproc/iksemel/files 1 out of 1 hunks failed--saving rejects to configure.ac.rej =3D=3D=3D> =46AILED Applying =46reeBSD patch-configure.ac =3D=3D=3D> =46AILED to apply cleanly =46reeBSD patch(es) patch-configure.= ac *** Error code 1 Stop. -- Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team (fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov) > On Saturday, Mar 13, 2021 at 9:07 AM, Neel Chauhan wrote: > Author: nc > Date: =46ri Mar 12 23:07:01 2021 > New Revision: 568210 > URL: https://svnweb.freebsd.org/changeset/ports/568210 > > Log: > textproc/iksemel: Update to 1.5 > > Also change WWW to current GitHub site. > > Modified: > head/textproc/iksemel/Makefile > head/textproc/iksemel/distinfo > head/textproc/iksemel/pkg-descr > > Modified: head/textproc/iksemel/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/iksemel/Makefile =46ri Mar 12 23:04:03 2021 (r568209)= > +++ head/textproc/iksemel/Makefile =46ri Mar 12 23:07:01 2021 (r568210)= > =40=40 -2,8 +2,7 =40=40 > =23 =24=46reeBSD=24 > > PORTNAME=3D iksemel > -PORTVERSION=3D 1.4 > -PORTREVISION=3D 8 > +PORTVERSION=3D 1.5 > CATEGORIES=3D textproc > > MAINTAINER=3D ports=40=46reeBSD.org > =40=40 -16,7 +15,7 =40=40 LIB=5FDEPENDS=3D libgnutls.so:security/gnutls= > > USE=5FGITHUB=3D yes > GH=5FACCOUNT=3D meduketto > -GH=5FTAGNAME=3D 6cddfef > +GH=5FTAGNAME=3D 978b733 > > USES=3D autoreconf libtool makeinfo pathfix pkgconfig > GNU=5FCON=46IGURE=3D yes > > Modified: head/textproc/iksemel/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/iksemel/distinfo =46ri Mar 12 23:04:03 2021 (r568209)= > +++ head/textproc/iksemel/distinfo =46ri Mar 12 23:07:01 2021 (r568210)= > =40=40 -1,3 +1,3 =40=40 > -TIMESTAMP =3D 1474196501 > -SHA256 (meduketto-iksemel-1.4-6cddfef=5FGH0.tar.gz) =3D 32ecf6c0d7176c= 1b6dd0d5afd94cab4890a37345ecec50b141e4bfc3792eddb6 > -SIZE (meduketto-iksemel-1.4-6cddfef=5FGH0.tar.gz) =3D 74848 > +TIMESTAMP =3D 1615590354 > +SHA256 (meduketto-iksemel-1.5-978b733=5FGH0.tar.gz) =3D 3cf622c2eeab34= 04899ccb2f3119335b7cd8651eaeac09218675fdc82234ab85 > +SIZE (meduketto-iksemel-1.5-978b733=5FGH0.tar.gz) =3D 87417 > > Modified: head/textproc/iksemel/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/textproc/iksemel/pkg-descr =46ri Mar 12 23:04:03 2021 (r568209= ) > +++ head/textproc/iksemel/pkg-descr =46ri Mar 12 23:07:01 2021 (r568210= ) > =40=40 -4,4 +4,4 =40=40 in ANSI C except the network code (which is POS= IX comp > highly portable. Iksemel is released under GNU Lesser General Public > License. A copy of the license is included in the COPYING file. > > -WWW: http://code.google.com/p/iksemel/ > +WWW: https://github.com/meduketto/iksemel --604c200b_238e1f29_9fe Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary PGP V3 iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm bHVmZnlARnJlZUJTRC5PUkc+BQJgTCALAAoJEPuLoJ3VOY8p1kIP/jU1csp7+7yd j+NJe6zau7pHSM/nxOK2OwYxmcvFcr6h7Jfs5eumtR/cBAq7ymyZoDyo0e1qVJlp BtSmByqb7b2HuHiIlqMNfPxe/x0wjirJzZXYRzIS9Dai3/oEzg7wNvVJXS0n2s0f JLr+hNMXTWh2LXDwDmlw2sC4nvt6+Fhsk/rGOx+JvWkqW5AbfQlomuByTud0/xIL Kx2ZLONYZswD3dLnTarrkIaDxdNp+OQ0QdHQTqTEpx4475FUVg7h4PFEk6hrEJ7Z WlB0+qVaVI2okPQxbaP+WPEMvK6todSqOIR86frY5pmkA22ZtnRcvIfxxrGefPX3 jqFwhC/qyq6AlRVsUiVYgiEL1ZEi/lfYMoLNqiXeFym6Vhcy4wOuOBUuMH+tDkfd MlxfwYs3WyDU04P57KkmePOsw91nTQnIma5I8LJgNkm3REhQRPzo2rrMYijYnzOh GR1jmby0Hr+s3CoYO6CobEUB+r/BLm2okj4Up7+4o0VesjKBezmFE2k4KyPz7XnW E+ILUK8aQ74ta5qkTZOEqr7CeDXhsUx7xbXOFUYDx/y7JmjqKeTMYyTAwprYnmwu i9Mbpe2XKeYqDLnDHgDxR1/1AyzgGu+KfvNk1oeIE3pJ3JfK8iohnV8fWtYKN/Kn 0BmjhNpUdH7kZg4pDYRB3tXnA405F1NN =2Lgw -----END PGP SIGNATURE----- --604c200b_238e1f29_9fe-- From owner-svn-ports-all@freebsd.org Sat Mar 13 04:00:56 2021 Return-Path: Delivered-To: svn-ports-all@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 2A477568D1F; Sat, 13 Mar 2021 04:00:56 +0000 (UTC) (envelope-from ygy@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 4Dy89h0mJ5z3r4J; Sat, 13 Mar 2021 04:00:56 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D91223E92; Sat, 13 Mar 2021 04:00:56 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D40tpN065524; Sat, 13 Mar 2021 04:00:55 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D40t6h065521; Sat, 13 Mar 2021 04:00:55 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202103130400.12D40t6h065521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sat, 13 Mar 2021 04:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568226 - head/sysutils/bvm X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/sysutils/bvm X-SVN-Commit-Revision: 568226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 04:00:56 -0000 Author: ygy (doc committer) Date: Sat Mar 13 04:00:55 2021 New Revision: 568226 URL: https://svnweb.freebsd.org/changeset/ports/568226 Log: sysutils/bvm: Update to 1.3.0 PR: 254134 Submitted by: Qiang Guo (maintainer) Approved by: lwhsu Modified: head/sysutils/bvm/Makefile head/sysutils/bvm/distinfo head/sysutils/bvm/pkg-plist Modified: head/sysutils/bvm/Makefile ============================================================================== --- head/sysutils/bvm/Makefile Sat Mar 13 01:33:25 2021 (r568225) +++ head/sysutils/bvm/Makefile Sat Mar 13 04:00:55 2021 (r568226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bvm -PORTVERSION= 1.2.4 +PORTVERSION= 1.3.0 CATEGORIES= sysutils MAINTAINER= guoqiang_cn@126.com @@ -28,9 +28,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/conf/bvm.conf ${STAGEDIR}${PREFIX}/etc/bvm/bvm.conf.sample ${INSTALL_DATA} ${WRKSRC}/conf/nat.conf ${STAGEDIR}${PREFIX}/etc/bvm/nat.conf.sample ${INSTALL_DATA} ${WRKSRC}/conf/switch.conf ${STAGEDIR}${PREFIX}/etc/bvm/switch.conf.sample + ${INSTALL_DATA} ${WRKSRC}/conf/dhcp.conf ${STAGEDIR}${PREFIX}/etc/bvm/dhcp.conf.sample ${INSTALL_SCRIPT} ${WRKSRC}/conf/bvmd ${STAGEDIR}${PREFIX}/etc/rc.d/ ${INSTALL_PROGRAM} ${WRKSRC}/src/bvm ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmb ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmdhcp ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/bvm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Modified: head/sysutils/bvm/distinfo ============================================================================== --- head/sysutils/bvm/distinfo Sat Mar 13 01:33:25 2021 (r568225) +++ head/sysutils/bvm/distinfo Sat Mar 13 04:00:55 2021 (r568226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551663917 -SHA256 (bigdragonsoft-bvm-1.2.4_GH0.tar.gz) = 4802b22f3995c13f327160553fcfc129b1ef21a9c271b5769d806cf6a3891f40 -SIZE (bigdragonsoft-bvm-1.2.4_GH0.tar.gz) = 62646 +TIMESTAMP = 1615354832 +SHA256 (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 56e8fc1ab5fab65892874c696890ea8da94597f7c1a02cdcccf95e187c411cf9 +SIZE (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 122561 Modified: head/sysutils/bvm/pkg-plist ============================================================================== --- head/sysutils/bvm/pkg-plist Sat Mar 13 01:33:25 2021 (r568225) +++ head/sysutils/bvm/pkg-plist Sat Mar 13 04:00:55 2021 (r568226) @@ -1,7 +1,9 @@ bin/bvm bin/bvmb +bin/bvmdhcp @sample %%ETCDIR%%/bvm.conf.sample @sample %%ETCDIR%%/nat.conf.sample @sample %%ETCDIR%%/switch.conf.sample +@sample %%ETCDIR%%/dhcp.conf.sample etc/rc.d/bvmd man/man8/bvm.8.gz From owner-svn-ports-all@freebsd.org Sat Mar 13 05:16:33 2021 Return-Path: Delivered-To: svn-ports-all@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 7F53A569F41; Sat, 13 Mar 2021 05:16:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dy9rx1wshz3v91; Sat, 13 Mar 2021 05:16:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (2603-6080-7702-bf01-e116-4dd6-7828-4619.res6.spectrum.com [IPv6:2603:6080:7702:bf01:e116:4dd6:7828:4619]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 12D5G9Ja068444 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sat, 13 Mar 2021 05:16:15 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r568214 - head/archivers/bzip2 To: d@delphij.net, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202103122337.12CNbBa9003493@repo.freebsd.org> From: Steve Wills Message-ID: <032512e1-a1ee-7ada-b9f9-9b40ef5de939@FreeBSD.org> Date: Sat, 13 Mar 2021 00:16:04 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]); Sat, 13 Mar 2021 05:16:16 +0000 (UTC) X-Spam-Status: No, score=0.3 required=4.5 tests=KHOP_HELO_FCRDNS, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4Dy9rx1wshz3v91 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 05:16:33 -0000 Hi, On 3/12/21 8:56 PM, Xin Li wrote: > > My $0.02: we should probably just remove this port. > > We have bundled bzip2 in the base system for almost two decades, and > there is no port depending on it. The port system expects > /usr/bin/bzip2 and expects base system tar to recognize it, and bzip2 > 1.0.7 introduced a quite visible regression, the fact that we have it > for 2 years suggests that there is no real users of it at all... I agree, feel free. Steve From owner-svn-ports-all@freebsd.org Sat Mar 13 05:51:27 2021 Return-Path: Delivered-To: svn-ports-all@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 3DE3556A0EE; Sat, 13 Mar 2021 05:51:27 +0000 (UTC) (envelope-from swills@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 4DyBdC1LPTz3wSn; Sat, 13 Mar 2021 05:51:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 211F525539; Sat, 13 Mar 2021 05:51:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D5pRP2033779; Sat, 13 Mar 2021 05:51:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D5pQfA033776; Sat, 13 Mar 2021 05:51:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130551.12D5pQfA033776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 05:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568227 - in head/devel/radare2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/radare2: . files X-SVN-Commit-Revision: 568227 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 05:51:27 -0000 Author: swills Date: Sat Mar 13 05:51:26 2021 New Revision: 568227 URL: https://svnweb.freebsd.org/changeset/ports/568227 Log: devel/radare2: keep KF_TYPE_CRYPTO where possible [1] While here, clean up a bit PR: 253923 [1] Submitted by: Michael Zhilin [1] Added: head/devel/radare2/files/extra-patch-Makefile (contents, props changed) Modified: head/devel/radare2/Makefile (contents, props changed) head/devel/radare2/files/patch-libr_debug_p_native_bsd_bsd__debug.c (contents, props changed) Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Sat Mar 13 04:00:55 2021 (r568226) +++ head/devel/radare2/Makefile Sat Mar 13 05:51:26 2021 (r568227) @@ -3,6 +3,7 @@ PORTNAME= radare2 DISTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -11,29 +12,27 @@ COMMENT= Tools to disasm, debug, analyze, and manipula LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpc powerpc64 powerpc64le powerpcspe riscv64 sparc64 +NOT_FOR_ARCHS= armv6 armv7 mips mips64 powerpc powerpc64 powerpc64le \ + powerpcspe riscv64 sparc64 NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture LIB_DEPENDS= libcapstone.so:devel/capstone4 USES= gmake localbase pathfix pkgconfig -USE_GITHUB= yes -USE_LDCONFIG= yes +USE_GITHUB= yes CONFIGURE_ARGS= --with-syscapstone -CFLAGS+= -I${PREFIX}/include/capstone -GH_ACCOUNT= radare +CFLAGS+= -I${PREFIX}/include/capstone +GH_ACCOUNT= radare PATHFIX_MAKEFILEIN= Makefile -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes MAKE_ENV+= HOST_CC=${CC} PLIST_SUB+= PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS -post-patch-DOCS-off: - @${REINPLACE_CMD} -e 's| install-doc ||g' \ - ${WRKSRC}/Makefile +DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-Makefile # libr/flag/d/Makefile generates an r2 script from all files in # current directory, including .bak file left by ${REINPLACE_CMD} Added: head/devel/radare2/files/extra-patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/radare2/files/extra-patch-Makefile Sat Mar 13 05:51:26 2021 (r568227) @@ -0,0 +1,11 @@ +--- Makefile.orig 2021-03-13 00:32:05.881126000 -0500 ++++ Makefile 2021-03-13 00:32:11.591943000 -0500 +@@ -212,7 +212,7 @@ + for FILE in $(shell cd doc ; ls) ; do \ + ln -fs "$(PWD)/doc/$$FILE" "${DESTDIR}${DOCDIR}" ; done + +-install: install-doc install-man install-www install-pkgconfig ++install: install-man install-www install-pkgconfig + $(MAKE) -C libr install + $(MAKE) -C binr install + $(MAKE) -C shlr install Modified: head/devel/radare2/files/patch-libr_debug_p_native_bsd_bsd__debug.c ============================================================================== --- head/devel/radare2/files/patch-libr_debug_p_native_bsd_bsd__debug.c Sat Mar 13 04:00:55 2021 (r568226) +++ head/devel/radare2/files/patch-libr_debug_p_native_bsd_bsd__debug.c Sat Mar 13 05:51:26 2021 (r568227) @@ -1,10 +1,12 @@ ---- libr/debug/p/native/bsd/bsd_debug.c.orig 2021-02-13 20:27:22 UTC +--- libr/debug/p/native/bsd/bsd_debug.c.orig 2021-02-11 00:59:05 UTC +++ libr/debug/p/native/bsd/bsd_debug.c -@@ -488,7 +488,6 @@ RList *bsd_desc_list(int pid) { +@@ -488,7 +488,9 @@ RList *bsd_desc_list(int pid) { case KF_TYPE_PIPE: type = 'p'; break; case KF_TYPE_FIFO: type = 'f'; break; case KF_TYPE_KQUEUE: type = 'k'; break; -- case KF_TYPE_CRYPTO: type = 'c'; break; ++#if __FreeBSD_version < 1300130 + case KF_TYPE_CRYPTO: type = 'c'; break; ++#endif case KF_TYPE_MQUEUE: type = 'm'; break; case KF_TYPE_SHM: type = 'h'; break; case KF_TYPE_PTS: type = 't'; break; From owner-svn-ports-all@freebsd.org Sat Mar 13 05:51:30 2021 Return-Path: Delivered-To: svn-ports-all@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 BF1A656A6BB; Sat, 13 Mar 2021 05:51:30 +0000 (UTC) (envelope-from swills@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 4DyBdG52Kbz3wCY; Sat, 13 Mar 2021 05:51:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EE7F25792; Sat, 13 Mar 2021 05:51:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D5pU2M033889; Sat, 13 Mar 2021 05:51:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D5pUN6033888; Sat, 13 Mar 2021 05:51:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130551.12D5pUN6033888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 05:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568228 - head/cad/solvespace X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/cad/solvespace X-SVN-Commit-Revision: 568228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 05:51:30 -0000 Author: swills Date: Sat Mar 13 05:51:30 2021 New Revision: 568228 URL: https://svnweb.freebsd.org/changeset/ports/568228 Log: cad/solvespace: drop maintainership since I no longer user this Modified: head/cad/solvespace/Makefile (contents, props changed) Modified: head/cad/solvespace/Makefile ============================================================================== --- head/cad/solvespace/Makefile Sat Mar 13 05:51:26 2021 (r568227) +++ head/cad/solvespace/Makefile Sat Mar 13 05:51:30 2021 (r568228) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= cad -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parametric 2d/3d CAD LICENSE= GPLv3+ From owner-svn-ports-all@freebsd.org Sat Mar 13 05:52:23 2021 Return-Path: Delivered-To: svn-ports-all@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 DA73C56ACB4; Sat, 13 Mar 2021 05:52:23 +0000 (UTC) (envelope-from swills@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 4DyBfH5wnbz3wS3; Sat, 13 Mar 2021 05:52:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE1EB252F8; Sat, 13 Mar 2021 05:52:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D5qNfB037230; Sat, 13 Mar 2021 05:52:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D5qNlb037229; Sat, 13 Mar 2021 05:52:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130552.12D5qNlb037229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 05:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568229 - head/devel/ncurses X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ncurses X-SVN-Commit-Revision: 568229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 05:52:23 -0000 Author: swills Date: Sat Mar 13 05:52:23 2021 New Revision: 568229 URL: https://svnweb.freebsd.org/changeset/ports/568229 Log: devel/ncurses: update to 20210306 snapshot Modified: head/devel/ncurses/Makefile (contents, props changed) Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Sat Mar 13 05:51:30 2021 (r568228) +++ head/devel/ncurses/Makefile Sat Mar 13 05:52:23 2021 (r568229) @@ -18,7 +18,7 @@ BROKEN_sparc64= cannot build: coredump: illegal instru USES= cpe pkgconfig shebangfix tar:tgz -SNAPSHOT= 20210227 +SNAPSHOT= 20210306 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc \ --with-terminfo-dirs="${PREFIX}/share/misc/terminfo:${LOCALBASE}/share/site-terminfo" \ @@ -42,8 +42,6 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc \ --with-shared \ --with-termlib \ --without-manpage-renames - -MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DEBUG DOCS EXAMPLES MANPAGES PROFILE TRACE OPTIONS_DEFAULT= DOCS EXAMPLES MANPAGES From owner-svn-ports-all@freebsd.org Sat Mar 13 06:08:41 2021 Return-Path: Delivered-To: svn-ports-all@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 AADAB56A32E; Sat, 13 Mar 2021 06:08:41 +0000 (UTC) (envelope-from novel@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 4DyC154TGtz4RNC; Sat, 13 Mar 2021 06:08:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C6E525477; Sat, 13 Mar 2021 06:08:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D68ffP043538; Sat, 13 Mar 2021 06:08:41 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D68ff0043536; Sat, 13 Mar 2021 06:08:41 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202103130608.12D68ff0043536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 13 Mar 2021 06:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568230 - head/misc/osinfo-db X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/misc/osinfo-db X-SVN-Commit-Revision: 568230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:08:41 -0000 Author: novel Date: Sat Mar 13 06:08:40 2021 New Revision: 568230 URL: https://svnweb.freebsd.org/changeset/ports/568230 Log: misc/osinfo-db: update to 20210312 Modified: head/misc/osinfo-db/Makefile head/misc/osinfo-db/distinfo head/misc/osinfo-db/pkg-plist Modified: head/misc/osinfo-db/Makefile ============================================================================== --- head/misc/osinfo-db/Makefile Sat Mar 13 05:52:23 2021 (r568229) +++ head/misc/osinfo-db/Makefile Sat Mar 13 06:08:40 2021 (r568230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db -PORTVERSION= 20210215 +PORTVERSION= 20210312 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/misc/osinfo-db/distinfo ============================================================================== --- head/misc/osinfo-db/distinfo Sat Mar 13 05:52:23 2021 (r568229) +++ head/misc/osinfo-db/distinfo Sat Mar 13 06:08:40 2021 (r568230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613471891 -SHA256 (osinfo-db-20210215.tar.xz) = 1c8337b2ae3bfb49c89a26b0f828e38e0627048a2bc2603a53168d79f8d83598 -SIZE (osinfo-db-20210215.tar.xz) = 112508 +TIMESTAMP = 1615598965 +SHA256 (osinfo-db-20210312.tar.xz) = 7548ec09e445ca7378c5ceb99e39edca8857f8293831e0b3cb558f4230870e10 +SIZE (osinfo-db-20210312.tar.xz) = 113832 Modified: head/misc/osinfo-db/pkg-plist ============================================================================== --- head/misc/osinfo-db/pkg-plist Sat Mar 13 05:52:23 2021 (r568229) +++ head/misc/osinfo-db/pkg-plist Sat Mar 13 06:08:40 2021 (r568230) @@ -271,6 +271,7 @@ share/osinfo/os/fedoraproject.org/fedora-30.xml share/osinfo/os/fedoraproject.org/fedora-31.xml share/osinfo/os/fedoraproject.org/fedora-32.xml share/osinfo/os/fedoraproject.org/fedora-33.xml +share/osinfo/os/fedoraproject.org/fedora-34.xml share/osinfo/os/fedoraproject.org/fedora-4.xml share/osinfo/os/fedoraproject.org/fedora-5.xml share/osinfo/os/fedoraproject.org/fedora-6.xml @@ -285,6 +286,7 @@ share/osinfo/os/fedoraproject.org/silverblue-30.xml share/osinfo/os/fedoraproject.org/silverblue-31.xml share/osinfo/os/fedoraproject.org/silverblue-32.xml share/osinfo/os/fedoraproject.org/silverblue-33.xml +share/osinfo/os/fedoraproject.org/silverblue-34.xml share/osinfo/os/fedoraproject.org/silverblue-rawhide.xml share/osinfo/os/fedoraproject.org/silverblue-unknown.xml share/osinfo/os/freebsd.org/freebsd-1.0.xml From owner-svn-ports-all@freebsd.org Sat Mar 13 06:23:01 2021 Return-Path: Delivered-To: svn-ports-all@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 C2AE156B148; Sat, 13 Mar 2021 06:23:01 +0000 (UTC) (envelope-from novel@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 4DyCKd55d1z4S83; Sat, 13 Mar 2021 06:23:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1FF825DA1; Sat, 13 Mar 2021 06:23:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D6N11B055940; Sat, 13 Mar 2021 06:23:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D6N1jq055938; Sat, 13 Mar 2021 06:23:01 GMT (envelope-from novel@FreeBSD.org) Message-Id: <202103130623.12D6N1jq055938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 13 Mar 2021 06:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568231 - in head/mail/msmtp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in head/mail/msmtp: . files X-SVN-Commit-Revision: 568231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:23:01 -0000 Author: novel Date: Sat Mar 13 06:23:00 2021 New Revision: 568231 URL: https://svnweb.freebsd.org/changeset/ports/568231 Log: mail/msmtp: update to 1.8.15 Deleted: head/mail/msmtp/files/ Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Sat Mar 13 06:08:40 2021 (r568230) +++ head/mail/msmtp/Makefile Sat Mar 13 06:23:00 2021 (r568231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.8.14 +PORTVERSION= 1.8.15 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Sat Mar 13 06:08:40 2021 (r568230) +++ head/mail/msmtp/distinfo Sat Mar 13 06:23:00 2021 (r568231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609479096 -SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4 -SIZE (msmtp-1.8.14.tar.xz) = 363988 +TIMESTAMP = 1615598923 +SHA256 (msmtp-1.8.15.tar.xz) = 2265dc639ebf2edf3069fffe0a3bd76749f8b58f4001d5cdeae19873949099ce +SIZE (msmtp-1.8.15.tar.xz) = 370736 From owner-svn-ports-all@freebsd.org Sat Mar 13 06:37:15 2021 Return-Path: Delivered-To: svn-ports-all@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 9BEA856B3E4; Sat, 13 Mar 2021 06:37:15 +0000 (UTC) (envelope-from swills@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 4DyCf340kXz4SVc; Sat, 13 Mar 2021 06:37:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C97B25E21; Sat, 13 Mar 2021 06:37:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D6bFuk062054; Sat, 13 Mar 2021 06:37:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D6bFJ5062052; Sat, 13 Mar 2021 06:37:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130637.12D6bFJ5062052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 06:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568232 - in head: databases/py-carbon www/py-graphite-web X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: databases/py-carbon www/py-graphite-web X-SVN-Commit-Revision: 568232 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:37:15 -0000 Author: swills Date: Sat Mar 13 06:37:14 2021 New Revision: 568232 URL: https://svnweb.freebsd.org/changeset/ports/568232 Log: databases/py-carbon & www/py-graphite-web: drop maintainership since I no longer use these Modified: head/databases/py-carbon/Makefile (contents, props changed) head/www/py-graphite-web/Makefile (contents, props changed) Modified: head/databases/py-carbon/Makefile ============================================================================== --- head/databases/py-carbon/Makefile Sat Mar 13 06:23:00 2021 (r568231) +++ head/databases/py-carbon/Makefile Sat Mar 13 06:37:14 2021 (r568232) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Backend storage application for graphite LICENSE= APACHE20 Modified: head/www/py-graphite-web/Makefile ============================================================================== --- head/www/py-graphite-web/Makefile Sat Mar 13 06:23:00 2021 (r568231) +++ head/www/py-graphite-web/Makefile Sat Mar 13 06:37:14 2021 (r568232) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.7 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Enterprise scalable realtime graphing platform LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Sat Mar 13 06:37:19 2021 Return-Path: Delivered-To: svn-ports-all@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 919F656B24E; Sat, 13 Mar 2021 06:37:19 +0000 (UTC) (envelope-from swills@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 4DyCf73HRtz4SVl; Sat, 13 Mar 2021 06:37:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6237225E22; Sat, 13 Mar 2021 06:37:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D6bJjV062180; Sat, 13 Mar 2021 06:37:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D6bI3l062178; Sat, 13 Mar 2021 06:37:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130637.12D6bI3l062178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 06:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568233 - in head/security/please: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/please: . files X-SVN-Commit-Revision: 568233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:37:19 -0000 Author: swills Date: Sat Mar 13 06:37:18 2021 New Revision: 568233 URL: https://svnweb.freebsd.org/changeset/ports/568233 Log: security/please: convert from REINPLACE_CMD to patch No package change Added: head/security/please/files/ head/security/please/files/patch-Makefile (contents, props changed) Modified: head/security/please/Makefile (contents, props changed) Modified: head/security/please/Makefile ============================================================================== --- head/security/please/Makefile Sat Mar 13 06:37:14 2021 (r568232) +++ head/security/please/Makefile Sat Mar 13 06:37:18 2021 (r568233) @@ -17,9 +17,6 @@ GH_ACCOUNT= MagikBSD PLIST_FILES= "@(,,4555) bin/please" "@sample etc/pam.d/please.sample" \ man/man1/please.1.gz -post-patch: - @${REINPLACE_CMD} -e "s,-m 4555,-m 0555,g" ${WRKSRC}/Makefile - post-install: ${CP} ${WRKSRC}/pam.d/please.BSD \ ${STAGEDIR}${PREFIX}/etc/pam.d/please.sample Added: head/security/please/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/please/files/patch-Makefile Sat Mar 13 06:37:18 2021 (r568233) @@ -0,0 +1,11 @@ +--- Makefile.orig 2021-02-26 22:51:55 UTC ++++ Makefile +@@ -24,7 +24,7 @@ ${BIN}.1: ${BIN}.rst + + install: all + install -d ${DESTDIR}${PREFIX}/bin +- install -m 4555 -s ${BIN} ${DESTDIR}${PREFIX}/bin ++ install -m 0555 -s ${BIN} ${DESTDIR}${PREFIX}/bin + install -d ${DESTDIR}${PREFIX}/man/man1 + install -m 0444 ${BIN}.1.gz ${DESTDIR}${PREFIX}/man/man1 + From owner-svn-ports-all@freebsd.org Sat Mar 13 06:37:27 2021 Return-Path: Delivered-To: svn-ports-all@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 D7C8856B0FC; Sat, 13 Mar 2021 06:37:27 +0000 (UTC) (envelope-from swills@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 4DyCfG4pQMz4Sgp; Sat, 13 Mar 2021 06:37:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD22E25B6C; Sat, 13 Mar 2021 06:37:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D6bO1h062392; Sat, 13 Mar 2021 06:37:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D6bNGG062385; Sat, 13 Mar 2021 06:37:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130637.12D6bNGG062385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 06:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568234 - in head/net/google-cloud-sdk: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/google-cloud-sdk: . files X-SVN-Commit-Revision: 568234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:37:28 -0000 Author: swills Date: Sat Mar 13 06:37:22 2021 New Revision: 568234 URL: https://svnweb.freebsd.org/changeset/ports/568234 Log: net/google-cloud-sdk: update to 331.0.0 While here, convert to patch files Added: head/net/google-cloud-sdk/files/ head/net/google-cloud-sdk/files/patch-bin_bq (contents, props changed) head/net/google-cloud-sdk/files/patch-bin_docker-credential-gcloud (contents, props changed) head/net/google-cloud-sdk/files/patch-bin_gcloud (contents, props changed) head/net/google-cloud-sdk/files/patch-bin_git-credential-gcloud.sh (contents, props changed) head/net/google-cloud-sdk/files/patch-bin_gsutil (contents, props changed) head/net/google-cloud-sdk/files/patch-bin_java__dev__appserver.sh (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-cloud-sdk/distinfo (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Sat Mar 13 06:37:18 2021 (r568233) +++ head/net/google-cloud-sdk/Makefile Sat Mar 13 06:37:22 2021 (r568234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-sdk -PORTVERSION= 329.0.0 +PORTVERSION= 331.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -44,8 +44,8 @@ post-extract: ${WRKSRC}/lib/third_party/grpc/_cython/cygrpc.so post-patch: - @${REINPLACE_CMD} -e "s,python2\.7,${PYTHON_CMD},g" ${WRKSRC}/bin/bq ${WRKSRC}/bin/gsutil ${WRKSRC}/bin/docker-credential-gcloud ${WRKSRC}/bin/java_dev_appserver.sh ${WRKSRC}/bin/git-credential-gcloud.sh ${WRKSRC}/bin/gcloud - @${RM} ${WRKSRC}/bin/*.bak + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' ${WRKSRC}/bin/bq ${WRKSRC}/bin/gsutil ${WRKSRC}/bin/docker-credential-gcloud ${WRKSRC}/bin/java_dev_appserver.sh ${WRKSRC}/bin/git-credential-gcloud.sh ${WRKSRC}/bin/gcloud + @${RM} ${WRKSRC}/bin/*.bak ${WRKSRC}/bin/*.orig do-install: ${RM} -r ${WRKSRC}/help ${WRKSRC}/.install/.download Modified: head/net/google-cloud-sdk/distinfo ============================================================================== --- head/net/google-cloud-sdk/distinfo Sat Mar 13 06:37:18 2021 (r568233) +++ head/net/google-cloud-sdk/distinfo Sat Mar 13 06:37:22 2021 (r568234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614387896 -SHA256 (google-cloud-sdk-329.0.0-linux-x86_64.tar.gz) = bab65ba4997632a85bbf7f5d7c7cfceb851edd0fa00114151dea2492b8045854 -SIZE (google-cloud-sdk-329.0.0-linux-x86_64.tar.gz) = 112299338 +TIMESTAMP = 1615615006 +SHA256 (google-cloud-sdk-331.0.0-linux-x86_64.tar.gz) = f90c2df5bd0b3498d7e33112f17439eead8c94ae7d60a1cab0091de0eee62c16 +SIZE (google-cloud-sdk-331.0.0-linux-x86_64.tar.gz) = 112634068 Added: head/net/google-cloud-sdk/files/patch-bin_bq ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_bq Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/bq.orig 1980-01-01 08:00:00 UTC ++++ bin/bq +@@ -109,7 +109,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } Added: head/net/google-cloud-sdk/files/patch-bin_docker-credential-gcloud ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_docker-credential-gcloud Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/docker-credential-gcloud.orig 1980-01-01 08:00:00 UTC ++++ bin/docker-credential-gcloud +@@ -109,7 +109,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } Added: head/net/google-cloud-sdk/files/patch-bin_gcloud ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_gcloud Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/gcloud.orig 1980-01-01 08:00:00 UTC ++++ bin/gcloud +@@ -109,7 +109,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } Added: head/net/google-cloud-sdk/files/patch-bin_git-credential-gcloud.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_git-credential-gcloud.sh Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/git-credential-gcloud.sh.orig 1980-01-01 08:00:00 UTC ++++ bin/git-credential-gcloud.sh +@@ -118,7 +118,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } Added: head/net/google-cloud-sdk/files/patch-bin_gsutil ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_gsutil Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/gsutil.orig 1980-01-01 08:00:00 UTC ++++ bin/gsutil +@@ -111,7 +111,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } Added: head/net/google-cloud-sdk/files/patch-bin_java__dev__appserver.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/google-cloud-sdk/files/patch-bin_java__dev__appserver.sh Sat Mar 13 06:37:22 2021 (r568234) @@ -0,0 +1,11 @@ +--- bin/java_dev_appserver.sh.orig 1980-01-01 08:00:00 UTC ++++ bin/java_dev_appserver.sh +@@ -109,7 +109,7 @@ setup_cloudsdk_python() { + CLOUDSDK_PYTHON="$CLOUDSDK_ROOT_DIR/platform/bundledpythonunix/bin/python3" + CLOUDSDK_PYTHON_SITEPACKAGES=1 + else +- CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) ++ CLOUDSDK_PYTHON=$(order_python python3 python2 %%PYTHON_CMD%% python) + fi + fi + } From owner-svn-ports-all@freebsd.org Sat Mar 13 06:37:34 2021 Return-Path: Delivered-To: svn-ports-all@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 20BBE56B4C5; Sat, 13 Mar 2021 06:37:34 +0000 (UTC) (envelope-from swills@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 4DyCfL5C3Tz4Svg; Sat, 13 Mar 2021 06:37:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC7E225E23; Sat, 13 Mar 2021 06:37:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D6bS70062520; Sat, 13 Mar 2021 06:37:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D6bSah062517; Sat, 13 Mar 2021 06:37:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103130637.12D6bSah062517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 06:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568235 - in head/games/dunelegacy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/games/dunelegacy: . files X-SVN-Commit-Revision: 568235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 06:37:34 -0000 Author: swills Date: Sat Mar 13 06:37:28 2021 New Revision: 568235 URL: https://svnweb.freebsd.org/changeset/ports/568235 Log: games/dunelegacy: convert from REINPLACE_CMD to patch files Added: head/games/dunelegacy/files/patch-src_FileClasses_music_DirectoryPlayer.cpp (contents, props changed) head/games/dunelegacy/files/patch-src_FileClasses_music_XMIPlayer.cpp (contents, props changed) Modified: head/games/dunelegacy/Makefile (contents, props changed) Modified: head/games/dunelegacy/Makefile ============================================================================== --- head/games/dunelegacy/Makefile Sat Mar 13 06:37:22 2021 (r568234) +++ head/games/dunelegacy/Makefile Sat Mar 13 06:37:28 2021 (r568235) @@ -1,4 +1,3 @@ -# Created by: Steve Wills # $FreeBSD$ PORTNAME= dunelegacy @@ -18,9 +17,5 @@ USES= autoreconf compiler:c++11-lib pkgconfig sdl tar GNU_CONFIGURE= yes USE_SDL= sdl2 mixer2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|MIX_INIT_FLUIDSYNTH|MIX_INIT_MID|g' \ - ${WRKSRC}/src/FileClasses/music/*.cpp .include Added: head/games/dunelegacy/files/patch-src_FileClasses_music_DirectoryPlayer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dunelegacy/files/patch-src_FileClasses_music_DirectoryPlayer.cpp Sat Mar 13 06:37:28 2021 (r568235) @@ -0,0 +1,11 @@ +--- src/FileClasses/music/DirectoryPlayer.cpp.orig 2016-11-20 14:57:02 UTC ++++ src/FileClasses/music/DirectoryPlayer.cpp +@@ -61,7 +61,7 @@ DirectoryPlayer::DirectoryPlayer() : MusicPlayer(setti + + music = nullptr; + +- Mix_Init(MIX_INIT_FLUIDSYNTH | MIX_INIT_FLAC | MIX_INIT_MP3 | MIX_INIT_OGG); ++ Mix_Init(MIX_INIT_MID | MIX_INIT_FLAC | MIX_INIT_MP3 | MIX_INIT_OGG); + } + + DirectoryPlayer::~DirectoryPlayer() { Added: head/games/dunelegacy/files/patch-src_FileClasses_music_XMIPlayer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dunelegacy/files/patch-src_FileClasses_music_XMIPlayer.cpp Sat Mar 13 06:37:28 2021 (r568235) @@ -0,0 +1,11 @@ +--- src/FileClasses/music/XMIPlayer.cpp.orig 2016-11-17 23:06:11 UTC ++++ src/FileClasses/music/XMIPlayer.cpp +@@ -32,7 +32,7 @@ + XMIPlayer::XMIPlayer() : MusicPlayer(settings.audio.playMusic, settings.audio.musicVolume) { + music = nullptr; + +- if((Mix_Init(MIX_INIT_FLUIDSYNTH) & MIX_INIT_FLUIDSYNTH) == 0) { ++ if((Mix_Init(MIX_INIT_MID) & MIX_INIT_MID) == 0) { + SDL_Log("XMIPlayer: Failed to init required midi support: %s", SDL_GetError()); + } + } From owner-svn-ports-all@freebsd.org Sat Mar 13 08:55:32 2021 Return-Path: Delivered-To: svn-ports-all@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 BB63056F1E1; Sat, 13 Mar 2021 08:55:32 +0000 (UTC) (envelope-from mfechner@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 4DyGjc4wwxz4b2S; Sat, 13 Mar 2021 08:55:32 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97DCC27C1A; Sat, 13 Mar 2021 08:55:32 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D8tWJi045966; Sat, 13 Mar 2021 08:55:32 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D8tWGb045964; Sat, 13 Mar 2021 08:55:32 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103130855.12D8tWGb045964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 13 Mar 2021 08:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568236 - head/textproc/rubygem-asciidoctor-kroki X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/textproc/rubygem-asciidoctor-kroki X-SVN-Commit-Revision: 568236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 08:55:32 -0000 Author: mfechner Date: Sat Mar 13 08:55:31 2021 New Revision: 568236 URL: https://svnweb.freebsd.org/changeset/ports/568236 Log: Update to 0.4.0 which is required for gitlab-ce 13.9.3. Modified: head/textproc/rubygem-asciidoctor-kroki/Makefile head/textproc/rubygem-asciidoctor-kroki/distinfo Modified: head/textproc/rubygem-asciidoctor-kroki/Makefile ============================================================================== --- head/textproc/rubygem-asciidoctor-kroki/Makefile Sat Mar 13 06:37:28 2021 (r568235) +++ head/textproc/rubygem-asciidoctor-kroki/Makefile Sat Mar 13 08:55:31 2021 (r568236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asciidoctor-kroki -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-asciidoctor-kroki/distinfo ============================================================================== --- head/textproc/rubygem-asciidoctor-kroki/distinfo Sat Mar 13 06:37:28 2021 (r568235) +++ head/textproc/rubygem-asciidoctor-kroki/distinfo Sat Mar 13 08:55:31 2021 (r568236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613995639 -SHA256 (rubygem/asciidoctor-kroki-0.3.0.gem) = 5ba263659184bb238e6b61fd5440a795295e23bb19b9973982cca2679f3bf765 -SIZE (rubygem/asciidoctor-kroki-0.3.0.gem) = 10752 +TIMESTAMP = 1615623051 +SHA256 (rubygem/asciidoctor-kroki-0.4.0.gem) = dccce754712a04138eaecf1285b23166272f95cebe6b9b63ef2b9346bb10fd8d +SIZE (rubygem/asciidoctor-kroki-0.4.0.gem) = 12288 From owner-svn-ports-all@freebsd.org Sat Mar 13 08:59:53 2021 Return-Path: Delivered-To: svn-ports-all@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 8ADE856F7A6; Sat, 13 Mar 2021 08:59:53 +0000 (UTC) (envelope-from mfechner@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 4DyGpd3S4Jz4b57; Sat, 13 Mar 2021 08:59:53 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6909827D4A; Sat, 13 Mar 2021 08:59:53 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D8xrnN046312; Sat, 13 Mar 2021 08:59:53 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D8xplm046304; Sat, 13 Mar 2021 08:59:51 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103130859.12D8xplm046304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 13 Mar 2021 08:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568237 - in head: devel/gitaly devel/gitlab-shell www/gitlab-ce www/gitlab-ce/scripts X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: devel/gitaly devel/gitlab-shell www/gitlab-ce www/gitlab-ce/scripts X-SVN-Commit-Revision: 568237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 08:59:53 -0000 Author: mfechner Date: Sat Mar 13 08:59:51 2021 New Revision: 568237 URL: https://svnweb.freebsd.org/changeset/ports/568237 Log: Bugfix update to 13.9.3. Changelog: https://about.gitlab.com/releases/2021/03/08/gitlab-13-9-3-released/ This commit also includes the script to generate the pkg-plist so we have in one place. Added: head/www/gitlab-ce/scripts/ head/www/gitlab-ce/scripts/create-plist.php (contents, props changed) Modified: head/devel/gitaly/Makefile head/devel/gitaly/distinfo head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/pkg-plist Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Sat Mar 13 08:55:31 2021 (r568236) +++ head/devel/gitaly/Makefile Sat Mar 13 08:59:51 2021 (r568237) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.9.2 -PORTREVISION= 2 +DISTVERSION= 13.9.3 +PORTREVISION= 0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -43,7 +43,7 @@ MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags -GL_COMMIT= 4b02bd68a03cbad166b6965be61cf8ffc5b5a6be +GL_COMMIT= 01b9e1e009b94f4da73608338ffe2272287ac739 # for go dependencies USE_GITHUB= nodefault Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Sat Mar 13 08:55:31 2021 (r568236) +++ head/devel/gitaly/distinfo Sat Mar 13 08:59:51 2021 (r568237) @@ -1,4 +1,4 @@ -TIMESTAMP = 1614980687 +TIMESTAMP = 1615623710 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111 SHA256 (alexbrainman-sspi-4729b3d4d858_GH0.tar.gz) = 757930d82a7fca04d46d1c69ac27361ef2dadcb9fabbb3bf3a5ed785ebfc4e27 @@ -157,8 +157,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitaly-4b02bd68a03cbad166b6965be61cf8ffc5b5a6be_GL0.tar.gz) = 462ab9677692a744efcad9ed0ff31ed1bd7889bde79aac8c4519e72f4ab2ef5b -SIZE (gitlab-org-gitaly-4b02bd68a03cbad166b6965be61cf8ffc5b5a6be_GL0.tar.gz) = 3353602 +SHA256 (gitlab-org-gitaly-01b9e1e009b94f4da73608338ffe2272287ac739_GL0.tar.gz) = 97ef855a5a938d69291cc67c7d92d9d670b353a36b70b57a3f631d387fd5b7d3 +SIZE (gitlab-org-gitaly-01b9e1e009b94f4da73608338ffe2272287ac739_GL0.tar.gz) = 3353552 SHA256 (gitlab-org-gitlab-shell-3f9890ef73dced430d86801a1efc0e93ec50890e_GL0.tar.gz) = f2fdaf95afc348cbfe1b4445b5031bc67d2e808e4525db3dfb3a9e27c9adddf3 SIZE (gitlab-org-gitlab-shell-3f9890ef73dced430d86801a1efc0e93ec50890e_GL0.tar.gz) = 89583 SHA256 (gitlab-org-labkit-f2d7fb209ecad2eaddb5fb9c4ab03eb8eaa82811_GL0.tar.gz) = 7fb33d071f1731691125807188be8faba6100a43fa66ad9064d204b56642fbfd Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Sat Mar 13 08:55:31 2021 (r568236) +++ head/devel/gitlab-shell/Makefile Sat Mar 13 08:59:51 2021 (r568237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= gitlab-shell -PORTVERSION?= 13.16.1 +PORTVERSION?= 13.17.0 PORTREVISION?= 0 CATEGORIES= devel @@ -18,7 +18,7 @@ ALL_TARGET= build USE_GITLAB= yes GL_ACCOUNT?= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT?= ce93aeae452661a0afbdadcba0377abc27646798 +GL_COMMIT?= f2d15d40450b543341c4d040b1cdf719d380eebf USERS= git GROUPS= git @@ -28,45 +28,59 @@ GROUPS= git # for go dependencies USE_GITHUB= nodefault # generated with: make gomod-vendor -# 38dd +# 52dd GH_TUPLE= \ DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ + census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ + cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ client9:reopen:v1.0.0:client9_reopen/vendor/github.com/client9/reopen \ HdrHistogram:hdrhistogram-go:3a0bb77429bd:codahale_hdrhistogram_go/vendor/github.com/codahale/hdrhistogram \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ - golang:crypto:8b5274cf687f:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:6afb5195e5aa:golang_net/vendor/golang.org/x/net \ - golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ - golang:sys:86b910548bc1:golang_sys/vendor/golang.org/x/sys \ + go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ + go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + gogo:protobuf:v1.2.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ + golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:eec23a3978ad:golang_crypto/vendor/golang.org/x/crypto \ + golang:groupcache:215e87163ea7:golang_groupcache/vendor/github.com/golang/groupcache \ + golang:net:4c5254603344:golang_net/vendor/golang.org/x/net \ + golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \ + golang:sys:f9fddec55a1e:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ + google:go-cmp:v0.4.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:ca5a22157cba:google_go_genproto/vendor/google.golang.org/genproto \ - grpc-ecosystem:go-grpc-middleware:v1.0.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ - grpc:grpc-go:v1.24.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ - lightstep:lightstep-tracer-go:v0.15.6:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \ - mattn:go-shellwords:2444a32a19f4:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ + google:pprof:d4f498aebedc:google_pprof/vendor/github.com/google/pprof \ + googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ + googleapis:google-api-go-client:v0.15.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ + googleapis:google-cloud-go:v0.50.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ + grpc-ecosystem:go-grpc-middleware:f849b5445de4:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ + grpc:grpc-go:v1.29.1:grpc_grpc_go/vendor/google.golang.org/grpc \ + lightstep:lightstep-tracer-common:bc2310a04743:lightstep_lightstep_tracer_common_gogo/vendor/github.com/lightstep/lightstep-tracer-common \ + lightstep:lightstep-tracer-go:v0.18.1:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \ + mattn:go-shellwords:v1.0.11:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ - opentracing:opentracing-go:v1.0.2:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ - otiai10:copy:v1.0.1:otiai10_copy/vendor/github.com/otiai10/copy \ + oklog:ulid:v2.0.2:oklog_ulid_v2/vendor/github.com/oklog/ulid/v2 \ + opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ + otiai10:copy:v1.4.2:otiai10_copy/vendor/github.com/otiai10/copy \ philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ - pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - prometheus:client_golang:v1.0.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.4.1:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.0.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ + prometheus:client_golang:v1.9.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.15.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ sebest:xff:6c115e0ffa35:sebest_xff/vendor/github.com/sebest/xff \ - sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ - stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ + sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ tinylib:msgp:v1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ uber:jaeger-client-go:v2.15.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \ uber:jaeger-lib:v1.5.0:uber_jaeger_lib/vendor/github.com/uber/jaeger-lib GL_TUPLE= gitlab-org:gitaly:3f5e218def93024f3aafe590c22cd1b29f744105:gitlab_org_gitaly/vendor/gitlab.com/gitlab-org/gitaly \ - gitlab-org:labkit:45895e1290291a2519678a847a24edb22880b9e6:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit + gitlab-org:labkit:949268af2aa8352c644cb1cbc63cf4112972d2c9:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit VARLOGDIR?= /var/log/gitlab-shell Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Sat Mar 13 08:55:31 2021 (r568236) +++ head/devel/gitlab-shell/distinfo Sat Mar 13 08:59:51 2021 (r568237) @@ -1,75 +1,103 @@ -TIMESTAMP = 1614010959 +TIMESTAMP = 1615623277 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 +SHA256 (census-instrumentation-opencensus-go-v0.22.2_GH0.tar.gz) = 0aa930142b669d7c47e2b8343f6adc9f03414a9c45763c5f746de95231d6ad6d +SIZE (census-instrumentation-opencensus-go-v0.22.2_GH0.tar.gz) = 165321 +SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 +SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 SHA256 (client9-reopen-v1.0.0_GH0.tar.gz) = 64829db9b9fd0dd94b2444c45a2cb6e926b79c3a2e589a75a5edc2ba488a7875 SIZE (client9-reopen-v1.0.0_GH0.tar.gz) = 6283 SHA256 (HdrHistogram-hdrhistogram-go-3a0bb77429bd_GH0.tar.gz) = bf9c0b3bc04b0d4ed31e2019240a2854f650b87a383f47824f8af222e58a4001 SIZE (HdrHistogram-hdrhistogram-go-3a0bb77429bd_GH0.tar.gz) = 7738 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 9632d0760e9a07c414f2b2b6cd453d6225e42ecea77906883b23f1f1d0546045 -SIZE (go-yaml-yaml-v2.2.8_GH0.tar.gz) = 72732 -SHA256 (golang-crypto-8b5274cf687f_GH0.tar.gz) = 843a7219a66cdd64c7d2433b2e1624c8f4090382d4e88f8bf97cd31504af4abd -SIZE (golang-crypto-8b5274cf687f_GH0.tar.gz) = 1721870 -SHA256 (golang-net-6afb5195e5aa_GH0.tar.gz) = e326d6b33545abf9db8bb622852d66e34f0957833e4c8839f8a01309b5aa263d -SIZE (golang-net-6afb5195e5aa_GH0.tar.gz) = 1172285 -SHA256 (golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65 -SIZE (golang-protobuf-v1.3.2_GH0.tar.gz) = 312285 -SHA256 (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 00a6dce4c1a9ca9edae6c3f1bedc0b15911c62681371ad9ed7738e182ba70393 -SIZE (golang-sync-cd5d95a43a6e_GH0.tar.gz) = 16956 -SHA256 (golang-sys-86b910548bc1_GH0.tar.gz) = d078511490f41a676d909de4f1a319ea332819b72c527f4ea735313cc9391e49 -SIZE (golang-sys-86b910548bc1_GH0.tar.gz) = 1534522 +SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04 +SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898 +SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 +SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 +SHA256 (gogo-protobuf-v1.2.1_GH0.tar.gz) = 99e423905ba8921e86817607a5294ffeedb66fdd4a85efce5eb2848f715fdb3a +SIZE (gogo-protobuf-v1.2.1_GH0.tar.gz) = 2017393 +SHA256 (golang-appengine-v1.6.5_GH0.tar.gz) = 4e7df5d4ec2dda0f59f26925b36a087843fd1a165adb938712068376bf791316 +SIZE (golang-appengine-v1.6.5_GH0.tar.gz) = 332903 +SHA256 (golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8 +SIZE (golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798 +SHA256 (golang-groupcache-215e87163ea7_GH0.tar.gz) = 500b097a42fb5c0cd516f1bb56e9c745ba6c1c910b4dc7296aea2b9120ee5e70 +SIZE (golang-groupcache-215e87163ea7_GH0.tar.gz) = 26040 +SHA256 (golang-net-4c5254603344_GH0.tar.gz) = 5957e628f2676d9e6c9517890bdcec334e8cac53d0f000b42ed6364a0550e152 +SIZE (golang-net-4c5254603344_GH0.tar.gz) = 1177478 +SHA256 (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8 +SIZE (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 47016 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 +SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba +SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 +SHA256 (golang-sys-f9fddec55a1e_GH0.tar.gz) = 1ab3f80841babed9c5cd8e93f69bfcb7847c406e767b5d86d5da7dc3c0f24931 +SIZE (golang-sys-f9fddec55a1e_GH0.tar.gz) = 1090464 SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 +SHA256 (google-go-cmp-v0.4.0_GH0.tar.gz) = 97964b47aa6dc61007f9e1b1ad67812f0a8a2380072a59daebac7bc0cdcf740a +SIZE (google-go-cmp-v0.4.0_GH0.tar.gz) = 81600 SHA256 (google-go-genproto-ca5a22157cba_GH0.tar.gz) = 06778b867759fad0b06fac4067911e616184aa40061cbd37cffaa950399ad7d4 SIZE (google-go-genproto-ca5a22157cba_GH0.tar.gz) = 5960232 -SHA256 (grpc-ecosystem-go-grpc-middleware-v1.0.0_GH0.tar.gz) = e9178768b55709d2fc2b5a509baceccb4e51d841fa13ed409e16455435e6917b -SIZE (grpc-ecosystem-go-grpc-middleware-v1.0.0_GH0.tar.gz) = 97266 -SHA256 (grpc-grpc-go-v1.24.0_GH0.tar.gz) = b8ac419ef6eb434e54e3900f0489bdda2f18d604e3f8c074b8ae75e6c106872b -SIZE (grpc-grpc-go-v1.24.0_GH0.tar.gz) = 755074 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 -SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 -SHA256 (lightstep-lightstep-tracer-go-v0.15.6_GH0.tar.gz) = b3c3245404b05ea7d030591c1862a807cc0801ce561553b8b7682cb0e198fb14 -SIZE (lightstep-lightstep-tracer-go-v0.15.6_GH0.tar.gz) = 194986 -SHA256 (mattn-go-shellwords-2444a32a19f4_GH0.tar.gz) = 34a5c6349c3917583f4c69c41941891490fedbd34bd779139953282eb01b28c4 -SIZE (mattn-go-shellwords-2444a32a19f4_GH0.tar.gz) = 4326 +SHA256 (google-pprof-d4f498aebedc_GH0.tar.gz) = 996b1f210183d8541a3a3cf22a2045396e4473cb92123c1b13613c0726a7bb76 +SIZE (google-pprof-d4f498aebedc_GH0.tar.gz) = 1145078 +SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c +SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 +SHA256 (googleapis-google-api-go-client-v0.15.0_GH0.tar.gz) = 6d628266b507a71f26ce2fd426758e1241f9dd94458752d9d12a0b09da983844 +SIZE (googleapis-google-api-go-client-v0.15.0_GH0.tar.gz) = 13259795 +SHA256 (googleapis-google-cloud-go-v0.50.0_GH0.tar.gz) = 8227c310b0059f9b1eb2ca16e9cebb3550272b929aaa1de7039a47d353ab8a18 +SIZE (googleapis-google-cloud-go-v0.50.0_GH0.tar.gz) = 2410793 +SHA256 (grpc-ecosystem-go-grpc-middleware-f849b5445de4_GH0.tar.gz) = c8e395f05976b05d96acf6ae434e52003a7ca2c73f5600d2dfc44956b381a6dd +SIZE (grpc-ecosystem-go-grpc-middleware-f849b5445de4_GH0.tar.gz) = 81662 +SHA256 (grpc-grpc-go-v1.29.1_GH0.tar.gz) = b626c128878d1d7aaf79c6f4f73cba0eadd26405a30fc00b71cc9a12e56fef38 +SIZE (grpc-grpc-go-v1.29.1_GH0.tar.gz) = 892944 +SHA256 (lightstep-lightstep-tracer-common-bc2310a04743_GH0.tar.gz) = 1c186829b697bfb47f011d6f3a8e092323e9e262a7cbdc152203ec58ac036f2b +SIZE (lightstep-lightstep-tracer-common-bc2310a04743_GH0.tar.gz) = 44156 +SHA256 (lightstep-lightstep-tracer-go-v0.18.1_GH0.tar.gz) = 591c0266ffc5acf5718e5d6a23920fe27805b39422987d4d6a2eeee06ae265d7 +SIZE (lightstep-lightstep-tracer-go-v0.18.1_GH0.tar.gz) = 57762 +SHA256 (mattn-go-shellwords-v1.0.11_GH0.tar.gz) = 103a3e83248ebb11bd50d9333a228efc0080646b022e5b0899c2888c7ce432a2 +SIZE (mattn-go-shellwords-v1.0.11_GH0.tar.gz) = 6110 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 -SHA256 (opentracing-opentracing-go-v1.0.2_GH0.tar.gz) = fe3606493ab322c3ae9922b7ebf3e78350665054b0f6142a6ced06eebf1e41df -SIZE (opentracing-opentracing-go-v1.0.2_GH0.tar.gz) = 24067 -SHA256 (otiai10-copy-v1.0.1_GH0.tar.gz) = 44e2d330e53f7ae1088502a758a17131f5091fb86481228af8f25a27e1f241e7 -SIZE (otiai10-copy-v1.0.1_GH0.tar.gz) = 3578 +SHA256 (oklog-ulid-v2.0.2_GH0.tar.gz) = d2b0dadd45201cd3385736bd5bd9c8c572e42249e713fe65dfb1e1df6870e3e3 +SIZE (oklog-ulid-v2.0.2_GH0.tar.gz) = 56670 +SHA256 (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = cb32b383422a9aae11d260657d52a3789bd799802881b9ced3ee82c370be6f76 +SIZE (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = 35914 +SHA256 (otiai10-copy-v1.4.2_GH0.tar.gz) = 59e4ba0897fa02d144ecd65b0205f7b9dfb355098fd9fe400d899353362e763a +SIZE (otiai10-copy-v1.4.2_GH0.tar.gz) = 8395 SHA256 (philhofer-fwd-v1.0.0_GH0.tar.gz) = 55736f48940198a11b7aeb4faba258459451994a8889ec003ce8d8d26ceca9ff SIZE (philhofer-fwd-v1.0.0_GH0.tar.gz) = 9221 -SHA256 (pkg-errors-v0.8.1_GH0.tar.gz) = 7a428967c6fc2e80cd84a0d9469ab6bd4dbe6b13493ba6294322a933a5a7e356 -SIZE (pkg-errors-v0.8.1_GH0.tar.gz) = 11009 +SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 +SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (prometheus-client_golang-v1.0.0_GH0.tar.gz) = afee7b61a77342cc24ea55e284d08688267efca1843e529a51799fe52c5ee662 -SIZE (prometheus-client_golang-v1.0.0_GH0.tar.gz) = 138046 -SHA256 (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = e86922566dae5bd684e2b77baabfaee9df34ce11cd7c8bae688b512b3a496f03 -SIZE (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = 57495 -SHA256 (prometheus-common-v0.4.1_GH0.tar.gz) = 99229ef4b100e55d1e6496995f1a1af6813426b8820521bc041340eb077985b9 -SIZE (prometheus-common-v0.4.1_GH0.tar.gz) = 98631 -SHA256 (prometheus-procfs-v0.0.3_GH0.tar.gz) = 3af9b805166932b771dfa19a4c94eb83ceefd2eb54d1a314c3bf15a5f3154d0d -SIZE (prometheus-procfs-v0.0.3_GH0.tar.gz) = 91880 +SHA256 (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 92ccfb35268ce2de6beeb45d4b5639e4bce78111b8629bcde5727165f7e1afb1 +SIZE (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 177330 +SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 +SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 +SHA256 (prometheus-common-v0.15.0_GH0.tar.gz) = f0957de56c09431076239d27bb85e07841bb832d0c99210087bc6da63a0b2cb6 +SIZE (prometheus-common-v0.15.0_GH0.tar.gz) = 124369 +SHA256 (prometheus-procfs-v0.2.0_GH0.tar.gz) = b6c013031ac8b9f8f9e1595103c48feb80dfe59c37aac73efe724fddbc0b3f50 +SIZE (prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 +SHA256 (protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = e7266bedaa4f110216fce52ae533dc5eba475d3829bb0592e8876684e202ae1f +SIZE (protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = 1214648 SHA256 (sebest-xff-6c115e0ffa35_GH0.tar.gz) = e39b98f5b0622d8d6599ca14011b4e148324eff67b69524b0ef766d64050d9e3 SIZE (sebest-xff-6c115e0ffa35_GH0.tar.gz) = 4000 -SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 -SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 -SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698 -SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085 +SHA256 (sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca +SIZE (sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 +SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f +SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 SHA256 (tinylib-msgp-v1.0.2_GH0.tar.gz) = 3769a1d074e1e8a1903d26c0cf36ad249848d3a0b2a78c20b8040cfd6ce3811f SIZE (tinylib-msgp-v1.0.2_GH0.tar.gz) = 68340 SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b89d1a6684475fcbaed3f9d2137df072e2c1f7b15feb69a8ef8963804c44c94 SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitlab-shell-ce93aeae452661a0afbdadcba0377abc27646798_GL0.tar.gz) = fee6b6e765192e256943cb8a5719a503a2b07b8bc8668dabd92d9c8f4a4b3709 -SIZE (gitlab-org-gitlab-shell-ce93aeae452661a0afbdadcba0377abc27646798_GL0.tar.gz) = 94139 +SHA256 (gitlab-org-gitlab-shell-f2d15d40450b543341c4d040b1cdf719d380eebf_GL0.tar.gz) = a8b2f2cd5e419590e6671de007186908f70698d657fc4ffa7d95ff7f9ef10faf +SIZE (gitlab-org-gitlab-shell-f2d15d40450b543341c4d040b1cdf719d380eebf_GL0.tar.gz) = 105929 SHA256 (gitlab-org-gitaly-3f5e218def93024f3aafe590c22cd1b29f744105_GL0.tar.gz) = 98d3cd87fb3feb8a14b5ac9e4a968e7a841cc3b309f997a2ba78aa8fd0b58c2d SIZE (gitlab-org-gitaly-3f5e218def93024f3aafe590c22cd1b29f744105_GL0.tar.gz) = 3143193 -SHA256 (gitlab-org-labkit-45895e1290291a2519678a847a24edb22880b9e6_GL0.tar.gz) = 4aa5c67e6b864d3e52705ac4401f47286af9af88c00fa338ef22a451db617011 -SIZE (gitlab-org-labkit-45895e1290291a2519678a847a24edb22880b9e6_GL0.tar.gz) = 66930 +SHA256 (gitlab-org-labkit-949268af2aa8352c644cb1cbc63cf4112972d2c9_GL0.tar.gz) = 7f85a6a010cc5b4b6e2a6152ea8fe338f7ecf9c1078c43a9ade331c60af12572 +SIZE (gitlab-org-labkit-949268af2aa8352c644cb1cbc63cf4112972d2c9_GL0.tar.gz) = 151120 Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sat Mar 13 08:55:31 2021 (r568236) +++ head/www/gitlab-ce/Makefile Sat Mar 13 08:59:51 2021 (r568237) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 13.9.2 -PORTREVISION= 2 +PORTVERSION= 13.9.3 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ MY_DEPENDS= git>=2.29:devel/git \ gitlab-elasticsearch-indexer>=2.9.0:textproc/gitlab-elasticsearch-indexer \ gitlab-agent>=13.9.1:net/gitlab-agent \ gitlab-pages>=1.35.0:www/gitlab-pages \ - gitlab-shell>=13.16.1:devel/gitlab-shell \ + gitlab-shell>=13.17.0:devel/gitlab-shell \ gitlab-workhorse>=8.63.2:www/gitlab-workhorse \ redis>=4.0.0:databases/redis \ yarn>=1.10.0:www/yarn \ @@ -121,7 +121,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-asciidoctor>=2.0.12<2.1.0:textproc/rubygem-asciidoctor \ rubygem-asciidoctor-include-ext>=0.3.1<0.4.0:textproc/rubygem-asciidoctor-include-ext \ rubygem-asciidoctor-plantuml>=0.0.12<0.1:textproc/rubygem-asciidoctor-plantuml \ - rubygem-asciidoctor-kroki>=0.3.0<0.4:textproc/rubygem-asciidoctor-kroki \ + rubygem-asciidoctor-kroki>=0.4.0<0.5:textproc/rubygem-asciidoctor-kroki \ rubygem-rouge>=3.26.0<3.27:textproc/rubygem-rouge \ rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \ rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \ @@ -268,7 +268,7 @@ USE_GITLAB= yes GL_ACCOUNT?= gitlab-org GL_PROJECT?= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT?= 189a15a911843a9059d1f8bfd31008557bea520b +GL_COMMIT?= ea359c58edb6ff68a04f48ec231d11930f66c79a USERS= git GROUPS= git @@ -316,5 +316,11 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/vendor/assets/stylesheets ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/workhorse/changelogs/unreleased (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) + +# Execute this target to automatically generate the correct pkg-plist +makeplist: + $(MAKE) clean extract do-patch + php scripts/create-plist.php ${WRKSRC} > pkg-plist + $(MAKE) clean .include Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sat Mar 13 08:55:31 2021 (r568236) +++ head/www/gitlab-ce/distinfo Sat Mar 13 08:59:51 2021 (r568237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614980151 -SHA256 (gitlab-org-gitlab-foss-189a15a911843a9059d1f8bfd31008557bea520b_GL0.tar.gz) = 9a2ddc533fdd80b05e966c6a048bc1b6242a2f1e1bbe405221c8d61bdfdfbf36 -SIZE (gitlab-org-gitlab-foss-189a15a911843a9059d1f8bfd31008557bea520b_GL0.tar.gz) = 98347897 +TIMESTAMP = 1615622189 +SHA256 (gitlab-org-gitlab-foss-ea359c58edb6ff68a04f48ec231d11930f66c79a_GL0.tar.gz) = a0392bfd02ed2b9a212bac4b86317b18bebb3cf81e8aeed800f730ce8b512416 +SIZE (gitlab-org-gitlab-foss-ea359c58edb6ff68a04f48ec231d11930f66c79a_GL0.tar.gz) = 98349097 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Sat Mar 13 08:55:31 2021 (r568236) +++ head/www/gitlab-ce/pkg-plist Sat Mar 13 08:59:51 2021 (r568237) @@ -12574,6 +12574,7 @@ %%WWWDIR%%/db/migrate/20210210210232_add_notes_create_limit_allowlist_to_application_settings.rb %%WWWDIR%%/db/migrate/20210211195543_add_created_by_user_for_cluster_agent_token.rb %%WWWDIR%%/db/migrate/20210216135504_add_created_by_to_cluster_agent.rb +%%WWWDIR%%/db/migrate/20210301200601_rename_asset_proxy_allowlist_on_application_settings.rb %%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb %%WWWDIR%%/db/post_migrate/20190102152410_delete_inconsistent_internal_id_records2.rb %%WWWDIR%%/db/post_migrate/20190115054215_migrate_delete_container_repository_worker.rb @@ -12966,6 +12967,7 @@ %%WWWDIR%%/db/post_migrate/20210205213933_drop_alerts_service_data.rb %%WWWDIR%%/db/post_migrate/20210205214003_remove_alerts_service_records_again.rb %%WWWDIR%%/db/post_migrate/20210210093901_backfill_updated_at_after_repository_storage_move.rb +%%WWWDIR%%/db/post_migrate/20210301200959_clean_up_asset_proxy_allowlist_rename_on_application_settings.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/schema_migrations/20181228175414 %%WWWDIR%%/db/schema_migrations/20190102152410 @@ -14769,6 +14771,8 @@ %%WWWDIR%%/db/schema_migrations/20210210210232 %%WWWDIR%%/db/schema_migrations/20210211195543 %%WWWDIR%%/db/schema_migrations/20210216135504 +%%WWWDIR%%/db/schema_migrations/20210301200601 +%%WWWDIR%%/db/schema_migrations/20210301200959 %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/db/structure.sql %%WWWDIR%%/doc/.vale/gitlab/Acronyms.yml @@ -28627,6 +28631,7 @@ %%WWWDIR%%/spec/lib/gitlab/json_spec.rb %%WWWDIR%%/spec/lib/gitlab/jwt_authenticatable_spec.rb %%WWWDIR%%/spec/lib/gitlab/kas_spec.rb +%%WWWDIR%%/spec/lib/gitlab/kroki_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes/cilium_network_policy_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes/cluster_role_binding_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes/config_map_spec.rb Added: head/www/gitlab-ce/scripts/create-plist.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-ce/scripts/create-plist.php Sat Mar 13 08:59:51 2021 (r568237) @@ -0,0 +1,188 @@ +isFile()) + continue; + + // skip unwanted files + if(in_array($objFile->getExtension(), + array('orig', 'bak', 'gitkeep', 'gitignore'))) + continue; + + // skip lock file, it shoud be generated when GitLab is started + if('Gemfile.lock' === $objFile->getFilename()) + continue; + + // strip given dir - we just want the aim-dir + $intEndPosOfDir = strpos($objFile->getRealPath(), $strGitLabDir) + strlen($strGitLabDir); + $strFilePath = substr($objFile->getRealPath(), $intEndPosOfDir); + + // list of config files to ignore + $arrConfigFiles = array('/config/database.yml.example', + '/config/gitlab.yml.example', + '/config/unicorn.rb.example', + '/config/puma.rb.example', + '/config/resque.yml.example', + '/config/secrets.yml.example', + '/config/initializers/rack_attack.rb.example', + '/config/cable.yml.example', + '/config/initializers/devise_password_length.rb.example', + '/config/redis.cache.yml.example', + '/config/redis.queues.yml.example', + '/config/redis.shared_state.yml.example', + '/config/sidekiq.yml.example', + '/lib/support/nginx/gitlab', + '/lib/support/nginx/gitlab-ssl', + '/config/secrets.yml' ); + + // skip config files + if(in_array($strFilePath, $arrConfigFiles)) + continue; + + $arrFiles[] = "%%WWWDIR%%$strFilePath"; + +} + +sort($arrFiles); + +// go through the files and print them +foreach($arrFiles AS $strFile) { + + // if a file starts with /bin/ add executable rights + if(is_int(strpos($strFile, '%%WWWDIR%%/bin/'))) { + print "@(git,,544) $strFile\n"; + + // schema.rb needs git-owner, because its written on updates + } elseif ($strFile === '%%WWWDIR%%/db/schema.rb') { + print "@(git,,) $strFile\n"; + + // gitlab.po(t) files needs git-owner, because there were compiled on update/installation + } elseif (fnmatch('*/gitlab.pot', $strFile) || + fnmatch('*/gitlab.po', $strFile) || + fnmatch('*/gitlab.po.time_stamp', $strFile)) { + print "@(git,,) $strFile\n"; + + // also there is javascript compiled on update/install which is localiced + } elseif (fnmatch('*/locale/*/app.js', $strFile) || + fnmatch('*/locale/index.js', $strFile)) { + print "@(git,,) $strFile\n"; + + // everything else is just fine + } else { + print "$strFile\n"; + } +} + +// at least print static block of dirs and config files +print "@owner git +@group www +@dir(git,git) %%WWWDIR%%/ +@dir %%WWWDIR%%/app/assets/images/auth_buttons/ +@dir %%WWWDIR%%/app/assets/javascripts/locale/ +@dir(git,git,554) %%WWWDIR%%/bin +@dir %%WWWDIR%%/config +@dir(,,700) %%WWWDIR%%/builds +@dir %%WWWDIR%%/changelogs/unreleased +@dir(,,744) %%WWWDIR%%/locale +@dir %%WWWDIR%%/lib/assets +@dir(,,744) %%WWWDIR%%/locale/bg +@dir(,,744) %%WWWDIR%%/locale/de +@dir(,,744) %%WWWDIR%%/locale/eo +@dir(,,744) %%WWWDIR%%/locale/es +@dir(,,744) %%WWWDIR%%/locale/fil_PH +@dir(,,744) %%WWWDIR%%/locale/fr +@dir(,,744) %%WWWDIR%%/locale/id_ID +@dir(,,744) %%WWWDIR%%/locale/it +@dir(,,744) %%WWWDIR%%/locale/ja +@dir(,,744) %%WWWDIR%%/locale/ko +@dir(,,744) %%WWWDIR%%/locale/nl_NL +@dir(,,744) %%WWWDIR%%/locale/pl_PL +@dir(,,744) %%WWWDIR%%/locale/pt_BR +@dir(,,744) %%WWWDIR%%/locale/ru +@dir(,,744) %%WWWDIR%%/locale/tr_TR +@dir(,,744) %%WWWDIR%%/locale/uk +@dir(,,744) %%WWWDIR%%/locale/zh_CN +@dir(,,744) %%WWWDIR%%/locale/zh_HK +@dir(,,744) %%WWWDIR%%/locale/zh_TW +@dir(,,744) %%WWWDIR%%/log +@dir(,,744) %%WWWDIR%%/plugins +@dir %%WWWDIR%%/public +@dir %%WWWDIR%%/public/assets +@dir(,,700) %%WWWDIR%%/public/uploads +@dir %%WWWDIR%%/qa/qa/specs/features/api/2_plan +@dir %%WWWDIR%%/qa/qa/specs/features/api/4_verify +@dir %%WWWDIR%%/qa/qa/specs/features/api/5_package +@dir %%WWWDIR%%/qa/qa/specs/features/api/6_release +@dir %%WWWDIR%%/qa/qa/specs/features/api/7_configure +@dir %%WWWDIR%%/qa/qa/specs/features/api/8_monitor +@dir %%WWWDIR%%/qa/qa/specs/features/browser_ui/5_package +@dir %%WWWDIR%%/spec/support/gitlab-git-test.git/refs/heads +@dir %%WWWDIR%%/spec/support/gitlab-git-test.git/refs/tags +@dir(,,700) %%WWWDIR%%/shared +@dir(,,700) %%WWWDIR%%/shared/artifacts +@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp +@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/cache +@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/uploads +@dir(,,700) %%WWWDIR%%/shared/artifacts/tmp/work +@dir(,,770) %%WWWDIR%%/shared/pages +@dir(,,700) %%WWWDIR%%/shared/tmp +@dir(,,700) %%WWWDIR%%/shared/lfs-objects +@dir(,,700) %%WWWDIR%%/shared/registry +@dir(,,700) %%WWWDIR%%/spec/javascripts/fixtures +@dir(,,770) %%WWWDIR%%/tmp +@dir(,,770) %%WWWDIR%%/tmp/backups +@dir(,,770) %%WWWDIR%%/tmp/cache +@dir(,,770) %%WWWDIR%%/tmp/feature_flags +@dir(,,770) %%WWWDIR%%/tmp/pids +@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir +@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir/puma +@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir/sidekiq +@dir(,,770) %%WWWDIR%%/tmp/prometheus_multiproc_dir/unicorn +@dir(,,770) %%WWWDIR%%/tmp/sessions +@dir(,,770) %%WWWDIR%%/tmp/sockets +@dir(,,770) %%WWWDIR%%/tmp/sockets/private +@dir(,,770) %%WWWDIR%%/vendor +@dir(,,770) %%WWWDIR%%/vendor/assets +@dir(,,770) %%WWWDIR%%/vendor/assets/stylesheets +@dir(,,770) %%WWWDIR%%/workhorse/changelogs/unreleased +@sample %%WWWDIR%%/config/puma.rb.sample +@sample(git,www,0600) %%WWWDIR%%/config/secrets.yml.sample +@sample %%WWWDIR%%/config/redis.cache.yml.sample +@sample %%WWWDIR%%/config/sidekiq.yml.sample +@sample %%WWWDIR%%/config/cable.yml.sample +@sample %%WWWDIR%%/config/gitlab.yml.sample +@sample %%WWWDIR%%/config/redis.queues.yml.sample +@sample %%WWWDIR%%/config/initializers/devise_password_length.rb.sample +@sample %%WWWDIR%%/config/redis.shared_state.yml.sample +@sample %%WWWDIR%%/config/unicorn.rb.sample +@sample %%WWWDIR%%/config/resque.yml.sample +@sample %%WWWDIR%%/config/database.yml.sample +@sample %%WWWDIR%%/lib/support/nginx/gitlab.sample +@sample %%WWWDIR%%/lib/support/nginx/gitlab-ssl.sample"; + +print "\n"; + From owner-svn-ports-all@freebsd.org Sat Mar 13 09:25:22 2021 Return-Path: Delivered-To: svn-ports-all@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 D382157031A; Sat, 13 Mar 2021 09:25:22 +0000 (UTC) (envelope-from tota@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 4DyHN25g1Dz4cSD; Sat, 13 Mar 2021 09:25:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B50F016E; Sat, 13 Mar 2021 09:25:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D9PM9V064503; Sat, 13 Mar 2021 09:25:22 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D9PMmK064501; Sat, 13 Mar 2021 09:25:22 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103130925.12D9PMmK064501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Mar 2021 09:25:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568238 - head/math/R-cran-ipred X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-ipred X-SVN-Commit-Revision: 568238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 09:25:22 -0000 Author: tota Date: Sat Mar 13 09:25:21 2021 New Revision: 568238 URL: https://svnweb.freebsd.org/changeset/ports/568238 Log: - Update to 0.9-11 Modified: head/math/R-cran-ipred/Makefile (contents, props changed) head/math/R-cran-ipred/distinfo (contents, props changed) Modified: head/math/R-cran-ipred/Makefile ============================================================================== --- head/math/R-cran-ipred/Makefile Sat Mar 13 08:59:51 2021 (r568237) +++ head/math/R-cran-ipred/Makefile Sat Mar 13 09:25:21 2021 (r568238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipred -DISTVERSION= 0.9-10 +DISTVERSION= 0.9-11 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-ipred/distinfo ============================================================================== --- head/math/R-cran-ipred/distinfo Sat Mar 13 08:59:51 2021 (r568237) +++ head/math/R-cran-ipred/distinfo Sat Mar 13 09:25:21 2021 (r568238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614948236 -SHA256 (ipred_0.9-10.tar.gz) = c3a8fb1c0c3698649768d5e93b2bb8ec6235a7efe6038cfe92e1c043b6682c5d -SIZE (ipred_0.9-10.tar.gz) = 178797 +TIMESTAMP = 1615621826 +SHA256 (ipred_0.9-11.tar.gz) = b7568f3a951bc0ad37bdc9a343bd79a76dc1d6cb838704c877608bc38e780e12 +SIZE (ipred_0.9-11.tar.gz) = 178790 From owner-svn-ports-all@freebsd.org Sat Mar 13 09:38:20 2021 Return-Path: Delivered-To: svn-ports-all@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 40FDD57026F; Sat, 13 Mar 2021 09:38:20 +0000 (UTC) (envelope-from tota@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 4DyHg01Njwz4cqF; Sat, 13 Mar 2021 09:38:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22158415; Sat, 13 Mar 2021 09:38:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D9cKR7070422; Sat, 13 Mar 2021 09:38:20 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D9cJXD070420; Sat, 13 Mar 2021 09:38:19 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103130938.12D9cJXD070420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Mar 2021 09:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568239 - head/textproc/R-cran-utf8 X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/textproc/R-cran-utf8 X-SVN-Commit-Revision: 568239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 09:38:20 -0000 Author: tota Date: Sat Mar 13 09:38:19 2021 New Revision: 568239 URL: https://svnweb.freebsd.org/changeset/ports/568239 Log: - Update to 1.2.1 Modified: head/textproc/R-cran-utf8/Makefile (contents, props changed) head/textproc/R-cran-utf8/distinfo (contents, props changed) Modified: head/textproc/R-cran-utf8/Makefile ============================================================================== --- head/textproc/R-cran-utf8/Makefile Sat Mar 13 09:25:21 2021 (r568238) +++ head/textproc/R-cran-utf8/Makefile Sat Mar 13 09:38:19 2021 (r568239) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= utf8 -PORTVERSION= 1.1.4 -PORTREVISION= 3 +PORTVERSION= 1.2.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/textproc/R-cran-utf8/distinfo ============================================================================== --- head/textproc/R-cran-utf8/distinfo Sat Mar 13 09:25:21 2021 (r568238) +++ head/textproc/R-cran-utf8/distinfo Sat Mar 13 09:38:19 2021 (r568239) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527477674 -SHA256 (utf8_1.1.4.tar.gz) = f6da9cadfc683057d45f54b43312a359cf96ec2731c0dda18a8eae31d1e31e54 -SIZE (utf8_1.1.4.tar.gz) = 218882 +TIMESTAMP = 1615627604 +SHA256 (utf8_1.2.1.tar.gz) = b3411900d43a6a63c068997909ee14b67e3027816ee590586b78de37acdc87fb +SIZE (utf8_1.2.1.tar.gz) = 239463 From owner-svn-ports-all@freebsd.org Sat Mar 13 09:49:17 2021 Return-Path: Delivered-To: svn-ports-all@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 F1306570BE4; Sat, 13 Mar 2021 09:49:17 +0000 (UTC) (envelope-from tijl@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 4DyHvd6VzVz4dn2; Sat, 13 Mar 2021 09:49:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE1AF832; Sat, 13 Mar 2021 09:49:17 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12D9nHIJ076604; Sat, 13 Mar 2021 09:49:17 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12D9nH7E076603; Sat, 13 Mar 2021 09:49:17 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202103130949.12D9nH7E076603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 13 Mar 2021 09:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568240 - head/security/mbedtls X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/security/mbedtls X-SVN-Commit-Revision: 568240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 09:49:18 -0000 Author: tijl Date: Sat Mar 13 09:49:17 2021 New Revision: 568240 URL: https://svnweb.freebsd.org/changeset/ports/568240 Log: Update to 2.16.10. Modified: head/security/mbedtls/Makefile head/security/mbedtls/distinfo Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Sat Mar 13 09:38:19 2021 (r568239) +++ head/security/mbedtls/Makefile Sat Mar 13 09:49:17 2021 (r568240) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.16.9 +PORTVERSION= 2.16.10 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Sat Mar 13 09:38:19 2021 (r568239) +++ head/security/mbedtls/distinfo Sat Mar 13 09:49:17 2021 (r568240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607848998 -SHA256 (ARMmbed-mbedtls-mbedtls-2.16.9_GH0.tar.gz) = b7ca99ee10551b5b13242b7effebefd2a5cc38c287e5f5be1267d51ee45effe3 -SIZE (ARMmbed-mbedtls-mbedtls-2.16.9_GH0.tar.gz) = 2668396 +TIMESTAMP = 1615628337 +SHA256 (ARMmbed-mbedtls-mbedtls-2.16.10_GH0.tar.gz) = 78c02e2d277a302454ada90274d16d80f88d761bdd4243528e4206cf7920be78 +SIZE (ARMmbed-mbedtls-mbedtls-2.16.10_GH0.tar.gz) = 2677333 From owner-svn-ports-all@freebsd.org Sat Mar 13 10:15:13 2021 Return-Path: Delivered-To: svn-ports-all@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 8EE7A571BC8; Sat, 13 Mar 2021 10:15:13 +0000 (UTC) (envelope-from rhurlin@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 4DyJTY3gF3z4fxN; Sat, 13 Mar 2021 10:15:13 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71108C3A; Sat, 13 Mar 2021 10:15:13 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DAFD5L094453; Sat, 13 Mar 2021 10:15:13 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DAFDg6094451; Sat, 13 Mar 2021 10:15:13 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202103131015.12DAFDg6094451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sat, 13 Mar 2021 10:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568241 - in head/deskutils/sysctlview: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/deskutils/sysctlview: . files X-SVN-Commit-Revision: 568241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 10:15:13 -0000 Author: rhurlin Date: Sat Mar 13 10:15:12 2021 New Revision: 568241 URL: https://svnweb.freebsd.org/changeset/ports/568241 Log: deskutils/sysctlview: Update to 2.1 Changelog: https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG PR: 254243 Submitted by: Alfonso S. Siciliano (maintainer) Deleted: head/deskutils/sysctlview/files/ Modified: head/deskutils/sysctlview/Makefile head/deskutils/sysctlview/distinfo Modified: head/deskutils/sysctlview/Makefile ============================================================================== --- head/deskutils/sysctlview/Makefile Sat Mar 13 09:49:17 2021 (r568240) +++ head/deskutils/sysctlview/Makefile Sat Mar 13 10:15:12 2021 (r568241) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sysctlview -PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTVERSION= 2.1 CATEGORIES= deskutils MAINTAINER= alfix86@gmail.com @@ -14,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= compiler:c++11-lang gettext-runtime gnome pkgconfig +USES= compiler:c++11-lang gnome pkgconfig USE_GITLAB= yes GL_ACCOUNT= alfix -GL_COMMIT= 91028a02b584eaf8c16c72d839f57cd1680b5b62 +GL_COMMIT= 6ef5c821f66d92c2a1ca3fc964b511425dacd18e USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 \ libsigc++20 pango pangomm @@ -29,12 +28,6 @@ DESKTOP_ENTRIES= "Sysctlview" \ "sysctlview" \ "System;" \ false - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls .include Modified: head/deskutils/sysctlview/distinfo ============================================================================== --- head/deskutils/sysctlview/distinfo Sat Mar 13 09:49:17 2021 (r568240) +++ head/deskutils/sysctlview/distinfo Sat Mar 13 10:15:12 2021 (r568241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592149723 -SHA256 (alfix-sysctlview-91028a02b584eaf8c16c72d839f57cd1680b5b62_GL0.tar.gz) = c7f099301b747ff601a27eecd817c27a6d720a44f1e81e442d6e7756712fa75b -SIZE (alfix-sysctlview-91028a02b584eaf8c16c72d839f57cd1680b5b62_GL0.tar.gz) = 542760 +TIMESTAMP = 1615578308 +SHA256 (alfix-sysctlview-6ef5c821f66d92c2a1ca3fc964b511425dacd18e_GL0.tar.gz) = 3e8d466cff7187057ce1d0a4a3024ed9dd32837f6f7b915b5f4fcac9b360805a +SIZE (alfix-sysctlview-6ef5c821f66d92c2a1ca3fc964b511425dacd18e_GL0.tar.gz) = 344771 From owner-svn-ports-all@freebsd.org Sat Mar 13 10:53:43 2021 Return-Path: Delivered-To: svn-ports-all@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 B608A57237F; Sat, 13 Mar 2021 10:53:43 +0000 (UTC) (envelope-from ehaupt@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 4DyKKz4q26z4hxQ; Sat, 13 Mar 2021 10:53:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9843E10CA; Sat, 13 Mar 2021 10:53:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DArhSK018491; Sat, 13 Mar 2021 10:53:43 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DArhRS018489; Sat, 13 Mar 2021 10:53:43 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103131053.12DArhRS018489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 13 Mar 2021 10:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568242 - head/www/py-openbrokerapi X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/www/py-openbrokerapi X-SVN-Commit-Revision: 568242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 10:53:43 -0000 Author: ehaupt Date: Sat Mar 13 10:53:42 2021 New Revision: 568242 URL: https://svnweb.freebsd.org/changeset/ports/568242 Log: www/py-openbrokerapi: Update to 4.1.1 Modified: head/www/py-openbrokerapi/Makefile head/www/py-openbrokerapi/distinfo Modified: head/www/py-openbrokerapi/Makefile ============================================================================== --- head/www/py-openbrokerapi/Makefile Sat Mar 13 10:15:12 2021 (r568241) +++ head/www/py-openbrokerapi/Makefile Sat Mar 13 10:53:42 2021 (r568242) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openbrokerapi -PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTVERSION= 4.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-openbrokerapi/distinfo ============================================================================== --- head/www/py-openbrokerapi/distinfo Sat Mar 13 10:15:12 2021 (r568241) +++ head/www/py-openbrokerapi/distinfo Sat Mar 13 10:53:42 2021 (r568242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594410695 -SHA256 (openbrokerapi-4.1.0.tar.gz) = e66439c7f11d3047313a418940deaf69a7ea7686def1c2f159c7b929ffb13a78 -SIZE (openbrokerapi-4.1.0.tar.gz) = 15751 +TIMESTAMP = 1615631211 +SHA256 (openbrokerapi-4.1.1.tar.gz) = 7069a6bb583067939a11219fc4dfe47973b36ccbeccd193b794c8613138395c5 +SIZE (openbrokerapi-4.1.1.tar.gz) = 15958 From owner-svn-ports-all@freebsd.org Sat Mar 13 11:06:47 2021 Return-Path: Delivered-To: svn-ports-all@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 7C1B957360C; Sat, 13 Mar 2021 11:06:47 +0000 (UTC) (envelope-from rigoletto@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 4DyKd337G8z4k72; Sat, 13 Mar 2021 11:06:47 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DE0C16A3; Sat, 13 Mar 2021 11:06:47 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DB6l2A025007; Sat, 13 Mar 2021 11:06:47 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DB6l4j025006; Sat, 13 Mar 2021 11:06:47 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <202103131106.12DB6l4j025006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Sat, 13 Mar 2021 11:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568243 - head/x11-themes/Kvantum X-SVN-Group: ports-head X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: head/x11-themes/Kvantum X-SVN-Commit-Revision: 568243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 11:06:47 -0000 Author: rigoletto Date: Sat Mar 13 11:06:46 2021 New Revision: 568243 URL: https://svnweb.freebsd.org/changeset/ports/568243 Log: x11-themes/Kvantum: Update to 0.19.0 Modified: head/x11-themes/Kvantum/Makefile head/x11-themes/Kvantum/distinfo Modified: head/x11-themes/Kvantum/Makefile ============================================================================== --- head/x11-themes/Kvantum/Makefile Sat Mar 13 10:53:42 2021 (r568242) +++ head/x11-themes/Kvantum/Makefile Sat Mar 13 11:06:46 2021 (r568243) @@ -2,7 +2,7 @@ PORTNAME= Kvantum DISTVERSIONPREFIX= V -DISTVERSION= 0.18.0 +DISTVERSION= 0.19.0 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt5 Modified: head/x11-themes/Kvantum/distinfo ============================================================================== --- head/x11-themes/Kvantum/distinfo Sat Mar 13 10:53:42 2021 (r568242) +++ head/x11-themes/Kvantum/distinfo Sat Mar 13 11:06:46 2021 (r568243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609943819 -SHA256 (tsujan-Kvantum-V0.18.0_GH0.tar.gz) = 79752525b5636009385864373618e5e747a9fa7047af46d7815e27934c9a3dfd -SIZE (tsujan-Kvantum-V0.18.0_GH0.tar.gz) = 2805017 +TIMESTAMP = 1615632143 +SHA256 (tsujan-Kvantum-V0.19.0_GH0.tar.gz) = de5ce3229f9d61e9d10dd8070206a0418ca64a96cde9d38c3481a219a917fe8e +SIZE (tsujan-Kvantum-V0.19.0_GH0.tar.gz) = 2825683 From owner-svn-ports-all@freebsd.org Sat Mar 13 11:23:03 2021 Return-Path: Delivered-To: svn-ports-all@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 359B8573B8D; Sat, 13 Mar 2021 11:23:03 +0000 (UTC) (envelope-from trasz@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 4DyKzq10b7z4km7; Sat, 13 Mar 2021 11:23:03 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 154421868; Sat, 13 Mar 2021 11:23:03 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DBN2RL036872; Sat, 13 Mar 2021 11:23:02 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DBN29L036870; Sat, 13 Mar 2021 11:23:02 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <202103131123.12DBN29L036870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sat, 13 Mar 2021 11:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568244 - head/sysutils/debootstrap X-SVN-Group: ports-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/sysutils/debootstrap X-SVN-Commit-Revision: 568244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 11:23:03 -0000 Author: trasz Date: Sat Mar 13 11:23:02 2021 New Revision: 568244 URL: https://svnweb.freebsd.org/changeset/ports/568244 Log: sysutils/debootstrap: make it work without --no-check-gpg Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29231 Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/pkg-message Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Sat Mar 13 11:06:46 2021 (r568243) +++ head/sysutils/debootstrap/Makefile Sat Mar 13 11:23:02 2021 (r568244) @@ -3,9 +3,9 @@ PORTNAME= debootstrap PORTVERSION= 1.0.123 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils -MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} +MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= trasz@FreeBSD.org @@ -15,7 +15,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/debian/copyright RUN_DEPENDS= wget:ftp/wget \ - bash:shells/bash + bash:shells/bash \ + gpgv2:security/gnupg \ + ${LOCALBASE}/share/keyrings/ubuntu-archive-keyring.gpg:security/ubuntu-keyring WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -33,6 +35,12 @@ post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/Makefile \ ${WRKSRC}/debootstrap + @${REINPLACE_CMD} -e 's,gpgv,gpgv2,g' \ + ${WRKSRC}/Makefile \ + ${WRKSRC}/debootstrap \ + ${WRKSRC}/functions + @${FIND} ${WRKSRC}/scripts -type f | \ + ${XARGS} ${REINPLACE_CMD} -e 's,/usr/share/keyrings,${LOCALBASE}/share/keyrings,g' post-install: ${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ Modified: head/sysutils/debootstrap/pkg-message ============================================================================== --- head/sysutils/debootstrap/pkg-message Sat Mar 13 11:06:46 2021 (r568243) +++ head/sysutils/debootstrap/pkg-message Sat Mar 13 11:23:02 2021 (r568244) @@ -6,9 +6,9 @@ debootstrap requires the following kernel modules to b linux64 fdescfs linprocfs linsysfs tmpfs -To install Ubuntu Bionic into /compat/ubuntu, use: +To install Ubuntu 18.04 LTS (Bionic Beaver) into /compat/ubuntu, run as root: -debootstrap --no-check-gpg bionic /compat/ubuntu +debootstrap bionic /compat/ubuntu EOM } ] From owner-svn-ports-all@freebsd.org Sat Mar 13 11:33:48 2021 Return-Path: Delivered-To: svn-ports-all@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 16D13573D6E; Sat, 13 Mar 2021 11:33:48 +0000 (UTC) (envelope-from tota@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 4DyLDD06Jfz4lPC; Sat, 13 Mar 2021 11:33:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA9FE1CAF; Sat, 13 Mar 2021 11:33:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DBXlCL043241; Sat, 13 Mar 2021 11:33:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DBXlbF043239; Sat, 13 Mar 2021 11:33:47 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103131133.12DBXlbF043239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Mar 2021 11:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568245 - head/textproc/R-cran-formatR X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/textproc/R-cran-formatR X-SVN-Commit-Revision: 568245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 11:33:48 -0000 Author: tota Date: Sat Mar 13 11:33:47 2021 New Revision: 568245 URL: https://svnweb.freebsd.org/changeset/ports/568245 Log: - Update to 1.8 Modified: head/textproc/R-cran-formatR/Makefile (contents, props changed) head/textproc/R-cran-formatR/distinfo (contents, props changed) Modified: head/textproc/R-cran-formatR/Makefile ============================================================================== --- head/textproc/R-cran-formatR/Makefile Sat Mar 13 11:23:02 2021 (r568244) +++ head/textproc/R-cran-formatR/Makefile Sat Mar 13 11:33:47 2021 (r568245) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= formatR -DISTVERSION= 1.7 -PORTREVISION= 2 +DISTVERSION= 1.8 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/textproc/R-cran-formatR/distinfo ============================================================================== --- head/textproc/R-cran-formatR/distinfo Sat Mar 13 11:23:02 2021 (r568244) +++ head/textproc/R-cran-formatR/distinfo Sat Mar 13 11:33:47 2021 (r568245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563061146 -SHA256 (formatR_1.7.tar.gz) = a366621b3ff5f8e86a499b6f87858ad47eefdace138341b1377ecc307a5e5ddb -SIZE (formatR_1.7.tar.gz) = 105954 +TIMESTAMP = 1615633059 +SHA256 (formatR_1.8.tar.gz) = df7885827149e186b2b902fd01a18d1a514e50f9912f38c308949e2847f10613 +SIZE (formatR_1.8.tar.gz) = 109533 From owner-svn-ports-all@freebsd.org Sat Mar 13 11:38:58 2021 Return-Path: Delivered-To: svn-ports-all@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 8A51B573CE4; Sat, 13 Mar 2021 11:38:58 +0000 (UTC) (envelope-from demon@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 4DyLLB3Ykyz4lQR; Sat, 13 Mar 2021 11:38:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D3D41F94; Sat, 13 Mar 2021 11:38:58 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DBcw6Q043524; Sat, 13 Mar 2021 11:38:58 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DBcwBg043523; Sat, 13 Mar 2021 11:38:58 GMT (envelope-from demon@FreeBSD.org) Message-Id: <202103131138.12DBcwBg043523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 13 Mar 2021 11:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568246 - head/net/haproxy-devel X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/net/haproxy-devel X-SVN-Commit-Revision: 568246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 11:38:58 -0000 Author: demon Date: Sat Mar 13 11:38:57 2021 New Revision: 568246 URL: https://svnweb.freebsd.org/changeset/ports/568246 Log: Update to 2.4-dev12. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Sat Mar 13 11:33:47 2021 (r568245) +++ head/net/haproxy-devel/Makefile Sat Mar 13 11:38:57 2021 (r568246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 2.4-dev11 +DISTVERSION= 2.4-dev12 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.4/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Sat Mar 13 11:33:47 2021 (r568245) +++ head/net/haproxy-devel/distinfo Sat Mar 13 11:38:57 2021 (r568246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615015157 -SHA256 (haproxy-2.4-dev11.tar.gz) = 6c1ecf45bab27f0ded664f97ef50cfbd757bd91605a90a8a0a954295596c2ddb -SIZE (haproxy-2.4-dev11.tar.gz) = 3440991 +TIMESTAMP = 1615635475 +SHA256 (haproxy-2.4-dev12.tar.gz) = d99c43787d9cdd0f11cd631c9096c22d69b4b537b7eb2dd70af7a91dc1a8fcfc +SIZE (haproxy-2.4-dev12.tar.gz) = 3448518 From owner-svn-ports-all@freebsd.org Sat Mar 13 11:54:40 2021 Return-Path: Delivered-To: svn-ports-all@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 8B638574B8E; Sat, 13 Mar 2021 11:54:40 +0000 (UTC) (envelope-from mr@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 4DyLhJ3WQyz4mQ2; Sat, 13 Mar 2021 11:54:40 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6BBF8221D; Sat, 13 Mar 2021 11:54:40 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DBseWC055678; Sat, 13 Mar 2021 11:54:40 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DBseIk055677; Sat, 13 Mar 2021 11:54:40 GMT (envelope-from mr@FreeBSD.org) Message-Id: <202103131154.12DBseIk055677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 13 Mar 2021 11:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568247 - head/deskutils/nextcloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/deskutils/nextcloudclient X-SVN-Commit-Revision: 568247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 11:54:40 -0000 Author: mr Date: Sat Mar 13 11:54:39 2021 New Revision: 568247 URL: https://svnweb.freebsd.org/changeset/ports/568247 Log: Update to version 3.1.3 PR: 254029 Submitted by: madpilot@ Modified: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/nextcloudclient/Makefile Sat Mar 13 11:38:57 2021 (r568246) +++ head/deskutils/nextcloudclient/Makefile Sat Mar 13 11:54:39 2021 (r568247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nextcloudclient -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v CATEGORIES= deskutils Modified: head/deskutils/nextcloudclient/distinfo ============================================================================== --- head/deskutils/nextcloudclient/distinfo Sat Mar 13 11:38:57 2021 (r568246) +++ head/deskutils/nextcloudclient/distinfo Sat Mar 13 11:54:39 2021 (r568247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611917440 -SHA256 (nextcloud-desktop-v3.1.2_GH0.tar.gz) = 2fb2c18f479be2a04cf999f037def705c4be0087816af727038f0c71cb2c6189 -SIZE (nextcloud-desktop-v3.1.2_GH0.tar.gz) = 19517295 +TIMESTAMP = 1615636359 +SHA256 (nextcloud-desktop-v3.1.3_GH0.tar.gz) = c7a0a07180c766bb671b9d903185cffd2be10b29d5cbfcb3f29ea7e87bf97c9a +SIZE (nextcloud-desktop-v3.1.3_GH0.tar.gz) = 19491747 From owner-svn-ports-all@freebsd.org Sat Mar 13 12:18:20 2021 Return-Path: Delivered-To: svn-ports-all@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 3436C576333; Sat, 13 Mar 2021 12:18:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyMCc0v8tz4pX9; Sat, 13 Mar 2021 12:18:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 068F4263C; Sat, 13 Mar 2021 12:18:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DCIJKw069257; Sat, 13 Mar 2021 12:18:19 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DCIJFI069254; Sat, 13 Mar 2021 12:18:19 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202103131218.12DCIJFI069254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 13 Mar 2021 12:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568248 - head/java/intellij-rubymine X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/java/intellij-rubymine X-SVN-Commit-Revision: 568248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 12:18:20 -0000 Author: rene Date: Sat Mar 13 12:18:19 2021 New Revision: 568248 URL: https://svnweb.freebsd.org/changeset/ports/568248 Log: java/intellij-rubymine: update to 2020.3.2 While here, update to JDK 11+, this avoids a conflict when also having CLion installed. Take maintainership. Modified: head/java/intellij-rubymine/Makefile head/java/intellij-rubymine/distinfo head/java/intellij-rubymine/pkg-plist Modified: head/java/intellij-rubymine/Makefile ============================================================================== --- head/java/intellij-rubymine/Makefile Sat Mar 13 11:54:39 2021 (r568247) +++ head/java/intellij-rubymine/Makefile Sat Mar 13 12:18:19 2021 (r568248) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= rubymine -PORTVERSION= 2020.2 +PORTVERSION= 2020.3.2 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/ruby/ \ http://download.jetbrains.com/ruby/ PKGNAMEPREFIX= intellij- DISTNAME= RubyMine-${PORTVERSION} -MAINTAINER= ports@freeBSD.org +MAINTAINER= rene@freeBSD.org COMMENT= Ruby on Rails IDE by JetBrains LICENSE= IntelliJ-Rubymine @@ -22,7 +22,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnot USES= python:run shebangfix USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 11+ SHEBANG_FILES= bin/printenv.py bin/restart.py Modified: head/java/intellij-rubymine/distinfo ============================================================================== --- head/java/intellij-rubymine/distinfo Sat Mar 13 11:54:39 2021 (r568247) +++ head/java/intellij-rubymine/distinfo Sat Mar 13 12:18:19 2021 (r568248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608092789 -SHA256 (RubyMine-2020.2.tar.gz) = 1f0fbbad7bbdc1c3ece24fd850151defb392b9b7ef2055876f99f3ce70695db1 -SIZE (RubyMine-2020.2.tar.gz) = 401535198 +TIMESTAMP = 1615499068 +SHA256 (RubyMine-2020.3.2.tar.gz) = 6c3c63aa87d720f0be10aa54435b3d95899533ee2320f98ae857fc29c9d7a39f +SIZE (RubyMine-2020.3.2.tar.gz) = 447053533 Modified: head/java/intellij-rubymine/pkg-plist ============================================================================== --- head/java/intellij-rubymine/pkg-plist Sat Mar 13 11:54:39 2021 (r568247) +++ head/java/intellij-rubymine/pkg-plist Sat Mar 13 12:18:19 2021 (r568248) @@ -6,6 +6,7 @@ share/applications/rubymine.desktop %%DATADIR%%/bin/format.sh %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/log.xml +%%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/printenv.py %%DATADIR%%/bin/restart.py %%DATADIR%%/bin/rinspect.sh @@ -18,31 +19,42 @@ share/applications/rubymine.desktop %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf +%%DATADIR%%/icons.db %%DATADIR%%/lib/FastInfoset-1.2.15.jar -%%DATADIR%%/lib/annotations-19.0.0.jar +%%DATADIR%%/lib/RoaringBitmap-0.9.0.jar +%%DATADIR%%/lib/animal-sniffer-annotations-1.18.jar +%%DATADIR%%/lib/annotations-20.1.0.jar +%%DATADIR%%/lib/annotations-4.1.1.4.jar %%DATADIR%%/lib/annotations-java5.jar -%%DATADIR%%/lib/asm-all-8.0.1.jar +%%DATADIR%%/lib/asm-7.1.jar +%%DATADIR%%/lib/asm-all-9.0.jar +%%DATADIR%%/lib/asm-analysis-7.1.jar +%%DATADIR%%/lib/asm-commons-7.1.jar +%%DATADIR%%/lib/asm-tree-7.1.jar +%%DATADIR%%/lib/asm-util-7.1.jar %%DATADIR%%/lib/automaton-1.12-1.jar -%%DATADIR%%/lib/batik-anim-1.12.0-8.jar -%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar -%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar -%%DATADIR%%/lib/batik-codec-1.12.0-8.jar -%%DATADIR%%/lib/batik-constants-1.12.0-8.jar -%%DATADIR%%/lib/batik-css-1.12.0-8.jar -%%DATADIR%%/lib/batik-dom-1.12.0-8.jar -%%DATADIR%%/lib/batik-ext-1.12.0-8.jar -%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar -%%DATADIR%%/lib/batik-parser-1.12.0-8.jar -%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar -%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar -%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar -%%DATADIR%%/lib/batik-util-1.12.0-8.jar -%%DATADIR%%/lib/batik-xml-1.12.0-8.jar +%%DATADIR%%/lib/batik-anim-1.13.0-21.jar +%%DATADIR%%/lib/batik-awt-util-1.13.0-21.jar +%%DATADIR%%/lib/batik-bridge-1.13.0-21.jar +%%DATADIR%%/lib/batik-codec-1.13.0-21.jar +%%DATADIR%%/lib/batik-constants-1.13.0-21.jar +%%DATADIR%%/lib/batik-css-1.13.0-21.jar +%%DATADIR%%/lib/batik-dom-1.13.0-21.jar +%%DATADIR%%/lib/batik-ext-1.13.0-21.jar +%%DATADIR%%/lib/batik-gvt-1.13.0-21.jar +%%DATADIR%%/lib/batik-parser-1.13.0-21.jar +%%DATADIR%%/lib/batik-svg-dom-1.13.0-21.jar +%%DATADIR%%/lib/batik-svggen-1.13.0-21.jar +%%DATADIR%%/lib/batik-transcoder-1.13.0-21.jar +%%DATADIR%%/lib/batik-util-1.13.0-21.jar +%%DATADIR%%/lib/batik-xml-1.13.0-21.jar %%DATADIR%%/lib/bcpkix-jdk15on-1.65.jar %%DATADIR%%/lib/bcprov-jdk15on-1.65.jar +%%DATADIR%%/lib/blockmap-1.0.2.jar %%DATADIR%%/lib/bootstrap.jar %%DATADIR%%/lib/built-in-server.jar %%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar +%%DATADIR%%/lib/caffeine-2.8.5.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/cglib-nodep-3.2.4.jar %%DATADIR%%/lib/cli-parser-1.1.5.jar @@ -50,23 +62,24 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/common-image-3.5.jar %%DATADIR%%/lib/common-io-3.5.jar %%DATADIR%%/lib/common-lang-3.5.jar -%%DATADIR%%/lib/commons-cli-1.2.jar +%%DATADIR%%/lib/commons-cli-1.4.jar %%DATADIR%%/lib/commons-codec-1.14.jar %%DATADIR%%/lib/commons-collections-3.2.2.jar %%DATADIR%%/lib/commons-compress-1.20.jar %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar %%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar %%DATADIR%%/lib/commons-lang-2.4.jar -%%DATADIR%%/lib/commons-lang3-3.9.jar +%%DATADIR%%/lib/commons-lang3-3.10.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-net-3.6.jar %%DATADIR%%/lib/configuration-store-impl.jar %%DATADIR%%/lib/coverage-common.jar %%DATADIR%%/lib/credential-store.jar -%%DATADIR%%/lib/dbus-java-3.0.2.jar +%%DATADIR%%/lib/dbus-java-3.2.1.jar %%DATADIR%%/lib/delight-rhino-sandbox-0.0.11.jar %%DATADIR%%/lib/eddsa-0.3.0.jar %%DATADIR%%/lib/error_prone_annotations-2.3.1.jar +%%DATADIR%%/lib/error_prone_annotations-2.3.4.jar %%DATADIR%%/lib/extensions.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/failureaccess-1.0.1.jar @@ -79,6 +92,14 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/groovy-jsr223-2.5.11.jar %%DATADIR%%/lib/groovy-templates-2.5.11.jar %%DATADIR%%/lib/groovy-xml-2.5.11.jar +%%DATADIR%%/lib/grpc-api-1.32.2.jar +%%DATADIR%%/lib/grpc-context-1.32.2.jar +%%DATADIR%%/lib/grpc-core-1.32.2.jar +%%DATADIR%%/lib/grpc-kotlin-stub-0.2.0.jar +%%DATADIR%%/lib/grpc-netty-shaded-1.32.2.jar +%%DATADIR%%/lib/grpc-protobuf-1.32.2.jar +%%DATADIR%%/lib/grpc-protobuf-lite-1.32.2.jar +%%DATADIR%%/lib/grpc-stub-1.32.2.jar %%DATADIR%%/lib/gson-2.8.6.jar %%DATADIR%%/lib/guava-29.0-jre.jar %%DATADIR%%/lib/hamcrest-core-1.3.jar @@ -86,40 +107,50 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/httpcore-4.4.13.jar %%DATADIR%%/lib/httpmime-4.5.12.jar %%DATADIR%%/lib/icons.jar +%%DATADIR%%/lib/icu4j-67.1.jar %%DATADIR%%/lib/imageio-core-3.5.jar %%DATADIR%%/lib/imageio-metadata-3.5.jar %%DATADIR%%/lib/imageio-tiff-3.5.jar %%DATADIR%%/lib/imgscalr-lib-4.2.jar %%DATADIR%%/lib/ini4j-0.5.5-2.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.512.jar -%%DATADIR%%/lib/intellij-deps-fastutil-8.3.1-1.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.573.jar +%%DATADIR%%/lib/intellij-deps-fastutil-8.4.1-4.jar %%DATADIR%%/lib/intellij-dvcs.jar -%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.512.jar +%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.573.jar %%DATADIR%%/lib/intellij-xml.jar -%%DATADIR%%/lib/ion-java-1.5.2-2.jar +%%DATADIR%%/lib/ion-java-1.6.2-3.jar %%DATADIR%%/lib/isorelax-20030108.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar %%DATADIR%%/lib/j2objc-annotations-1.3.jar -%%DATADIR%%/lib/jackson-annotations-2.10.3.jar -%%DATADIR%%/lib/jackson-core-2.10.3.jar -%%DATADIR%%/lib/jackson-databind-2.10.3.jar -%%DATADIR%%/lib/jackson-module-kotlin-2.10.3.jar +%%DATADIR%%/lib/jackson-annotations-2.11.0.jar +%%DATADIR%%/lib/jackson-core-2.11.0.jar +%%DATADIR%%/lib/jackson-databind-2.11.0.jar +%%DATADIR%%/lib/jackson-module-kotlin-2.11.0.jar %%DATADIR%%/lib/java-compatibility-1.0.1.jar %%DATADIR%%/lib/java-string-similarity-1.2.1.jar -%%DATADIR%%/lib/java-utils-1.0.5.jar +%%DATADIR%%/lib/java-utils-1.0.6.jar %%DATADIR%%/lib/javax.activation-1.2.0.jar %%DATADIR%%/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/lib/jaxb-api-2.3.1.jar %%DATADIR%%/lib/jaxb-runtime-2.3.1.jar %%DATADIR%%/lib/jaxen-1.2.0.jar -%%DATADIR%%/lib/jcef-77.1.18-g8e8d602-chromium-77.0.3865.120.jar +%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113-api-1.1.jar %%DATADIR%%/lib/jcodings-1.0.48.jar %%DATADIR%%/lib/jdom.jar -%%DATADIR%%/lib/jediterm-pty-2.29.jar +%%DATADIR%%/lib/jediterm-pty-2.32.jar %%DATADIR%%/lib/jettison-1.4.0.jar +%%DATADIR%%/lib/jffi-1.2.19-native.jar +%%DATADIR%%/lib/jffi-1.2.19.jar %%DATADIR%%/lib/jing-20030619.jar %%DATADIR%%/lib/jna-platform.jar %%DATADIR%%/lib/jna.jar +%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar +%%DATADIR%%/lib/jnr-constants-0.9.12.jar +%%DATADIR%%/lib/jnr-enxio-0.21.jar +%%DATADIR%%/lib/jnr-ffi-2.1.10.jar +%%DATADIR%%/lib/jnr-posix-3.0.50.jar +%%DATADIR%%/lib/jnr-unixsocket-0.23.jar +%%DATADIR%%/lib/jnr-x86asm-1.0.2.jar %%DATADIR%%/lib/joni-2.1.32.jar %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-0.1.55.jar @@ -134,20 +165,24 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/json-simple-1.1.1.jar %%DATADIR%%/lib/json.jar %%DATADIR%%/lib/jsoup-1.12.1.jar -%%DATADIR%%/lib/jsr305.jar +%%DATADIR%%/lib/jsr305-3.0.2.jar %%DATADIR%%/lib/jts-core-1.16.1.jar %%DATADIR%%/lib/jts-io-common-1.16.1.jar %%DATADIR%%/lib/junit-4.12.jar +%%DATADIR%%/lib/junixsocket-common-2.3.2.jar +%%DATADIR%%/lib/junixsocket-core-2.3.2.jar +%%DATADIR%%/lib/junixsocket-native-common-2.3.2.jar %%DATADIR%%/lib/jzlib-1.1.3.jar -%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar -%%DATADIR%%/lib/kotlin-test-1.3.61.jar -%%DATADIR%%/lib/kotlin-test-common-1.3.61.jar -%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar -%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.4.jar +%%DATADIR%%/lib/kotlin-reflect-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.4.0.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.4.0.jar +%%DATADIR%%/lib/kotlin-test-1.4.0.jar +%%DATADIR%%/lib/kotlin-test-common-1.4.0.jar +%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.9.jar +%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.9.jar +%%DATADIR%%/lib/kotlinx-serialization-core-1.0.0-RC.jar %%DATADIR%%/lib/kryo-2.24.0.jar %%DATADIR%%/lib/ktor-websockets-1.3.1.jar %%DATADIR%%/lib/kxml2-2.3.0.jar @@ -171,16 +206,16 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/miglayout-swing-5.2.jar %%DATADIR%%/lib/minlog-1.2.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar -%%DATADIR%%/lib/netty-buffer-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-http2-4.1.47.Final.jar -%%DATADIR%%/lib/netty-codec-socks-4.1.47.Final.jar -%%DATADIR%%/lib/netty-common-4.1.47.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.47.Final.jar -%%DATADIR%%/lib/netty-handler-proxy-4.1.47.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.47.Final.jar -%%DATADIR%%/lib/netty-transport-4.1.47.Final.jar +%%DATADIR%%/lib/netty-buffer-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.52.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.52.Final.jar +%%DATADIR%%/lib/netty-common-4.1.52.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.52.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.52.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.52.Final.jar +%%DATADIR%%/lib/netty-transport-4.1.52.Final.jar %%DATADIR%%/lib/objenesis-3.1.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar @@ -190,6 +225,7 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.17.0.jar %%DATADIR%%/lib/oro-2.0.8.jar %%DATADIR%%/lib/owasp-java-html-sanitizer-20191001.1.jar +%%DATADIR%%/lib/perfmark-api-0.19.0.jar %%DATADIR%%/lib/platform-api.jar %%DATADIR%%/lib/platform-concurrency.jar %%DATADIR%%/lib/platform-core-ui.jar @@ -209,19 +245,21 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/plexus-component-annotations-1.7.1.jar %%DATADIR%%/lib/plexus-interpolation-1.25.jar %%DATADIR%%/lib/plexus-utils-3.2.0.jar -%%DATADIR%%/lib/protobuf-java-3.5.1.jar +%%DATADIR%%/lib/proto-google-common-protos-1.17.0.jar +%%DATADIR%%/lib/protobuf-java-3.13.0.jar %%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar -%%DATADIR%%/lib/pty4j-0.9.6.jar +%%DATADIR%%/lib/pty4j-0.11.1.jar %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar -%%DATADIR%%/lib/rd-core-0.202.100.jar -%%DATADIR%%/lib/rd-framework-0.202.100.jar -%%DATADIR%%/lib/rd-swing-0.202.100.jar +%%DATADIR%%/lib/rd-core-0.203.181.jar +%%DATADIR%%/lib/rd-framework-0.203.181.jar +%%DATADIR%%/lib/rd-swing-0.203.181.jar %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar %%DATADIR%%/lib/rhino-1.7.12.jar %%DATADIR%%/lib/rngom-20051226-patched.jar %%DATADIR%%/lib/rubymine.jar %%DATADIR%%/lib/serviceMessages-2019.1.4.jar +%%DATADIR%%/lib/shims-0.9.0.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar %%DATADIR%%/lib/snakeyaml-1.26.jar @@ -232,8 +270,7 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/stax-ex-1.8.jar %%DATADIR%%/lib/streamex-0.7.2.jar %%DATADIR%%/lib/swingx-core-1.6.2-2.jar -%%DATADIR%%/lib/tips-rubymine-201.8.jar -%%DATADIR%%/lib/tls-channel-0.3.2.jar +%%DATADIR%%/lib/tips-rubymine-203.16.jar %%DATADIR%%/lib/trang-core.jar %%DATADIR%%/lib/trove4j.jar %%DATADIR%%/lib/txw2-2.3.1.jar @@ -244,7 +281,7 @@ share/applications/rubymine.desktop %%DATADIR%%/lib/xml-apis-ext-1.3.04.jar %%DATADIR%%/lib/xml-resolver-1.2.jar %%DATADIR%%/lib/xmlbeans-2.6.0.jar -%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar +%%DATADIR%%/lib/xmlgraphics-commons-2.4.jar %%DATADIR%%/lib/xmlpull-1.1.3.1.jar %%DATADIR%%/lib/xmlrpc-2.0.1.jar %%DATADIR%%/lib/xpp3_min-1.1.4c.jar @@ -295,7 +332,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file-1.3.3.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http-1.3.3.jar %%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar -%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-202.47.jar +%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-203.53.jar %%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar %%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar %%DATADIR%%/plugins/Docker/lib/Docker-compose.jar @@ -307,8 +344,6 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar %%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar %%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.9.8.jar -%%DATADIR%%/plugins/Docker/lib/okhttp-3.4.2.jar -%%DATADIR%%/plugins/Docker/lib/okio-1.9.0.jar %%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar %%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.64.jar %%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.64.jar @@ -316,10 +351,10 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.20.jar %%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar %%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.5.jar -%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.5.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.6.jar +%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.6.jar %%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar %%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar %%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.10.3.jar @@ -331,10 +366,10 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar %%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar -%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.4.0.jar +%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.4.0.jar %%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar %%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar %%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar @@ -350,7 +385,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar %%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar %%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar -%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar +%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar %%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar @@ -358,6 +393,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js +%%DATADIR%%/plugins/JavaScriptDebugger/lib/javascript-debugger-featuresTrainer.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar %%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar @@ -393,34 +429,12 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js %%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.at -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.s -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len -%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version +%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.ijx +%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.txt %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/esnext.weakref.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts @@ -461,7 +475,9 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts @@ -475,9 +491,11 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts +%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js %%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json @@ -522,8 +540,9 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json %%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar -%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.0.7.jar -%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.1.1.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.1.2.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.2.2.jar +%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-featuresTrainer.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar %%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar @@ -537,10 +556,23 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/cloud-config/lib/resources_en.jar %%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar %%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar +%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar +%%DATADIR%%/plugins/completionMlRanking/lib/ngram-slp-0.0.2.jar +%%DATADIR%%/plugins/completionMlRanking/lib/resources_en.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar %%DATADIR%%/plugins/editorconfig/lib/resources_en.jar +%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar +%%DATADIR%%/plugins/emojipicker/lib/resources_en.jar +%%DATADIR%%/plugins/featuresTrainer/lib/MultithreadedTC-1.01.jar +%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-assert-1.5.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-reflect-2.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-swing-1.4.6.jar +%%DATADIR%%/plugins/featuresTrainer/lib/fest-util-1.3.0-SNAPSHOT.jar +%%DATADIR%%/plugins/featuresTrainer/lib/jsr305.jar +%%DATADIR%%/plugins/featuresTrainer/lib/resources_en.jar %%DATADIR%%/plugins/gherkin/lib/gherkin.jar %%DATADIR%%/plugins/gherkin/lib/resources_en.jar %%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar @@ -569,7 +601,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/performanceTesting/bin/libyjpagent64.so %%DATADIR%%/plugins/performanceTesting/bin/yjpagent.dll %%DATADIR%%/plugins/performanceTesting/bin/yjpagent64.dll -%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.7-2.jar +%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.8.1-1.jar %%DATADIR%%/plugins/performanceTesting/lib/byte-buddy-agent-1.10.1.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar @@ -590,7 +622,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/ruby/lib/ruby.jar %%DATADIR%%/plugins/ruby/rb/cov_starter.rb %%DATADIR%%/plugins/ruby/rb/gems/debase-0.2.5.beta1.gem -%%DATADIR%%/plugins/ruby/rb/gems/debase-0.3.0.beta34.gem +%%DATADIR%%/plugins/ruby/rb/gems/debase-2.3.2.gem %%DATADIR%%/plugins/ruby/rb/gems/debug_preloader.rb %%DATADIR%%/plugins/ruby/rb/gems/rcov-0.9.9.jb-java.gem %%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-base-0.10.5.jb2-x86-mswin32.gem @@ -598,9 +630,8 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-base-0.10.6-java.gem %%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-base-0.11.0-java.gem %%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-base19x-0.11.32.gem -%%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-ide-0.6.1.gem %%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-ide-0.7.1.beta3.gem -%%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-ide-0.8.0.beta24.gem +%%DATADIR%%/plugins/ruby/rb/gems/ruby-debug-ide-2.3.1.gem %%DATADIR%%/plugins/ruby/rb/gems/rubymine_debug_anything.rb %%DATADIR%%/plugins/ruby/rb/gems/rubymine_jruby_debug.rb %%DATADIR%%/plugins/ruby/rb/gems/rubymine_passenger_debug.rb @@ -937,6 +968,10 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/ruby/rb/stubsgen/settings.rb %%DATADIR%%/plugins/ruby/rb/stubsgen/string_ext.rb %%DATADIR%%/plugins/ruby/rb/stubsgen/stubs_test.rb +%%DATADIR%%/plugins/ruby/rb/terminal/asdf_starter.sh +%%DATADIR%%/plugins/ruby/rb/terminal/chruby_starter.sh +%%DATADIR%%/plugins/ruby/rb/terminal/rbenv_starter.sh +%%DATADIR%%/plugins/ruby/rb/terminal/rvm_starter.sh %%DATADIR%%/plugins/ruby/rb/testing/patch/bdd/teamcity/cucumber/common.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/bdd/teamcity/cucumber/cucumber_4_formatter.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/bdd/teamcity/cucumber/formatter.rb @@ -955,6 +990,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/ruby/rb/testing/patch/common/teamcity/utils/string_ext.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/common/teamcity/utils/url_formatter.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/testunit/minitest/rm_reporter_plugin.rb +%%DATADIR%%/plugins/ruby/rb/testing/patch/testunit/minitest/rubymine_minitest_initializer.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/testunit/minitest/rubymine_minitest_patch.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/testunit/rubymine_test_framework_initializer.rb %%DATADIR%%/plugins/ruby/rb/testing/patch/testunit/test/unit/autorunner.rb @@ -2461,6 +2497,153 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/ruby/rubystubs/rubystubs27/win32_ole_variant.rb %%DATADIR%%/plugins/ruby/rubystubs/rubystubs27/zero_division_error.rb %%DATADIR%%/plugins/ruby/rubystubs/rubystubs27/zlib.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/addrinfo.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/argf.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/argument_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/array.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/basic_object.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/basic_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/big_decimal.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/big_math.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/binding.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/builtin.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/cgi.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/class.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/closed_queue_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/comparable.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/complex.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/condition_variable.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/continuation.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/coverage.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/data.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/date.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/date_time.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/dbm.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/dbm_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/digest.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/dir.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/encoding.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/encoding_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/enumerable.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/enumerator.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/env.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/eof_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/errno.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/etc.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/exception.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/false_class.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/fcntl.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/fiber.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/fiber_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/fiddle.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/file.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/file_test.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/float.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/float_domain_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/frozen_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/gc.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/gdbm.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/gdbm_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/gdbm_fatal_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/hash.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/index_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/integer.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/interrupt.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/io.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/io_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/ip_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/json.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/kernel.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/key_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/load_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/local_jump_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/marshal.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/match_data.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/math.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/method.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/module.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/monitor.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/mutex.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/name_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/nil_class.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/nkf.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/no_matching_pattern_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/no_memory_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/no_method_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/not_implemented_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/numeric.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/object.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/object_space.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/open_ssl.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/pathname.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/pool.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/proc.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/process.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/psych.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/pty.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/queue.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/racc.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/ractor.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/random.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/range.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/range_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/rational.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/readline.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/regexp.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/regexp_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/ripper.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/ruby_vm.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/runtime_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/script_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/security_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/signal.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/signal_exception.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/sized_queue.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/socket_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/socks_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/standard_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/stop_iteration.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/string.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/stringio.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/strscan.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/struct.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/symbol.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/syntax_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/syslog.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/system_call_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/system_exit.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/system_stack_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/tcp_server.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/tcp_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/thread.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/thread_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/thread_group.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/time.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/trace_point.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/true_class.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/type_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/udp_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/unbound_method.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/uncaught_throw_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/unicode_normalize.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/unix_server.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/unix_socket.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/warning.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_event.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_method.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_param.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_query_interface_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_record.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_runtime_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_type.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_typelib.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_variable.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/win32_ole_variant.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/zero_division_error.rb +%%DATADIR%%/plugins/ruby/rubystubs/rubystubs30/zlib.rb %%DATADIR%%/plugins/rubyIDE/lib/resources_en.jar %%DATADIR%%/plugins/rubyIDE/lib/ruby-ide.jar %%DATADIR%%/plugins/sass/lib/jrubyparser-0.5.4.jar @@ -2473,18 +2656,12 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/sh/lib/sh.jar %%DATADIR%%/plugins/slim-lang/lib/resources_en.jar %%DATADIR%%/plugins/slim-lang/lib/slim-lang.jar -%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-kotlin-0.1.3.jar -%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-scala-0.2.0.jar -%%DATADIR%%/plugins/stats-collector/lib/log-events.jar -%%DATADIR%%/plugins/stats-collector/lib/ngram-slp-0.0.2.jar -%%DATADIR%%/plugins/stats-collector/lib/resources_en.jar -%%DATADIR%%/plugins/stats-collector/lib/stats-collector.jar -%%DATADIR%%/plugins/stats-collector/lib/statsCollector-completionRanker.jar %%DATADIR%%/plugins/stylus/lib/resources_en.jar %%DATADIR%%/plugins/stylus/lib/stylus.jar %%DATADIR%%/plugins/svn4idea/lib/resources_en.jar %%DATADIR%%/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar %%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar +%%DATADIR%%/plugins/tasks-time-tracking/lib/resources_en.jar %%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar %%DATADIR%%/plugins/tasks/lib/axis-1.4.jar %%DATADIR%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar @@ -2498,7 +2675,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/tasks/lib/tasks-java.jar %%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar -%%DATADIR%%/plugins/terminal/.zshrc +%%DATADIR%%/plugins/terminal/.zshenv %%DATADIR%%/plugins/terminal/fish/config.fish %%DATADIR%%/plugins/terminal/jediterm-bash.in %%DATADIR%%/plugins/terminal/lib/resources_en.jar @@ -2830,6 +3007,14 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Comments.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Folding.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Indent.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Symbol List.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Typing Pairs.tmPreferences +%%DATADIR%%/plugins/textmate/lib/bundles/toml/README.mdown +%%DATADIR%%/plugins/textmate/lib/bundles/toml/Syntaxes/TOML.tmLanguage +%%DATADIR%%/plugins/textmate/lib/bundles/toml/info.plist %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json @@ -2846,6 +3031,21 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt +%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/basic.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/example-help.txt +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/flavours.of.snippet +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/modeline.md +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/neo.snippets +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/solarized.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/syntax.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/textobj-rubyblock.vmb +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-characterize.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-fugitive.vim +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/ulti.snip +%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/vim-syntax.vim %%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json @@ -2877,7 +3077,7 @@ share/applications/rubymine.desktop %%DATADIR%%/plugins/vcs-changeReminder/lib/randomForestRegressor-0.0.11.jar %%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar %%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar -%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.9.jar +%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.10.jar %%DATADIR%%/plugins/webDeployment/lib/resources_en.jar %%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar %%DATADIR%%/plugins/yaml/lib/resources_en.jar From owner-svn-ports-all@freebsd.org Sat Mar 13 14:12:14 2021 Return-Path: Delivered-To: svn-ports-all@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 0A658578A8C; Sat, 13 Mar 2021 14:12:14 +0000 (UTC) (envelope-from dmgk@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 4DyPl16yDBz4vPs; Sat, 13 Mar 2021 14:12:13 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1CFA428D; Sat, 13 Mar 2021 14:12:13 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DECDhP045755; Sat, 13 Mar 2021 14:12:13 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DECDui045754; Sat, 13 Mar 2021 14:12:13 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202103131412.12DECDui045754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Sat, 13 Mar 2021 14:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568249 - head/databases/pspg X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/databases/pspg X-SVN-Commit-Revision: 568249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 14:12:14 -0000 Author: dmgk Date: Sat Mar 13 14:12:13 2021 New Revision: 568249 URL: https://svnweb.freebsd.org/changeset/ports/568249 Log: databases/pspg: Update to 4.3.1 Changes: https://github.com/okbob/pspg/releases/tag/4.3.1 Modified: head/databases/pspg/Makefile head/databases/pspg/distinfo Modified: head/databases/pspg/Makefile ============================================================================== --- head/databases/pspg/Makefile Sat Mar 13 12:18:19 2021 (r568248) +++ head/databases/pspg/Makefile Sat Mar 13 14:12:13 2021 (r568249) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pspg -DISTVERSION= 4.3.0 +DISTVERSION= 4.3.1 CATEGORIES= databases MAINTAINER= dmgk@FreeBSD.org Modified: head/databases/pspg/distinfo ============================================================================== --- head/databases/pspg/distinfo Sat Mar 13 12:18:19 2021 (r568248) +++ head/databases/pspg/distinfo Sat Mar 13 14:12:13 2021 (r568249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614343473 -SHA256 (okbob-pspg-4.3.0_GH0.tar.gz) = 6cbf1188e7c5f778f8e5611490fe9da8a77f6b195c8fbbd1cd2cc7c4c35bc598 -SIZE (okbob-pspg-4.3.0_GH0.tar.gz) = 1398789 +TIMESTAMP = 1615637820 +SHA256 (okbob-pspg-4.3.1_GH0.tar.gz) = 58e166163683f205601997fd6d7aefeff46835b79ca1f62a75aa1fb218ac8cbe +SIZE (okbob-pspg-4.3.1_GH0.tar.gz) = 1696224 From owner-svn-ports-all@freebsd.org Sat Mar 13 14:26:13 2021 Return-Path: Delivered-To: svn-ports-all@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 AEEB6578EDE; Sat, 13 Mar 2021 14:26:13 +0000 (UTC) (envelope-from danfe@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 4DyQ3945cxz4w6j; Sat, 13 Mar 2021 14:26:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F38E44D3; Sat, 13 Mar 2021 14:26:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DEQDtf052258; Sat, 13 Mar 2021 14:26:13 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DEQCxM052256; Sat, 13 Mar 2021 14:26:12 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202103131426.12DEQCxM052256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 13 Mar 2021 14:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568250 - head/graphics/embree X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/embree X-SVN-Commit-Revision: 568250 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 14:26:13 -0000 Author: danfe Date: Sat Mar 13 14:26:12 2021 New Revision: 568250 URL: https://svnweb.freebsd.org/changeset/ports/568250 Log: - Update `graphics/embree' port to the latest version 3.12.2 - Add `do-test' target and reindent some lines for better looks Modified: head/graphics/embree/Makefile head/graphics/embree/distinfo head/graphics/embree/pkg-plist Modified: head/graphics/embree/Makefile ============================================================================== --- head/graphics/embree/Makefile Sat Mar 13 14:12:13 2021 (r568249) +++ head/graphics/embree/Makefile Sat Mar 13 14:26:12 2021 (r568250) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= embree -PORTVERSION= 3.12.1 +PORTVERSION= 3.12.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -40,10 +39,10 @@ EXAMPLES_USES= gl jpeg xorg EXAMPLES_USE= GL=gl,glu,glut XORG=x11,xau,xcb,xdmcp EXAMPLES_CMAKE_OFF= -DEMBREE_TUTORIALS:BOOL=OFF -TBB_DESC= Use Intel TBB (optimal performance) +TBB_DESC= Use Intel TBB (optimal performance) TBB_LIB_DEPENDS= libtbb.so:devel/onetbb -TBB_VARS= _ETS=TBB -TBB_VARS_OFF= _ETS=INTERNAL +TBB_VARS= _ETS=TBB +TBB_VARS_OFF= _ETS=INTERNAL .include @@ -65,5 +64,8 @@ post-patch: ${WRKSRC}/common/cmake/check_globals.cmake \ ${WRKSRC}/common/cmake/check_stack_frame_size.cmake .endif + +do-test: + ${TEST_WRKSRC}/${PORTNAME}_verify .include Modified: head/graphics/embree/distinfo ============================================================================== --- head/graphics/embree/distinfo Sat Mar 13 14:12:13 2021 (r568249) +++ head/graphics/embree/distinfo Sat Mar 13 14:26:12 2021 (r568250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602565343 -SHA256 (embree-embree-v3.12.1_GH0.tar.gz) = 0c9e760b06e178197dd29c9a54f08ff7b184b0487b5ba8b8be058e219e23336e -SIZE (embree-embree-v3.12.1_GH0.tar.gz) = 13656624 +TIMESTAMP = 1611248121 +SHA256 (embree-embree-v3.12.2_GH0.tar.gz) = 22a527622497e07970e733f753cc9c10b2bd82c3b17964e4f71a5fd2cdfca210 +SIZE (embree-embree-v3.12.2_GH0.tar.gz) = 13624221 Modified: head/graphics/embree/pkg-plist ============================================================================== --- head/graphics/embree/pkg-plist Sat Mar 13 14:12:13 2021 (r568249) +++ head/graphics/embree/pkg-plist Sat Mar 13 14:26:12 2021 (r568250) @@ -156,6 +156,7 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_scene %%ISPC%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_scene_ispc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/embree_tests +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embree_verify %%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid_geometry %%ISPC%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid_geometry_ispc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hair_geometry @@ -266,7 +267,6 @@ man/man3/rtcUpdateGeometryBuffer.3embree3.gz %%ISPC%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/triangle_geometry_ispc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_geometry %%ISPC%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/user_geometry_ispc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/verify %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer %%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer_anim %%ISPC%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/viewer_anim_ispc From owner-svn-ports-all@freebsd.org Sat Mar 13 14:44:45 2021 Return-Path: Delivered-To: svn-ports-all@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 C3535579C27; Sat, 13 Mar 2021 14:44:45 +0000 (UTC) (envelope-from swills@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 4DyQSY57HQz4xJ2; Sat, 13 Mar 2021 14:44:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2BB44A26; Sat, 13 Mar 2021 14:44:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DEijvp064633; Sat, 13 Mar 2021 14:44:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DEije4064632; Sat, 13 Mar 2021 14:44:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103131444.12DEije4064632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 14:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568251 - head/devel/ncurses X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ncurses X-SVN-Commit-Revision: 568251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 14:44:45 -0000 Author: swills Date: Sat Mar 13 14:44:45 2021 New Revision: 568251 URL: https://svnweb.freebsd.org/changeset/ports/568251 Log: devel/ncurses: add distinfo missed in previous commit Reported by: olgeni Modified: head/devel/ncurses/distinfo (contents, props changed) Modified: head/devel/ncurses/distinfo ============================================================================== --- head/devel/ncurses/distinfo Sat Mar 13 14:26:12 2021 (r568250) +++ head/devel/ncurses/distinfo Sat Mar 13 14:44:45 2021 (r568251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614662692 -SHA256 (ncurses/ncurses-6.2-20210227.tgz) = 852e3a30e354d5c825d71798707011ec974962364ffb21dd11bf98fdacb88bc3 -SIZE (ncurses/ncurses-6.2-20210227.tgz) = 3557567 +TIMESTAMP = 1615614117 +SHA256 (ncurses/ncurses-6.2-20210306.tgz) = da87466861b5cee57e0e2d5fab469b14e23130a8c0915afc99a2908cf4c2266c +SIZE (ncurses/ncurses-6.2-20210306.tgz) = 3558570 From owner-svn-ports-all@freebsd.org Sat Mar 13 14:55:53 2021 Return-Path: Delivered-To: svn-ports-all@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 54743579DCF; Sat, 13 Mar 2021 14:55:53 +0000 (UTC) (envelope-from jhale@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 4DyQjP2099z4y6d; Sat, 13 Mar 2021 14:55:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37CA04B1C; Sat, 13 Mar 2021 14:55:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DEtrsC071056; Sat, 13 Mar 2021 14:55:53 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DEtq3r071054; Sat, 13 Mar 2021 14:55:52 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103131455.12DEtq3r071054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 13 Mar 2021 14:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568252 - head/audio/picard-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/picard-plugins X-SVN-Commit-Revision: 568252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 14:55:53 -0000 Author: jhale Date: Sat Mar 13 14:55:52 2021 New Revision: 568252 URL: https://svnweb.freebsd.org/changeset/ports/568252 Log: audio/picard-plugins: Update to snapshot from 2021-01-19 Bump Python min version to 3.6 since 3.5 is gone. Remove redundant post-install targets already handled by PLIST_SUB. Don't install 'haikuattrs' plugin - it is only for the Haiku operating system. Modified: head/audio/picard-plugins/Makefile head/audio/picard-plugins/distinfo head/audio/picard-plugins/pkg-plist Modified: head/audio/picard-plugins/Makefile ============================================================================== --- head/audio/picard-plugins/Makefile Sat Mar 13 14:44:45 2021 (r568251) +++ head/audio/picard-plugins/Makefile Sat Mar 13 14:55:52 2021 (r568252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= picard-plugins -PORTVERSION= 2.0.20201203 +PORTVERSION= 2.0.20210119 CATEGORIES= audio python MAINTAINER= jhale@FreeBSD.org @@ -10,11 +10,11 @@ COMMENT= Plugins for Picard tagger LICENSE= GPLv2+ GPLv3+ MIT WTFPL LICENSE_COMB= multi -USES= python:3.5+ +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= metabrainz -GH_TAGNAME= c833f54 +GH_TAGNAME= 3365403 PORTSCOUT= limit:^2\. @@ -66,11 +66,5 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${PLUGINSDIR} (cd ${BUILD_WRKSRC}; ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINSDIR}) - -post-install-ALBUM_COLUMN-off: - @${RM} -r ${STAGEDIR}${PLUGINSDIR}/add_album_column - -post-install-BPM-off: - @${RM} -r ${STAGEDIR}${PLUGINSDIR}/bpm .include Modified: head/audio/picard-plugins/distinfo ============================================================================== --- head/audio/picard-plugins/distinfo Sat Mar 13 14:44:45 2021 (r568251) +++ head/audio/picard-plugins/distinfo Sat Mar 13 14:55:52 2021 (r568252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609459732 -SHA256 (metabrainz-picard-plugins-2.0.20201203-c833f54_GH0.tar.gz) = 3f0df807bbc5131760dd19230340c8ea05212a9f77191633b073625d15323d4b -SIZE (metabrainz-picard-plugins-2.0.20201203-c833f54_GH0.tar.gz) = 397200 +TIMESTAMP = 1615598680 +SHA256 (metabrainz-picard-plugins-2.0.20210119-3365403_GH0.tar.gz) = 695a9ae26df7db3274796d8d3718cddaeb296b2f0ac95513e5eaef89a78cad78 +SIZE (metabrainz-picard-plugins-2.0.20210119-3365403_GH0.tar.gz) = 398259 Modified: head/audio/picard-plugins/pkg-plist ============================================================================== --- head/audio/picard-plugins/pkg-plist Sat Mar 13 14:44:45 2021 (r568251) +++ head/audio/picard-plugins/pkg-plist Sat Mar 13 14:55:52 2021 (r568252) @@ -36,8 +36,8 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/featartistsintitles.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/fix_tracknums.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/fix_tracknums.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/haikuattrs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/haikuattrs.cpython-%%PYTHON_SUFFIX%%.pyc +@comment %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/haikuattrs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +@comment %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/haikuattrs.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/hyphen_unicode.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/hyphen_unicode.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/instruments.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -161,7 +161,7 @@ %%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/docs/default_settings.jpg %%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/options_format_performer_tags.ui %%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/ui_options_format_performer_tags.py -%%PYTHON_SITELIBDIR%%/picard/plugins/haikuattrs.py +@comment %%PYTHON_SITELIBDIR%%/picard/plugins/haikuattrs.py %%PYTHON_SITELIBDIR%%/picard/plugins/hyphen_unicode.py %%PYTHON_SITELIBDIR%%/picard/plugins/instruments.py %%PYTHON_SITELIBDIR%%/picard/plugins/keep.py From owner-svn-ports-all@freebsd.org Sat Mar 13 15:04:10 2021 Return-Path: Delivered-To: svn-ports-all@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 51B1357A30C; Sat, 13 Mar 2021 15:04:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyQty1t9Qz4yNQ; Sat, 13 Mar 2021 15:04:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 332C44952; Sat, 13 Mar 2021 15:04:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DF4AlL076935; Sat, 13 Mar 2021 15:04:10 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DF4A5t076934; Sat, 13 Mar 2021 15:04:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202103131504.12DF4A5t076934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 13 Mar 2021 15:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568253 - head/emulators/virtualbox-ose/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/emulators/virtualbox-ose/files X-SVN-Commit-Revision: 568253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 15:04:10 -0000 Author: madpilot Date: Sat Mar 13 15:04:09 2021 New Revision: 568253 URL: https://svnweb.freebsd.org/changeset/ports/568253 Log: Remove trailing spaaces from patch. Modified: head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp Modified: head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp ============================================================================== --- head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp Sat Mar 13 14:55:52 2021 (r568252) +++ head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostOSSAudio.cpp Sat Mar 13 15:04:09 2021 (r568253) @@ -4,7 +4,7 @@ default: rc = VERR_AUDIO_STREAM_COULD_NOT_CREATE; -+ iFormat = -1; ++ iFormat = -1; break; } From owner-svn-ports-all@freebsd.org Sat Mar 13 15:13:58 2021 Return-Path: Delivered-To: svn-ports-all@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 F348957A594; Sat, 13 Mar 2021 15:13:58 +0000 (UTC) (envelope-from jhale@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 4DyR6G6YSmz5081; Sat, 13 Mar 2021 15:13:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3F004EA7; Sat, 13 Mar 2021 15:13:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DFDwHV082918; Sat, 13 Mar 2021 15:13:58 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DFDwgW082916; Sat, 13 Mar 2021 15:13:58 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103131513.12DFDwgW082916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 13 Mar 2021 15:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568254 - head/security/cryptopp X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/security/cryptopp X-SVN-Commit-Revision: 568254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 15:13:59 -0000 Author: jhale Date: Sat Mar 13 15:13:58 2021 New Revision: 568254 URL: https://svnweb.freebsd.org/changeset/ports/568254 Log: security/cryptopp: Update to 8.5.0 Relnotes: https://www.cryptopp.com/release850.html Modified: head/security/cryptopp/Makefile head/security/cryptopp/distinfo Modified: head/security/cryptopp/Makefile ============================================================================== --- head/security/cryptopp/Makefile Sat Mar 13 15:04:09 2021 (r568253) +++ head/security/cryptopp/Makefile Sat Mar 13 15:13:58 2021 (r568254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cryptopp -PORTVERSION= 8.4.0 +PORTVERSION= 8.5.0 CATEGORIES= security MASTER_SITES= http://www.cryptopp.com/ DISTNAME= cryptopp${PORTVERSION:S/.//g} Modified: head/security/cryptopp/distinfo ============================================================================== --- head/security/cryptopp/distinfo Sat Mar 13 15:04:09 2021 (r568253) +++ head/security/cryptopp/distinfo Sat Mar 13 15:13:58 2021 (r568254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610559898 -SHA256 (cryptopp840.zip) = c0f5e5cd2c693c8160e9c51666e95949a1c19fd4fe4fef874af2ec1e42757b9a -SIZE (cryptopp840.zip) = 9124180 +TIMESTAMP = 1615647859 +SHA256 (cryptopp850.zip) = 95fc50d59488ebf61a735cce2b2ec2c2561fc682077c7b496273d65a1ed93d9e +SIZE (cryptopp850.zip) = 9125575 From owner-svn-ports-all@freebsd.org Sat Mar 13 15:49:38 2021 Return-Path: Delivered-To: svn-ports-all@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 A0DD857B109; Sat, 13 Mar 2021 15:49:38 +0000 (UTC) (envelope-from cmt@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 4DyRvQ469Fz51kQ; Sat, 13 Mar 2021 15:49:38 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8017A5254; Sat, 13 Mar 2021 15:49:38 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DFncU3001446; Sat, 13 Mar 2021 15:49:38 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DFncc2001444; Sat, 13 Mar 2021 15:49:38 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103131549.12DFncc2001444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 13 Mar 2021 15:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568255 - head/net-mgmt/check_ssl_cert X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/net-mgmt/check_ssl_cert X-SVN-Commit-Revision: 568255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 15:49:38 -0000 Author: cmt Date: Sat Mar 13 15:49:37 2021 New Revision: 568255 URL: https://svnweb.freebsd.org/changeset/ports/568255 Log: update check_ssl_cert to 1.143.0 https://github.com/matteocorti/check_ssl_cert/releases/tag/v1.143.0 Modified: head/net-mgmt/check_ssl_cert/Makefile head/net-mgmt/check_ssl_cert/distinfo Modified: head/net-mgmt/check_ssl_cert/Makefile ============================================================================== --- head/net-mgmt/check_ssl_cert/Makefile Sat Mar 13 15:13:58 2021 (r568254) +++ head/net-mgmt/check_ssl_cert/Makefile Sat Mar 13 15:49:37 2021 (r568255) @@ -2,7 +2,7 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 1.142.0 +DISTVERSION= 1.143.0 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org Modified: head/net-mgmt/check_ssl_cert/distinfo ============================================================================== --- head/net-mgmt/check_ssl_cert/distinfo Sat Mar 13 15:13:58 2021 (r568254) +++ head/net-mgmt/check_ssl_cert/distinfo Sat Mar 13 15:49:37 2021 (r568255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1615397788 -SHA256 (matteocorti-check_ssl_cert-v1.142.0_GH0.tar.gz) = 71a3aeb9e0120776d7e88098bfb8a5fed298b2e64e27573fd2cda3dc1adefaa5 -SIZE (matteocorti-check_ssl_cert-v1.142.0_GH0.tar.gz) = 228916 +TIMESTAMP = 1615647930 +SHA256 (matteocorti-check_ssl_cert-v1.143.0_GH0.tar.gz) = 04f55c78765a2c11602cc4a50095c8ee3195d9a2dc8ecc6bfecf86b0be6332ad +SIZE (matteocorti-check_ssl_cert-v1.143.0_GH0.tar.gz) = 230127 From owner-svn-ports-all@freebsd.org Sat Mar 13 16:12:40 2021 Return-Path: Delivered-To: svn-ports-all@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 6C7C457B78E; Sat, 13 Mar 2021 16:12:40 +0000 (UTC) (envelope-from joneum@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 4DySQ02Ncsz52hF; Sat, 13 Mar 2021 16:12:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44D64577B; Sat, 13 Mar 2021 16:12:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGCe7Q019431; Sat, 13 Mar 2021 16:12:40 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGCdFu019429; Sat, 13 Mar 2021 16:12:39 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103131612.12DGCdFu019429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 13 Mar 2021 16:12:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568256 - in head/www/apache24: . files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/www/apache24: . files X-SVN-Commit-Revision: 568256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:12:40 -0000 Author: joneum Date: Sat Mar 13 16:12:39 2021 New Revision: 568256 URL: https://svnweb.freebsd.org/changeset/ports/568256 Log: fix OpenSSL KTLS causes regression: SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT PR: 253394 Reported by: many Approved by: apache (with hat) MFH: 2021Q1 Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D28932 Added: head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c (contents, props changed) Modified: head/www/apache24/Makefile Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sat Mar 13 15:49:37 2021 (r568255) +++ head/www/apache24/Makefile Sat Mar 13 16:12:39 2021 (r568256) @@ -2,7 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.46 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} Added: head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c Sat Mar 13 16:12:39 2021 (r568256) @@ -0,0 +1,38 @@ +--- modules/ssl/ssl_engine_io.c.orig 2020-02-20 16:33:40.000000000 -0800 ++++ modules/ssl/ssl_engine_io.c 2021-02-25 16:08:04.863228000 -0800 +@@ -242,7 +242,7 @@ static int bio_filter_out_write(BIO *bio, const char * + + static long bio_filter_out_ctrl(BIO *bio, int cmd, long num, void *ptr) + { +- long ret = 1; ++ long ret = 0; + bio_filter_out_ctx_t *outctx = (bio_filter_out_ctx_t *)BIO_get_data(bio); + + switch (cmd) { +@@ -542,7 +542,7 @@ static int bio_filter_in_gets(BIO *bio, char *buf, int + + static long bio_filter_in_ctrl(BIO *bio, int cmd, long num, void *ptr) + { +- return -1; ++ return 0; + } + + #if MODSSL_USE_OPENSSL_PRE_1_1_API +@@ -567,7 +567,7 @@ static BIO_METHOD bio_filter_in_method = { + bio_filter_in_read, + bio_filter_in_puts, /* puts is never called */ + bio_filter_in_gets, /* gets is never called */ +- bio_filter_in_ctrl, /* ctrl is never called */ ++ bio_filter_in_ctrl, + bio_filter_create, + bio_filter_destroy, + NULL +@@ -594,7 +594,7 @@ void init_bio_methods(void) + BIO_meth_set_read(bio_filter_in_method, &bio_filter_in_read); + BIO_meth_set_puts(bio_filter_in_method, &bio_filter_in_puts); /* puts is never called */ + BIO_meth_set_gets(bio_filter_in_method, &bio_filter_in_gets); /* gets is never called */ +- BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); /* ctrl is never called */ ++ BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); + BIO_meth_set_create(bio_filter_in_method, &bio_filter_create); + BIO_meth_set_destroy(bio_filter_in_method, &bio_filter_destroy); + } From owner-svn-ports-all@freebsd.org Sat Mar 13 16:13:23 2021 Return-Path: Delivered-To: svn-ports-all@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 7134857B69F; Sat, 13 Mar 2021 16:13:23 +0000 (UTC) (envelope-from cmt@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 4DySQq2npQz531g; Sat, 13 Mar 2021 16:13:23 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 479A7577C; Sat, 13 Mar 2021 16:13:23 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGDNLi019771; Sat, 13 Mar 2021 16:13:23 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGDMWA019767; Sat, 13 Mar 2021 16:13:22 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103131613.12DGDMWA019767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 13 Mar 2021 16:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568257 - in head/cad/freecad: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/cad/freecad: . files X-SVN-Commit-Revision: 568257 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:13:23 -0000 Author: cmt Date: Sat Mar 13 16:13:22 2021 New Revision: 568257 URL: https://svnweb.freebsd.org/changeset/ports/568257 Log: update FreeCAD to 0.19.1 https://wiki.freecadweb.org/Release_notes_0.19 Deleted: head/cad/freecad/files/patch-CMakeLists.txt head/cad/freecad/files/patch-src_Mod_Drawing_App_DrawingExport.cpp head/cad/freecad/files/patch-src_Mod_Image_Gui_OpenGLImageBox.cpp head/cad/freecad/files/patch-src_Mod_Import_App_AppImportPy.cpp head/cad/freecad/files/patch-src_Mod_Import_App_StepShape.cpp head/cad/freecad/files/patch-src_Mod_Import_Gui_AppImportGuiPy.cpp head/cad/freecad/files/patch-src_Mod_Part_App_ImportIges.cpp head/cad/freecad/files/patch-src_Mod_Part_App_ImportStep.cpp head/cad/freecad/files/patch-src_Mod_Part_App_ProgressIndicator.cpp head/cad/freecad/files/patch-src_Mod_Part_App_ProgressIndicator.h head/cad/freecad/files/patch-src_Mod_Part_App_TopoShape.cpp head/cad/freecad/files/patch-src_Mod_Part_Gui_TaskCheckGeometry.cpp head/cad/freecad/files/patch-src_Mod_Part_Gui_TaskCheckGeometry.h Modified: head/cad/freecad/Makefile head/cad/freecad/distinfo head/cad/freecad/files/patch-cMake_FindPySide2Tools.cmake head/cad/freecad/pkg-plist Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sat Mar 13 16:12:39 2021 (r568256) +++ head/cad/freecad/Makefile Sat Mar 13 16:13:22 2021 (r568257) @@ -1,15 +1,12 @@ # $FreeBSD$ PORTNAME= FreeCAD -DISTVERSION= 0.18.6 +DISTVERSION= 0.19.1 # use these for bugfixes/snapshots # DISTVERSION= 0.18-16093 # git rev-list --count # DISTVERSIONSUFFIX= -g690774c0e CATEGORIES= cad -PATCH_SITES= https://github.com/FreeCAD/FreeCAD/commit/ -PATCHFILES+= 6eacb17b3e03d20.patch:-p1 # Python 3.8 compat - MAINTAINER= cmt@FreeBSD.org COMMENT= General purpose 3D CAD modeller @@ -44,7 +41,7 @@ USE_GITHUB= yes USE_XORG= ice sm x11 xext xt USE_GL= gl glu USE_QT= buildtools concurrent core gui network opengl printsupport \ - qmake_build svg webkit widgets xml + qmake_build svg webkit widgets xml xmlpatterns USE_LDCONFIG= yes DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL Modified: head/cad/freecad/distinfo ============================================================================== --- head/cad/freecad/distinfo Sat Mar 13 16:12:39 2021 (r568256) +++ head/cad/freecad/distinfo Sat Mar 13 16:13:22 2021 (r568257) @@ -1,5 +1,3 @@ -TIMESTAMP = 1614965849 -SHA256 (FreeCAD-FreeCAD-0.18.6_GH0.tar.gz) = af4c999f7beaf829a08dabfa708f52ae7827c5ee11ab380684d43261b7aaba15 -SIZE (FreeCAD-FreeCAD-0.18.6_GH0.tar.gz) = 219758707 -SHA256 (6eacb17b3e03d20.patch) = 3d2570c143825acd01b8eeb645fc450566e9ac20d6333de9e17cbc10fb5a13e0 -SIZE (6eacb17b3e03d20.patch) = 1023 +TIMESTAMP = 1615578971 +SHA256 (FreeCAD-FreeCAD-0.19.1_GH0.tar.gz) = 5ec0003c18df204f7b449d4ac0a82f945b41613a0264127de3ef16f6b2efa60f +SIZE (FreeCAD-FreeCAD-0.19.1_GH0.tar.gz) = 296983463 Modified: head/cad/freecad/files/patch-cMake_FindPySide2Tools.cmake ============================================================================== --- head/cad/freecad/files/patch-cMake_FindPySide2Tools.cmake Sat Mar 13 16:12:39 2021 (r568256) +++ head/cad/freecad/files/patch-cMake_FindPySide2Tools.cmake Sat Mar 13 16:13:22 2021 (r568257) @@ -1,21 +1,19 @@ ---- cMake/FindPySide2Tools.cmake.orig 2019-10-22 16:53:35 UTC +--- cMake/FindPySide2Tools.cmake.orig 2021-03-12 22:05:53 UTC +++ cMake/FindPySide2Tools.cmake -@@ -42,7 +42,7 @@ MACRO(PYSIDE_WRAP_UI outfiles) +@@ -58,7 +58,7 @@ # we follow the tool command with in-place sed. ADD_CUSTOM_COMMAND(OUTPUT ${outfile} - COMMAND "${PYSIDE2UICBINARY}" "${infile}" -o "${outfile}" + COMMAND "${PYSIDE2UICBINARY}" ${UICOPTIONS} "${infile}" -o "${outfile}" - COMMAND sed -i "/^# /d" "${outfile}" + COMMAND sed -i \"\" "/^# /d" "${outfile}" MAIN_DEPENDENCY "${infile}" ) endif() -@@ -68,8 +68,8 @@ MACRO(PYSIDE_WRAP_RC outfiles) - # pyside-rcc generates in comments at beginning, which is why +@@ -85,7 +85,7 @@ # we follow the tool command with in-place sed. ADD_CUSTOM_COMMAND(OUTPUT "${outfile}" -- COMMAND "${PYSIDE2RCCBINARY}" "${infile}" ${PY_ATTRIBUTE} -o "${outfile}" + COMMAND "${PYSIDE2RCCBINARY}" ${RCCOPTIONS} "${infile}" ${PY_ATTRIBUTE} -o "${outfile}" - COMMAND sed -i "/^# /d" "${outfile}" -+ COMMAND "${PYSIDE2RCCBINARY}" "${infile}" --no-compress --generator python -o "${outfile}" + COMMAND sed -i \"\" "/^# /d" "${outfile}" MAIN_DEPENDENCY "${infile}" ) Modified: head/cad/freecad/pkg-plist ============================================================================== --- head/cad/freecad/pkg-plist Sat Mar 13 16:12:39 2021 (r568256) +++ head/cad/freecad/pkg-plist Sat Mar 13 16:13:22 2021 (r568257) @@ -1,31 +1,44 @@ -FreeCAD/Ext/freecad/__init__.py FreeCAD/Ext/PySide/QtCore.py FreeCAD/Ext/PySide/QtGui.py FreeCAD/Ext/PySide/QtSvg.py FreeCAD/Ext/PySide/QtUiTools.py FreeCAD/Ext/PySide/__init__.py +FreeCAD/Ext/freecad/__init__.py +FreeCAD/Ext/freecad/gui/RemoteDebugger.py +FreeCAD/Ext/freecad/gui/RemoteDebugger.ui +FreeCAD/Ext/lazy_loader/__init__.py +FreeCAD/Ext/lazy_loader/lazy_loader.py FreeCAD/Mod/AddonManager/AddonManager.py -FreeCAD/Mod/AddonManager/AddonManagerGui.py +FreeCAD/Mod/AddonManager/AddonManager.ui +FreeCAD/Mod/AddonManager/AddonManagerOptions.ui +FreeCAD/Mod/AddonManager/AddonManager_rc.py FreeCAD/Mod/AddonManager/Init.py FreeCAD/Mod/AddonManager/InitGui.py FreeCAD/Mod/AddonManager/addonmanager_macro.py FreeCAD/Mod/AddonManager/addonmanager_utilities.py +FreeCAD/Mod/AddonManager/addonmanager_workers.py FreeCAD/Mod/Arch/Arch.py FreeCAD/Mod/Arch/ArchAxis.py FreeCAD/Mod/Arch/ArchBuilding.py FreeCAD/Mod/Arch/ArchBuildingPart.py FreeCAD/Mod/Arch/ArchCommands.py FreeCAD/Mod/Arch/ArchComponent.py +FreeCAD/Mod/Arch/ArchCurtainWall.py FreeCAD/Mod/Arch/ArchCutPlane.py FreeCAD/Mod/Arch/ArchEquipment.py +FreeCAD/Mod/Arch/ArchFence.py FreeCAD/Mod/Arch/ArchFloor.py FreeCAD/Mod/Arch/ArchFrame.py +FreeCAD/Mod/Arch/ArchIFC.py +FreeCAD/Mod/Arch/ArchIFCSchema.py +FreeCAD/Mod/Arch/ArchIFCView.py FreeCAD/Mod/Arch/ArchMaterial.py FreeCAD/Mod/Arch/ArchNesting.py FreeCAD/Mod/Arch/ArchPanel.py FreeCAD/Mod/Arch/ArchPipe.py FreeCAD/Mod/Arch/ArchPrecast.py FreeCAD/Mod/Arch/ArchProfile.py +FreeCAD/Mod/Arch/ArchProject.py FreeCAD/Mod/Arch/ArchRebar.py FreeCAD/Mod/Arch/ArchReference.py FreeCAD/Mod/Arch/ArchRoof.py @@ -35,39 +48,269 @@ FreeCAD/Mod/Arch/ArchSite.py FreeCAD/Mod/Arch/ArchSpace.py FreeCAD/Mod/Arch/ArchStairs.py FreeCAD/Mod/Arch/ArchStructure.py +FreeCAD/Mod/Arch/ArchTruss.py FreeCAD/Mod/Arch/ArchVRM.py FreeCAD/Mod/Arch/ArchWall.py FreeCAD/Mod/Arch/ArchWindow.py +FreeCAD/Mod/Arch/ArchWindowPresets.py FreeCAD/Mod/Arch/Arch_rc.py FreeCAD/Mod/Arch/Dice3DS/__init__.py FreeCAD/Mod/Arch/Dice3DS/dom3ds.py FreeCAD/Mod/Arch/Dice3DS/util.py FreeCAD/Mod/Arch/Init.py FreeCAD/Mod/Arch/InitGui.py +FreeCAD/Mod/Arch/OfflineRenderingUtils.py FreeCAD/Mod/Arch/TestArch.py +FreeCAD/Mod/Arch/exportIFC.py +FreeCAD/Mod/Arch/exportIFCHelper.py +FreeCAD/Mod/Arch/exportIFCStructuralTools.py FreeCAD/Mod/Arch/import3DS.py FreeCAD/Mod/Arch/importDAE.py FreeCAD/Mod/Arch/importIFC.py +FreeCAD/Mod/Arch/importIFCHelper.py FreeCAD/Mod/Arch/importIFClegacy.py +FreeCAD/Mod/Arch/importIFCmulticore.py FreeCAD/Mod/Arch/importJSON.py FreeCAD/Mod/Arch/importOBJ.py FreeCAD/Mod/Arch/importSH3D.py +FreeCAD/Mod/Arch/importSHP.py FreeCAD/Mod/Arch/importWebGL.py -FreeCAD/Mod/Complete/Init.py -FreeCAD/Mod/Complete/InitGui.py FreeCAD/Mod/Draft/Draft.py +FreeCAD/Mod/Draft/DraftFillet.py FreeCAD/Mod/Draft/DraftGeomUtils.py FreeCAD/Mod/Draft/DraftGui.py -FreeCAD/Mod/Draft/DraftSnap.py +FreeCAD/Mod/Draft/DraftLayer.py FreeCAD/Mod/Draft/DraftTools.py -FreeCAD/Mod/Draft/DraftTrackers.py FreeCAD/Mod/Draft/DraftVecUtils.py FreeCAD/Mod/Draft/Draft_rc.py FreeCAD/Mod/Draft/Init.py FreeCAD/Mod/Draft/InitGui.py FreeCAD/Mod/Draft/TestDraft.py +FreeCAD/Mod/Draft/TestDraftGui.py FreeCAD/Mod/Draft/WorkingPlane.py -FreeCAD/Mod/Draft/getSVG.py +FreeCAD/Mod/Draft/draftfunctions/README.md +FreeCAD/Mod/Draft/draftfunctions/__init__.py +FreeCAD/Mod/Draft/draftfunctions/array.py +FreeCAD/Mod/Draft/draftfunctions/cut.py +FreeCAD/Mod/Draft/draftfunctions/downgrade.py +FreeCAD/Mod/Draft/draftfunctions/draftify.py +FreeCAD/Mod/Draft/draftfunctions/dxf.py +FreeCAD/Mod/Draft/draftfunctions/extrude.py +FreeCAD/Mod/Draft/draftfunctions/fuse.py +FreeCAD/Mod/Draft/draftfunctions/heal.py +FreeCAD/Mod/Draft/draftfunctions/join.py +FreeCAD/Mod/Draft/draftfunctions/mirror.py +FreeCAD/Mod/Draft/draftfunctions/move.py +FreeCAD/Mod/Draft/draftfunctions/offset.py +FreeCAD/Mod/Draft/draftfunctions/rotate.py +FreeCAD/Mod/Draft/draftfunctions/scale.py +FreeCAD/Mod/Draft/draftfunctions/split.py +FreeCAD/Mod/Draft/draftfunctions/svg.py +FreeCAD/Mod/Draft/draftfunctions/svgshapes.py +FreeCAD/Mod/Draft/draftfunctions/svgtext.py +FreeCAD/Mod/Draft/draftfunctions/upgrade.py +FreeCAD/Mod/Draft/draftgeoutils/__init__.py +FreeCAD/Mod/Draft/draftgeoutils/arcs.py +FreeCAD/Mod/Draft/draftgeoutils/circle_inversion.py +FreeCAD/Mod/Draft/draftgeoutils/circles.py +FreeCAD/Mod/Draft/draftgeoutils/circles_apollonius.py +FreeCAD/Mod/Draft/draftgeoutils/circles_incomplete.py +FreeCAD/Mod/Draft/draftgeoutils/cuboids.py +FreeCAD/Mod/Draft/draftgeoutils/edges.py +FreeCAD/Mod/Draft/draftgeoutils/faces.py +FreeCAD/Mod/Draft/draftgeoutils/fillets.py +FreeCAD/Mod/Draft/draftgeoutils/general.py +FreeCAD/Mod/Draft/draftgeoutils/geo_arrays.py +FreeCAD/Mod/Draft/draftgeoutils/geometry.py +FreeCAD/Mod/Draft/draftgeoutils/intersections.py +FreeCAD/Mod/Draft/draftgeoutils/linear_algebra.py +FreeCAD/Mod/Draft/draftgeoutils/offsets.py +FreeCAD/Mod/Draft/draftgeoutils/sort_edges.py +FreeCAD/Mod/Draft/draftgeoutils/wires.py +FreeCAD/Mod/Draft/draftguitools/README.md +FreeCAD/Mod/Draft/draftguitools/__init__.py +FreeCAD/Mod/Draft/draftguitools/gui_annotationstyleeditor.py +FreeCAD/Mod/Draft/draftguitools/gui_arcs.py +FreeCAD/Mod/Draft/draftguitools/gui_array_simple.py +FreeCAD/Mod/Draft/draftguitools/gui_arrays.py +FreeCAD/Mod/Draft/draftguitools/gui_base.py +FreeCAD/Mod/Draft/draftguitools/gui_base_original.py +FreeCAD/Mod/Draft/draftguitools/gui_beziers.py +FreeCAD/Mod/Draft/draftguitools/gui_circles.py +FreeCAD/Mod/Draft/draftguitools/gui_circulararray.py +FreeCAD/Mod/Draft/draftguitools/gui_clone.py +FreeCAD/Mod/Draft/draftguitools/gui_dimension_ops.py +FreeCAD/Mod/Draft/draftguitools/gui_dimensions.py +FreeCAD/Mod/Draft/draftguitools/gui_downgrade.py +FreeCAD/Mod/Draft/draftguitools/gui_draft2sketch.py +FreeCAD/Mod/Draft/draftguitools/gui_drawing.py +FreeCAD/Mod/Draft/draftguitools/gui_edit.py +FreeCAD/Mod/Draft/draftguitools/gui_edit_arch_objects.py +FreeCAD/Mod/Draft/draftguitools/gui_edit_base_object.py +FreeCAD/Mod/Draft/draftguitools/gui_edit_draft_objects.py +FreeCAD/Mod/Draft/draftguitools/gui_edit_part_objects.py +FreeCAD/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py +FreeCAD/Mod/Draft/draftguitools/gui_ellipses.py +FreeCAD/Mod/Draft/draftguitools/gui_facebinders.py +FreeCAD/Mod/Draft/draftguitools/gui_fillets.py +FreeCAD/Mod/Draft/draftguitools/gui_grid.py +FreeCAD/Mod/Draft/draftguitools/gui_groups.py +FreeCAD/Mod/Draft/draftguitools/gui_heal.py +FreeCAD/Mod/Draft/draftguitools/gui_join.py +FreeCAD/Mod/Draft/draftguitools/gui_labels.py +FreeCAD/Mod/Draft/draftguitools/gui_layers.py +FreeCAD/Mod/Draft/draftguitools/gui_lineops.py +FreeCAD/Mod/Draft/draftguitools/gui_lines.py +FreeCAD/Mod/Draft/draftguitools/gui_lineslope.py +FreeCAD/Mod/Draft/draftguitools/gui_mirror.py +FreeCAD/Mod/Draft/draftguitools/gui_move.py +FreeCAD/Mod/Draft/draftguitools/gui_offset.py +FreeCAD/Mod/Draft/draftguitools/gui_orthoarray.py +FreeCAD/Mod/Draft/draftguitools/gui_patharray.py +FreeCAD/Mod/Draft/draftguitools/gui_pathtwistedarray.py +FreeCAD/Mod/Draft/draftguitools/gui_planeproxy.py +FreeCAD/Mod/Draft/draftguitools/gui_pointarray.py +FreeCAD/Mod/Draft/draftguitools/gui_points.py +FreeCAD/Mod/Draft/draftguitools/gui_polararray.py +FreeCAD/Mod/Draft/draftguitools/gui_polygons.py +FreeCAD/Mod/Draft/draftguitools/gui_rectangles.py +FreeCAD/Mod/Draft/draftguitools/gui_rotate.py +FreeCAD/Mod/Draft/draftguitools/gui_scale.py +FreeCAD/Mod/Draft/draftguitools/gui_selectplane.py +FreeCAD/Mod/Draft/draftguitools/gui_setstyle.py +FreeCAD/Mod/Draft/draftguitools/gui_shape2dview.py +FreeCAD/Mod/Draft/draftguitools/gui_shapestrings.py +FreeCAD/Mod/Draft/draftguitools/gui_snapper.py +FreeCAD/Mod/Draft/draftguitools/gui_snaps.py +FreeCAD/Mod/Draft/draftguitools/gui_splines.py +FreeCAD/Mod/Draft/draftguitools/gui_split.py +FreeCAD/Mod/Draft/draftguitools/gui_stretch.py +FreeCAD/Mod/Draft/draftguitools/gui_styles.py +FreeCAD/Mod/Draft/draftguitools/gui_subelements.py +FreeCAD/Mod/Draft/draftguitools/gui_texts.py +FreeCAD/Mod/Draft/draftguitools/gui_togglemodes.py +FreeCAD/Mod/Draft/draftguitools/gui_tool_utils.py +FreeCAD/Mod/Draft/draftguitools/gui_trackers.py +FreeCAD/Mod/Draft/draftguitools/gui_trimex.py +FreeCAD/Mod/Draft/draftguitools/gui_upgrade.py +FreeCAD/Mod/Draft/draftguitools/gui_wire2spline.py +FreeCAD/Mod/Draft/draftmake/README.md +FreeCAD/Mod/Draft/draftmake/__init__.py +FreeCAD/Mod/Draft/draftmake/make_arc_3points.py +FreeCAD/Mod/Draft/draftmake/make_array.py +FreeCAD/Mod/Draft/draftmake/make_bezcurve.py +FreeCAD/Mod/Draft/draftmake/make_block.py +FreeCAD/Mod/Draft/draftmake/make_bspline.py +FreeCAD/Mod/Draft/draftmake/make_circle.py +FreeCAD/Mod/Draft/draftmake/make_circulararray.py +FreeCAD/Mod/Draft/draftmake/make_clone.py +FreeCAD/Mod/Draft/draftmake/make_copy.py +FreeCAD/Mod/Draft/draftmake/make_dimension.py +FreeCAD/Mod/Draft/draftmake/make_drawingview.py +FreeCAD/Mod/Draft/draftmake/make_ellipse.py +FreeCAD/Mod/Draft/draftmake/make_facebinder.py +FreeCAD/Mod/Draft/draftmake/make_fillet.py +FreeCAD/Mod/Draft/draftmake/make_label.py +FreeCAD/Mod/Draft/draftmake/make_layer.py +FreeCAD/Mod/Draft/draftmake/make_line.py +FreeCAD/Mod/Draft/draftmake/make_orthoarray.py +FreeCAD/Mod/Draft/draftmake/make_patharray.py +FreeCAD/Mod/Draft/draftmake/make_point.py +FreeCAD/Mod/Draft/draftmake/make_pointarray.py +FreeCAD/Mod/Draft/draftmake/make_polararray.py +FreeCAD/Mod/Draft/draftmake/make_polygon.py +FreeCAD/Mod/Draft/draftmake/make_rectangle.py +FreeCAD/Mod/Draft/draftmake/make_shape2dview.py +FreeCAD/Mod/Draft/draftmake/make_shapestring.py +FreeCAD/Mod/Draft/draftmake/make_sketch.py +FreeCAD/Mod/Draft/draftmake/make_text.py +FreeCAD/Mod/Draft/draftmake/make_wire.py +FreeCAD/Mod/Draft/draftmake/make_wpproxy.py +FreeCAD/Mod/Draft/draftobjects/README.md +FreeCAD/Mod/Draft/draftobjects/__init__.py +FreeCAD/Mod/Draft/draftobjects/array.py +FreeCAD/Mod/Draft/draftobjects/base.py +FreeCAD/Mod/Draft/draftobjects/bezcurve.py +FreeCAD/Mod/Draft/draftobjects/block.py +FreeCAD/Mod/Draft/draftobjects/bspline.py +FreeCAD/Mod/Draft/draftobjects/circle.py +FreeCAD/Mod/Draft/draftobjects/clone.py +FreeCAD/Mod/Draft/draftobjects/dimension.py +FreeCAD/Mod/Draft/draftobjects/draft_annotation.py +FreeCAD/Mod/Draft/draftobjects/draftlink.py +FreeCAD/Mod/Draft/draftobjects/drawingview.py +FreeCAD/Mod/Draft/draftobjects/ellipse.py +FreeCAD/Mod/Draft/draftobjects/facebinder.py +FreeCAD/Mod/Draft/draftobjects/fillet.py +FreeCAD/Mod/Draft/draftobjects/label.py +FreeCAD/Mod/Draft/draftobjects/layer.py +FreeCAD/Mod/Draft/draftobjects/patharray.py +FreeCAD/Mod/Draft/draftobjects/pathtwistedarray.py +FreeCAD/Mod/Draft/draftobjects/point.py +FreeCAD/Mod/Draft/draftobjects/pointarray.py +FreeCAD/Mod/Draft/draftobjects/polygon.py +FreeCAD/Mod/Draft/draftobjects/rectangle.py +FreeCAD/Mod/Draft/draftobjects/shape2dview.py +FreeCAD/Mod/Draft/draftobjects/shapestring.py +FreeCAD/Mod/Draft/draftobjects/text.py +FreeCAD/Mod/Draft/draftobjects/wire.py +FreeCAD/Mod/Draft/draftobjects/wpproxy.py +FreeCAD/Mod/Draft/drafttaskpanels/README.md +FreeCAD/Mod/Draft/drafttaskpanels/__init__.py +FreeCAD/Mod/Draft/drafttaskpanels/task_circulararray.py +FreeCAD/Mod/Draft/drafttaskpanels/task_orthoarray.py +FreeCAD/Mod/Draft/drafttaskpanels/task_polararray.py +FreeCAD/Mod/Draft/drafttaskpanels/task_scale.py +FreeCAD/Mod/Draft/drafttaskpanels/task_selectplane.py +FreeCAD/Mod/Draft/drafttaskpanels/task_shapestring.py +FreeCAD/Mod/Draft/drafttests/README.md +FreeCAD/Mod/Draft/drafttests/__init__.py +FreeCAD/Mod/Draft/drafttests/auxiliary.py +FreeCAD/Mod/Draft/drafttests/draft_test_objects.py +FreeCAD/Mod/Draft/drafttests/test_airfoildat.py +FreeCAD/Mod/Draft/drafttests/test_creation.py +FreeCAD/Mod/Draft/drafttests/test_dwg.py +FreeCAD/Mod/Draft/drafttests/test_dxf.py +FreeCAD/Mod/Draft/drafttests/test_import.py +FreeCAD/Mod/Draft/drafttests/test_import_gui.py +FreeCAD/Mod/Draft/drafttests/test_import_tools.py +FreeCAD/Mod/Draft/drafttests/test_modification.py +FreeCAD/Mod/Draft/drafttests/test_oca.py +FreeCAD/Mod/Draft/drafttests/test_pivy.py +FreeCAD/Mod/Draft/drafttests/test_svg.py +FreeCAD/Mod/Draft/draftutils/README.md +FreeCAD/Mod/Draft/draftutils/__init__.py +FreeCAD/Mod/Draft/draftutils/groups.py +FreeCAD/Mod/Draft/draftutils/gui_utils.py +FreeCAD/Mod/Draft/draftutils/init_draft_statusbar.py +FreeCAD/Mod/Draft/draftutils/init_tools.py +FreeCAD/Mod/Draft/draftutils/messages.py +FreeCAD/Mod/Draft/draftutils/todo.py +FreeCAD/Mod/Draft/draftutils/translate.py +FreeCAD/Mod/Draft/draftutils/units.py +FreeCAD/Mod/Draft/draftutils/utils.py +FreeCAD/Mod/Draft/draftviewproviders/README.md +FreeCAD/Mod/Draft/draftviewproviders/__init__.py +FreeCAD/Mod/Draft/draftviewproviders/view_array.py +FreeCAD/Mod/Draft/draftviewproviders/view_base.py +FreeCAD/Mod/Draft/draftviewproviders/view_bezcurve.py +FreeCAD/Mod/Draft/draftviewproviders/view_bspline.py +FreeCAD/Mod/Draft/draftviewproviders/view_circulararray.py +FreeCAD/Mod/Draft/draftviewproviders/view_clone.py +FreeCAD/Mod/Draft/draftviewproviders/view_dimension.py +FreeCAD/Mod/Draft/draftviewproviders/view_draft_annotation.py +FreeCAD/Mod/Draft/draftviewproviders/view_draftlink.py +FreeCAD/Mod/Draft/draftviewproviders/view_facebinder.py +FreeCAD/Mod/Draft/draftviewproviders/view_fillet.py +FreeCAD/Mod/Draft/draftviewproviders/view_label.py +FreeCAD/Mod/Draft/draftviewproviders/view_layer.py +FreeCAD/Mod/Draft/draftviewproviders/view_orthoarray.py +FreeCAD/Mod/Draft/draftviewproviders/view_point.py +FreeCAD/Mod/Draft/draftviewproviders/view_polararray.py +FreeCAD/Mod/Draft/draftviewproviders/view_rectangle.py +FreeCAD/Mod/Draft/draftviewproviders/view_text.py +FreeCAD/Mod/Draft/draftviewproviders/view_wire.py +FreeCAD/Mod/Draft/draftviewproviders/view_wpproxy.py FreeCAD/Mod/Draft/importAirfoilDAT.py FreeCAD/Mod/Draft/importDWG.py FreeCAD/Mod/Draft/importDXF.py @@ -78,9 +321,12 @@ FreeCAD/Mod/Drawing/DrawingPatterns.py FreeCAD/Mod/Drawing/DrawingTests.py FreeCAD/Mod/Drawing/Init.py FreeCAD/Mod/Drawing/InitGui.py +FreeCAD/Mod/Drawing/README.md FreeCAD/Mod/Fem/Init.py FreeCAD/Mod/Fem/InitGui.py FreeCAD/Mod/Fem/ObjectsFem.py +FreeCAD/Mod/Fem/Resources/ui/ConstraintSectionPrint.ui +FreeCAD/Mod/Fem/Resources/ui/ConstraintTie.ui FreeCAD/Mod/Fem/Resources/ui/ElectrostaticPotential.ui FreeCAD/Mod/Fem/Resources/ui/ElementFluid1D.ui FreeCAD/Mod/Fem/Resources/ui/ElementGeometry1D.ui @@ -89,47 +335,84 @@ FreeCAD/Mod/Fem/Resources/ui/ElementRotation1D.ui FreeCAD/Mod/Fem/Resources/ui/FlowVelocity.ui FreeCAD/Mod/Fem/Resources/ui/InitialFlowVelocity.ui FreeCAD/Mod/Fem/Resources/ui/Material.ui +FreeCAD/Mod/Fem/Resources/ui/MaterialReinforcement.ui FreeCAD/Mod/Fem/Resources/ui/MeshBoundaryLayer.ui FreeCAD/Mod/Fem/Resources/ui/MeshGmsh.ui FreeCAD/Mod/Fem/Resources/ui/MeshGroup.ui FreeCAD/Mod/Fem/Resources/ui/MeshGroupXDMFExport.ui FreeCAD/Mod/Fem/Resources/ui/MeshRegion.ui +FreeCAD/Mod/Fem/Resources/ui/ResultHints.ui FreeCAD/Mod/Fem/Resources/ui/ResultShow.ui FreeCAD/Mod/Fem/Resources/ui/SolverCalculix.ui -FreeCAD/Mod/Fem/TestFem.py +FreeCAD/Mod/Fem/TestFemApp.py +FreeCAD/Mod/Fem/TestFemGui.py +FreeCAD/Mod/Fem/coding_conventions.md FreeCAD/Mod/Fem/femcommands/__init__.py FreeCAD/Mod/Fem/femcommands/commands.py FreeCAD/Mod/Fem/femcommands/manager.py -FreeCAD/Mod/Fem/femguiobjects/FemSelectionWidgets.py -FreeCAD/Mod/Fem/femguiobjects/ViewProviderFemConstraint.py -FreeCAD/Mod/Fem/femguiobjects/_TaskPanelFemSolverControl.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemConstraintBodyHeatSource.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemConstraintElectrostaticPotential.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemConstraintFlowVelocity.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemConstraintInitialFlowVelocity.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemConstraintSelfWeight.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemElementFluid1D.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry1D.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMaterial.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMaterialMechanicalNonlinear.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMeshBoundaryLayer.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMeshGmsh.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMeshGroup.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMeshRegion.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemMeshResult.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemResultMechanical.py -FreeCAD/Mod/Fem/femguiobjects/_ViewProviderFemSolverCalculix.py +FreeCAD/Mod/Fem/femexamples/__init__.py +FreeCAD/Mod/Fem/femexamples/boxanalysis_frequency.py +FreeCAD/Mod/Fem/femexamples/boxanalysis_static.py +FreeCAD/Mod/Fem/femexamples/ccx_cantilever_faceload.py +FreeCAD/Mod/Fem/femexamples/ccx_cantilever_hexa20faceload.py +FreeCAD/Mod/Fem/femexamples/ccx_cantilever_nodeload.py +FreeCAD/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py +FreeCAD/Mod/Fem/femexamples/constraint_contact_shell_shell.py +FreeCAD/Mod/Fem/femexamples/constraint_contact_solid_solid.py +FreeCAD/Mod/Fem/femexamples/constraint_section_print.py +FreeCAD/Mod/Fem/femexamples/constraint_selfweight_cantilever.py +FreeCAD/Mod/Fem/femexamples/constraint_tie.py +FreeCAD/Mod/Fem/femexamples/constraint_transform_beam_hinged.py +FreeCAD/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py +FreeCAD/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py +FreeCAD/Mod/Fem/femexamples/examplesgui.py +FreeCAD/Mod/Fem/femexamples/manager.py +FreeCAD/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py +FreeCAD/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py +FreeCAD/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py +FreeCAD/Mod/Fem/femexamples/material_nl_platewithhole.py +FreeCAD/Mod/Fem/femexamples/meshes/__init__.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetall_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_thermomech_flow1d_seg3.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_thermomech_spine_tetra10.py +FreeCAD/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py +FreeCAD/Mod/Fem/femexamples/rc_wall_2d.py +FreeCAD/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py +FreeCAD/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py +FreeCAD/Mod/Fem/femexamples/thermomech_bimetall.py +FreeCAD/Mod/Fem/femexamples/thermomech_flow1d.py +FreeCAD/Mod/Fem/femexamples/thermomech_spine.py FreeCAD/Mod/Fem/femguiobjects/__init__.py +FreeCAD/Mod/Fem/femguiobjects/readme.md +FreeCAD/Mod/Fem/femguiutils/__init__.py +FreeCAD/Mod/Fem/femguiutils/migrate_gui.py +FreeCAD/Mod/Fem/femguiutils/selection_widgets.py FreeCAD/Mod/Fem/feminout/__init__.py FreeCAD/Mod/Fem/feminout/convert2TetGen.py FreeCAD/Mod/Fem/feminout/importCcxDatResults.py FreeCAD/Mod/Fem/feminout/importCcxFrdResults.py FreeCAD/Mod/Fem/feminout/importFenicsMesh.py FreeCAD/Mod/Fem/feminout/importInpMesh.py +FreeCAD/Mod/Fem/feminout/importPyMesh.py FreeCAD/Mod/Fem/feminout/importToolsFem.py FreeCAD/Mod/Fem/feminout/importVTKResults.py +FreeCAD/Mod/Fem/feminout/importYamlJsonMesh.py FreeCAD/Mod/Fem/feminout/importZ88Mesh.py FreeCAD/Mod/Fem/feminout/importZ88O2Results.py FreeCAD/Mod/Fem/feminout/readFenicsXDMF.py @@ -140,26 +423,30 @@ FreeCAD/Mod/Fem/femmesh/__init__.py FreeCAD/Mod/Fem/femmesh/femmesh2mesh.py FreeCAD/Mod/Fem/femmesh/gmshtools.py FreeCAD/Mod/Fem/femmesh/meshtools.py -FreeCAD/Mod/Fem/femobjects/FemConstraint.py -FreeCAD/Mod/Fem/femobjects/_FemConstraintBodyHeatSource.py -FreeCAD/Mod/Fem/femobjects/_FemConstraintElectrostaticPotential.py -FreeCAD/Mod/Fem/femobjects/_FemConstraintFlowVelocity.py -FreeCAD/Mod/Fem/femobjects/_FemConstraintInitialFlowVelocity.py -FreeCAD/Mod/Fem/femobjects/_FemConstraintSelfWeight.py -FreeCAD/Mod/Fem/femobjects/_FemElementFluid1D.py -FreeCAD/Mod/Fem/femobjects/_FemElementGeometry1D.py -FreeCAD/Mod/Fem/femobjects/_FemElementGeometry2D.py -FreeCAD/Mod/Fem/femobjects/_FemElementRotation1D.py -FreeCAD/Mod/Fem/femobjects/_FemMaterial.py -FreeCAD/Mod/Fem/femobjects/_FemMaterialMechanicalNonlinear.py -FreeCAD/Mod/Fem/femobjects/_FemMeshBoundaryLayer.py -FreeCAD/Mod/Fem/femobjects/_FemMeshGmsh.py -FreeCAD/Mod/Fem/femobjects/_FemMeshGroup.py -FreeCAD/Mod/Fem/femobjects/_FemMeshRegion.py -FreeCAD/Mod/Fem/femobjects/_FemMeshResult.py -FreeCAD/Mod/Fem/femobjects/_FemResultMechanical.py -FreeCAD/Mod/Fem/femobjects/_FemSolverCalculix.py FreeCAD/Mod/Fem/femobjects/__init__.py +FreeCAD/Mod/Fem/femobjects/base_fempythonobject.py +FreeCAD/Mod/Fem/femobjects/constant_vacuumpermittivity.py +FreeCAD/Mod/Fem/femobjects/constraint_bodyheatsource.py +FreeCAD/Mod/Fem/femobjects/constraint_electrostaticpotential.py +FreeCAD/Mod/Fem/femobjects/constraint_flowvelocity.py +FreeCAD/Mod/Fem/femobjects/constraint_initialflowvelocity.py +FreeCAD/Mod/Fem/femobjects/constraint_sectionprint.py +FreeCAD/Mod/Fem/femobjects/constraint_selfweight.py +FreeCAD/Mod/Fem/femobjects/constraint_tie.py +FreeCAD/Mod/Fem/femobjects/element_fluid1D.py +FreeCAD/Mod/Fem/femobjects/element_geometry1D.py +FreeCAD/Mod/Fem/femobjects/element_geometry2D.py +FreeCAD/Mod/Fem/femobjects/element_rotation1D.py +FreeCAD/Mod/Fem/femobjects/material_common.py +FreeCAD/Mod/Fem/femobjects/material_mechanicalnonlinear.py +FreeCAD/Mod/Fem/femobjects/material_reinforced.py +FreeCAD/Mod/Fem/femobjects/mesh_boundarylayer.py +FreeCAD/Mod/Fem/femobjects/mesh_gmsh.py +FreeCAD/Mod/Fem/femobjects/mesh_group.py +FreeCAD/Mod/Fem/femobjects/mesh_region.py +FreeCAD/Mod/Fem/femobjects/mesh_result.py +FreeCAD/Mod/Fem/femobjects/result_mechanical.py +FreeCAD/Mod/Fem/femobjects/solver_ccxtools.py FreeCAD/Mod/Fem/femresult/__init__.py FreeCAD/Mod/Fem/femresult/resulttools.py FreeCAD/Mod/Fem/femsolver/__init__.py @@ -170,10 +457,11 @@ FreeCAD/Mod/Fem/femsolver/calculix/writer.py FreeCAD/Mod/Fem/femsolver/elmer/__init__.py FreeCAD/Mod/Fem/femsolver/elmer/equations/__init__.py FreeCAD/Mod/Fem/femsolver/elmer/equations/elasticity.py +FreeCAD/Mod/Fem/femsolver/elmer/equations/electricforce.py FreeCAD/Mod/Fem/femsolver/elmer/equations/electrostatic.py FreeCAD/Mod/Fem/femsolver/elmer/equations/equation.py FreeCAD/Mod/Fem/femsolver/elmer/equations/flow.py -FreeCAD/Mod/Fem/femsolver/elmer/equations/fluxsolver.py +FreeCAD/Mod/Fem/femsolver/elmer/equations/flux.py FreeCAD/Mod/Fem/femsolver/elmer/equations/heat.py FreeCAD/Mod/Fem/femsolver/elmer/equations/linear.py FreeCAD/Mod/Fem/femsolver/elmer/equations/nonlinear.py @@ -189,6 +477,7 @@ FreeCAD/Mod/Fem/femsolver/reportdialog.py FreeCAD/Mod/Fem/femsolver/run.py FreeCAD/Mod/Fem/femsolver/settings.py FreeCAD/Mod/Fem/femsolver/signal.py +FreeCAD/Mod/Fem/femsolver/solver_taskpanel.py FreeCAD/Mod/Fem/femsolver/solverbase.py FreeCAD/Mod/Fem/femsolver/task.py FreeCAD/Mod/Fem/femsolver/writerbase.py @@ -196,55 +485,166 @@ FreeCAD/Mod/Fem/femsolver/z88/__init__.py FreeCAD/Mod/Fem/femsolver/z88/solver.py FreeCAD/Mod/Fem/femsolver/z88/tasks.py FreeCAD/Mod/Fem/femsolver/z88/writer.py +FreeCAD/Mod/Fem/femtaskpanels/__init__.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py +FreeCAD/Mod/Fem/femtaskpanels/task_constraint_tie.py +FreeCAD/Mod/Fem/femtaskpanels/task_element_fluid1D.py +FreeCAD/Mod/Fem/femtaskpanels/task_element_geometry1D.py +FreeCAD/Mod/Fem/femtaskpanels/task_element_geometry2D.py +FreeCAD/Mod/Fem/femtaskpanels/task_element_rotation1D.py +FreeCAD/Mod/Fem/femtaskpanels/task_material_common.py +FreeCAD/Mod/Fem/femtaskpanels/task_material_reinforced.py +FreeCAD/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py +FreeCAD/Mod/Fem/femtaskpanels/task_mesh_gmsh.py +FreeCAD/Mod/Fem/femtaskpanels/task_mesh_group.py +FreeCAD/Mod/Fem/femtaskpanels/task_mesh_region.py +FreeCAD/Mod/Fem/femtaskpanels/task_result_mechanical.py +FreeCAD/Mod/Fem/femtaskpanels/task_solver_ccxtools.py FreeCAD/Mod/Fem/femtest/__init__.py -FreeCAD/Mod/Fem/femtest/testccxtools.py -FreeCAD/Mod/Fem/femtest/testcommon.py -FreeCAD/Mod/Fem/femtest/testfiles/__init__.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_mesh.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech.FCStd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech.dat -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech.frd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech.inp -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech_expected_values -FreeCAD/Mod/Fem/femtest/testfiles/ccx/Flow1D_thermomech_inout_nodes.txt -FreeCAD/Mod/Fem/femtest/testfiles/ccx/__init__.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube.FCStd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_frequency.FCStd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_frequency.dat -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_frequency.frd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_frequency.inp -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_frequency_expected_values -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_mesh.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_static.FCStd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_static.dat -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_static.frd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_static.inp -FreeCAD/Mod/Fem/femtest/testfiles/ccx/cube_static_expected_values -FreeCAD/Mod/Fem/femtest/testfiles/ccx/multimat.inp -FreeCAD/Mod/Fem/femtest/testfiles/ccx/multimat_mesh.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_mesh.py -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_thermomech.FCStd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_thermomech.dat -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_thermomech.frd -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_thermomech.inp -FreeCAD/Mod/Fem/femtest/testfiles/ccx/spine_thermomech_expected_values -FreeCAD/Mod/Fem/femtest/testfiles/elmer/ELMERSOLVER_STARTINFO -FreeCAD/Mod/Fem/femtest/testfiles/elmer/__init__.py -FreeCAD/Mod/Fem/femtest/testfiles/elmer/case.sif -FreeCAD/Mod/Fem/femtest/testfiles/elmer/group_mesh.geo -FreeCAD/Mod/Fem/femtest/testfiles/mesh/__init__.py -FreeCAD/Mod/Fem/femtest/testfiles/mesh/tetra10_mesh.inp -FreeCAD/Mod/Fem/femtest/testfiles/mesh/tetra10_mesh.unv -FreeCAD/Mod/Fem/femtest/testfiles/mesh/tetra10_mesh.vtk -FreeCAD/Mod/Fem/femtest/testfiles/mesh/tetra10_mesh.z88 -FreeCAD/Mod/Fem/femtest/testmesh.py -FreeCAD/Mod/Fem/femtest/testobject.py -FreeCAD/Mod/Fem/femtest/testresult.py -FreeCAD/Mod/Fem/femtest/testsolverframework.py -FreeCAD/Mod/Fem/femtest/utilstest.py +FreeCAD/Mod/Fem/femtest/app/__init__.py +FreeCAD/Mod/Fem/femtest/app/support_utils.py +FreeCAD/Mod/Fem/femtest/app/test_ccxtools.py +FreeCAD/Mod/Fem/femtest/app/test_common.py +FreeCAD/Mod/Fem/femtest/app/test_femimport.py +FreeCAD/Mod/Fem/femtest/app/test_material.py +FreeCAD/Mod/Fem/femtest/app/test_mesh.py +FreeCAD/Mod/Fem/femtest/app/test_object.py +FreeCAD/Mod/Fem/femtest/app/test_open.py +FreeCAD/Mod/Fem/femtest/app/test_result.py +FreeCAD/Mod/Fem/femtest/app/test_solver_calculix.py +FreeCAD/Mod/Fem/femtest/app/test_solver_elmer.py +FreeCAD/Mod/Fem/femtest/app/test_solver_z88.py +FreeCAD/Mod/Fem/femtest/data/__init__.py +FreeCAD/Mod/Fem/femtest/data/calculix/__init__.py +FreeCAD/Mod/Fem/femtest/data/calculix/box.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.dat +FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.frd +FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency.inp +FreeCAD/Mod/Fem/femtest/data/calculix/box_frequency_expected_values +FreeCAD/Mod/Fem/femtest/data/calculix/box_static.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/box_static.dat +FreeCAD/Mod/Fem/femtest/data/calculix/box_static.frd +FreeCAD/Mod/Fem/femtest/data/calculix/box_static.inp +FreeCAD/Mod/Fem/femtest/data/calculix/box_static_expected_values +FreeCAD/Mod/Fem/femtest/data/calculix/ccxcantilever_faceload.inp +FreeCAD/Mod/Fem/femtest/data/calculix/ccxcantilever_hexa20.inp +FreeCAD/Mod/Fem/femtest/data/calculix/ccxcantilever_nodeload.inp +FreeCAD/Mod/Fem/femtest/data/calculix/ccxcantilever_prescribeddisplacement.inp +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp +FreeCAD/Mod/Fem/femtest/data/calculix/constraint_tie.inp +FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp +FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp +FreeCAD/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp +FreeCAD/Mod/Fem/femtest/data/calculix/material_nonlinear.inp +FreeCAD/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp +FreeCAD/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D.dat +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D.frd +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D_expected_values +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_flow1D_inout_nodes.txt +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_spine.FCStd +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_spine.dat +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_spine.frd +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_spine.inp +FreeCAD/Mod/Fem/femtest/data/calculix/thermomech_spine_expected_values +FreeCAD/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO +FreeCAD/Mod/Fem/femtest/data/elmer/__init__.py +FreeCAD/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif +FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif +FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif +FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif +FreeCAD/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif +FreeCAD/Mod/Fem/femtest/data/elmer/group_mesh.geo +FreeCAD/Mod/Fem/femtest/data/mesh/__init__.py +FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp +FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv +FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk +FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml +FreeCAD/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88 +FreeCAD/Mod/Fem/femtest/data/open/__init__.py +FreeCAD/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd +FreeCAD/Mod/Fem/femtest/data/z88/__init__.py +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/51.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/__init__.py +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88.dyn +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88elp.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88i1.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88i2.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88i5.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88int.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88man.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_faceload/z88mat.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/51.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/__init__.py +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88.dyn +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88elp.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88i1.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88i2.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88i5.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88int.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88man.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_hexa20/z88mat.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/51.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/__init__.py +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88.dyn +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88elp.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88i1.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88i2.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88i5.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88int.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88man.txt +FreeCAD/Mod/Fem/femtest/data/z88/ccxcantilever_nodeload/z88mat.txt +FreeCAD/Mod/Fem/femtest/gui/__init__.py +FreeCAD/Mod/Fem/femtest/gui/test_open.py +FreeCAD/Mod/Fem/femtest/test_commands.sh +FreeCAD/Mod/Fem/femtest/test_information.md FreeCAD/Mod/Fem/femtools/__init__.py FreeCAD/Mod/Fem/femtools/ccxtools.py +FreeCAD/Mod/Fem/femtools/checksanalysis.py +FreeCAD/Mod/Fem/femtools/constants.py +FreeCAD/Mod/Fem/femtools/errors.py FreeCAD/Mod/Fem/femtools/femutils.py +FreeCAD/Mod/Fem/femtools/geomtools.py +FreeCAD/Mod/Fem/femtools/membertools.py +FreeCAD/Mod/Fem/femtools/migrate_app.py +FreeCAD/Mod/Fem/femtools/tokrules.py +FreeCAD/Mod/Fem/femviewprovider/__init__.py +FreeCAD/Mod/Fem/femviewprovider/view_base_femconstraint.py +FreeCAD/Mod/Fem/femviewprovider/view_base_femobject.py +FreeCAD/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_sectionprint.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_selfweight.py +FreeCAD/Mod/Fem/femviewprovider/view_constraint_tie.py +FreeCAD/Mod/Fem/femviewprovider/view_element_fluid1D.py +FreeCAD/Mod/Fem/femviewprovider/view_element_geometry1D.py +FreeCAD/Mod/Fem/femviewprovider/view_element_geometry2D.py +FreeCAD/Mod/Fem/femviewprovider/view_element_rotation1D.py +FreeCAD/Mod/Fem/femviewprovider/view_material_common.py +FreeCAD/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py +FreeCAD/Mod/Fem/femviewprovider/view_material_reinforced.py +FreeCAD/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py +FreeCAD/Mod/Fem/femviewprovider/view_mesh_gmsh.py +FreeCAD/Mod/Fem/femviewprovider/view_mesh_group.py +FreeCAD/Mod/Fem/femviewprovider/view_mesh_region.py +FreeCAD/Mod/Fem/femviewprovider/view_mesh_result.py +FreeCAD/Mod/Fem/femviewprovider/view_result_mechanical.py +FreeCAD/Mod/Fem/femviewprovider/view_solver_ccxtools.py FreeCAD/Mod/Idf/Idf.py FreeCAD/Mod/Idf/Idflibs/0603_SMD.stp FreeCAD/Mod/Idf/Idflibs/0805_SMD.stp @@ -293,12 +693,14 @@ FreeCAD/Mod/Inspection/Init.py FreeCAD/Mod/Inspection/InitGui.py FreeCAD/Mod/Material/Init.py FreeCAD/Mod/Material/InitGui.py -FreeCAD/Mod/Material/MatPropDict.xml FreeCAD/Mod/Material/Material.py FreeCAD/Mod/Material/MaterialEditor.py FreeCAD/Mod/Material/Material_rc.py +FreeCAD/Mod/Material/Templatematerial.yml FreeCAD/Mod/Material/importFCMat.py FreeCAD/Mod/Material/materials-editor.ui +FreeCAD/Mod/Material/materialtools/__init__.py +FreeCAD/Mod/Material/materialtools/cardutils.py FreeCAD/Mod/Measure/Init.py FreeCAD/Mod/Mesh/BuildRegularGeoms.py FreeCAD/Mod/Mesh/Init.py @@ -318,10 +720,6 @@ FreeCAD/Mod/OpenSCAD/colorcodeshapes.py FreeCAD/Mod/OpenSCAD/expandplacements.py FreeCAD/Mod/OpenSCAD/exportCSG.py FreeCAD/Mod/OpenSCAD/importCSG.py -FreeCAD/Mod/OpenSCAD/ply/README -FreeCAD/Mod/OpenSCAD/ply/__init__.py -FreeCAD/Mod/OpenSCAD/ply/lex.py -FreeCAD/Mod/OpenSCAD/ply/yacc.py FreeCAD/Mod/OpenSCAD/replaceobj.py FreeCAD/Mod/OpenSCAD/tokrules.py FreeCAD/Mod/Part/AttachmentEditor/Commands.py @@ -337,7 +735,10 @@ FreeCAD/Mod/Part/BOPTools/SplitAPI.py FreeCAD/Mod/Part/BOPTools/SplitFeatures.py FreeCAD/Mod/Part/BOPTools/Utils.py FreeCAD/Mod/Part/BOPTools/__init__.py +FreeCAD/Mod/Part/BasicShapes/CommandShapes.py FreeCAD/Mod/Part/BasicShapes/Shapes.py +FreeCAD/Mod/Part/BasicShapes/TaskTube.ui +FreeCAD/Mod/Part/BasicShapes/ViewProviderShapes.py FreeCAD/Mod/Part/BasicShapes/__init__.py FreeCAD/Mod/Part/CompoundTools/CompoundFilter.py FreeCAD/Mod/Part/CompoundTools/Explode.py @@ -350,6 +751,9 @@ FreeCAD/Mod/Part/JoinFeatures.py FreeCAD/Mod/Part/MakeBottle.py FreeCAD/Mod/Part/TestPartApp.py FreeCAD/Mod/Part/TestPartGui.py +FreeCAD/Mod/Part/parttests/__init__.py +FreeCAD/Mod/Part/parttests/part_test_objects.py +FreeCAD/Mod/Part/parttests/regression_tests.py FreeCAD/Mod/PartDesign/Init.py FreeCAD/Mod/PartDesign/InitGui.py FreeCAD/Mod/PartDesign/InvoluteGearFeature.py @@ -381,6 +785,8 @@ FreeCAD/Mod/PartDesign/Scripts/Parallelepiped.py FreeCAD/Mod/PartDesign/Scripts/RadialCopy.py FreeCAD/Mod/PartDesign/Scripts/Spring.py FreeCAD/Mod/PartDesign/Scripts/__init__.py +FreeCAD/Mod/PartDesign/SprocketFeature.py +FreeCAD/Mod/PartDesign/SprocketFeature.ui FreeCAD/Mod/PartDesign/TestPartDesignApp.py FreeCAD/Mod/PartDesign/TestPartDesignGui.py FreeCAD/Mod/PartDesign/WizardShaft/SegmentFunction.py @@ -397,6 +803,12 @@ FreeCAD/Mod/PartDesign/fcgear/fcgear.py FreeCAD/Mod/PartDesign/fcgear/fcgeardialog.py FreeCAD/Mod/PartDesign/fcgear/involute.py FreeCAD/Mod/PartDesign/fcgear/svggear.py +FreeCAD/Mod/PartDesign/fcsprocket/__init__.py +FreeCAD/Mod/PartDesign/fcsprocket/fcsprocket.py +FreeCAD/Mod/PartDesign/fcsprocket/fcsprocketdialog.py +FreeCAD/Mod/PartDesign/fcsprocket/sprocket.py +FreeCAD/Mod/Path/Data/Threads/imperial-internal.csv +FreeCAD/Mod/Path/Data/Threads/metric-internal.csv FreeCAD/Mod/Path/Images/Ops/chamfer.svg FreeCAD/Mod/Path/Images/Tools/drill.svg FreeCAD/Mod/Path/Images/Tools/endmill.svg @@ -414,6 +826,7 @@ FreeCAD/Mod/Path/PathScripts/PathCommands.py FreeCAD/Mod/Path/PathScripts/PathComment.py FreeCAD/Mod/Path/PathScripts/PathCopy.py FreeCAD/Mod/Path/PathScripts/PathCustom.py +FreeCAD/Mod/Path/PathScripts/PathCustomGui.py FreeCAD/Mod/Path/PathScripts/PathDeburr.py FreeCAD/Mod/Path/PathScripts/PathDeburrGui.py FreeCAD/Mod/Path/PathScripts/PathDressup.py @@ -422,10 +835,13 @@ FreeCAD/Mod/Path/PathScripts/PathDressupDogbone.py FreeCAD/Mod/Path/PathScripts/PathDressupDragknife.py FreeCAD/Mod/Path/PathScripts/PathDressupHoldingTags.py FreeCAD/Mod/Path/PathScripts/PathDressupLeadInOut.py +FreeCAD/Mod/Path/PathScripts/PathDressupPathBoundary.py +FreeCAD/Mod/Path/PathScripts/PathDressupPathBoundaryGui.py FreeCAD/Mod/Path/PathScripts/PathDressupRampEntry.py FreeCAD/Mod/Path/PathScripts/PathDressupTag.py FreeCAD/Mod/Path/PathScripts/PathDressupTagGui.py FreeCAD/Mod/Path/PathScripts/PathDressupTagPreferences.py +FreeCAD/Mod/Path/PathScripts/PathDressupZCorrect.py FreeCAD/Mod/Path/PathScripts/PathDrilling.py FreeCAD/Mod/Path/PathScripts/PathDrillingGui.py FreeCAD/Mod/Path/PathScripts/PathEngrave.py @@ -460,16 +876,23 @@ FreeCAD/Mod/Path/PathScripts/PathPocketShapeGui.py FreeCAD/Mod/Path/PathScripts/PathPost.py FreeCAD/Mod/Path/PathScripts/PathPostProcessor.py FreeCAD/Mod/Path/PathScripts/PathPreferences.py +FreeCAD/Mod/Path/PathScripts/PathPreferencesAdvanced.py FreeCAD/Mod/Path/PathScripts/PathPreferencesPathDressup.py FreeCAD/Mod/Path/PathScripts/PathPreferencesPathJob.py -FreeCAD/Mod/Path/PathScripts/PathProfileBase.py -FreeCAD/Mod/Path/PathScripts/PathProfileBaseGui.py +FreeCAD/Mod/Path/PathScripts/PathProbe.py +FreeCAD/Mod/Path/PathScripts/PathProbeGui.py +FreeCAD/Mod/Path/PathScripts/PathProfile.py FreeCAD/Mod/Path/PathScripts/PathProfileContour.py FreeCAD/Mod/Path/PathScripts/PathProfileContourGui.py FreeCAD/Mod/Path/PathScripts/PathProfileEdges.py FreeCAD/Mod/Path/PathScripts/PathProfileEdgesGui.py FreeCAD/Mod/Path/PathScripts/PathProfileFaces.py FreeCAD/Mod/Path/PathScripts/PathProfileFacesGui.py +FreeCAD/Mod/Path/PathScripts/PathProfileGui.py +FreeCAD/Mod/Path/PathScripts/PathProperty.py +FreeCAD/Mod/Path/PathScripts/PathPropertyBag.py +FreeCAD/Mod/Path/PathScripts/PathPropertyBagGui.py +FreeCAD/Mod/Path/PathScripts/PathPropertyEditor.py FreeCAD/Mod/Path/PathScripts/PathSanity.py FreeCAD/Mod/Path/PathScripts/PathSelection.py FreeCAD/Mod/Path/PathScripts/PathSetupSheet.py @@ -478,25 +901,47 @@ FreeCAD/Mod/Path/PathScripts/PathSetupSheetOpPrototype FreeCAD/Mod/Path/PathScripts/PathSetupSheetOpPrototypeGui.py FreeCAD/Mod/Path/PathScripts/PathSimpleCopy.py FreeCAD/Mod/Path/PathScripts/PathSimulatorGui.py +FreeCAD/Mod/Path/PathScripts/PathSlot.py +FreeCAD/Mod/Path/PathScripts/PathSlotGui.py FreeCAD/Mod/Path/PathScripts/PathStock.py FreeCAD/Mod/Path/PathScripts/PathStop.py FreeCAD/Mod/Path/PathScripts/PathSurface.py FreeCAD/Mod/Path/PathScripts/PathSurfaceGui.py +FreeCAD/Mod/Path/PathScripts/PathSurfaceSupport.py +FreeCAD/Mod/Path/PathScripts/PathThreadMilling.py +FreeCAD/Mod/Path/PathScripts/PathThreadMillingGui.py +FreeCAD/Mod/Path/PathScripts/PathToolBit.py +FreeCAD/Mod/Path/PathScripts/PathToolBitCmd.py +FreeCAD/Mod/Path/PathScripts/PathToolBitEdit.py +FreeCAD/Mod/Path/PathScripts/PathToolBitGui.py +FreeCAD/Mod/Path/PathScripts/PathToolBitLibraryCmd.py +FreeCAD/Mod/Path/PathScripts/PathToolBitLibraryGui.py FreeCAD/Mod/Path/PathScripts/PathToolController.py +FreeCAD/Mod/Path/PathScripts/PathToolControllerGui.py FreeCAD/Mod/Path/PathScripts/PathToolEdit.py +FreeCAD/Mod/Path/PathScripts/PathToolLibraryEditor.py FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py FreeCAD/Mod/Path/PathScripts/PathUtil.py FreeCAD/Mod/Path/PathScripts/PathUtils.py +FreeCAD/Mod/Path/PathScripts/PathUtilsGui.py +FreeCAD/Mod/Path/PathScripts/PathVcarve.py +FreeCAD/Mod/Path/PathScripts/PathVcarveGui.py +FreeCAD/Mod/Path/PathScripts/PathWaterline.py +FreeCAD/Mod/Path/PathScripts/PathWaterlineGui.py FreeCAD/Mod/Path/PathScripts/PostUtils.py FreeCAD/Mod/Path/PathScripts/__init__.py FreeCAD/Mod/Path/PathScripts/post/__init__.py FreeCAD/Mod/Path/PathScripts/post/centroid_post.py FreeCAD/Mod/Path/PathScripts/post/comparams_post.py +FreeCAD/Mod/Path/PathScripts/post/dxf_post.py FreeCAD/Mod/Path/PathScripts/post/dynapath_post.py FreeCAD/Mod/Path/PathScripts/post/example_pre.py -FreeCAD/Mod/Path/PathScripts/post/grbl_G81_post.py +FreeCAD/Mod/Path/PathScripts/post/gcode_pre.py FreeCAD/Mod/Path/PathScripts/post/grbl_post.py +FreeCAD/Mod/Path/PathScripts/post/jtech_post.py FreeCAD/Mod/Path/PathScripts/post/linuxcnc_post.py +FreeCAD/Mod/Path/PathScripts/post/mach3_mach4_post.py +FreeCAD/Mod/Path/PathScripts/post/nccad_post.py FreeCAD/Mod/Path/PathScripts/post/opensbp_post.py FreeCAD/Mod/Path/PathScripts/post/opensbp_pre.py FreeCAD/Mod/Path/PathScripts/post/philips_post.py @@ -510,42 +955,54 @@ FreeCAD/Mod/Path/PathTests/TestPathDepthParams.py FreeCAD/Mod/Path/PathTests/TestPathDressupDogbone.py FreeCAD/Mod/Path/PathTests/TestPathDressupHoldingTags.py FreeCAD/Mod/Path/PathTests/TestPathGeom.py +FreeCAD/Mod/Path/PathTests/TestPathHelix.py FreeCAD/Mod/Path/PathTests/TestPathLog.py FreeCAD/Mod/Path/PathTests/TestPathOpTools.py FreeCAD/Mod/Path/PathTests/TestPathPost.py +FreeCAD/Mod/Path/PathTests/TestPathPreferences.py +FreeCAD/Mod/Path/PathTests/TestPathPropertyBag.py FreeCAD/Mod/Path/PathTests/TestPathSetupSheet.py FreeCAD/Mod/Path/PathTests/TestPathStock.py +FreeCAD/Mod/Path/PathTests/TestPathThreadMilling.py FreeCAD/Mod/Path/PathTests/TestPathTool.py +FreeCAD/Mod/Path/PathTests/TestPathToolBit.py FreeCAD/Mod/Path/PathTests/TestPathToolController.py FreeCAD/Mod/Path/PathTests/TestPathTooltable.py FreeCAD/Mod/Path/PathTests/TestPathUtil.py +FreeCAD/Mod/Path/PathTests/TestPathVcarve.py +FreeCAD/Mod/Path/PathTests/TestPathVoronoi.py +FreeCAD/Mod/Path/PathTests/Tools/Bit/test-path-tool-bit-bit-00.fctb +FreeCAD/Mod/Path/PathTests/Tools/Library/test-path-tool-bit-library-00.fctl +FreeCAD/Mod/Path/PathTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd FreeCAD/Mod/Path/PathTests/__init__.py FreeCAD/Mod/Path/PathTests/boxtest.fcstd +FreeCAD/Mod/Path/PathTests/test-path-tool-bit-bit-00.fctb +FreeCAD/Mod/Path/PathTests/test-path-tool-bit-library-00.fctl +FreeCAD/Mod/Path/PathTests/test-path-tool-bit-shape-00.fcstd FreeCAD/Mod/Path/PathTests/test_centroid_00.ngc FreeCAD/Mod/Path/PathTests/test_geomop.fcstd +FreeCAD/Mod/Path/PathTests/test_holes00.fcstd FreeCAD/Mod/Path/PathTests/test_linuxcnc_00.ngc FreeCAD/Mod/Path/TestPathApp.py -FreeCAD/Mod/Plot/InitGui.py -FreeCAD/Mod/Plot/Plot.py -FreeCAD/Mod/Plot/PlotGui.py -FreeCAD/Mod/Plot/Plot_rc.py -FreeCAD/Mod/Plot/plotAxes/TaskPanel.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Mar 13 16:15:33 2021 Return-Path: Delivered-To: svn-ports-all@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 22A0157B80F; Sat, 13 Mar 2021 16:15:33 +0000 (UTC) (envelope-from joneum@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 4DySTK0RzHz53FT; Sat, 13 Mar 2021 16:15:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F230B5CA2; Sat, 13 Mar 2021 16:15:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGFWqp019980; Sat, 13 Mar 2021 16:15:32 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGFWCs019979; Sat, 13 Mar 2021 16:15:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103131615.12DGFWCs019979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 13 Mar 2021 16:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568258 - in branches/2021Q1/www/apache24: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2021Q1/www/apache24: . files X-SVN-Commit-Revision: 568258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:15:33 -0000 Author: joneum Date: Sat Mar 13 16:15:32 2021 New Revision: 568258 URL: https://svnweb.freebsd.org/changeset/ports/568258 Log: MFH: r568256 fix OpenSSL KTLS causes regression: SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT PR: 253394 Reported by: many Approved by: apache (with hat) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D28932 Added: branches/2021Q1/www/apache24/files/patch-modules_ssl_ssl__engine__io.c - copied unchanged from r568256, head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c Modified: branches/2021Q1/www/apache24/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/apache24/Makefile ============================================================================== --- branches/2021Q1/www/apache24/Makefile Sat Mar 13 16:13:22 2021 (r568257) +++ branches/2021Q1/www/apache24/Makefile Sat Mar 13 16:15:32 2021 (r568258) @@ -2,7 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.46 -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} Copied: branches/2021Q1/www/apache24/files/patch-modules_ssl_ssl__engine__io.c (from r568256, head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/www/apache24/files/patch-modules_ssl_ssl__engine__io.c Sat Mar 13 16:15:32 2021 (r568258, copy of r568256, head/www/apache24/files/patch-modules_ssl_ssl__engine__io.c) @@ -0,0 +1,38 @@ +--- modules/ssl/ssl_engine_io.c.orig 2020-02-20 16:33:40.000000000 -0800 ++++ modules/ssl/ssl_engine_io.c 2021-02-25 16:08:04.863228000 -0800 +@@ -242,7 +242,7 @@ static int bio_filter_out_write(BIO *bio, const char * + + static long bio_filter_out_ctrl(BIO *bio, int cmd, long num, void *ptr) + { +- long ret = 1; ++ long ret = 0; + bio_filter_out_ctx_t *outctx = (bio_filter_out_ctx_t *)BIO_get_data(bio); + + switch (cmd) { +@@ -542,7 +542,7 @@ static int bio_filter_in_gets(BIO *bio, char *buf, int + + static long bio_filter_in_ctrl(BIO *bio, int cmd, long num, void *ptr) + { +- return -1; ++ return 0; + } + + #if MODSSL_USE_OPENSSL_PRE_1_1_API +@@ -567,7 +567,7 @@ static BIO_METHOD bio_filter_in_method = { + bio_filter_in_read, + bio_filter_in_puts, /* puts is never called */ + bio_filter_in_gets, /* gets is never called */ +- bio_filter_in_ctrl, /* ctrl is never called */ ++ bio_filter_in_ctrl, + bio_filter_create, + bio_filter_destroy, + NULL +@@ -594,7 +594,7 @@ void init_bio_methods(void) + BIO_meth_set_read(bio_filter_in_method, &bio_filter_in_read); + BIO_meth_set_puts(bio_filter_in_method, &bio_filter_in_puts); /* puts is never called */ + BIO_meth_set_gets(bio_filter_in_method, &bio_filter_in_gets); /* gets is never called */ +- BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); /* ctrl is never called */ ++ BIO_meth_set_ctrl(bio_filter_in_method, &bio_filter_in_ctrl); + BIO_meth_set_create(bio_filter_in_method, &bio_filter_create); + BIO_meth_set_destroy(bio_filter_in_method, &bio_filter_destroy); + } From owner-svn-ports-all@freebsd.org Sat Mar 13 16:30:02 2021 Return-Path: Delivered-To: svn-ports-all@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 E143457BB45; Sat, 13 Mar 2021 16:30:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DySp26342z53dm; Sat, 13 Mar 2021 16:30:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B76CD58B4; Sat, 13 Mar 2021 16:30:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGU20w026176; Sat, 13 Mar 2021 16:30:02 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGU2FR026174; Sat, 13 Mar 2021 16:30:02 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202103131630.12DGU2FR026174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 13 Mar 2021 16:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568259 - head/games/openrct2 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/games/openrct2 X-SVN-Commit-Revision: 568259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:30:02 -0000 Author: pkubaj Date: Sat Mar 13 16:30:02 2021 New Revision: 568259 URL: https://svnweb.freebsd.org/changeset/ports/568259 Log: games/openrct2: update to 0.3.3 Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.3 Also sort NOT_FOR_ARCHS. Modified: head/games/openrct2/Makefile head/games/openrct2/distinfo Modified: head/games/openrct2/Makefile ============================================================================== --- head/games/openrct2/Makefile Sat Mar 13 16:15:32 2021 (r568258) +++ head/games/openrct2/Makefile Sat Mar 13 16:30:02 2021 (r568259) @@ -3,8 +3,7 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.3.2 -PORTREVISION= 4 +DISTVERSION= 0.3.3 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -13,7 +12,7 @@ COMMENT= Open source re-implementation of RollerCoaste LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/licence.txt -NOT_FOR_ARCHS= mips mips64 powerpc powerpcspe powerpc64 sparc64 +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64 NOT_FOR_ARCHS_REASON= Only for little-endian architectures BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json Modified: head/games/openrct2/distinfo ============================================================================== --- head/games/openrct2/distinfo Sat Mar 13 16:15:32 2021 (r568258) +++ head/games/openrct2/distinfo Sat Mar 13 16:30:02 2021 (r568259) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615155620 -SHA256 (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 66c1c7ae8c765397e324b1aac59907bd5197dbad88597133aaba8a9480627c36 -SIZE (OpenRCT2-OpenRCT2-v0.3.2_GH0.tar.gz) = 12749225 +TIMESTAMP = 1615652371 +SHA256 (OpenRCT2-OpenRCT2-v0.3.3_GH0.tar.gz) = 71f9d1ae8477e1e9881a6f9759bddac71346e8ba42238d22514ae3d872b54fd2 +SIZE (OpenRCT2-OpenRCT2-v0.3.3_GH0.tar.gz) = 14107179 SHA256 (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 31129188916dc9ba2318d851e03393ce55782f121ab7c9d97544abdc7bbc92ab SIZE (OpenRCT2-objects-v1.0.21_GH0.tar.gz) = 953663 SHA256 (OpenRCT2-title-sequences-v0.1.2c_GH0.tar.gz) = 2f5734061ed859f9eeca821f3d483d9c95f773a40656eda74e9b65b298f19c7b From owner-svn-ports-all@freebsd.org Sat Mar 13 16:31:44 2021 Return-Path: Delivered-To: svn-ports-all@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 5FBEA57BB52; Sat, 13 Mar 2021 16:31:44 +0000 (UTC) (envelope-from vsevolod@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 4DySr02KQfz53lv; Sat, 13 Mar 2021 16:31:44 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 416955D5A; Sat, 13 Mar 2021 16:31:44 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGViVA030531; Sat, 13 Mar 2021 16:31:44 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGVh4H030530; Sat, 13 Mar 2021 16:31:43 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <202103131631.12DGVh4H030530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sat, 13 Mar 2021 16:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568260 - head/net-mgmt/ng_ipacct X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/net-mgmt/ng_ipacct X-SVN-Commit-Revision: 568260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:31:44 -0000 Author: vsevolod Date: Sat Mar 13 16:31:43 2021 New Revision: 568260 URL: https://svnweb.freebsd.org/changeset/ports/568260 Log: - Unbreak for FreeBSD >= 12 Modified: head/net-mgmt/ng_ipacct/Makefile head/net-mgmt/ng_ipacct/distinfo Modified: head/net-mgmt/ng_ipacct/Makefile ============================================================================== --- head/net-mgmt/ng_ipacct/Makefile Sat Mar 13 16:30:02 2021 (r568259) +++ head/net-mgmt/ng_ipacct/Makefile Sat Mar 13 16:31:43 2021 (r568260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ng_ipacct -PORTVERSION= 20180401 +PORTVERSION= 20201303 CATEGORIES= net-mgmt MAINTAINER= vsevolod@FreeBSD.org Modified: head/net-mgmt/ng_ipacct/distinfo ============================================================================== --- head/net-mgmt/ng_ipacct/distinfo Sat Mar 13 16:30:02 2021 (r568259) +++ head/net-mgmt/ng_ipacct/distinfo Sat Mar 13 16:31:43 2021 (r568260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522588704 -SHA256 (vstakhov-ng_ipacct-20180401_GH0.tar.gz) = 5f873006e68a7a1a74a00eac48e940115d2e8e0b6e2628f57f782d7ee73b91fe -SIZE (vstakhov-ng_ipacct-20180401_GH0.tar.gz) = 24653 +TIMESTAMP = 1615653056 +SHA256 (vstakhov-ng_ipacct-20201303_GH0.tar.gz) = e5f2616781759548f7ba75f338a2c29304560dac8be233a218a673aea5c11e35 +SIZE (vstakhov-ng_ipacct-20201303_GH0.tar.gz) = 24704 From owner-svn-ports-all@freebsd.org Sat Mar 13 16:47:47 2021 Return-Path: Delivered-To: svn-ports-all@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 948C357C670; Sat, 13 Mar 2021 16:47:47 +0000 (UTC) (envelope-from cmt@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 4DyTBW3pwCz54xN; Sat, 13 Mar 2021 16:47:47 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71A5460D7; Sat, 13 Mar 2021 16:47:47 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DGlln5038341; Sat, 13 Mar 2021 16:47:47 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DGllsP038340; Sat, 13 Mar 2021 16:47:47 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202103131647.12DGllsP038340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 13 Mar 2021 16:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568261 - in head/textproc/iksemel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/textproc/iksemel: . files X-SVN-Commit-Revision: 568261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 16:47:47 -0000 Author: cmt Date: Sat Mar 13 16:47:46 2021 New Revision: 568261 URL: https://svnweb.freebsd.org/changeset/ports/568261 Log: unbreak textproc/iksemel by finalizing the latest upgrade - patch stage failed as both patches have been incorperated upstream while at it, make gnutls usage explicit. - configure stage fails when checking for python as no python dependency has been declared and no python files are in pkg-plist, let's assume that the intention was to not build the python bindings at this time Approved by: just-fix-it Deleted: head/textproc/iksemel/files/ Modified: head/textproc/iksemel/Makefile Modified: head/textproc/iksemel/Makefile ============================================================================== --- head/textproc/iksemel/Makefile Sat Mar 13 16:31:43 2021 (r568260) +++ head/textproc/iksemel/Makefile Sat Mar 13 16:47:46 2021 (r568261) @@ -19,6 +19,8 @@ GH_TAGNAME= 978b733 USES= autoreconf libtool makeinfo pathfix pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-gnutls=yes \ + --disable-python CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sat Mar 13 17:00:28 2021 Return-Path: Delivered-To: svn-ports-all@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 35A4A57C998; Sat, 13 Mar 2021 17:00:28 +0000 (UTC) (envelope-from nc@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 4DyTT816Q8z55JQ; Sat, 13 Mar 2021 17:00:28 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1921660F4; Sat, 13 Mar 2021 17:00:28 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DH0RTa044421; Sat, 13 Mar 2021 17:00:27 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DH0Rv6044419; Sat, 13 Mar 2021 17:00:27 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103131700.12DH0Rv6044419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 17:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568262 - head/mail/mpop X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/mail/mpop X-SVN-Commit-Revision: 568262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:00:28 -0000 Author: nc Date: Sat Mar 13 17:00:27 2021 New Revision: 568262 URL: https://svnweb.freebsd.org/changeset/ports/568262 Log: mail/mpop: Update to 1.4.13 Modified: head/mail/mpop/Makefile head/mail/mpop/distinfo Modified: head/mail/mpop/Makefile ============================================================================== --- head/mail/mpop/Makefile Sat Mar 13 16:47:46 2021 (r568261) +++ head/mail/mpop/Makefile Sat Mar 13 17:00:27 2021 (r568262) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpop -DISTVERSION= 1.4.12 +DISTVERSION= 1.4.13 CATEGORIES= mail MASTER_SITES= https://marlam.de/mpop/releases/ Modified: head/mail/mpop/distinfo ============================================================================== --- head/mail/mpop/distinfo Sat Mar 13 16:47:46 2021 (r568261) +++ head/mail/mpop/distinfo Sat Mar 13 17:00:27 2021 (r568262) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608945943 -SHA256 (mpop-1.4.12.tar.xz) = 5f6355b52d9c360619623a40c66c1a5571e393b43fe58375c0de35429ac3480a -SIZE (mpop-1.4.12.tar.xz) = 346316 +TIMESTAMP = 1615654724 +SHA256 (mpop-1.4.13.tar.xz) = b3498466c65b650add1a6e79209b27ba86375673a45c96a5927bed685a327dc1 +SIZE (mpop-1.4.13.tar.xz) = 353316 From owner-svn-ports-all@freebsd.org Sat Mar 13 17:05:14 2021 Return-Path: Delivered-To: svn-ports-all@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 D192357C5F2; Sat, 13 Mar 2021 17:05:14 +0000 (UTC) (envelope-from nc@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 4DyTZf5b0xz55vL; Sat, 13 Mar 2021 17:05:14 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE8BA6797; Sat, 13 Mar 2021 17:05:14 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DH5E9c050320; Sat, 13 Mar 2021 17:05:14 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DH5Elv050319; Sat, 13 Mar 2021 17:05:14 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103131705.12DH5Elv050319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 17:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568263 - head/net/cloudquery X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/net/cloudquery X-SVN-Commit-Revision: 568263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:05:14 -0000 Author: nc Date: Sat Mar 13 17:05:14 2021 New Revision: 568263 URL: https://svnweb.freebsd.org/changeset/ports/568263 Log: net/cloudquery: Update to 0.11.6 Changes: https://github.com/cloudquery/cloudquery/releases/tag/v0.11.6 Modified: head/net/cloudquery/Makefile head/net/cloudquery/distinfo Modified: head/net/cloudquery/Makefile ============================================================================== --- head/net/cloudquery/Makefile Sat Mar 13 17:00:27 2021 (r568262) +++ head/net/cloudquery/Makefile Sat Mar 13 17:05:14 2021 (r568263) @@ -2,7 +2,7 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v -DISTVERSION= 0.11.5 +DISTVERSION= 0.11.6 CATEGORIES= net MAINTAINER= nc@FreeBSD.org Modified: head/net/cloudquery/distinfo ============================================================================== --- head/net/cloudquery/distinfo Sat Mar 13 17:00:27 2021 (r568262) +++ head/net/cloudquery/distinfo Sat Mar 13 17:05:14 2021 (r568263) @@ -1,6 +1,6 @@ -TIMESTAMP = 1615159736 -SHA256 (cloudquery-cloudquery-v0.11.5_GH0.tar.gz) = e7f90113b55552aaeb1701deef28cd1bdbf154fd3303c6f7b574ff1bba766c53 -SIZE (cloudquery-cloudquery-v0.11.5_GH0.tar.gz) = 91026 +TIMESTAMP = 1615654838 +SHA256 (cloudquery-cloudquery-v0.11.6_GH0.tar.gz) = 2ce306c181db4e98fe9dd2436fa3229f763db0834de2783511c1a97946743d55 +SIZE (cloudquery-cloudquery-v0.11.6_GH0.tar.gz) = 91581 SHA256 (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821 SIZE (Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = 20946 SHA256 (Microsoft-go-winio-v0.4.14_GH0.tar.gz) = 379082e49fb22dfdd9a0ff57f8a6d6d7e97ba30fdc0159ef2f38dc4caa79fd8e From owner-svn-ports-all@freebsd.org Sat Mar 13 17:12:01 2021 Return-Path: Delivered-To: svn-ports-all@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 6CAAA57CEAE; Sat, 13 Mar 2021 17:12:01 +0000 (UTC) (envelope-from joneum@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 4DyTkT2fW6z55xC; Sat, 13 Mar 2021 17:12:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E6E4665A; Sat, 13 Mar 2021 17:12:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHC1RE052964; Sat, 13 Mar 2021 17:12:01 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHC0Zw052963; Sat, 13 Mar 2021 17:12:00 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202103131712.12DHC0Zw052963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 13 Mar 2021 17:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568264 - head/security/ca_root_nss X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/ca_root_nss X-SVN-Commit-Revision: 568264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:12:01 -0000 Author: joneum Date: Sat Mar 13 17:12:00 2021 New Revision: 568264 URL: https://svnweb.freebsd.org/changeset/ports/568264 Log: Update to 3.62 Changelog: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.62_release_notes PR: 253731 Reported by: Yasuhiro Kimura Approved by: ports-secteam (with hat) Sponsored by: Netzkommune GmbH Modified: head/security/ca_root_nss/Makefile head/security/ca_root_nss/distinfo Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sat Mar 13 17:05:14 2021 (r568263) +++ head/security/ca_root_nss/Makefile Sat Mar 13 17:12:00 2021 (r568264) @@ -29,13 +29,7 @@ ETCSYMLINK_CONFLICTS_INSTALL= ca-roots-[0-9]* CERTDIR?= share/certs PLIST_SUB+= CERTDIR=${CERTDIR} -# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -# !!! These versions are intended to track security/nss. !!! -# !!! Please DO NOT submit patches for new version until it has !!! -# !!! been committed there first. !!! -# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.61 -#NSS_SUFFIX= -with-ckbi-1.98 +VERSION_NSS= 3.62 CERTDATA_TXT_PATH= lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Sat Mar 13 17:05:14 2021 (r568263) +++ head/security/ca_root_nss/distinfo Sat Mar 13 17:12:00 2021 (r568264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612463369 -SHA256 (nss-3.61.tar.gz) = 312e2d804b34ccf0fec70b57cf8cd6ac853f8ced60df53e30ebb0a7bcd0e1370 -SIZE (nss-3.61.tar.gz) = 82034245 +TIMESTAMP = 1615654589 +SHA256 (nss-3.62.tar.gz) = 86d6df7cece25b8d4efa53e4c19af903c484eb79871163f37b5232bb406a5478 +SIZE (nss-3.62.tar.gz) = 82159506 From owner-svn-ports-all@freebsd.org Sat Mar 13 17:32:09 2021 Return-Path: Delivered-To: svn-ports-all@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 AD5B457D517; Sat, 13 Mar 2021 17:32:09 +0000 (UTC) (envelope-from ericbsd@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 4DyV9j4HCGz57Jl; Sat, 13 Mar 2021 17:32:09 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85EB36859; Sat, 13 Mar 2021 17:32:09 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHW94Q068251; Sat, 13 Mar 2021 17:32:09 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHW9DF068250; Sat, 13 Mar 2021 17:32:09 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <202103131732.12DHW9DF068250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Sat, 13 Mar 2021 17:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568265 - in head/x11/mate-dock-applet: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: in head/x11/mate-dock-applet: . files X-SVN-Commit-Revision: 568265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:32:09 -0000 Author: ericbsd Date: Sat Mar 13 17:32:08 2021 New Revision: 568265 URL: https://svnweb.freebsd.org/changeset/ports/568265 Log: add mate-dock-applet/files/patch-src_dock.in This patch fix the slow start of mate-dock-applet Added: head/x11/mate-dock-applet/files/ head/x11/mate-dock-applet/files/patch-src_dock.in (contents, props changed) Modified: head/x11/mate-dock-applet/Makefile Modified: head/x11/mate-dock-applet/Makefile ============================================================================== --- head/x11/mate-dock-applet/Makefile Sat Mar 13 17:12:00 2021 (r568264) +++ head/x11/mate-dock-applet/Makefile Sat Mar 13 17:32:08 2021 (r568265) @@ -3,7 +3,7 @@ PORTNAME= mate-dock-applet PORTVERSION= 20.04.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate DIST_SUBDIR= mate Added: head/x11/mate-dock-applet/files/patch-src_dock.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mate-dock-applet/files/patch-src_dock.in Sat Mar 13 17:32:08 2021 (r568265) @@ -0,0 +1,26 @@ +--- src/dock.in.orig 2021-03-13 13:10:08.665755000 -0400 ++++ src/dock.in 2021-03-13 13:13:58.873312000 -0400 +@@ -615,21 +615,8 @@ + dbus_interface="com.canonical.Unity.LauncherEntry", + signal_name="Update") + +- # we need a Bamf.Matcher for matching windows to running apps +- self.matcher = None +- # wait for max 10s to ensure bamf is available +- # (bamf is not always immediately available after login on Linux Mint +- # 19 - e.g. https://forums.linuxmint.com/viewtopic.php?t=272747 and +- # issue #158) +- i = 0 +- while i < 10: +- if (not self.session_bus.name_has_owner("org.ayatana.bamf")): +- i += 1 +- sleep(1) +- else: +- break +- +- self.matcher = Bamf.Matcher() ++ # create a Bamf.Matcher for matching windows to running apps ++ self.matcher = Bamf.Matcher.get_default() + + # can we resize nicely on the panel? + try: From owner-svn-ports-all@freebsd.org Sat Mar 13 17:35:09 2021 Return-Path: Delivered-To: svn-ports-all@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 0FBA757D4AB; Sat, 13 Mar 2021 17:35:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyVF871Hcz57gh; Sat, 13 Mar 2021 17:35:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3B1269D9; Sat, 13 Mar 2021 17:35:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHZ8lV068572; Sat, 13 Mar 2021 17:35:08 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHZ8uE068569; Sat, 13 Mar 2021 17:35:08 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202103131735.12DHZ8uE068569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 13 Mar 2021 17:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: svn commit: r568266 - tags/RELEASE_13_0_0/sysutils/rpi-firmware X-SVN-Group: ports-tags X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: tags/RELEASE_13_0_0/sysutils/rpi-firmware X-SVN-Commit-Revision: 568266 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:35:09 -0000 Author: gjb Date: Sat Mar 13 17:35:08 2021 New Revision: 568266 URL: https://svnweb.freebsd.org/changeset/ports/568266 Log: Merge r567377 from 2021Q1 to RELEASE_13_0_0. r567285 was used for the tag as it was the last revision of the tree for RC1 package builds. However, an important update to address issues with USB on the RPI4 followed afterward, and as such, did not make it into the tag. Although technically tags should not change after they are created, too many other changes have happened in the 2021Q1 branch that may potentially interfere with the state of the 13.0-RELEASE cycle. So, I am merging this change to the RELEASE_13_0_0 tag with my re@ hat on. Reported by: manu Approved by: re (implicit) Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist Directory Properties: tags/RELEASE_13_0_0/ (props changed) Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile ============================================================================== --- tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile Sat Mar 13 17:32:08 2021 (r568265) +++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/Makefile Sat Mar 13 17:35:08 2021 (r568266) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rpi-firmware -PORTVERSION= 1.20210201.g20210201 -PORTREVISION= 1 +PORTVERSION= 1.20210303.g20210303 CATEGORIES= sysutils MAINTAINER= uboot@FreeBSD.org @@ -19,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= raspberrypi gonzoua:pscimon GH_PROJECT= firmware rpi3-psci-monitor:pscimon -FW_TAG= 8572bb5 +FW_TAG= fcf8d2f PSCI_TAG= 558620c GH_TAGNAME= ${FW_TAG} ${PSCI_TAG}:pscimon Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo ============================================================================== --- tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo Sat Mar 13 17:32:08 2021 (r568265) +++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/distinfo Sat Mar 13 17:35:08 2021 (r568266) @@ -1,5 +1,5 @@ -TIMESTAMP = 1612801265 -SHA256 (raspberrypi-firmware-1.20210201.g20210201-8572bb5_GH0.tar.gz) = e82417e117b7f4c46a2bcc437c609150edc836145f0000516f08795dba8e0940 -SIZE (raspberrypi-firmware-1.20210201.g20210201-8572bb5_GH0.tar.gz) = 191781383 +TIMESTAMP = 1614939753 +SHA256 (raspberrypi-firmware-1.20210303.g20210303-fcf8d2f_GH0.tar.gz) = 5a0d7247490e0207f0fc32baabcec25a0e97ebdab9cbee216bf9537a1de22e69 +SIZE (raspberrypi-firmware-1.20210303.g20210303-fcf8d2f_GH0.tar.gz) = 192233875 SHA256 (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 7621db7933eedaa17a03c282ef8a50be597bd14366149dfa93172d1b3985dbb7 SIZE (gonzoua-rpi3-psci-monitor-558620c_GH0.tar.gz) = 5614 Modified: tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist ============================================================================== --- tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist Sat Mar 13 17:32:08 2021 (r568265) +++ tags/RELEASE_13_0_0/sysutils/rpi-firmware/pkg-plist Sat Mar 13 17:35:08 2021 (r568266) @@ -90,6 +90,7 @@ %%DATADIR%%/overlays/hd44780-lcd.dtbo %%DATADIR%%/overlays/hdmi-backlight-hwhack-gpio.dtbo %%DATADIR%%/overlays/hifiberry-amp.dtbo +%%DATADIR%%/overlays/hifiberry-amp100.dtbo %%DATADIR%%/overlays/hifiberry-dac.dtbo %%DATADIR%%/overlays/hifiberry-dacplus.dtbo %%DATADIR%%/overlays/hifiberry-dacplusadc.dtbo @@ -159,6 +160,9 @@ %%DATADIR%%/overlays/pibell.dtbo %%DATADIR%%/overlays/pifacedigital.dtbo %%DATADIR%%/overlays/pifi-40.dtbo +%%DATADIR%%/overlays/pifi-dac-hd.dtbo +%%DATADIR%%/overlays/pifi-dac-zero.dtbo +%%DATADIR%%/overlays/pifi-mini-210.dtbo %%DATADIR%%/overlays/piglow.dtbo %%DATADIR%%/overlays/piscreen.dtbo %%DATADIR%%/overlays/piscreen2r.dtbo @@ -239,6 +243,7 @@ %%DATADIR%%/overlays/vc4-kms-kippah-7inch.dtbo %%DATADIR%%/overlays/vc4-kms-v3d-pi4.dtbo %%DATADIR%%/overlays/vc4-kms-v3d.dtbo +%%DATADIR%%/overlays/vc4-kms-vga666.dtbo %%DATADIR%%/overlays/vga666.dtbo %%DATADIR%%/overlays/w1-gpio-pullup.dtbo %%DATADIR%%/overlays/w1-gpio.dtbo From owner-svn-ports-all@freebsd.org Sat Mar 13 17:37:45 2021 Return-Path: Delivered-To: svn-ports-all@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 F333457D4BB; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@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 4DyVJ96Wspz57qR; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2DB16C9B; Sat, 13 Mar 2021 17:37:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHbj86068764; Sat, 13 Mar 2021 17:37:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHbjuC068760; Sat, 13 Mar 2021 17:37:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202103131737.12DHbjuC068760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Mar 2021 17:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568267 - in head/math/calc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/math/calc: . files X-SVN-Commit-Revision: 568267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:37:46 -0000 Author: adamw Date: Sat Mar 13 17:37:44 2021 New Revision: 568267 URL: https://svnweb.freebsd.org/changeset/ports/568267 Log: math/calc: Update to 2.12.9.0 Added: head/math/calc/files/patch-help_Makefile (contents, props changed) Modified: head/math/calc/Makefile head/math/calc/distinfo head/math/calc/pkg-plist Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/Makefile Sat Mar 13 17:37:44 2021 (r568267) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.8.2 +PORTVERSION= 2.12.9.0 +DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= adamw@FreeBSD.org Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/distinfo Sat Mar 13 17:37:44 2021 (r568267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613908119 -SHA256 (lcn2-calc-2.12.8.2_GH0.tar.gz) = 3bb24e13766a0b17fb69b2f30de6acca13f19e703c496d575d96703fe920b0b8 -SIZE (lcn2-calc-2.12.8.2_GH0.tar.gz) = 1122396 +TIMESTAMP = 1615656151 +SHA256 (lcn2-calc-v2.12.9.0_GH0.tar.gz) = ccad3b99c6dbbbd80883d66213774ea335fc638233d62cf6c4cdfaa45c70956a +SIZE (lcn2-calc-v2.12.9.0_GH0.tar.gz) = 1134337 Added: head/math/calc/files/patch-help_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/calc/files/patch-help_Makefile Sat Mar 13 17:37:44 2021 (r568267) @@ -0,0 +1,50 @@ +Remove this patch at > 2.12.9.0 + +From a86d62998263a8d7fa76cd89c59314b9aaf4b72e Mon Sep 17 00:00:00 2001 +From: Landon Curt Noll +Date: Fri, 12 Mar 2021 11:31:21 -0800 +Subject: [PATCH] Fixed a typo in help/Makefile + +Fixed a typo typo in help/Makefile that caused the build of +2.12.9.0 to fail in a number of cases. Thanks to a report by +. +diff --git a/help/Makefile b/help/Makefile +index eb48305..c40bf3d 100644 +--- help/Makefile ++++ help/Makefile +@@ -252,7 +252,7 @@ BLT_HELP_FILES_13= bugs changes + + STD_HELP_FILES_14= credit + +-BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL question ++BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL questions + + STD_HELP_FILES_15= wishlist todo + +@@ -536,7 +536,7 @@ COPYING-LGPL: ../COPYING-LGPL + ${TRUE}; \ + fi + +-question: ../QUESTIONS ++questions: ../QUESTIONS + ${RM} -f $@ + ${CP} ../QUESTIONS $@ + ${CHMOD} 0444 $@ +@@ -705,7 +705,7 @@ detail_help_list: + ! -name mat ! -name obj.file ! -name operator \ + ! -name overview ! -name script ! -name statement \ + ! -name todo ! -name types ! -name unexpected \ +- ! -name variable ! -name wishlist ! -name question \ ++ ! -name variable ! -name wishlist ! -name questions \ + -print | \ + while read i; do \ + if [ X"$$i" != X"/dev/null" ]; then \ +@@ -740,7 +740,7 @@ echo_inst_files: + + clean: + ${RM} -f obj mkbuiltin funclist.c funclist.o funclist${EXT} +- ${RM} -f COPYING COPYING-LGPL question ++ ${RM} -f COPYING COPYING-LGPL questions + + clobber: clean + ${RM} -f ${BLT_HELP_FILES} full .all calc Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Sat Mar 13 17:35:08 2021 (r568266) +++ head/math/calc/pkg-plist Sat Mar 13 17:37:44 2021 (r568267) @@ -2,10 +2,12 @@ bin/calc %%FULL%%include/calc/align32.h %%FULL%%include/calc/alloc.h %%FULL%%include/calc/args.h +%%FULL%%include/calc/banned.h %%FULL%%include/calc/blkcpy.h %%FULL%%include/calc/block.h %%FULL%%include/calc/byteswap.h %%FULL%%include/calc/calc.h +%%FULL%%include/calc/calcerr.c %%FULL%%include/calc/calcerr.h %%FULL%%include/calc/cmath.h %%FULL%%include/calc/conf.h @@ -17,6 +19,7 @@ bin/calc %%FULL%%include/calc/fposval.h %%FULL%%include/calc/func.h %%FULL%%include/calc/hash.h +%%FULL%%include/calc/have_ban_pragma.h %%FULL%%include/calc/have_const.h %%FULL%%include/calc/have_fpos.h %%FULL%%include/calc/have_fpos_pos.h @@ -31,6 +34,8 @@ bin/calc %%FULL%%include/calc/have_rusage.h %%FULL%%include/calc/have_stdlib.h %%FULL%%include/calc/have_strdup.h +%%FULL%%include/calc/have_strlcat.h +%%FULL%%include/calc/have_strlcpy.h %%FULL%%include/calc/have_string.h %%FULL%%include/calc/have_times.h %%FULL%%include/calc/have_uid_t.h @@ -50,6 +55,7 @@ bin/calc %%FULL%%include/calc/qmath.h %%FULL%%include/calc/sha1.h %%FULL%%include/calc/str.h +%%FULL%%include/calc/strl.h %%FULL%%include/calc/symbol.h %%FULL%%include/calc/terminal.h %%FULL%%include/calc/token.h @@ -365,7 +371,7 @@ man/man1/calc.1.gz %%HELP%%%%DATADIR%%/help/ptest %%HELP%%%%DATADIR%%/help/push %%HELP%%%%DATADIR%%/help/putenv -%%HELP%%%%DATADIR%%/help/question +%%HELP%%%%DATADIR%%/help/questions %%HELP%%%%DATADIR%%/help/quo %%HELP%%%%DATADIR%%/help/quomod %%HELP%%%%DATADIR%%/help/rand From owner-svn-ports-all@freebsd.org Sat Mar 13 17:37:54 2021 Return-Path: Delivered-To: svn-ports-all@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 1F15257D797; Sat, 13 Mar 2021 17:37:54 +0000 (UTC) (envelope-from gerald@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 4DyVJK4wHBz57cL; Sat, 13 Mar 2021 17:37:53 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6072469DA; Sat, 13 Mar 2021 17:37:52 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DHbqLw068873; Sat, 13 Mar 2021 17:37:52 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DHbq2a068871; Sat, 13 Mar 2021 17:37:52 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103131737.12DHbq2a068871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 13 Mar 2021 17:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568268 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 568268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 17:37:54 -0000 Author: gerald Date: Sat Mar 13 17:37:51 2021 New Revision: 568268 URL: https://svnweb.freebsd.org/changeset/ports/568268 Log: Update to the 20210311 snapshot of GCC 8.4.1. This brings one back port for the Fortran front end. The 20210225 and 20210304 snapshots did not bring any changes. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sat Mar 13 17:37:44 2021 (r568267) +++ head/lang/gcc8-devel/Makefile Sat Mar 13 17:37:51 2021 (r568268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.4.1.s20210218 +PORTVERSION= 8.4.1.s20210311 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sat Mar 13 17:37:44 2021 (r568267) +++ head/lang/gcc8-devel/distinfo Sat Mar 13 17:37:51 2021 (r568268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613806023 -SHA256 (gcc-8-20210218.tar.xz) = b7c941bda95426a5283b4e9fbcc8f36276be60a45ff80647cdf113eddef7904d -SIZE (gcc-8-20210218.tar.xz) = 60780512 +TIMESTAMP = 1615541508 +SHA256 (gcc-8-20210311.tar.xz) = e053f1a276edc67efc427f0195cd8384c8fd1fc46a080c9a613aee33d7a1bfc3 +SIZE (gcc-8-20210311.tar.xz) = 60776784 From owner-svn-ports-all@freebsd.org Sat Mar 13 18:48:08 2021 Return-Path: Delivered-To: svn-ports-all@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 4C11057F10B; Sat, 13 Mar 2021 18:48:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyWsN1cvxz3DbT; Sat, 13 Mar 2021 18:48:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A79C7859; Sat, 13 Mar 2021 18:48:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DIm82V010814; Sat, 13 Mar 2021 18:48:08 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DIm7DP010811; Sat, 13 Mar 2021 18:48:07 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131848.12DIm7DP010811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 18:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568269 - head/sysutils/snmp_exporter X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/sysutils/snmp_exporter X-SVN-Commit-Revision: 568269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 18:48:08 -0000 Author: lwhsu Date: Sat Mar 13 18:48:07 2021 New Revision: 568269 URL: https://svnweb.freebsd.org/changeset/ports/568269 Log: sysutils/snmp_exporter: Update to 0.20.0 PR: 253832 Submitted by: Miłosz Kaniewski Approved by: maintainer timeout Modified: head/sysutils/snmp_exporter/Makefile head/sysutils/snmp_exporter/distinfo Modified: head/sysutils/snmp_exporter/Makefile ============================================================================== --- head/sysutils/snmp_exporter/Makefile Sat Mar 13 17:37:51 2021 (r568268) +++ head/sysutils/snmp_exporter/Makefile Sat Mar 13 18:48:07 2021 (r568269) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snmp_exporter -PORTVERSION= 0.17.0 +PORTVERSION= 0.20.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -17,6 +17,31 @@ USE_GITHUB= yes USE_RC_SUBR= snmp_exporter GH_ACCOUNT= prometheus +GH_TUPLE= \ + alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ + alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ + alecthomas:units:f65c72e2690d:alecthomas_units/vendor/github.com/alecthomas/units \ + beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ + cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ + go-kit:kit:v0.10.0:go_kit_kit/vendor/github.com/go-kit/kit \ + go-logfmt:logfmt:v0.5.0:go_logfmt_logfmt/vendor/github.com/go-logfmt/logfmt \ + go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:crypto:5f87f3452ae9:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:4c5254603344:golang_net/vendor/golang.org/x/net \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sys:f9fddec55a1e:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ + gosnmp:gosnmp:v1.29.0:gosnmp_gosnmp/vendor/github.com/gosnmp/gosnmp \ + jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \ + matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ + mwitkow:go-conntrack:2f068394615f:mwitkow_go_conntrack/vendor/github.com/mwitkow/go-conntrack \ + pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ + prometheus:client_golang:v1.9.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.15.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:exporter-toolkit:v0.5.1:prometheus_exporter_toolkit/vendor/github.com/prometheus/exporter-toolkit \ + prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf GO_TARGET= . \ ./generator:snmp_exporter_generator Modified: head/sysutils/snmp_exporter/distinfo ============================================================================== --- head/sysutils/snmp_exporter/distinfo Sat Mar 13 17:37:51 2021 (r568268) +++ head/sysutils/snmp_exporter/distinfo Sat Mar 13 18:48:07 2021 (r568269) @@ -1,3 +1,51 @@ -TIMESTAMP = 1585331319 -SHA256 (prometheus-snmp_exporter-v0.17.0_GH0.tar.gz) = ea95aa7f09217969c8f249b368b61efb5d5fe959ce934d55360da7b39c953c12 -SIZE (prometheus-snmp_exporter-v0.17.0_GH0.tar.gz) = 746706 +TIMESTAMP = 1614204978 +SHA256 (prometheus-snmp_exporter-v0.20.0_GH0.tar.gz) = 4326749fb36b829ca43e9d60fc09f43b62788f353c491aa3367705d52b96fae9 +SIZE (prometheus-snmp_exporter-v0.20.0_GH0.tar.gz) = 290899 +SHA256 (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 4624eae43489de8a71ea60efaf6744c581b6bd62909f7514c484c1ea0efaba5a +SIZE (alecthomas-kingpin-v2.2.6_GH0.tar.gz) = 44383 +SHA256 (alecthomas-template-fb15b899a751_GH0.tar.gz) = 2e2a44375eca48ce941182504b5d13aa98182b9a3f64ace33bfda52208bd0f5e +SIZE (alecthomas-template-fb15b899a751_GH0.tar.gz) = 55339 +SHA256 (alecthomas-units-f65c72e2690d_GH0.tar.gz) = ece06024b01821e013bd7158dfe8ec8cc697f586ce8d3cfaa22edde8c2f022c3 +SIZE (alecthomas-units-f65c72e2690d_GH0.tar.gz) = 4925 +SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 +SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 +SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 +SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 +SHA256 (go-kit-kit-v0.10.0_GH0.tar.gz) = c0fac2e37b981e4c18e4f210b92e1393bd59dadd7c7fc043ec46d1c9834eba85 +SIZE (go-kit-kit-v0.10.0_GH0.tar.gz) = 274801 +SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258 +SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745 +SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 +SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 +SHA256 (golang-crypto-5f87f3452ae9_GH0.tar.gz) = 8e905a4ce396416a8c8afd8075b93da404f77a9ec1475ad2814d289a1e21a0ee +SIZE (golang-crypto-5f87f3452ae9_GH0.tar.gz) = 1721681 +SHA256 (golang-net-4c5254603344_GH0.tar.gz) = 5957e628f2676d9e6c9517890bdcec334e8cac53d0f000b42ed6364a0550e152 +SIZE (golang-net-4c5254603344_GH0.tar.gz) = 1177478 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 +SHA256 (golang-sys-f9fddec55a1e_GH0.tar.gz) = 1ab3f80841babed9c5cd8e93f69bfcb7847c406e767b5d86d5da7dc3c0f24931 +SIZE (golang-sys-f9fddec55a1e_GH0.tar.gz) = 1090464 +SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 +SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 +SHA256 (gosnmp-gosnmp-v1.29.0_GH0.tar.gz) = 72cce697871395c3ba14775c13f30a58862fab102234a82274079f29ef7f7671 +SIZE (gosnmp-gosnmp-v1.29.0_GH0.tar.gz) = 76271 +SHA256 (jpillora-backoff-v1.0.0_GH0.tar.gz) = 611b29ce95acfa2997e3449762a3df68fcaa773db045535f26eb5c686106351f +SIZE (jpillora-backoff-v1.0.0_GH0.tar.gz) = 3507 +SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b +SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 +SHA256 (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 5bb72eaf9a4ffd7d0353fa6944951d244df89d879ac36d4b9860fd159162dd81 +SIZE (mwitkow-go-conntrack-2f068394615f_GH0.tar.gz) = 17140 +SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 +SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 +SHA256 (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 92ccfb35268ce2de6beeb45d4b5639e4bce78111b8629bcde5727165f7e1afb1 +SIZE (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 177330 +SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 +SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 +SHA256 (prometheus-common-v0.15.0_GH0.tar.gz) = f0957de56c09431076239d27bb85e07841bb832d0c99210087bc6da63a0b2cb6 +SIZE (prometheus-common-v0.15.0_GH0.tar.gz) = 124369 +SHA256 (prometheus-exporter-toolkit-v0.5.1_GH0.tar.gz) = 721740ad90ac0d32e51c94d05b67a276cbed2c138e9af16587f98e8664750220 +SIZE (prometheus-exporter-toolkit-v0.5.1_GH0.tar.gz) = 50475 +SHA256 (prometheus-procfs-v0.2.0_GH0.tar.gz) = b6c013031ac8b9f8f9e1595103c48feb80dfe59c37aac73efe724fddbc0b3f50 +SIZE (prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 +SHA256 (protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = e7266bedaa4f110216fce52ae533dc5eba475d3829bb0592e8876684e202ae1f +SIZE (protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = 1214648 From owner-svn-ports-all@freebsd.org Sat Mar 13 18:48:34 2021 Return-Path: Delivered-To: svn-ports-all@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 B922257F0B3; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@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 4DyWst4Whvz3Dnv; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C80D7767; Sat, 13 Mar 2021 18:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DImYro011031; Sat, 13 Mar 2021 18:48:34 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DImXOG011024; Sat, 13 Mar 2021 18:48:33 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103131848.12DImXOG011024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 18:48:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568270 - in head/games/xqf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/games/xqf: . files X-SVN-Commit-Revision: 568270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 18:48:34 -0000 Author: nc Date: Sat Mar 13 18:48:32 2021 New Revision: 568270 URL: https://svnweb.freebsd.org/changeset/ports/568270 Log: games/xqf: Update to 1.0.6.2 Changes: https://github.com/XQF/xqf/blob/97afad6998a2625789aae5002c748a3d3ae07c33/ChangeLog Deleted: head/games/xqf/files/patch-src-debug.h Modified: head/games/xqf/Makefile head/games/xqf/distinfo head/games/xqf/files/patch-src__country-filter.h head/games/xqf/files/patch-src__trayicon.c head/games/xqf/files/patch-src_filter.c head/games/xqf/files/patch-src_filter.h head/games/xqf/pkg-plist Modified: head/games/xqf/Makefile ============================================================================== --- head/games/xqf/Makefile Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/Makefile Sat Mar 13 18:48:32 2021 (r568270) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= xqf -PORTVERSION= 1.0.5 -PORTREVISION= 11 +PORTVERSION= 1.0.6.2 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Server browser for many popular 3D action games RUN_DEPENDS= qstat:games/qstat -USES= gettext gmake gnome pkgconfig xorg +USES= autoreconf gettext gmake gnome pkgconfig xorg USE_GNOME= intlhack USE_XORG= x11 GNU_CONFIGURE= yes + +USE_GITHUB= yes +GH_ACCOUNT= XQF CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 Modified: head/games/xqf/distinfo ============================================================================== --- head/games/xqf/distinfo Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/distinfo Sat Mar 13 18:48:32 2021 (r568270) @@ -1,2 +1,3 @@ -SHA256 (xqf-1.0.5.tar.gz) = ee0ab9a40516c55d9f00e65ab06b1c6669f0de858bc8a7416e6993a76c0d9b67 -SIZE (xqf-1.0.5.tar.gz) = 742183 +TIMESTAMP = 1615661122 +SHA256 (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = bcfb87c9a452993b13bd1019b0c61459a37cbc37b13b951b73f2a93b2b1c83ad +SIZE (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = 595096 Modified: head/games/xqf/files/patch-src__country-filter.h ============================================================================== --- head/games/xqf/files/patch-src__country-filter.h Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src__country-filter.h Sat Mar 13 18:48:32 2021 (r568270) @@ -1,5 +1,5 @@ ---- src/country-filter.h.orig Sun Oct 5 21:53:51 2003 -+++ src/country-filter.h Fri Nov 28 11:11:26 2003 +--- src/country-filter.h.orig 2014-11-02 00:43:18 UTC ++++ src/country-filter.h @@ -22,6 +22,9 @@ #include @@ -9,4 +9,4 @@ +#include #include - extern const unsigned MaxCountries; + extern unsigned MaxCountries; Modified: head/games/xqf/files/patch-src__trayicon.c ============================================================================== --- head/games/xqf/files/patch-src__trayicon.c Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src__trayicon.c Sat Mar 13 18:48:32 2021 (r568270) @@ -1,20 +1,19 @@ ---- src/trayicon.c.orig Sun Jun 20 03:30:35 2004 -+++ src/trayicon.c Wed Dec 1 07:16:59 2004 -@@ -792,6 +792,8 @@ - } - } else { - -+ GdkWindow *gdkwin; -+ - icon->box=gtk_event_box_new (); - gtk_container_add(GTK_CONTAINER(icon), icon->box); - -@@ -801,8 +803,6 @@ - - gtk_widget_show (icon->image); - gtk_widget_show(icon->box); -- -- GdkWindow *gdkwin; - - gdkwin = gdk_window_lookup (icon->manager_window); - gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon); +--- src/trayicon.c.orig 2014-11-02 00:43:18 UTC ++++ src/trayicon.c +@@ -726,6 +726,7 @@ static void egg_tray_icon_update_manager_window (EggTr + icon->ready=TRUE; + } + } else { ++ GdkWindow *gdkwin; + + icon->box=gtk_event_box_new (); + gtk_container_add(GTK_CONTAINER(icon), icon->box); +@@ -736,8 +737,6 @@ static void egg_tray_icon_update_manager_window (EggTr + + gtk_widget_show (icon->image); + gtk_widget_show(icon->box); +- +- GdkWindow *gdkwin; + + gdkwin = gdk_window_lookup (icon->manager_window); + gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon); Modified: head/games/xqf/files/patch-src_filter.c ============================================================================== --- head/games/xqf/files/patch-src_filter.c Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src_filter.c Sat Mar 13 18:48:32 2021 (r568270) @@ -1,6 +1,6 @@ ---- src/filter.c.orig 2005-08-14 11:01:59 UTC +--- src/filter.c.orig 2014-11-02 00:43:18 UTC +++ src/filter.c -@@ -144,6 +144,7 @@ static unsigned filter_current_time = 1; +@@ -142,6 +142,7 @@ static unsigned filter_current_time = 1; unsigned server_filter_dialog_current_filter = 0; Modified: head/games/xqf/files/patch-src_filter.h ============================================================================== --- head/games/xqf/files/patch-src_filter.h Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/files/patch-src_filter.h Sat Mar 13 18:48:32 2021 (r568270) @@ -1,10 +1,10 @@ ---- src/filter.h.orig 2004-07-24 20:32:39 UTC +--- src/filter.h.orig 2014-11-02 00:43:18 UTC +++ src/filter.h -@@ -89,7 +89,6 @@ extern unsigned char cur_filter; +@@ -89,7 +89,6 @@ extern unsigned char cur_filter; extern GArray* server_filters; --unsigned int current_server_filter; +-unsigned int current_server_filter; extern unsigned int current_server_filter; Modified: head/games/xqf/pkg-plist ============================================================================== --- head/games/xqf/pkg-plist Sat Mar 13 18:48:07 2021 (r568269) +++ head/games/xqf/pkg-plist Sat Mar 13 18:48:32 2021 (r568270) @@ -9,8 +9,11 @@ share/locale/fr/LC_MESSAGES/xqf.mo share/locale/pl/LC_MESSAGES/xqf.mo share/locale/ru/LC_MESSAGES/xqf.mo share/applications/xqf.desktop +share/pixmaps/xqf.png +share/pixmaps/xqf.svg +share/pixmaps/xqf.xpm share/pixmaps/xqf_22x22.png share/pixmaps/xqf_32x32.png share/pixmaps/xqf_48x48.png share/pixmaps/xqf_48x48_2.png -@dir lib/xqf +@dir libexec/xqf From owner-svn-ports-all@freebsd.org Sat Mar 13 18:55:15 2021 Return-Path: Delivered-To: svn-ports-all@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 59C8E57F1BC; Sat, 13 Mar 2021 18:55:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyX1b231Kz3FGQ; Sat, 13 Mar 2021 18:55:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3948C7C47; Sat, 13 Mar 2021 18:55:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DItFkS016761; Sat, 13 Mar 2021 18:55:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DItFjH016760; Sat, 13 Mar 2021 18:55:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103131855.12DItFjH016760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 18:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568271 - head/biology/gatk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/gatk X-SVN-Commit-Revision: 568271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 18:55:15 -0000 Author: yuri Date: Sat Mar 13 18:55:14 2021 New Revision: 568271 URL: https://svnweb.freebsd.org/changeset/ports/568271 Log: biology/gatk: Fix fetch Reported by: fallout Modified: head/biology/gatk/distinfo Modified: head/biology/gatk/distinfo ============================================================================== --- head/biology/gatk/distinfo Sat Mar 13 18:48:32 2021 (r568270) +++ head/biology/gatk/distinfo Sat Mar 13 18:55:14 2021 (r568271) @@ -1,5 +1,5 @@ -TIMESTAMP = 1615522146 -SHA256 (gatk-4.2.0.0-deps.tar.gz) = 30b296655ac529c97585dcb573eed5239293069285711cd00cd16a369ef3f138 -SIZE (gatk-4.2.0.0-deps.tar.gz) = 281149251 -SHA256 (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = fd5c11b6e3f77a377007c2cdba55f1698a8f527cc3db42f79d22e6ebe3b8344b -SIZE (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = 3836644497 +TIMESTAMP = 1615661028 +SHA256 (gatk-4.2.0.0-deps.tar.gz) = 12d2415904bae017169a3177ecd86d48f4faa7d862c0b24ccd224f0f6a95b221 +SIZE (gatk-4.2.0.0-deps.tar.gz) = 281152285 +SHA256 (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = 5766f135e372e122ce92c87e604342229228c8ceb98be1e74d52a7039e208e01 +SIZE (broadinstitute-gatk-4.2.0.0_GH0.tar.gz) = 75705393 From owner-svn-ports-all@freebsd.org Sat Mar 13 18:57:13 2021 Return-Path: Delivered-To: svn-ports-all@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 9AE8757F51D; Sat, 13 Mar 2021 18:57:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyX3s3vYWz3FQQ; Sat, 13 Mar 2021 18:57:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7828E7C90; Sat, 13 Mar 2021 18:57:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DIvDIj016949; Sat, 13 Mar 2021 18:57:13 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DIvC9s016944; Sat, 13 Mar 2021 18:57:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131857.12DIvC9s016944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 18:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568272 - in head/net-mgmt/phpipam: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/net-mgmt/phpipam: . files X-SVN-Commit-Revision: 568272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 18:57:13 -0000 Author: lwhsu Date: Sat Mar 13 18:57:12 2021 New Revision: 568272 URL: https://svnweb.freebsd.org/changeset/ports/568272 Log: net-mgmt/phpipam: Update to 1.4.1 PR: 248655 Submitted by: Marko Cupać Approved by: jake@xz.cx (maintainer) Modified: head/net-mgmt/phpipam/Makefile head/net-mgmt/phpipam/distinfo head/net-mgmt/phpipam/files/pkg-message.in head/net-mgmt/phpipam/pkg-plist Modified: head/net-mgmt/phpipam/Makefile ============================================================================== --- head/net-mgmt/phpipam/Makefile Sat Mar 13 18:55:14 2021 (r568271) +++ head/net-mgmt/phpipam/Makefile Sat Mar 13 18:57:12 2021 (r568272) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= phpipam -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 CATEGORIES= net-mgmt -MASTER_SITES= SF/${PORTNAME} MAINTAINER= jake@xz.cx COMMENT= PHP IP Address Management IPv4/IPv6 +USE_GITHUB= yes +GH_TAGNAME= e569141 + LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR} NO_BUILD= yes NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME} CFGFILE= config.php Modified: head/net-mgmt/phpipam/distinfo ============================================================================== --- head/net-mgmt/phpipam/distinfo Sat Mar 13 18:55:14 2021 (r568271) +++ head/net-mgmt/phpipam/distinfo Sat Mar 13 18:57:12 2021 (r568272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537691543 -SHA256 (phpipam-1.3.2.tar) = 4c6ecd19a1e5c44eaef9c298878ee33de366737b1ade5c1fe2e0f4959d5df929 -SIZE (phpipam-1.3.2.tar) = 32209920 +TIMESTAMP = 1597402225 +SHA256 (phpipam-phpipam-1.4.1-e569141_GH0.tar.gz) = dc0236001ab93fb33faf4c3e64d8781a30686ecc3fff54ec1dc6c3dade3d5a82 +SIZE (phpipam-phpipam-1.4.1-e569141_GH0.tar.gz) = 5033857 Modified: head/net-mgmt/phpipam/files/pkg-message.in ============================================================================== --- head/net-mgmt/phpipam/files/pkg-message.in Sat Mar 13 18:55:14 2021 (r568271) +++ head/net-mgmt/phpipam/files/pkg-message.in Sat Mar 13 18:57:12 2021 (r568272) @@ -22,6 +22,14 @@ In case your URL for phpipam is not root please set th config.php is where site configuration and database details are configured. Default user/password is Admin/ipamadmin + +v1.4.1 update: +ipaddresses table in phpipam database is likely to contain incorrect datetime +values which prevent successful upgrade. Make sure to create backup of phpipam +database. Before starting upgrade wizard in web interface run the following +SQL query on phpipam database: + +UPDATE ipaddresses SET lastSeen='1970-01-01 00:00:01' WHERE lastSeen < '0000-01-01 00:00:00'; EOM } ] Modified: head/net-mgmt/phpipam/pkg-plist ============================================================================== --- head/net-mgmt/phpipam/pkg-plist Sat Mar 13 18:55:14 2021 (r568271) +++ head/net-mgmt/phpipam/pkg-plist Sat Mar 13 18:57:12 2021 (r568272) @@ -1,9 +1,8 @@ +%%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md +%%WWWDIR%%/.github/ISSUE_TEMPLATE/feature_request.md +%%WWWDIR%%/.github/ISSUE_TEMPLATE/help_wanted.md %%WWWDIR%%/.htaccess -%%WWWDIR%%/INSTALL.txt -%%WWWDIR%%/README.md -%%WWWDIR%%/UPDATE %%WWWDIR%%/api/.htaccess -%%WWWDIR%%/api/README %%WWWDIR%%/api/controllers/Addresses.php %%WWWDIR%%/api/controllers/Circuits.php %%WWWDIR%%/api/controllers/Common.php @@ -20,8 +19,11 @@ %%WWWDIR%%/api/controllers/Vlans.php %%WWWDIR%%/api/controllers/Vrf.php %%WWWDIR%%/api/controllers/Vrfs.php -%%WWWDIR%%/api/controllers/custom/_template.php %%WWWDIR%%/api/index.php +%%WWWDIR%%/api/README +%%WWWDIR%%/app/admin/2fa/edit_user.php +%%WWWDIR%%/app/admin/2fa/index.php +%%WWWDIR%%/app/admin/2fa/save.php %%WWWDIR%%/app/admin/admin-menu-config.php %%WWWDIR%%/app/admin/admin-menu.php %%WWWDIR%%/app/admin/api/edit-result.php @@ -33,12 +35,14 @@ %%WWWDIR%%/app/admin/authentication-methods/edit-LDAP.php %%WWWDIR%%/app/admin/authentication-methods/edit-NetIQ.php %%WWWDIR%%/app/admin/authentication-methods/edit-Radius.php -%%WWWDIR%%/app/admin/authentication-methods/edit-SAML2.php %%WWWDIR%%/app/admin/authentication-methods/edit-result.php +%%WWWDIR%%/app/admin/authentication-methods/edit-SAML2.php %%WWWDIR%%/app/admin/authentication-methods/edit.php %%WWWDIR%%/app/admin/authentication-methods/index.php %%WWWDIR%%/app/admin/circuits/edit-circuit-submit.php %%WWWDIR%%/app/admin/circuits/edit-circuit.php +%%WWWDIR%%/app/admin/circuits/edit-logical-circuit-submit.php +%%WWWDIR%%/app/admin/circuits/edit-logical-circuit.php %%WWWDIR%%/app/admin/circuits/edit-options-submit.php %%WWWDIR%%/app/admin/circuits/edit-options.php %%WWWDIR%%/app/admin/circuits/edit-provider-submit.php @@ -50,6 +54,10 @@ %%WWWDIR%%/app/admin/custom-fields/filter.php %%WWWDIR%%/app/admin/custom-fields/index.php %%WWWDIR%%/app/admin/custom-fields/order.php +%%WWWDIR%%/app/admin/customers/edit-submit.php +%%WWWDIR%%/app/admin/customers/edit.php +%%WWWDIR%%/app/admin/customers/index.php +%%WWWDIR%%/app/admin/customers/unlink.php %%WWWDIR%%/app/admin/device-types/edit-result.php %%WWWDIR%%/app/admin/device-types/edit.php %%WWWDIR%%/app/admin/device-types/index.php @@ -90,7 +98,6 @@ %%WWWDIR%%/app/admin/groups/index.php %%WWWDIR%%/app/admin/groups/remove-users-result.php %%WWWDIR%%/app/admin/groups/remove-users.php -%%WWWDIR%%/app/admin/import-export/README.TXT %%WWWDIR%%/app/admin/import-export/export-devices-field-select.php %%WWWDIR%%/app/admin/import-export/export-devices.php %%WWWDIR%%/app/admin/import-export/export-devtype-field-select.php @@ -147,6 +154,7 @@ %%WWWDIR%%/app/admin/import-export/import-vrf.php %%WWWDIR%%/app/admin/import-export/index.php %%WWWDIR%%/app/admin/import-export/not-implemented.php +%%WWWDIR%%/app/admin/import-export/README.TXT %%WWWDIR%%/app/admin/import-export/upload/.htaccess %%WWWDIR%%/app/admin/index.php %%WWWDIR%%/app/admin/instructions/edit-result.php @@ -173,6 +181,8 @@ %%WWWDIR%%/app/admin/nat/item-add-submit.php %%WWWDIR%%/app/admin/nat/item-add.php %%WWWDIR%%/app/admin/nat/item-remove.php +%%WWWDIR%%/app/admin/password-policy/index.php +%%WWWDIR%%/app/admin/password-policy/save.php %%WWWDIR%%/app/admin/powerDNS/defaults-save.php %%WWWDIR%%/app/admin/powerDNS/defaults.php %%WWWDIR%%/app/admin/powerDNS/domain-edit-result.php @@ -206,6 +216,13 @@ %%WWWDIR%%/app/admin/ripe-import/import-subnets.php %%WWWDIR%%/app/admin/ripe-import/index.php %%WWWDIR%%/app/admin/ripe-import/ripe-telnet.php +%%WWWDIR%%/app/admin/routing/edit-bgp-mapping-delete.php +%%WWWDIR%%/app/admin/routing/edit-bgp-mapping-search.php +%%WWWDIR%%/app/admin/routing/edit-bgp-mapping-submit.php +%%WWWDIR%%/app/admin/routing/edit-bgp-mapping.php +%%WWWDIR%%/app/admin/routing/edit-bgp-submit.php +%%WWWDIR%%/app/admin/routing/edit-bgp.php +%%WWWDIR%%/app/admin/routing/index.php %%WWWDIR%%/app/admin/scan-agents/edit-result.php %%WWWDIR%%/app/admin/scan-agents/edit.php %%WWWDIR%%/app/admin/scan-agents/index.php @@ -228,6 +245,8 @@ %%WWWDIR%%/app/admin/subnets/edit-result.php %%WWWDIR%%/app/admin/subnets/edit-vlan-dropdown.php %%WWWDIR%%/app/admin/subnets/edit.php +%%WWWDIR%%/app/admin/subnets/find_free_section_subnets_result.php +%%WWWDIR%%/app/admin/subnets/find_free_section_subnets.php %%WWWDIR%%/app/admin/subnets/index.php %%WWWDIR%%/app/admin/subnets/linked-subnet-submit.php %%WWWDIR%%/app/admin/subnets/linked-subnet.php @@ -250,8 +269,14 @@ %%WWWDIR%%/app/admin/users/edit-result.php %%WWWDIR%%/app/admin/users/edit.php %%WWWDIR%%/app/admin/users/index.php +%%WWWDIR%%/app/admin/users/print_module_permissions.php %%WWWDIR%%/app/admin/users/print-all.php -%%WWWDIR%%/app/admin/users/print-user.php +%%WWWDIR%%/app/admin/users/print-user/account.php +%%WWWDIR%%/app/admin/users/print-user/authentication.php +%%WWWDIR%%/app/admin/users/print-user/display.php +%%WWWDIR%%/app/admin/users/print-user/index.php +%%WWWDIR%%/app/admin/users/print-user/mail.php +%%WWWDIR%%/app/admin/users/print-user/modules.php %%WWWDIR%%/app/admin/verify-database/fix.php %%WWWDIR%%/app/admin/verify-database/index.php %%WWWDIR%%/app/admin/version-check/index.php @@ -265,12 +290,12 @@ %%WWWDIR%%/app/admin/vlans/vlans-scan-execute.php %%WWWDIR%%/app/admin/vlans/vlans-scan-result.php %%WWWDIR%%/app/admin/vlans/vlans-scan.php -%%WWWDIR%%/app/admin/vrfs/edit-result.php -%%WWWDIR%%/app/admin/vrfs/edit.php -%%WWWDIR%%/app/admin/vrfs/index.php -%%WWWDIR%%/app/admin/vrfs/vrf-scan-execute.php -%%WWWDIR%%/app/admin/vrfs/vrf-scan-result.php -%%WWWDIR%%/app/admin/vrfs/vrf-scan.php +%%WWWDIR%%/app/admin/vrf/edit-result.php +%%WWWDIR%%/app/admin/vrf/edit.php +%%WWWDIR%%/app/admin/vrf/index.php +%%WWWDIR%%/app/admin/vrf/vrf-scan-execute.php +%%WWWDIR%%/app/admin/vrf/vrf-scan-result.php +%%WWWDIR%%/app/admin/vrf/vrf-scan.php %%WWWDIR%%/app/admin/widgets/edit-result.php %%WWWDIR%%/app/admin/widgets/edit.php %%WWWDIR%%/app/admin/widgets/index.php @@ -279,10 +304,12 @@ %%WWWDIR%%/app/dashboard/widgets/access_logs.php %%WWWDIR%%/app/dashboard/widgets/bw_calculator.php %%WWWDIR%%/app/dashboard/widgets/changelog.php +%%WWWDIR%%/app/dashboard/widgets/customers.php %%WWWDIR%%/app/dashboard/widgets/error_logs.php %%WWWDIR%%/app/dashboard/widgets/favourite_subnets.php %%WWWDIR%%/app/dashboard/widgets/inactive-hosts.php %%WWWDIR%%/app/dashboard/widgets/index.php +%%WWWDIR%%/app/dashboard/widgets/instructions.php %%WWWDIR%%/app/dashboard/widgets/ipcalc-result.php %%WWWDIR%%/app/dashboard/widgets/ipcalc.php %%WWWDIR%%/app/dashboard/widgets/iprequest.php @@ -302,10 +329,10 @@ %%WWWDIR%%/app/folder/index.php %%WWWDIR%%/app/footer.php %%WWWDIR%%/app/install/index.php -%%WWWDIR%%/app/install/install-execute.php %%WWWDIR%%/app/install/install_automatic.php %%WWWDIR%%/app/install/install_manual.php %%WWWDIR%%/app/install/install_mysqlimport.php +%%WWWDIR%%/app/install/install-execute.php %%WWWDIR%%/app/install/invalid_install_type.php %%WWWDIR%%/app/install/postinstall_configure.php %%WWWDIR%%/app/install/postinstall_submit.php @@ -313,101 +340,10 @@ %%WWWDIR%%/app/install/sql_error.php %%WWWDIR%%/app/install/welcome.php %%WWWDIR%%/app/json/section/subnets.php -%%WWWDIR%%/app/login/captcha/AHGBold.ttf -%%WWWDIR%%/app/login/captcha/LICENSE.txt -%%WWWDIR%%/app/login/captcha/README.FONT.txt -%%WWWDIR%%/app/login/captcha/README.md -%%WWWDIR%%/app/login/captcha/README.txt -%%WWWDIR%%/app/login/captcha/WavFile.php -%%WWWDIR%%/app/login/captcha/audio/.htaccess -%%WWWDIR%%/app/login/captcha/audio/en/0.wav -%%WWWDIR%%/app/login/captcha/audio/en/1.wav -%%WWWDIR%%/app/login/captcha/audio/en/10.wav -%%WWWDIR%%/app/login/captcha/audio/en/11.wav -%%WWWDIR%%/app/login/captcha/audio/en/12.wav -%%WWWDIR%%/app/login/captcha/audio/en/13.wav -%%WWWDIR%%/app/login/captcha/audio/en/14.wav -%%WWWDIR%%/app/login/captcha/audio/en/15.wav -%%WWWDIR%%/app/login/captcha/audio/en/16.wav -%%WWWDIR%%/app/login/captcha/audio/en/17.wav -%%WWWDIR%%/app/login/captcha/audio/en/18.wav -%%WWWDIR%%/app/login/captcha/audio/en/19.wav -%%WWWDIR%%/app/login/captcha/audio/en/2.wav -%%WWWDIR%%/app/login/captcha/audio/en/20.wav -%%WWWDIR%%/app/login/captcha/audio/en/3.wav -%%WWWDIR%%/app/login/captcha/audio/en/4.wav -%%WWWDIR%%/app/login/captcha/audio/en/5.wav -%%WWWDIR%%/app/login/captcha/audio/en/6.wav -%%WWWDIR%%/app/login/captcha/audio/en/7.wav -%%WWWDIR%%/app/login/captcha/audio/en/8.wav -%%WWWDIR%%/app/login/captcha/audio/en/9.wav -%%WWWDIR%%/app/login/captcha/audio/en/A.wav -%%WWWDIR%%/app/login/captcha/audio/en/B.wav -%%WWWDIR%%/app/login/captcha/audio/en/C.wav -%%WWWDIR%%/app/login/captcha/audio/en/D.wav -%%WWWDIR%%/app/login/captcha/audio/en/E.wav -%%WWWDIR%%/app/login/captcha/audio/en/F.wav -%%WWWDIR%%/app/login/captcha/audio/en/G.wav -%%WWWDIR%%/app/login/captcha/audio/en/H.wav -%%WWWDIR%%/app/login/captcha/audio/en/I.wav -%%WWWDIR%%/app/login/captcha/audio/en/J.wav -%%WWWDIR%%/app/login/captcha/audio/en/K.wav -%%WWWDIR%%/app/login/captcha/audio/en/L.wav -%%WWWDIR%%/app/login/captcha/audio/en/M.wav -%%WWWDIR%%/app/login/captcha/audio/en/MINUS.wav -%%WWWDIR%%/app/login/captcha/audio/en/N.wav -%%WWWDIR%%/app/login/captcha/audio/en/O.wav -%%WWWDIR%%/app/login/captcha/audio/en/P.wav -%%WWWDIR%%/app/login/captcha/audio/en/PLUS.wav -%%WWWDIR%%/app/login/captcha/audio/en/Q.wav -%%WWWDIR%%/app/login/captcha/audio/en/R.wav -%%WWWDIR%%/app/login/captcha/audio/en/S.wav -%%WWWDIR%%/app/login/captcha/audio/en/T.wav -%%WWWDIR%%/app/login/captcha/audio/en/TIMES.wav -%%WWWDIR%%/app/login/captcha/audio/en/U.wav -%%WWWDIR%%/app/login/captcha/audio/en/V.wav -%%WWWDIR%%/app/login/captcha/audio/en/W.wav -%%WWWDIR%%/app/login/captcha/audio/en/X.wav -%%WWWDIR%%/app/login/captcha/audio/en/Y.wav -%%WWWDIR%%/app/login/captcha/audio/en/Z.wav -%%WWWDIR%%/app/login/captcha/audio/en/error.wav -%%WWWDIR%%/app/login/captcha/audio/noise/check-point-1.wav -%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-1.wav -%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-6.wav -%%WWWDIR%%/app/login/captcha/audio/noise/crowd-talking-7.wav -%%WWWDIR%%/app/login/captcha/audio/noise/kids-playing-1.wav -%%WWWDIR%%/app/login/captcha/backgrounds/bg3.jpg -%%WWWDIR%%/app/login/captcha/backgrounds/bg4.jpg -%%WWWDIR%%/app/login/captcha/backgrounds/bg5.jpg -%%WWWDIR%%/app/login/captcha/backgrounds/bg6.png -%%WWWDIR%%/app/login/captcha/captcha.html -%%WWWDIR%%/app/login/captcha/composer.json -%%WWWDIR%%/app/login/captcha/config.inc.php.SAMPLE -%%WWWDIR%%/app/login/captcha/database/.htaccess -%%WWWDIR%%/app/login/captcha/database/index.html -%%WWWDIR%%/app/login/captcha/database/securimage.sq3 -%%WWWDIR%%/app/login/captcha/example_form.ajax.php -%%WWWDIR%%/app/login/captcha/example_form.php -%%WWWDIR%%/app/login/captcha/examples/display_value.php -%%WWWDIR%%/app/login/captcha/examples/multiple_captchas_single_page.php -%%WWWDIR%%/app/login/captcha/examples/multiple_words.php -%%WWWDIR%%/app/login/captcha/examples/securimage_show_example.php -%%WWWDIR%%/app/login/captcha/examples/securimage_show_example2.php -%%WWWDIR%%/app/login/captcha/examples/static_captcha.php -%%WWWDIR%%/app/login/captcha/examples/test.mysql.php -%%WWWDIR%%/app/login/captcha/examples/test.mysql.static.php -%%WWWDIR%%/app/login/captcha/examples/test.pgsql.php -%%WWWDIR%%/app/login/captcha/examples/test.sqlite.php -%%WWWDIR%%/app/login/captcha/images/audio_icon.png -%%WWWDIR%%/app/login/captcha/images/loading.png -%%WWWDIR%%/app/login/captcha/images/refresh.png -%%WWWDIR%%/app/login/captcha/securimage.css -%%WWWDIR%%/app/login/captcha/securimage.js -%%WWWDIR%%/app/login/captcha/securimage.php -%%WWWDIR%%/app/login/captcha/securimage_play.php -%%WWWDIR%%/app/login/captcha/securimage_play.swf -%%WWWDIR%%/app/login/captcha/securimage_show.php -%%WWWDIR%%/app/login/captcha/words/words.txt +%%WWWDIR%%/app/login/2fa/2fa_create.php +%%WWWDIR%%/app/login/2fa/2fa_form.php +%%WWWDIR%%/app/login/2fa/2fa_validate.php +%%WWWDIR%%/app/login/2fa/index.php %%WWWDIR%%/app/login/captchashow.php %%WWWDIR%%/app/login/index.php %%WWWDIR%%/app/login/login_check.php @@ -456,21 +392,23 @@ %%WWWDIR%%/app/subnets/mail-notify-subnet-check.php %%WWWDIR%%/app/subnets/mail-notify-subnet.php %%WWWDIR%%/app/subnets/mastersubnet-dropdown.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-check-included.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-scan-icmp.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-scan-snmp-arp.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-scan-telnet.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-snmp-mac.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-snmp-route-all.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-snmp-route.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-update-icmp.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-execute-update-snmp-arp.php %%WWWDIR%%/app/subnets/scan/subnet-scan-execute.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-icmp-result.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-icmp.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-arp-result.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-arp.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-mac-result.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-mac.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route-all-result.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route-all.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-snmp-route.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-telnet-result.php -%%WWWDIR%%/app/subnets/scan/subnet-scan-telnet.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result-scan-icmp.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result-scan-snmp-arp.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result-scan-telnet.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result-snmp-mac.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result-snmp-route-all.php +%%WWWDIR%%/app/subnets/scan/subnet-scan-result.php %%WWWDIR%%/app/subnets/scan/subnet-scan.php -%%WWWDIR%%/app/subnets/scan/subnet-update-icmp.php -%%WWWDIR%%/app/subnets/scan/subnet-update-snmp-arp.php %%WWWDIR%%/app/subnets/subnet-details/subnet-changelog.php %%WWWDIR%%/app/subnets/subnet-details/subnet-details.php %%WWWDIR%%/app/subnets/subnet-details/subnet-graph.php @@ -491,17 +429,38 @@ %%WWWDIR%%/app/tools/changelog/index.php %%WWWDIR%%/app/tools/changelog/show-popup.php %%WWWDIR%%/app/tools/circuits/all-circuits-map.php -%%WWWDIR%%/app/tools/circuits/all-circuits.php -%%WWWDIR%%/app/tools/circuits/all-providers.php -%%WWWDIR%%/app/tools/circuits/circuit-details-general.php -%%WWWDIR%%/app/tools/circuits/circuit-details-map.php -%%WWWDIR%%/app/tools/circuits/circuit-details-points.php -%%WWWDIR%%/app/tools/circuits/circuit-details-provider.php -%%WWWDIR%%/app/tools/circuits/circuit-details.php %%WWWDIR%%/app/tools/circuits/index.php +%%WWWDIR%%/app/tools/circuits/logical-circuits/logical-circuit-details-general.php +%%WWWDIR%%/app/tools/circuits/logical-circuits/logical-circuit-details-map.php +%%WWWDIR%%/app/tools/circuits/logical-circuits/logical-circuit-details-members.php +%%WWWDIR%%/app/tools/circuits/logical-circuits/logical-circuit-details.php +%%WWWDIR%%/app/tools/circuits/logical-circuits/logical-circuits.php %%WWWDIR%%/app/tools/circuits/menu.php %%WWWDIR%%/app/tools/circuits/options.php -%%WWWDIR%%/app/tools/circuits/provider-details.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/all-circuits.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details-general.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details-logical-parents.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details-map.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details-points.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details-provider.php +%%WWWDIR%%/app/tools/circuits/physical-circuits/circuit-details.php +%%WWWDIR%%/app/tools/circuits/providers/all-providers.php +%%WWWDIR%%/app/tools/circuits/providers/provider-details.php +%%WWWDIR%%/app/tools/customers/all-customers.php +%%WWWDIR%%/app/tools/customers/customer/details.php +%%WWWDIR%%/app/tools/customers/customer/index.php +%%WWWDIR%%/app/tools/customers/customer/map.php +%%WWWDIR%%/app/tools/customers/customer/objects.php +%%WWWDIR%%/app/tools/customers/customer/objects/circuits.php +%%WWWDIR%%/app/tools/customers/customer/objects/ipaddresses.php +%%WWWDIR%%/app/tools/customers/customer/objects/menu.php +%%WWWDIR%%/app/tools/customers/customer/objects/racks.php +%%WWWDIR%%/app/tools/customers/customer/objects/routing_bgp.php +%%WWWDIR%%/app/tools/customers/customer/objects/subnets.php +%%WWWDIR%%/app/tools/customers/customer/objects/vlans.php +%%WWWDIR%%/app/tools/customers/customer/objects/vrf.php +%%WWWDIR%%/app/tools/customers/index.php +%%WWWDIR%%/app/tools/devices/all-devices-filter.php %%WWWDIR%%/app/tools/devices/all-devices.php %%WWWDIR%%/app/tools/devices/device-details/device-addresses.php %%WWWDIR%%/app/tools/devices/device-details/device-circuits.php @@ -515,6 +474,7 @@ %%WWWDIR%%/app/tools/dhcp/leases.php %%WWWDIR%%/app/tools/dhcp/reservations.php %%WWWDIR%%/app/tools/dhcp/subnets.php +%%WWWDIR%%/app/tools/duplicates/index.php %%WWWDIR%%/app/tools/favourites/favourite-edit.php %%WWWDIR%%/app/tools/favourites/index.php %%WWWDIR%%/app/tools/firewall-zones/index.php @@ -529,6 +489,7 @@ %%WWWDIR%%/app/tools/locations/all-locations-list.php %%WWWDIR%%/app/tools/locations/all-locations-map.php %%WWWDIR%%/app/tools/locations/index.php +%%WWWDIR%%/app/tools/locations/menu.php %%WWWDIR%%/app/tools/locations/single-location-map.php %%WWWDIR%%/app/tools/locations/single-location.php %%WWWDIR%%/app/tools/logs/clear-logs.php @@ -542,7 +503,9 @@ %%WWWDIR%%/app/tools/multicast-networks/create_mac.php %%WWWDIR%%/app/tools/multicast-networks/index.php %%WWWDIR%%/app/tools/multicast-networks/validate_mac.php +%%WWWDIR%%/app/tools/nat/all_nats.php %%WWWDIR%%/app/tools/nat/index.php +%%WWWDIR%%/app/tools/nat/nat_details.php %%WWWDIR%%/app/tools/pass-change/form.php %%WWWDIR%%/app/tools/pass-change/result.php %%WWWDIR%%/app/tools/powerDNS/domain-records.php @@ -569,18 +532,26 @@ %%WWWDIR%%/app/tools/racks/show-rack-popup.php %%WWWDIR%%/app/tools/request-ip/index.php %%WWWDIR%%/app/tools/requests/index.php +%%WWWDIR%%/app/tools/routing/bgp/all.php +%%WWWDIR%%/app/tools/routing/bgp/details-general.php +%%WWWDIR%%/app/tools/routing/bgp/details-subnets.php +%%WWWDIR%%/app/tools/routing/bgp/details.php +%%WWWDIR%%/app/tools/routing/index.php +%%WWWDIR%%/app/tools/routing/menu.php +%%WWWDIR%%/app/tools/routing/ospf/all.php %%WWWDIR%%/app/tools/scanned-networks/index.php %%WWWDIR%%/app/tools/search/index.php %%WWWDIR%%/app/tools/search/opensearch.php -%%WWWDIR%%/app/tools/search/search-results-export.php -%%WWWDIR%%/app/tools/search/search-results.php -%%WWWDIR%%/app/tools/search/search-tips.php %%WWWDIR%%/app/tools/search/search_results/search-results_addresses.php %%WWWDIR%%/app/tools/search/search_results/search-results_circuits.php +%%WWWDIR%%/app/tools/search/search_results/search-results_customers.php %%WWWDIR%%/app/tools/search/search_results/search-results_pstn.php %%WWWDIR%%/app/tools/search/search_results/search-results_subnets.php %%WWWDIR%%/app/tools/search/search_results/search-results_vlans.php %%WWWDIR%%/app/tools/search/search_results/search-results_vrfs.php +%%WWWDIR%%/app/tools/search/search-results-export.php +%%WWWDIR%%/app/tools/search/search-results.php +%%WWWDIR%%/app/tools/search/search-tips.php %%WWWDIR%%/app/tools/subnet-masks/index.php %%WWWDIR%%/app/tools/subnet-masks/popup.php %%WWWDIR%%/app/tools/subnet-masks/print-table.php @@ -592,15 +563,23 @@ %%WWWDIR%%/app/tools/threshold/index.php %%WWWDIR%%/app/tools/tools-menu-config.php %%WWWDIR%%/app/tools/tools-menu.php +%%WWWDIR%%/app/tools/user-menu/2fa_save.php +%%WWWDIR%%/app/tools/user-menu/2fa.php +%%WWWDIR%%/app/tools/user-menu/account.php %%WWWDIR%%/app/tools/user-menu/index.php +%%WWWDIR%%/app/tools/user-menu/permissions.php %%WWWDIR%%/app/tools/user-menu/user-edit.php %%WWWDIR%%/app/tools/user-menu/user-widgets-set.php +%%WWWDIR%%/app/tools/user-menu/widgets.php %%WWWDIR%%/app/tools/vlan/domain-vlans-all.php %%WWWDIR%%/app/tools/vlan/domain-vlans.php %%WWWDIR%%/app/tools/vlan/domains.php %%WWWDIR%%/app/tools/vlan/index.php %%WWWDIR%%/app/tools/vlan/vlan-details.php +%%WWWDIR%%/app/tools/vrf/all_vrf.php %%WWWDIR%%/app/tools/vrf/index.php +%%WWWDIR%%/app/tools/vrf/vrf-details.php +%%WWWDIR%%/app/tools/vrf/vrf-subnets.php %%WWWDIR%%/app/upgrade/index.php %%WWWDIR%%/app/upgrade/upgrade-execute.php %%WWWDIR%%/app/vlan/index.php @@ -610,52 +589,44 @@ %%WWWDIR%%/app/vrf/vrf-details.php %%WWWDIR%%/app/vrf/vrf-subnets.php %%WWWDIR%%/config.dist.php +%%WWWDIR%%/config.docker.php %%WWWDIR%%/css/bootstrap-table/bootstrap-table.min.css %%WWWDIR%%/css/bootstrap/bootstrap-colorpicker.min.css %%WWWDIR%%/css/bootstrap/bootstrap-custom-dark.css %%WWWDIR%%/css/bootstrap/bootstrap-custom-dark.scss %%WWWDIR%%/css/bootstrap/bootstrap-custom.css -%%WWWDIR%%/css/bootstrap/bootstrap-custom.min.css %%WWWDIR%%/css/bootstrap/bootstrap-datetimepicker.min.css %%WWWDIR%%/css/bootstrap/bootstrap-switch.min.css %%WWWDIR%%/css/bootstrap/bootstrap.min.css %%WWWDIR%%/css/bootstrap/bootstrap.min.css.map %%WWWDIR%%/css/font-awesome/font-awesome.min.css -%%WWWDIR%%/css/fonts/FontAwesome.otf -%%WWWDIR%%/css/fonts/MesloLGS-Regular.ttf +%%WWWDIR%%/css/fonts/fa-brands-400.eot +%%WWWDIR%%/css/fonts/fa-brands-400.svg +%%WWWDIR%%/css/fonts/fa-brands-400.ttf +%%WWWDIR%%/css/fonts/fa-brands-400.woff +%%WWWDIR%%/css/fonts/fa-brands-400.woff2 +%%WWWDIR%%/css/fonts/fa-regular-400.eot +%%WWWDIR%%/css/fonts/fa-regular-400.svg +%%WWWDIR%%/css/fonts/fa-regular-400.ttf +%%WWWDIR%%/css/fonts/fa-regular-400.woff +%%WWWDIR%%/css/fonts/fa-regular-400.woff2 +%%WWWDIR%%/css/fonts/fa-solid-900.eot +%%WWWDIR%%/css/fonts/fa-solid-900.svg +%%WWWDIR%%/css/fonts/fa-solid-900.ttf +%%WWWDIR%%/css/fonts/fa-solid-900.woff +%%WWWDIR%%/css/fonts/fa-solid-900.woff2 %%WWWDIR%%/css/fonts/fontawesome-webfont.eot %%WWWDIR%%/css/fonts/fontawesome-webfont.svg %%WWWDIR%%/css/fonts/fontawesome-webfont.ttf %%WWWDIR%%/css/fonts/fontawesome-webfont.woff %%WWWDIR%%/css/fonts/fontawesome-webfont.woff2 +%%WWWDIR%%/css/fonts/FontAwesome.otf +%%WWWDIR%%/css/fonts/MesloLGS-Regular.ttf %%WWWDIR%%/css/fonts/source_sans_pro/SourceSansPro-Light.woff2 %%WWWDIR%%/css/images/bg-light.png -%%WWWDIR%%/css/images/blankracks/14.png -%%WWWDIR%%/css/images/blankracks/20.png -%%WWWDIR%%/css/images/blankracks/24.png -%%WWWDIR%%/css/images/blankracks/30.png -%%WWWDIR%%/css/images/blankracks/32.png -%%WWWDIR%%/css/images/blankracks/33.png -%%WWWDIR%%/css/images/blankracks/34.png -%%WWWDIR%%/css/images/blankracks/35.png -%%WWWDIR%%/css/images/blankracks/36.png -%%WWWDIR%%/css/images/blankracks/37.png -%%WWWDIR%%/css/images/blankracks/38.png -%%WWWDIR%%/css/images/blankracks/39.png -%%WWWDIR%%/css/images/blankracks/40.png -%%WWWDIR%%/css/images/blankracks/41.png -%%WWWDIR%%/css/images/blankracks/42.png -%%WWWDIR%%/css/images/blankracks/43.png -%%WWWDIR%%/css/images/blankracks/44.png -%%WWWDIR%%/css/images/blankracks/45.png -%%WWWDIR%%/css/images/blankracks/46.png -%%WWWDIR%%/css/images/blankracks/47.png -%%WWWDIR%%/css/images/blankracks/48.png -%%WWWDIR%%/css/images/blankracks/49.png -%%WWWDIR%%/css/images/blankracks/50.png -%%WWWDIR%%/css/images/blankracks/51.png -%%WWWDIR%%/css/images/blankracks/52.png -%%WWWDIR%%/css/images/blankracks/8.png +%%WWWDIR%%/css/images/blankracks/rack-bottom.png +%%WWWDIR%%/css/images/blankracks/rack-top.png +%%WWWDIR%%/css/images/blankracks/rack-unit.png %%WWWDIR%%/css/images/blue-dot.png %%WWWDIR%%/css/images/bootstrap-colorpicker/alpha-horizontal.png %%WWWDIR%%/css/images/bootstrap-colorpicker/alpha.png @@ -687,235 +658,10 @@ %%WWWDIR%%/css/images/userVader.png %%WWWDIR%%/css/jquery-ui/jquery-ui.css %%WWWDIR%%/css/slider.css -%%WWWDIR%%/db/SCHEMA.sql -%%WWWDIR%%/db/UPDATE.sql %%WWWDIR%%/db/bkp/.htaccess %%WWWDIR%%/db/legacy/UPDATE_1.0-1.1.db -%%WWWDIR%%/functions/PEAR/Net/DNS2.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/BitMap.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Cache.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Cache/File.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Cache/Shm.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Exception.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Header.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Lookups.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Packet.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Packet/Request.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Packet/Response.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/PrivateKey.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Question.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/A.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/AAAA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/AFSDB.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/ANY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/APL.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/ATMA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/AVC.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CAA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CDNSKEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CDS.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CERT.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CNAME.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/CSYNC.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/DHCID.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/DLV.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/DNAME.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/DNSKEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/DS.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/EID.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/EUI48.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/EUI64.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/HINFO.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/HIP.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/IPSECKEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/ISDN.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/KEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/KX.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/L32.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/L64.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/LOC.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/LP.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/MX.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NAPTR.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NID.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NIMLOC.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NS.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NSAP.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NSEC.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NSEC3.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/NSEC3PARAM.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/OPENPGPKEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/OPT.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/PTR.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/PX.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/RP.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/RRSIG.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/RT.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SIG.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SMIMEA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SOA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SPF.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SRV.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/SSHFP.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TALINK.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TKEY.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TLSA.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TSIG.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/TXT.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/URI.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/WKS.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/RR/X25.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Resolver.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Socket.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Socket/Sockets.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Socket/Streams.php -%%WWWDIR%%/functions/PEAR/Net/DNS2/Updater.php -%%WWWDIR%%/functions/PEAR/Net/IPv4.php -%%WWWDIR%%/functions/PEAR/Net/IPv6.php -%%WWWDIR%%/functions/PEAR/Net/Ping.php -%%WWWDIR%%/functions/PEAR/OLE/ChainedBlockStream.php -%%WWWDIR%%/functions/PEAR/OLE/OLE.php -%%WWWDIR%%/functions/PEAR/OLE/PPS.php -%%WWWDIR%%/functions/PEAR/OLE/PPS/File.php -%%WWWDIR%%/functions/PEAR/OLE/PPS/Root.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/BIFFwriter.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Format.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Parser.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Validator.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Workbook.php -%%WWWDIR%%/functions/PEAR/Spreadsheet/Excel/Writer/Worksheet.php -%%WWWDIR%%/functions/PHPMailer/.scrutinizer.yml -%%WWWDIR%%/functions/PHPMailer/.travis.yml -%%WWWDIR%%/functions/PHPMailer/LICENSE -%%WWWDIR%%/functions/PHPMailer/PHPMailerAutoload.php -%%WWWDIR%%/functions/PHPMailer/README.md -%%WWWDIR%%/functions/PHPMailer/SECURITY.md -%%WWWDIR%%/functions/PHPMailer/VERSION -%%WWWDIR%%/functions/PHPMailer/changelog.md -%%WWWDIR%%/functions/PHPMailer/class.phpmailer.php -%%WWWDIR%%/functions/PHPMailer/class.phpmaileroauth.php -%%WWWDIR%%/functions/PHPMailer/class.phpmaileroauthgoogle.php -%%WWWDIR%%/functions/PHPMailer/class.pop3.php -%%WWWDIR%%/functions/PHPMailer/class.smtp.php -%%WWWDIR%%/functions/PHPMailer/composer.json -%%WWWDIR%%/functions/PHPMailer/composer.lock -%%WWWDIR%%/functions/PHPMailer/docs/Callback_function_notes.txt -%%WWWDIR%%/functions/PHPMailer/docs/DomainKeys_notes.txt -%%WWWDIR%%/functions/PHPMailer/docs/Note_for_SMTP_debugging.md -%%WWWDIR%%/functions/PHPMailer/docs/extending.html -%%WWWDIR%%/functions/PHPMailer/docs/faq.html -%%WWWDIR%%/functions/PHPMailer/docs/generatedocs.sh -%%WWWDIR%%/functions/PHPMailer/docs/pop3_article.txt -%%WWWDIR%%/functions/PHPMailer/examples/DKIM.phps -%%WWWDIR%%/functions/PHPMailer/examples/code_generator.phps -%%WWWDIR%%/functions/PHPMailer/examples/contactform.phps -%%WWWDIR%%/functions/PHPMailer/examples/contents.html -%%WWWDIR%%/functions/PHPMailer/examples/contentsutf8.html -%%WWWDIR%%/functions/PHPMailer/examples/exceptions.phps -%%WWWDIR%%/functions/PHPMailer/examples/gmail.phps -%%WWWDIR%%/functions/PHPMailer/examples/gmail_xoauth.phps -%%WWWDIR%%/functions/PHPMailer/examples/images/phpmailer.png -%%WWWDIR%%/functions/PHPMailer/examples/images/phpmailer_mini.png -%%WWWDIR%%/functions/PHPMailer/examples/index.html -%%WWWDIR%%/functions/PHPMailer/examples/mail.phps -%%WWWDIR%%/functions/PHPMailer/examples/mailing_list.phps -%%WWWDIR%%/functions/PHPMailer/examples/pop_before_smtp.phps -%%WWWDIR%%/functions/PHPMailer/examples/scripts/XRegExp.js -%%WWWDIR%%/functions/PHPMailer/examples/scripts/shAutoloader.js -%%WWWDIR%%/functions/PHPMailer/examples/scripts/shBrushPhp.js -%%WWWDIR%%/functions/PHPMailer/examples/scripts/shCore.js -%%WWWDIR%%/functions/PHPMailer/examples/scripts/shLegacy.js -%%WWWDIR%%/functions/PHPMailer/examples/send_file_upload.phps -%%WWWDIR%%/functions/PHPMailer/examples/send_multiple_file_upload.phps -%%WWWDIR%%/functions/PHPMailer/examples/sendmail.phps -%%WWWDIR%%/functions/PHPMailer/examples/signed-mail.phps -%%WWWDIR%%/functions/PHPMailer/examples/smtp.phps -%%WWWDIR%%/functions/PHPMailer/examples/smtp_check.phps -%%WWWDIR%%/functions/PHPMailer/examples/smtp_no_auth.phps -%%WWWDIR%%/functions/PHPMailer/examples/ssl_options.phps -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCore.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreDefault.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreDjango.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreEclipse.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreEmacs.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreFadeToGrey.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreMDUltra.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreMidnight.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shCoreRDark.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeAppleScript.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeDefault.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeDjango.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeEclipse.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeEmacs.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeFadeToGrey.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeMDUltra.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeMidnight.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeRDark.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/shThemeVisualStudio.css -%%WWWDIR%%/functions/PHPMailer/examples/styles/wrapping.png -%%WWWDIR%%/functions/PHPMailer/extras/EasyPeasyICS.php -%%WWWDIR%%/functions/PHPMailer/extras/README.md -%%WWWDIR%%/functions/PHPMailer/extras/htmlfilter.php -%%WWWDIR%%/functions/PHPMailer/extras/ntlm_sasl_client.php -%%WWWDIR%%/functions/PHPMailer/get_oauth_token.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-am.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ar.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-az.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-be.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-bg.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ca.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ch.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-cs.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-da.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-de.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-el.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-eo.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-es.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-et.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fa.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fi.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fo.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-fr.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-gl.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-he.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-hr.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-hu.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-id.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-it.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ja.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ka.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ko.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-lt.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-lv.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ms.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-nb.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-nl.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pl.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pt.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-pt_br.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ro.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-ru.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sk.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sl.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sr.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-sv.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-tr.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-uk.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-vi.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-zh.php -%%WWWDIR%%/functions/PHPMailer/language/phpmailer.lang-zh_cn.php -%%WWWDIR%%/functions/PHPMailer/test/bootstrap.php -%%WWWDIR%%/functions/PHPMailer/test/fakepopserver.sh -%%WWWDIR%%/functions/PHPMailer/test/fakesendmail.sh -%%WWWDIR%%/functions/PHPMailer/test/phpmailerLangTest.php -%%WWWDIR%%/functions/PHPMailer/test/phpmailerTest.php -%%WWWDIR%%/functions/PHPMailer/test/runfakepopserver.sh -%%WWWDIR%%/functions/PHPMailer/test/test_callback.php -%%WWWDIR%%/functions/PHPMailer/test/testbootstrap-dist.php -%%WWWDIR%%/functions/PHPMailer/travis.phpunit.xml.dist +%%WWWDIR%%/db/SCHEMA.sql +%%WWWDIR%%/db/UPDATE.sql %%WWWDIR%%/functions/adLDAP/CHANGELOG.txt %%WWWDIR%%/functions/adLDAP/LICENCE.txt %%WWWDIR%%/functions/adLDAP/README.txt @@ -932,236 +678,6 @@ %%WWWDIR%%/functions/adLDAP/src/collections/adLDAPContactCollection.php %%WWWDIR%%/functions/adLDAP/src/collections/adLDAPGroupCollection.php %%WWWDIR%%/functions/adLDAP/src/collections/adLDAPUserCollection.php -%%WWWDIR%%/functions/assets/bootstrap-select/CHANGELOG.md -%%WWWDIR%%/functions/assets/bootstrap-select/CONTRIBUTING.md -%%WWWDIR%%/functions/assets/bootstrap-select/Gruntfile.js -%%WWWDIR%%/functions/assets/bootstrap-select/LICENSE -%%WWWDIR%%/functions/assets/bootstrap-select/README.md -%%WWWDIR%%/functions/assets/bootstrap-select/bower.json -%%WWWDIR%%/functions/assets/bootstrap-select/composer.json -%%WWWDIR%%/functions/assets/bootstrap-select/dist/css/bootstrap-select.css -%%WWWDIR%%/functions/assets/bootstrap-select/dist/css/bootstrap-select.css.map -%%WWWDIR%%/functions/assets/bootstrap-select/dist/css/bootstrap-select.min.css -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/bootstrap-select.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/bootstrap-select.js.map -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/bootstrap-select.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ar_AR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ar_AR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-bg_BG.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-bg_BG.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-cro_CRO.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-cro_CRO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-cs_CZ.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-cs_CZ.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-da_DK.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-da_DK.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-de_DE.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-de_DE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-en_US.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-en_US.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-es_CL.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-es_CL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-es_ES.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-es_ES.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-et_EE.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-et_EE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-eu.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-eu.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fa_IR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fa_IR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fi_FI.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fi_FI.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fr_FR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-fr_FR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-hu_HU.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-hu_HU.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-id_ID.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-id_ID.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-it_IT.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-it_IT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ja_JP.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ja_JP.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-kh_KM.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-kh_KM.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ko_KR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ko_KR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-lt_LT.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-lt_LT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-nb_NO.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-nb_NO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-nl_NL.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-nl_NL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pl_PL.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pl_PL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pt_BR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pt_BR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pt_PT.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-pt_PT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ro_RO.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ro_RO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ru_RU.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ru_RU.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sk_SK.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sk_SK.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sl_SI.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sl_SI.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sv_SE.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-sv_SE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-tr_TR.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-tr_TR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ua_UA.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-ua_UA.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-vi_VN.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-vi_VN.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-zh_CN.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-zh_CN.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-zh_TW.js -%%WWWDIR%%/functions/assets/bootstrap-select/dist/js/i18n/defaults-zh_TW.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/base.html -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/css/base.css -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/convertizer.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/estimateit.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/membermeister.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/snapappointments.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/solveforall.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/img/logos/thermofisher.png -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/js/base.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/nav.html -%%WWWDIR%%/functions/assets/bootstrap-select/docs/custom_theme/toc.html -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/css/custom.css -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/css/bootstrap-select.css -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/css/bootstrap-select.css.map -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/css/bootstrap-select.min.css -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/bootstrap-select.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/bootstrap-select.js.map -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/bootstrap-select.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_ES.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_ES.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-et_EE.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-et_EE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ja_JP.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ja_JP.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-kh_KM.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-kh_KM.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-vi_VN.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-vi_VN.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.min.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/examples.md -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/index.md -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/methods.md -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/options.md -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/playground/index.html -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/playground/plnkrOpener.js -%%WWWDIR%%/functions/assets/bootstrap-select/docs/docs/playground/test.html -%%WWWDIR%%/functions/assets/bootstrap-select/docs/mkdocs.yml -%%WWWDIR%%/functions/assets/bootstrap-select/js/.jshintrc -%%WWWDIR%%/functions/assets/bootstrap-select/js/bootstrap-select.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-ar_AR.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-bg_BG.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-cro_CRO.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-cs_CZ.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-da_DK.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-de_DE.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-en_US.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-es_CL.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-es_ES.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-et_EE.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-eu.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-fa_IR.js -%%WWWDIR%%/functions/assets/bootstrap-select/js/i18n/defaults-fi_FI.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Mar 13 19:00:41 2021 Return-Path: Delivered-To: svn-ports-all@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 9A39E57F257; Sat, 13 Mar 2021 19:00:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyX7s43xvz3FWf; Sat, 13 Mar 2021 19:00:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E4E77C4B; Sat, 13 Mar 2021 19:00:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJ0fLD017191; Sat, 13 Mar 2021 19:00:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJ0fl5017190; Sat, 13 Mar 2021 19:00:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131900.12DJ0fl5017190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 19:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568273 - head X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 568273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:00:41 -0000 Author: lwhsu Date: Sat Mar 13 19:00:41 2021 New Revision: 568273 URL: https://svnweb.freebsd.org/changeset/ports/568273 Log: Add updating notes for net-mgmt/phpipam 1.4.1 PR: 248655 Submitted by: Marko Cupać Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Mar 13 18:57:12 2021 (r568272) +++ head/UPDATING Sat Mar 13 19:00:41 2021 (r568273) @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210313: + AFFECTS: users of net-mgmt/phpipam + AUTHOR: marko.cupac@mimar.rs + + ipaddresses table in phpipam database is likely to contain incorrect datetime + values which prevent successful upgrade. Make sure to create backup of + phpipam database. Before starting upgrade wizard in web interface run the + following SQL query on phpipam database: + + UPDATE ipaddresses SET lastSeen='1970-01-01 00:00:01' WHERE lastSeen < '0000-01-01 00:00:00'; + 20210310: AFFECTS: users of textproc/redisearch AUTHOR: osa@FreeBSD.org From owner-svn-ports-all@freebsd.org Sat Mar 13 19:13:49 2021 Return-Path: Delivered-To: svn-ports-all@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 04A5457FAED; Sat, 13 Mar 2021 19:13:49 +0000 (UTC) (envelope-from nc@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 4DyXR06kn5z3Gf6; Sat, 13 Mar 2021 19:13:48 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA1FB101FF; Sat, 13 Mar 2021 19:13:48 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJDm3q029459; Sat, 13 Mar 2021 19:13:48 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJDlx5029452; Sat, 13 Mar 2021 19:13:47 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103131913.12DJDlx5029452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 19:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568274 - in head/sysutils/daemontools-encore: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/sysutils/daemontools-encore: . files X-SVN-Commit-Revision: 568274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:13:49 -0000 Author: nc Date: Sat Mar 13 19:13:47 2021 New Revision: 568274 URL: https://svnweb.freebsd.org/changeset/ports/568274 Log: sysutils/daemontools-encore: Update to 1.11 Changes: https://untroubled.org/daemontools-encore/CHANGES Added: head/sysutils/daemontools-encore/files/patch-Makefile (contents, props changed) head/sysutils/daemontools-encore/files/patch-conf-cc (contents, props changed) head/sysutils/daemontools-encore/files/patch-conf-ld (contents, props changed) head/sysutils/daemontools-encore/files/patch-sleeper.c (contents, props changed) Deleted: head/sysutils/daemontools-encore/files/patch-Makefile.diff head/sysutils/daemontools-encore/files/patch-conf-cc.diff head/sysutils/daemontools-encore/files/patch-conf-ld.diff head/sysutils/daemontools-encore/files/patch-sleeper-c.diff Modified: head/sysutils/daemontools-encore/Makefile head/sysutils/daemontools-encore/distinfo Modified: head/sysutils/daemontools-encore/Makefile ============================================================================== --- head/sysutils/daemontools-encore/Makefile Sat Mar 13 19:00:41 2021 (r568273) +++ head/sysutils/daemontools-encore/Makefile Sat Mar 13 19:13:47 2021 (r568274) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= daemontools-encore -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/daemontools-encore/ Modified: head/sysutils/daemontools-encore/distinfo ============================================================================== --- head/sysutils/daemontools-encore/distinfo Sat Mar 13 19:00:41 2021 (r568273) +++ head/sysutils/daemontools-encore/distinfo Sat Mar 13 19:13:47 2021 (r568274) @@ -1,2 +1,3 @@ -SHA256 (daemontools-encore-1.10.tar.gz) = 9f48f3c6cdd3f2b0202532e87f9ff46ea86777ca31ebda3a96bed618104bbd31 -SIZE (daemontools-encore-1.10.tar.gz) = 87096 +TIMESTAMP = 1615662582 +SHA256 (daemontools-encore-1.11.tar.gz) = 3bab6cf1de2bdefa607d42a8f50577f2664b6a29b273b98cd0b3b8f7781d8b72 +SIZE (daemontools-encore-1.11.tar.gz) = 94917 Added: head/sysutils/daemontools-encore/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daemontools-encore/files/patch-Makefile Sat Mar 13 19:13:47 2021 (r568274) @@ -0,0 +1,11 @@ +--- Makefile.orig 2018-10-14 00:48:50 UTC ++++ Makefile +@@ -247,7 +247,7 @@ compile iopause.c taia.h tai.h uint64.h select.h iopau + ./compile iopause.c + + it: \ +-rts sysdeps man ++programs sysdeps man + + load: \ + conf-ld print-ld.sh systype warn-auto.sh Added: head/sysutils/daemontools-encore/files/patch-conf-cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daemontools-encore/files/patch-conf-cc Sat Mar 13 19:13:47 2021 (r568274) @@ -0,0 +1,7 @@ +--- conf-cc.orig 2018-10-14 00:48:50 UTC ++++ conf-cc +@@ -1,3 +1,3 @@ +-gcc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings ++cc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings + + This will be used to compile .c files. Added: head/sysutils/daemontools-encore/files/patch-conf-ld ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daemontools-encore/files/patch-conf-ld Sat Mar 13 19:13:47 2021 (r568274) @@ -0,0 +1,7 @@ +--- conf-ld.orig 2018-10-14 00:48:50 UTC ++++ conf-ld +@@ -1,3 +1,3 @@ +-gcc -s ++cc -s + + This will be used to link .o files into an executable. Added: head/sysutils/daemontools-encore/files/patch-sleeper.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/daemontools-encore/files/patch-sleeper.c Sat Mar 13 19:13:47 2021 (r568274) @@ -0,0 +1,29 @@ +--- sleeper.c.orig 2018-10-14 00:48:50 UTC ++++ sleeper.c +@@ -11,16 +11,16 @@ static void catch_sig(int sig) + int ignored; + int i; + switch (sig) { +- case SIGALRM: name = "ALRM"; break; +- case SIGCONT: name = "CONT"; break; +- case SIGHUP: name = "HUP"; break; +- case SIGINT: name = "INT"; break; +- case SIGQUIT: name = "QUIT"; break; +- case SIGTERM: name = "TERM"; break; +- case SIGUSR1: name = "USR1"; break; +- case SIGUSR2: name = "USR2"; break; +- case SIGWINCH: name = "WINCH"; break; +- default: name = "unknown signal"; ++ case SIGALRM: name = "Caught ALRM\n"; break; ++ case SIGCONT: name = "Caught CONT\n"; break; ++ case SIGHUP: name = "Caught HUP\n"; break; ++ case SIGINT: name = "Caught INT\n"; break; ++ case SIGQUIT: name = "Caught QUIT\n"; break; ++ case SIGTERM: name = "Caught TERM\n"; break; ++ case SIGUSR1: name = "Caught USR1\n"; break; ++ case SIGUSR2: name = "Caught USR2\n"; break; ++ case SIGWINCH: name = "Caught WINCH\n"; break; ++ default: name = "unknown signal\n"; + } + i = str_len(name); + byte_copy(buf+7,i,name); From owner-svn-ports-all@freebsd.org Sat Mar 13 19:37:25 2021 Return-Path: Delivered-To: svn-ports-all@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 DBF245A8A43; Sat, 13 Mar 2021 19:37:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyXyF5rq0z3Hwm; Sat, 13 Mar 2021 19:37:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B779D10530; Sat, 13 Mar 2021 19:37:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJbPxM041688; Sat, 13 Mar 2021 19:37:25 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJbPok041686; Sat, 13 Mar 2021 19:37:25 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131937.12DJbPok041686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 19:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568275 - head/security/maia X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/maia X-SVN-Commit-Revision: 568275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:37:25 -0000 Author: lwhsu Date: Sat Mar 13 19:37:25 2021 New Revision: 568275 URL: https://svnweb.freebsd.org/changeset/ports/568275 Log: security/maia: Update to 1.0.4_6 - Code fixes for Perl and PHP 7.4 support - Removed WDDX dependency - Added Nginx option - Replaced hard-coded paths to perl with /usr/bin/env PR: 254221 Submitted by: ek@purplehat.org (maintainer) Modified: head/security/maia/Makefile head/security/maia/distinfo Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Sat Mar 13 19:13:47 2021 (r568274) +++ head/security/maia/Makefile Sat Mar 13 19:37:25 2021 (r568275) @@ -3,7 +3,7 @@ PORTNAME= maia DISTVERSION= 1.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= ek@purplehat.org @@ -31,7 +31,7 @@ USES= perl5 shebangfix USE_GITHUB= yes GH_ACCOUNT= technion GH_PROJECT= maia_mailguard -GH_TAGNAME= 09eb7e5 +GH_TAGNAME= 7f20bd4 USE_PERL5= run NO_BUILD= yes DOCS= LICENSE.txt README.md maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist @@ -42,8 +42,8 @@ MAIAQUARANTINE?= /var/maiad/virusmails PEAR_DIR?= ${LOCALBASE}/share/pear PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT2 \ - POSTFIX PFA CLAMAV SPAMASSASSIN BDB CRYPT \ +OPTIONS_DEFINE= APACHE LIGHTTPD NGINX WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER \ + DOVECOT2 POSTFIX PFA CLAMAV SPAMASSASSIN BDB CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB \ RPM ZOO UNZOO LZOP P7ZIP TNEF DOCS @@ -53,6 +53,7 @@ OPTIONS_DEFAULT= MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNT APACHE_DESC= Use Apache web server LIGHTTPD_DESC= Use LighTTPD web server +NGINX_DESC= Use Nginx web server WEBHOST_DESC= PHP, PEAR, etc... for Maia web interface MYSQL_DESC= Use MySQL datebase MYSQLSERVER_DESC= Install MySQL Server @@ -101,14 +102,14 @@ USE_RC_SUBR+= maiad # setting USE_ variables. C'est la vie. .if ${PORT_OPTIONS:MAPACHE} -USES+= apache:run,2.2+ +USES+= apache:run,2.4+ .endif .if ${PORT_OPTIONS:MWEBHOST} USES+= php USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ mcrypt pdo pdo_sqlite posix session simplexml sockets \ - sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc + sqlite3 tokenizer xml xmlreader xmlwriter xmlrpc RUN_DEPENDS+= ${PEAR_DIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR} \ ${PEAR_DIR}/Mail/mimeDecode.php:mail/pear-Mail_mimeDecode@${PHP_FLAVOR} \ @@ -136,8 +137,10 @@ PLIST_SUB+= WEBHOST="@comment " .endif .if ${PORT_OPTIONS:MMYSQL} -USES+= mysql +USES+= mysql:client +RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif + .if ${PORT_OPTIONS:MMYSQL} && ${PORT_OPTIONS:MWEBHOST} USE_PHP+= mysqli .endif @@ -153,10 +156,10 @@ USE_PHP+= pgsql RUN_DEPENDS+= lighttpd:www/lighttpd .endif -.if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql +.if ${PORT_OPTIONS:MNGINX} +RUN_DEPENDS+= nginx:www/nginx .endif - + .if ${PORT_OPTIONS:MMYSQLSERVER} USES+= mysql:server .endif @@ -290,7 +293,8 @@ post-patch: scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \ scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl @${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${ETCDIR}/maia.conf|" \ - ${WRKSRC}/${m} + -e "s|/usr/bin/perl|/usr/bin/env perl|" \ + ${WRKSRC}/${m} .endfor .for i in digest.tpl newuser.tpl reminder.tpl Modified: head/security/maia/distinfo ============================================================================== --- head/security/maia/distinfo Sat Mar 13 19:13:47 2021 (r568274) +++ head/security/maia/distinfo Sat Mar 13 19:37:25 2021 (r568275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546121679 -SHA256 (technion-maia_mailguard-1.0.4-09eb7e5_GH0.tar.gz) = 15789ad4b7e00efdfe115bd7688e02d7b456c015ef4d061a2425ff8a1d4b818f -SIZE (technion-maia_mailguard-1.0.4-09eb7e5_GH0.tar.gz) = 2298436 +TIMESTAMP = 1615478289 +SHA256 (technion-maia_mailguard-1.0.4-7f20bd4_GH0.tar.gz) = dc54b76ee72b4018768665f504315ccc831d4d64dff24421bfc3775a70548f16 +SIZE (technion-maia_mailguard-1.0.4-7f20bd4_GH0.tar.gz) = 2298104 From owner-svn-ports-all@freebsd.org Sat Mar 13 19:38:34 2021 Return-Path: Delivered-To: svn-ports-all@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 8AC015A8AA2; Sat, 13 Mar 2021 19:38:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyXzZ3bGfz3J1N; Sat, 13 Mar 2021 19:38:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E25E104E8; Sat, 13 Mar 2021 19:38:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJcYVK041853; Sat, 13 Mar 2021 19:38:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJcYOh041851; Sat, 13 Mar 2021 19:38:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131938.12DJcYOh041851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 19:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568276 - head/security/step-cli X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/step-cli X-SVN-Commit-Revision: 568276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:38:34 -0000 Author: lwhsu Date: Sat Mar 13 19:38:33 2021 New Revision: 568276 URL: https://svnweb.freebsd.org/changeset/ports/568276 Log: security/step-cli: Update to 0.15.13 PR: 254242 Submitted by: Markus Wipp (maintainer) Modified: head/security/step-cli/Makefile head/security/step-cli/distinfo Modified: head/security/step-cli/Makefile ============================================================================== --- head/security/step-cli/Makefile Sat Mar 13 19:37:25 2021 (r568275) +++ head/security/step-cli/Makefile Sat Mar 13 19:38:33 2021 (r568276) @@ -2,7 +2,7 @@ PORTNAME= step-cli DISTVERSIONPREFIX=v -DISTVERSION= 0.15.7 +DISTVERSION= 0.15.13 CATEGORIES= security MAINTAINER= mw@wipp.bayern @@ -193,10 +193,6 @@ GH_TUPLE= \ sslmate:go-pkcs12:57fc603b7f52:sslmate_pkcs12/vendor/software.sslmate.com/src/go-pkcs12 GL_TUPLE= https://gitlab.howett.net:go:plist:591f970eefbbeb04d7b37f334a0c4c3256e32876:go_plist/vendor/howett.net/plist - - # Mirrors for the following packages are not currently known, please look them up and handle these tuples manually: - # ::57fc603b7f52:group_name/vendor/software.sslmate.com/src/go-pkcs12 (from software.sslmate.com/src/go-pkcs12@57fc603b7f52) - SHEBANG_FILES= autocomplete/bash_autocomplete Modified: head/security/step-cli/distinfo ============================================================================== --- head/security/step-cli/distinfo Sat Mar 13 19:37:25 2021 (r568275) +++ head/security/step-cli/distinfo Sat Mar 13 19:38:33 2021 (r568276) @@ -1,6 +1,6 @@ -TIMESTAMP = 1613724673 -SHA256 (smallstep-cli-v0.15.7_GH0.tar.gz) = 340ddc2801d210de8e7c200ad988653ebe45942f050bb80bd5f8adebfcf02350 -SIZE (smallstep-cli-v0.15.7_GH0.tar.gz) = 1766031 +TIMESTAMP = 1615577777 +SHA256 (smallstep-cli-v0.15.13_GH0.tar.gz) = 23b89e78f529858fcd312a97269673fae4b02213371cccbc914539e85ced68c3 +SIZE (smallstep-cli-v0.15.13_GH0.tar.gz) = 1771848 SHA256 (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 49b41b2b20e73f31091222e4a6abf12762231cbad9de642d2227c16dae29b4ff SIZE (AndreasBriese-bbloom-46b345b51c96_GH0.tar.gz) = 8005 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f From owner-svn-ports-all@freebsd.org Sat Mar 13 19:39:31 2021 Return-Path: Delivered-To: svn-ports-all@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 D98775A8AAD; Sat, 13 Mar 2021 19:39:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyY0g5pD6z3J62; Sat, 13 Mar 2021 19:39:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9C471073B; Sat, 13 Mar 2021 19:39:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJdVBG042026; Sat, 13 Mar 2021 19:39:31 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJdVtK042023; Sat, 13 Mar 2021 19:39:31 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103131939.12DJdVtK042023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 19:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568277 - head/multimedia/makemkv X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/multimedia/makemkv X-SVN-Commit-Revision: 568277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:39:31 -0000 Author: lwhsu Date: Sat Mar 13 19:39:30 2021 New Revision: 568277 URL: https://svnweb.freebsd.org/changeset/ports/568277 Log: multimedia/makemkv: Update to 1.16.1 PR: 254255 Submitted by: Felix Palmen (maintainer) Modified: head/multimedia/makemkv/Makefile head/multimedia/makemkv/distinfo head/multimedia/makemkv/pkg-plist Modified: head/multimedia/makemkv/Makefile ============================================================================== --- head/multimedia/makemkv/Makefile Sat Mar 13 19:38:33 2021 (r568276) +++ head/multimedia/makemkv/Makefile Sat Mar 13 19:39:30 2021 (r568277) @@ -2,29 +2,15 @@ # $FreeBSD$ PORTNAME= makemkv -PORTVERSION= 1.15.4 +PORTVERSION= 1.16.1 CATEGORIES= multimedia MASTER_SITES= http://www.makemkv.com/download/:makemkv \ http://www.makemkv.com/download/old/:makemkv \ - KERNEL_ORG/linux/kernel/v2.6:linux \ - GNU/binutils:binutils \ - GNU/glibc:glibc \ - GNU/gmp:gmp \ - GNU/mpfr:mpfr \ - GNU/mpc:mpc \ - GCC/releases/gcc-${GCCVERSION}:gcc \ SF/opencore-amr/fdk-aac/:fdkaac \ https://ffmpeg.org/releases/:ffmpeg \ https://www.openssl.org/source/old/${OPENSSLVERSION}/:openssl DISTFILES= makemkv-oss-${PORTVERSION}.tar.gz:makemkv \ makemkv-bin-${PORTVERSION}.tar.gz:makemkv \ - linux-${LINUXVERSION}.tar.xz:linux \ - binutils-${BINUTILSVERSION}.tar.bz2:binutils \ - glibc-${GLIBCVERSION}.tar.xz:glibc \ - gmp-${GMPVERSION}.tar.xz:gmp \ - mpfr-${MPFRVERSION}.tar.xz:mpfr \ - mpc-${MPCVERSION}.tar.gz:mpc \ - gcc-${GCCVERSION}.tar.gz:gcc \ fdk-aac-${FDKAACVERSION}.tar.gz:fdkaac \ ffmpeg-${FFMPEGVERSION}.tar.bz2:ffmpeg \ openssl-${OPENSSLFULLVER}.tar.gz:openssl @@ -33,7 +19,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= felix@palmen-it.de COMMENT= Video converter reading from DVD and Bluray -LICENSE= MAKEMKV FDK GPLv2 GPLv3 LGPL21+ LGPL3 OpenSSL +LICENSE= MAKEMKV FDK LGPL21+ OpenSSL LICENSE_COMB= multi LICENSE_NAME_MAKEMKV= The MakeMKV EULA LICENSE_NAME_FDK= The FDK AAC License @@ -44,29 +30,18 @@ LICENSE_PERMS_MAKEMKV= dist-mirror no-dist-sell pkg-mi LICENSE_PERMS_FDK= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \ auto-accept LICENSE_DISTFILES_FDK= fdk-aac-${FDKAACVERSION}.tar.gz -LICENSE_DISTFILES_GPLv2= binutils-${BINUTILSVERSION}.tar.bz2 \ - glibc-${GLIBCVERSION}.tar.xz \ - linux-${LINUXVERSION}.tar.xz \ - gcc-${GCCVERSION}.tar.gz LICENSE_DISTFILES_LGPL21+ = ffmpeg-${FFMPEGVERSION}.tar.bz2 -LICENSE_DISTFILES_GPLv3= gmp-${GMPVERSION}.tar.xz \ - mpfr-${MPFRVERSION}.tar.xz -LICENSE_DISTFILES_LGPL3= mpc-${MPCVERSION}.tar.gz LICENSE_DISTFILES_OpenSSL= openssl-${OPENSSLFULLVER}.tar.gz LICENSE_DISTFILES_MAKEMKV= makemkv-bin-${PORTVERSION}.tar.gz \ makemkv-oss-${PORTVERSION}.tar.gz ONLY_FOR_ARCHS= amd64 i386 USES= gmake linux pkgconfig perl5 -USE_LINUX= base expat expat:build openssl openssl:build +USE_LINUX= base expat expat:build openssl openssl:build devtools:build USE_PERL5= build -USE_GCC= yes -USE_LDCONFIG= yes BUILD_DEPENDS= nasm>0:devel/nasm \ ${LOCALBASE}/include/expat.h:textproc/expat2 \ - patchelf>0:sysutils/patchelf \ - gawk>0:lang/gawk \ - gsed>0:textproc/gsed + patchelf>0:sysutils/patchelf NO_CDROM= Do not sell RESTRICTED_FILES= makemkv-bin-${PORTVERSION}.tar.gz @@ -80,44 +55,33 @@ SUB_FILES= update-makemkv-drives SUB_LIST= LINUXBASE=${LINUXBASE} PLIST_SUB= LINUXBASE=${LINUXBASE} -LINUXVERSION= 2.6.32.27 -BINUTILSVERSION= 2.27 -GLIBCVERSION= 2.17 -GMPVERSION= 5.1.3 -MPFRVERSION= 3.1.2 -MPCVERSION= 1.0.3 -GCCVERSION= 5.5.0 FDKAACVERSION= 2.0.1 -FFMPEGVERSION= 4.3.1 +FFMPEGVERSION= 4.3.2 OPENSSLVERSION= 1.0.2 OPENSSLPATCHLEVEL= k OPENSSLFULLVER= ${OPENSSLVERSION}${OPENSSLPATCHLEVEL} LINUXARCH= ${ARCH:S/amd64/x86_64/} -LINUX32CPUTYPE= ${${OSVERSION} >= 1300000:?i686:i486} -LINUXTRIPLET= ${LINUXARCH:S/i386/${LINUX32CPUTYPE}/}-unknown-linux-gnu +LINUXTRIPLET= ${LINUXARCH}-redhat-linux LINUXLIBDIR= ${LINUXBASE}/${"${LINUXARCH:Mx86_64}" != "":?lib64:lib} -GNUCROSSDIR= ${WRKDIR}/gnuroot/${LINUXTRIPLET} -GNUCROSSLIBDIR= ${GNUCROSSDIR}/${"${LINUXARCH:Mx86_64}" != "":?lib64:lib} OPENSSLTARGET= ${"${LINUXARCH:Mx86_64}" != "":?linux-x86_64:linux-elf} PATCHELF_CMD?= ${LOCALBASE}/bin/patchelf -CFLAGS+= -DFORCE_OPENSSL_NO_EC -I${WRKDIR}/gnuroot/include \ +CFLAGS+= -std=c++11 -DFORCE_OPENSSL_NO_EC -I${WRKDIR}/gnuroot/include \ -I${WRKDIR}/openssl-${OPENSSLFULLVER}/include SSP_CFLAGS= -LDFLAGS+= -L${WRKDIR}/gnuroot/lib -Wl,-rpath-link=${WRKDIR}/gnuroot/lib +LDFLAGS+= -L${WRKDIR}/gnuroot/lib HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --disable-gui --host=${LINUXTRIPLET} \ + --libdir=${PREFIX}/lib/makemkv +CONFIGURE_ENV= CC=${LINUXTRIPLET}-gcc CXX=${LINUXTRIPLET}-g++ \ + PATH=${WRKDIR}/gnuroot/bin:${PATH} \ + PKG_CONFIG_PATH=${WRKDIR}/gnuroot/lib/pkgconfig MAKE_ENV= PATH=${WRKDIR}/gnuroot/bin:${PATH} STRIP_CMD= ${WRKDIR}/gnuroot/bin/${LINUXTRIPLET}-strip post-extract: - @${MV} -f ${WRKDIR}/gmp-${GMPVERSION} \ - ${WRKDIR}/gcc-${GCCVERSION}/gmp - @${MV} -f ${WRKDIR}/mpfr-${MPFRVERSION} \ - ${WRKDIR}/gcc-${GCCVERSION}/mpfr - @${MV} -f ${WRKDIR}/mpc-${MPCVERSION} \ - ${WRKDIR}/gcc-${GCCVERSION}/mpc @${MKDIR} ${WRKDIR}/gnuroot/lib @cd ${WRKDIR}/gnuroot/lib; \ ${LN} -s ${LINUXLIBDIR}/libz.so.1; \ @@ -133,9 +97,11 @@ post-extract: ${LN} -s ${LOCALBASE}/include/expat.h; \ ${LN} -s ${LOCALBASE}/include/expat_config.h; \ ${LN} -s ${LOCALBASE}/include/expat_external.h - @${MKDIR} ${WRKDIR}/binutils-build - @${MKDIR} ${WRKDIR}/gcc-build - @${MKDIR} ${WRKDIR}/glibc-build + @${MKDIR} ${WRKDIR}/gnuroot/bin + @cd ${WRKDIR}/gnuroot/bin; \ + for t in gcc link ld objdump ar nm strip ranlib g++; do \ + ${LN} -s ${LINUXBASE}/bin/$$t ${LINUXTRIPLET}-$$t; \ + done post-patch: @${REINPLACE_CMD} -e 's:INSTALL) -D:INSTALL):' \ @@ -145,75 +111,8 @@ post-patch: -e 's:i686:i386:' \ -e 's:-t \([^ ]*\) \([^ ]*\):\2 \1:' \ ${WRKDIR}/makemkv-bin-${PORTVERSION}/Makefile - @${REINPLACE_CMD} -e 's:3\.79:4.*:' \ - ${WRKDIR}/glibc-${GLIBCVERSION}/configure - @${REINPLACE_CMD} -e 's:#ifndef __u_char_defined:#if 0:' \ - -e 's:#ifndef __daddr_t_defined:#if 0:' \ - ${WRKDIR}/glibc-${GLIBCVERSION}/sunrpc/rpc/types.h - @${REINPLACE_CMD} -e 's:^\([[:space:]]*\)sed :\1gsed :' \ - ${WRKDIR}/glibc-${GLIBCVERSION}/Makerules pre-configure: - # Linux headers - cd ${WRKDIR}/linux-${LINUXVERSION}; \ - ${MAKE_CMD} V=1 HOSTCC=${CC} ARCH=${LINUXARCH} \ - INSTALL_HDR_PATH=${GNUCROSSDIR} headers_install; \ - # Binutils - cd ${WRKDIR}/binutils-build; \ - CC=${CC} CXX=${CXX} ../binutils-${BINUTILSVERSION}/configure \ - --target=${LINUXTRIPLET} \ - --prefix=${WRKDIR}/gnuroot \ - --disable-multilib --disable-nls --without-isl; \ - ${MAKE_CMD} ${_MAKE_JOBS} && \ - ${MAKE_CMD} install - # GCC compiler - cd ${WRKDIR}/gcc-build; \ - export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ - CC=${CC} CXX=${CXX} ../gcc-${GCCVERSION}/configure \ - --target=${LINUXTRIPLET} \ - --prefix=${WRKDIR}/gnuroot \ - --enable-languages=c,c++ --disable-multilib \ - --without-isl; \ - ${MAKE_CMD} ${_MAKE_JOBS} all-gcc && \ - ${MAKE_CMD} install-gcc - # Glibc headers / startup code - cd ${WRKDIR}/glibc-build; \ - export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ - export nargs=0; \ - BUILD_CC=${CC} CC=${LINUXTRIPLET}-gcc \ - ../glibc-${GLIBCVERSION}/configure \ - --host=${LINUXTRIPLET} \ - --prefix=${GNUCROSSDIR} \ - --with-binutils=${WRKDIR}/gnuroot/bin \ - --with-headers=${GNUCROSSDIR}/include \ - --disable-profile --disable-multilib \ - --enable-kernel=2.6.32 libc_cv_forced_unwind=yes \ - libc_cv_ssp=no; \ - ${MAKE_CMD} install-bootstrap-headers=yes install-headers; \ - ${MAKE_CMD} ${_MAKE_JOBS} csu/subdir_lib; \ - ${INSTALL_DATA} csu/crt1.o csu/crti.o csu/crtn.o \ - ${GNUCROSSDIR}/lib; \ - ${LINUXTRIPLET}-gcc -nostdlib -nostartfiles -shared \ - -x c /dev/null -o ${GNUCROSSDIR}/lib/libc.so; \ - ${TOUCH} ${GNUCROSSDIR}/include/gnu/stubs.h - # GCC support libs - cd ${WRKDIR}/gcc-build; \ - export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ - ${MAKE_CMD} ${_MAKE_JOBS} all-target-libgcc; \ - ${MAKE_CMD} install-target-libgcc - # Glibc library - cd ${WRKDIR}/glibc-build; \ - export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ - ${MAKE_CMD} ${_MAKE_JOBS}; \ - ${MAKE_CMD} install - # GCC libstdc++ - ${ECHO_CMD} '#!/bin/sh\ntrue' \ - >${WRKDIR}/gnuroot/bin/ldconfig - ${CHMOD} +x ${WRKDIR}/gnuroot/bin/ldconfig - cd ${WRKDIR}/gcc-build; \ - export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ - ${MAKE_CMD} ${_MAKE_JOBS}; \ - ${MAKE_CMD} install # FDK AAC cd ${WRKDIR}/fdk-aac-${FDKAACVERSION}; \ export PATH=${WRKDIR}/gnuroot/bin:$$PATH; \ @@ -241,25 +140,12 @@ pre-configure: cd ${WRKDIR}/openssl-${OPENSSLFULLVER}; \ ./Configure --openssldir= --prefix=/usr ${OPENSSLTARGET} -do-configure: - cd ${WRKSRC}; \ - CC=${LINUXTRIPLET}-gcc CXX=${LINUXTRIPLET}-g++ \ - CFLAGS="-std=c++11 ${CFLAGS:N-Wl,-rpath=*}" \ - CXXFLAGS="-std=c++11 ${CXXFLAGS:N-Wl,-rpath=*}" \ - LDFLAGS="${LDFLAGS:N-Wl,-rpath=*}" \ - PATH=${WRKDIR}/gnuroot/bin:${PATH} \ - PKG_CONFIG_PATH=${WRKDIR}/gnuroot/lib/pkgconfig \ - ./configure --prefix=${PREFIX} --host=${LINUXTRIPLET} \ - --libdir=${PREFIX}/lib/makemkv --disable-gui - pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/makemkv post-install: ${INSTALL_MAN} ${FILESDIR}/makemkvcon.1 \ ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_LIB} ${GNUCROSSLIBDIR}/libstdc++.so.6 \ - ${STAGEDIR}${PREFIX}/lib/makemkv cd ${WRKDIR}/makemkv-bin-${PORTVERSION}; \ ${MKDIR} tmp; \ ${ECHO_CMD} accepted > tmp/eula_accepted; \ Modified: head/multimedia/makemkv/distinfo ============================================================================== --- head/multimedia/makemkv/distinfo Sat Mar 13 19:38:33 2021 (r568276) +++ head/multimedia/makemkv/distinfo Sat Mar 13 19:39:30 2021 (r568277) @@ -1,25 +1,11 @@ -TIMESTAMP = 1608288974 -SHA256 (makemkv/makemkv-oss-1.15.4.tar.gz) = 82d062d4844d17901293f65dce40e63ae1084fd81accd6913427eda9b2c43fe3 -SIZE (makemkv/makemkv-oss-1.15.4.tar.gz) = 6405606 -SHA256 (makemkv/makemkv-bin-1.15.4.tar.gz) = 45eba7e61a7b467b1fe8de722fa890d556e19f3fc02a7b7f8d846ac8e2badb9a -SIZE (makemkv/makemkv-bin-1.15.4.tar.gz) = 8976023 -SHA256 (makemkv/linux-2.6.32.27.tar.xz) = 96c20c370ed440db61624d93f34721a09a69b12bb81b1b03bb735041983fb1bd -SIZE (makemkv/linux-2.6.32.27.tar.xz) = 52652044 -SHA256 (makemkv/binutils-2.27.tar.bz2) = 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 -SIZE (makemkv/binutils-2.27.tar.bz2) = 26099568 -SHA256 (makemkv/glibc-2.17.tar.xz) = 6914e337401e0e0ade23694e1b2c52a5f09e4eda3270c67e7c3ba93a89b5b23e -SIZE (makemkv/glibc-2.17.tar.xz) = 10981956 -SHA256 (makemkv/gmp-5.1.3.tar.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 -SIZE (makemkv/gmp-5.1.3.tar.xz) = 1818812 -SHA256 (makemkv/mpfr-3.1.2.tar.xz) = 399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b -SIZE (makemkv/mpfr-3.1.2.tar.xz) = 1074388 -SHA256 (makemkv/mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 -SIZE (makemkv/mpc-1.0.3.tar.gz) = 669925 -SHA256 (makemkv/gcc-5.5.0.tar.gz) = 3aabce75d6dd206876eced17504b28d47a724c2e430dbd2de176beb948708983 -SIZE (makemkv/gcc-5.5.0.tar.gz) = 123816630 +TIMESTAMP = 1615585240 +SHA256 (makemkv/makemkv-oss-1.16.1.tar.gz) = 32e0ee2708527ce22a961c7249c607d11d88f5ffdb41809a7b7ed8003af48845 +SIZE (makemkv/makemkv-oss-1.16.1.tar.gz) = 6409619 +SHA256 (makemkv/makemkv-bin-1.16.1.tar.gz) = 941f88acfb3790ecc008b2675e8ad3d0353f0163778cc1cb9507aa87c3427db6 +SIZE (makemkv/makemkv-bin-1.16.1.tar.gz) = 15306460 SHA256 (makemkv/fdk-aac-2.0.1.tar.gz) = 840133aa9412153894af03b27b03dde1188772442c316a4ce2a24ed70093f271 SIZE (makemkv/fdk-aac-2.0.1.tar.gz) = 2865456 -SHA256 (makemkv/ffmpeg-4.3.1.tar.bz2) = f4a4ac63946b6eee3bbdde523e298fca6019d048d6e1db0d1439a62cea65f0d9 -SIZE (makemkv/ffmpeg-4.3.1.tar.bz2) = 11301038 +SHA256 (makemkv/ffmpeg-4.3.2.tar.bz2) = ab3a6d6a70358ba0a5f67f37f91f6656b7302b02e98e5b8c846c16763c99913a +SIZE (makemkv/ffmpeg-4.3.2.tar.bz2) = 11307134 SHA256 (makemkv/openssl-1.0.2k.tar.gz) = 6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0 SIZE (makemkv/openssl-1.0.2k.tar.gz) = 5309236 Modified: head/multimedia/makemkv/pkg-plist ============================================================================== --- head/multimedia/makemkv/pkg-plist Sat Mar 13 19:38:33 2021 (r568276) +++ head/multimedia/makemkv/pkg-plist Sat Mar 13 19:39:30 2021 (r568277) @@ -3,7 +3,6 @@ bin/sdftool lib/makemkv/libdriveio.so.0 lib/makemkv/libmakemkv.so.1 lib/makemkv/libmmbd.so.0 -lib/makemkv/libstdc++.so.6 man/man1/makemkvcon.1.gz sbin/update-makemkv-drives share/MakeMKV/appdata.tar From owner-svn-ports-all@freebsd.org Sat Mar 13 19:45:35 2021 Return-Path: Delivered-To: svn-ports-all@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 5BFD25A8BD1; Sat, 13 Mar 2021 19:45:35 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyY7g2C3Kz3JPd; Sat, 13 Mar 2021 19:45:35 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A4A210452; Sat, 13 Mar 2021 19:45:35 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DJjZie048218; Sat, 13 Mar 2021 19:45:35 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DJjYSO048217; Sat, 13 Mar 2021 19:45:34 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202103131945.12DJjYSO048217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Sat, 13 Mar 2021 19:45:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568278 - in head/net-mgmt/rubygem-oxidized-web: . files X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: in head/net-mgmt/rubygem-oxidized-web: . files X-SVN-Commit-Revision: 568278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:45:35 -0000 Author: otis Date: Sat Mar 13 19:45:34 2021 New Revision: 568278 URL: https://svnweb.freebsd.org/changeset/ports/568278 Log: net-mgmt/rubygem-oxidized-web: Fix dependency on puma - Match gemspec dependency and RUN_DEPENDS for puma - portfmt-ize PR: 253266 Submitted by: Nick Hilliard (maintainer) Reported by: Einar Bjarni Halldórsson Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D29247 Modified: head/net-mgmt/rubygem-oxidized-web/Makefile head/net-mgmt/rubygem-oxidized-web/files/patch-gemspec Modified: head/net-mgmt/rubygem-oxidized-web/Makefile ============================================================================== --- head/net-mgmt/rubygem-oxidized-web/Makefile Sat Mar 13 19:39:30 2021 (r568277) +++ head/net-mgmt/rubygem-oxidized-web/Makefile Sat Mar 13 19:45:34 2021 (r568278) @@ -3,7 +3,7 @@ PORTNAME= oxidized-web PORTVERSION= 0.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt rubygems MASTER_SITES= RG @@ -21,8 +21,8 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/r rubygem-puma>=3.11.4:www/rubygem-puma \ rubygem-rack-test>=0.7.0:www/rubygem-rack-test \ rubygem-sass>=3.3:textproc/rubygem-sass \ - rubygem-sinatra1>=1.4.6:www/rubygem-sinatra1 \ - rubygem-sinatra-contrib1>=1.4.6:www/rubygem-sinatra-contrib1 + rubygem-sinatra-contrib1>=1.4.6:www/rubygem-sinatra-contrib1 \ + rubygem-sinatra1>=1.4.6:www/rubygem-sinatra1 USES= gem USE_RUBY= yes Modified: head/net-mgmt/rubygem-oxidized-web/files/patch-gemspec ============================================================================== --- head/net-mgmt/rubygem-oxidized-web/files/patch-gemspec Sat Mar 13 19:39:30 2021 (r568277) +++ head/net-mgmt/rubygem-oxidized-web/files/patch-gemspec Sat Mar 13 19:45:34 2021 (r568278) @@ -1,11 +1,11 @@ --- oxidized-web.gemspec.orig 2019-08-12 17:14:24 UTC +++ oxidized-web.gemspec -@@ -27,12 +27,12 @@ Gem::Specification.new do |s| +@@ -27,12 +27,12 @@ s.add_runtime_dependency(%q.freeze, ["~> 5.0"]) s.add_runtime_dependency(%q.freeze, ["~> 4.3"]) s.add_runtime_dependency(%q.freeze, ["~> 0.26"]) - s.add_runtime_dependency(%q.freeze, ["~> 3.11.4"]) -+ s.add_runtime_dependency(%q.freeze, ["~> 3.11", ">= 3.11.4"]) ++ s.add_runtime_dependency(%q.freeze, ["> 3.11.3"]) s.add_runtime_dependency(%q.freeze, ["~> 3.3"]) s.add_runtime_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) s.add_runtime_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) @@ -15,3 +15,22 @@ s.add_development_dependency(%q.freeze, ["~> 2.0"]) s.add_development_dependency(%q.freeze, ["~> 1.19"]) s.add_development_dependency(%q.freeze, ["~> 10.0"]) +@@ -43,7 +43,7 @@ + s.add_dependency(%q.freeze, ["~> 5.0"]) + s.add_dependency(%q.freeze, ["~> 4.3"]) + s.add_dependency(%q.freeze, ["~> 0.26"]) +- s.add_dependency(%q.freeze, ["~> 3.11.4"]) ++ s.add_dependency(%q.freeze, ["> 3.11.3"]) + s.add_dependency(%q.freeze, ["~> 3.3"]) + s.add_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) + s.add_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) +@@ -60,7 +60,7 @@ + s.add_dependency(%q.freeze, ["~> 5.0"]) + s.add_dependency(%q.freeze, ["~> 4.3"]) + s.add_dependency(%q.freeze, ["~> 0.26"]) +- s.add_dependency(%q.freeze, ["~> 3.11.4"]) ++ s.add_dependency(%q.freeze, ["> 3.11.3"]) + s.add_dependency(%q.freeze, ["~> 3.3"]) + s.add_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) + s.add_dependency(%q.freeze, ["~> 1.4", ">= 1.4.6"]) +Only in work/oxidized-web-0.13.1: oxidized-web.gemspec.orig From owner-svn-ports-all@freebsd.org Sat Mar 13 20:01:20 2021 Return-Path: Delivered-To: svn-ports-all@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 D44BB5A937B; Sat, 13 Mar 2021 20:01:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyYTr5gq0z3KZt; Sat, 13 Mar 2021 20:01:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABE4810571; Sat, 13 Mar 2021 20:01:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DK1KNv055449; Sat, 13 Mar 2021 20:01:20 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DK1KRv055447; Sat, 13 Mar 2021 20:01:20 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103132001.12DK1KRv055447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 20:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568279 - head/mail/s-nail X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/mail/s-nail X-SVN-Commit-Revision: 568279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:01:20 -0000 Author: lwhsu Date: Sat Mar 13 20:01:20 2021 New Revision: 568279 URL: https://svnweb.freebsd.org/changeset/ports/568279 Log: mail/s-nail: Update to 14.9.22 PR: 253222 Submitted by: Yasuhiro Kimura (maintainer) Modified: head/mail/s-nail/Makefile head/mail/s-nail/distinfo Modified: head/mail/s-nail/Makefile ============================================================================== --- head/mail/s-nail/Makefile Sat Mar 13 19:45:34 2021 (r568278) +++ head/mail/s-nail/Makefile Sat Mar 13 20:01:20 2021 (r568279) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= s-nail -PORTVERSION= 14.9.19 +PORTVERSION= 14.9.22 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ MAINTAINER= yasu@utahime.org COMMENT= Send and receive Internet mail -LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA -LICENSE_COMB= multi +LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA +LICENSE_COMB= multi LICENSE_NAME_RFC2104= License of RFC2104 LICENSE_NAME_RSA= RSA Data Security license -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS_RFC2104= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_RSA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept @@ -27,8 +27,14 @@ PLIST_FILES= bin/s-nail \ man/man1/s-nail.1.gz MAKEFILE= makefile -MAKE_ENV= EXTRA_CFLAGS="-DLIBICONV_PLUG" INCS=-I${LOCALBASE}/include \ - VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2 +MAKE_ENV= EXTRA_CFLAGS="-DLIBICONV_PLUG" \ + INCS=-I${LOCALBASE}/include \ + VAL_IDNA=idn2 \ + VAL_MANDIR=${MANPREFIX}/man \ + VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types \ + VAL_PREFIX=${PREFIX} + +TEST_TARGET= test PORTDOCS= NEWS README Modified: head/mail/s-nail/distinfo ============================================================================== --- head/mail/s-nail/distinfo Sat Mar 13 19:45:34 2021 (r568278) +++ head/mail/s-nail/distinfo Sat Mar 13 20:01:20 2021 (r568279) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588236521 -SHA256 (s-nail-14.9.19.tar.xz) = 84f249a233a4592cf0c0bda9644c5b2d12e63a4807c0e292c13ef5068d3ca2bd -SIZE (s-nail-14.9.19.tar.xz) = 792952 +TIMESTAMP = 1614135080 +SHA256 (s-nail-14.9.22.tar.xz) = e5dfb7d5bcc5d2d1126f2e826569ee0f149aac3f2a8a6b7c23985ffc3a1def0b +SIZE (s-nail-14.9.22.tar.xz) = 799296 From owner-svn-ports-all@freebsd.org Sat Mar 13 20:27:35 2021 Return-Path: Delivered-To: svn-ports-all@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 AB6FD5AA811; Sat, 13 Mar 2021 20:27:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyZ471Nmqz3Mv0; Sat, 13 Mar 2021 20:27:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E196810D7F; Sat, 13 Mar 2021 20:27:34 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKRYGK072664; Sat, 13 Mar 2021 20:27:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKRYRt072662; Sat, 13 Mar 2021 20:27:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103132027.12DKRYRt072662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 20:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568280 - head/mail/roundcube-thunderbird_labels X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/mail/roundcube-thunderbird_labels X-SVN-Commit-Revision: 568280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:27:35 -0000 Author: lwhsu Date: Sat Mar 13 20:27:34 2021 New Revision: 568280 URL: https://svnweb.freebsd.org/changeset/ports/568280 Log: mail/roundcube-thunderbird_labels: Update to 1.4.10 PR: 251935 Submitted by: Alexander Moisseev (maintainer) Modified: head/mail/roundcube-thunderbird_labels/Makefile head/mail/roundcube-thunderbird_labels/distinfo Modified: head/mail/roundcube-thunderbird_labels/Makefile ============================================================================== --- head/mail/roundcube-thunderbird_labels/Makefile Sat Mar 13 20:01:20 2021 (r568279) +++ head/mail/roundcube-thunderbird_labels/Makefile Sat Mar 13 20:27:34 2021 (r568280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird_labels -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.10 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMEPREFIX= roundcube- Modified: head/mail/roundcube-thunderbird_labels/distinfo ============================================================================== --- head/mail/roundcube-thunderbird_labels/distinfo Sat Mar 13 20:01:20 2021 (r568279) +++ head/mail/roundcube-thunderbird_labels/distinfo Sat Mar 13 20:27:34 2021 (r568280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594197552 -SHA256 (mike-kfed-roundcube-thunderbird_labels-v1.4.8_GH0.tar.gz) = e3d4e0885026cfa6932fb31d0563013600a30ae72ad0027d558d3425e9714a08 -SIZE (mike-kfed-roundcube-thunderbird_labels-v1.4.8_GH0.tar.gz) = 193449 +TIMESTAMP = 1611833115 +SHA256 (mike-kfed-roundcube-thunderbird_labels-v1.4.10_GH0.tar.gz) = 1533c79db12c574c2d08bddcc66332aa24d62bed555e4f963b452b7de4c2e274 +SIZE (mike-kfed-roundcube-thunderbird_labels-v1.4.10_GH0.tar.gz) = 193726 From owner-svn-ports-all@freebsd.org Sat Mar 13 20:32:47 2021 Return-Path: Delivered-To: svn-ports-all@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 190CB5AA975; Sat, 13 Mar 2021 20:32:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyZB70Cxpz3Nfl; Sat, 13 Mar 2021 20:32:47 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE83E115AF; Sat, 13 Mar 2021 20:32:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKWkWx078508; Sat, 13 Mar 2021 20:32:46 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKWk0m078506; Sat, 13 Mar 2021 20:32:46 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202103132032.12DKWk0m078506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Mar 2021 20:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568281 - in head/japanese/mh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/japanese/mh: . files X-SVN-Commit-Revision: 568281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:32:47 -0000 Author: lwhsu Date: Sat Mar 13 20:32:45 2021 New Revision: 568281 URL: https://svnweb.freebsd.org/changeset/ports/568281 Log: japanese/mh: Fix build failure on 13 (with -fno-common) PR: 249013 Submitted by: WATANABE Kazuhiro (maintainer) Added: head/japanese/mh/files/patch-h_formatsbr.h (contents, props changed) head/japanese/mh/files/patch-sbr_fmtcompile.c (contents, props changed) Modified: head/japanese/mh/Makefile Modified: head/japanese/mh/Makefile ============================================================================== --- head/japanese/mh/Makefile Sat Mar 13 20:27:34 2021 (r568280) +++ head/japanese/mh/Makefile Sat Mar 13 20:32:45 2021 (r568281) @@ -3,7 +3,7 @@ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \ http://mirror.amdmi3.ru/distfiles/ Added: head/japanese/mh/files/patch-h_formatsbr.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mh/files/patch-h_formatsbr.h Sat Mar 13 20:32:45 2021 (r568281) @@ -0,0 +1,11 @@ +--- h/formatsbr.h.orig 1993-12-01 04:00:26 UTC ++++ h/formatsbr.h +@@ -32,7 +32,7 @@ struct comp { + + extern int fmt_norm; + +-struct comp *wantcomp[128]; /* hash table for deciding if a ++extern struct comp *wantcomp[128]; /* hash table for deciding if a + * component is "interesting" */ + + /* Added: head/japanese/mh/files/patch-sbr_fmtcompile.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mh/files/patch-sbr_fmtcompile.c Sat Mar 13 20:32:45 2021 (r568281) @@ -0,0 +1,11 @@ +--- sbr/fmtcompile.c.orig 2001-04-02 16:06:09 UTC ++++ sbr/fmtcompile.c +@@ -24,6 +24,8 @@ static int infunction; /* function nesting cnt */ + extern char *getusr(); + extern struct mailname fmt_mnull; + ++struct comp *wantcomp[128]; ++ + struct ftable { + char *name; /* function name */ + char type; /* argument type */ From owner-svn-ports-all@freebsd.org Sat Mar 13 20:35:04 2021 Return-Path: Delivered-To: svn-ports-all@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 E9A875AA7FE; Sat, 13 Mar 2021 20:35:04 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyZDm6FrWz3NX7; Sat, 13 Mar 2021 20:35:04 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C99EA1142F; Sat, 13 Mar 2021 20:35:04 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKZ4Ph078714; Sat, 13 Mar 2021 20:35:04 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKZ468078712; Sat, 13 Mar 2021 20:35:04 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202103132035.12DKZ468078712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Sat, 13 Mar 2021 20:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568282 - head/www/osticket X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/www/osticket X-SVN-Commit-Revision: 568282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:35:05 -0000 Author: otis Date: Sat Mar 13 20:35:04 2021 New Revision: 568282 URL: https://svnweb.freebsd.org/changeset/ports/568282 Log: www/osticket: Update to 1.15.2 - Update to 1.15.2 - Changelog: https://github.com/osTicket/osTicket/releases/tag/v1.15.2 Reviewed by: osa (mentor) Approved by: osa (mentor) MFH: 2021Q1 Differential Revision: https://reviews.freebsd.org/D29248 Modified: head/www/osticket/Makefile head/www/osticket/distinfo Modified: head/www/osticket/Makefile ============================================================================== --- head/www/osticket/Makefile Sat Mar 13 20:32:45 2021 (r568281) +++ head/www/osticket/Makefile Sat Mar 13 20:35:04 2021 (r568282) @@ -3,8 +3,7 @@ PORTNAME= osticket DISTVERSIONPREFIX= v -DISTVERSION= 1.15.1 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= https://github.com/osTicket/osTicket/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} Modified: head/www/osticket/distinfo ============================================================================== --- head/www/osticket/distinfo Sat Mar 13 20:32:45 2021 (r568281) +++ head/www/osticket/distinfo Sat Mar 13 20:35:04 2021 (r568282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607551247 -SHA256 (osTicket-v1.15.1.zip) = 19df11519c7b266532bd11507b00a2c397ae9cd94af5da418c2a0752a30273dc -SIZE (osTicket-v1.15.1.zip) = 51861905 +TIMESTAMP = 1615643604 +SHA256 (osTicket-v1.15.2.zip) = 83c435956f3975eefcc001152ce848bf00f26cdc97305e312b7653d6f843a252 +SIZE (osTicket-v1.15.2.zip) = 51862437 From owner-svn-ports-all@freebsd.org Sat Mar 13 20:37:22 2021 Return-Path: Delivered-To: svn-ports-all@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 C13E45AA8EF; Sat, 13 Mar 2021 20:37:22 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyZHQ59FPz3NsZ; Sat, 13 Mar 2021 20:37:22 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A449B110F2; Sat, 13 Mar 2021 20:37:22 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKbM5J078924; Sat, 13 Mar 2021 20:37:22 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKbM6b078922; Sat, 13 Mar 2021 20:37:22 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202103132037.12DKbM6b078922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Sat, 13 Mar 2021 20:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568283 - branches/2021Q1/www/osticket X-SVN-Group: ports-branches X-SVN-Commit-Author: otis X-SVN-Commit-Paths: branches/2021Q1/www/osticket X-SVN-Commit-Revision: 568283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:37:22 -0000 Author: otis Date: Sat Mar 13 20:37:21 2021 New Revision: 568283 URL: https://svnweb.freebsd.org/changeset/ports/568283 Log: MFH: r568282 www/osticket: Update to 1.15.2 - Update to 1.15.2 - Changelog: https://github.com/osTicket/osTicket/releases/tag/v1.15.2 Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D29248 Modified: branches/2021Q1/www/osticket/Makefile branches/2021Q1/www/osticket/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/osticket/Makefile ============================================================================== --- branches/2021Q1/www/osticket/Makefile Sat Mar 13 20:35:04 2021 (r568282) +++ branches/2021Q1/www/osticket/Makefile Sat Mar 13 20:37:21 2021 (r568283) @@ -3,8 +3,7 @@ PORTNAME= osticket DISTVERSIONPREFIX= v -DISTVERSION= 1.15.1 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= https://github.com/osTicket/osTicket/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} Modified: branches/2021Q1/www/osticket/distinfo ============================================================================== --- branches/2021Q1/www/osticket/distinfo Sat Mar 13 20:35:04 2021 (r568282) +++ branches/2021Q1/www/osticket/distinfo Sat Mar 13 20:37:21 2021 (r568283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607551247 -SHA256 (osTicket-v1.15.1.zip) = 19df11519c7b266532bd11507b00a2c397ae9cd94af5da418c2a0752a30273dc -SIZE (osTicket-v1.15.1.zip) = 51861905 +TIMESTAMP = 1615643604 +SHA256 (osTicket-v1.15.2.zip) = 83c435956f3975eefcc001152ce848bf00f26cdc97305e312b7653d6f843a252 +SIZE (osTicket-v1.15.2.zip) = 51862437 From owner-svn-ports-all@freebsd.org Sat Mar 13 20:47:50 2021 Return-Path: Delivered-To: svn-ports-all@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 0E6F25AAF51; Sat, 13 Mar 2021 20:47:50 +0000 (UTC) (envelope-from nc@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 4DyZWT6wx4z3Pn2; Sat, 13 Mar 2021 20:47:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0513116FF; Sat, 13 Mar 2021 20:47:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKln7u084780; Sat, 13 Mar 2021 20:47:49 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKlncs084778; Sat, 13 Mar 2021 20:47:49 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132047.12DKlncs084778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 20:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568284 - head/www/decss X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/www/decss X-SVN-Commit-Revision: 568284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:47:50 -0000 Author: nc Date: Sat Mar 13 20:47:49 2021 New Revision: 568284 URL: https://svnweb.freebsd.org/changeset/ports/568284 Log: www/decss: Update to 1.1 Modified: head/www/decss/Makefile head/www/decss/distinfo Modified: head/www/decss/Makefile ============================================================================== --- head/www/decss/Makefile Sat Mar 13 20:37:21 2021 (r568283) +++ head/www/decss/Makefile Sat Mar 13 20:47:49 2021 (r568284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= decss -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www perl5 MASTER_SITES= http://www.pigdog.org/decss/ DISTNAME= ${PORTNAME} Modified: head/www/decss/distinfo ============================================================================== --- head/www/decss/distinfo Sat Mar 13 20:37:21 2021 (r568283) +++ head/www/decss/distinfo Sat Mar 13 20:47:49 2021 (r568284) @@ -1,2 +1,3 @@ +TIMESTAMP = 1615668420 SHA256 (decss.tar.gz) = b8bcf72ba7c96bccbd45991a1bc0a81f127be253dd299d360ff95eaa255d09dd SIZE (decss.tar.gz) = 11178 From owner-svn-ports-all@freebsd.org Sat Mar 13 20:52:49 2021 Return-Path: Delivered-To: svn-ports-all@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 73F375AAF7D; Sat, 13 Mar 2021 20:52:49 +0000 (UTC) (envelope-from nc@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 4DyZdF2sbYz3Q31; Sat, 13 Mar 2021 20:52:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55CC111A1B; Sat, 13 Mar 2021 20:52:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DKqnPV091161; Sat, 13 Mar 2021 20:52:49 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DKqnCJ091159; Sat, 13 Mar 2021 20:52:49 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132052.12DKqnCJ091159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 20:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568285 - in head/misc/digitemp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/misc/digitemp: . files X-SVN-Commit-Revision: 568285 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 20:52:49 -0000 Author: nc Date: Sat Mar 13 20:52:48 2021 New Revision: 568285 URL: https://svnweb.freebsd.org/changeset/ports/568285 Log: misc/digitemp: Update to 3.7.2 Changes: https://github.com/bcl/digitemp/releases Deleted: head/misc/digitemp/files/patch-Makefile head/misc/digitemp/files/patch-digitemp.h Modified: head/misc/digitemp/Makefile head/misc/digitemp/distinfo Modified: head/misc/digitemp/Makefile ============================================================================== --- head/misc/digitemp/Makefile Sat Mar 13 20:47:49 2021 (r568284) +++ head/misc/digitemp/Makefile Sat Mar 13 20:52:48 2021 (r568285) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= digitemp -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.2 +DISTVERSIONPREFIX= v CATEGORIES= misc -MASTER_SITES= http://www.digitemp.com/software/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Dallas Semiconductor 1-wire device reading console application @@ -14,16 +14,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= bcl + +ALL_TARGET= ds9097 ds9097u + PLIST_FILES= bin/digitemp_DS9097 bin/digitemp_DS9097U \ etc/digitemp.conf.sample \ man/man1/digitemp.1.gz -DOCS= ChangeLog CREDITS FAQ README TODO \ - dthowto.txt DS9097_Schematic.gif \ - perl python/gui python/mysql rrdb +DOCS= ChangeLog CREDITS FAQ README TODO dthowto.txt \ + DS9097_Schematic.gif perl python/mysql rrdb PORTDOCS= * - -ALL_TARGET= ds9097 ds9097u OPTIONS_DEFINE= DOCS Modified: head/misc/digitemp/distinfo ============================================================================== --- head/misc/digitemp/distinfo Sat Mar 13 20:47:49 2021 (r568284) +++ head/misc/digitemp/distinfo Sat Mar 13 20:52:48 2021 (r568285) @@ -1,2 +1,3 @@ -SHA256 (digitemp-3.6.0.tar.gz) = 14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2505ca2 -SIZE (digitemp-3.6.0.tar.gz) = 290107 +TIMESTAMP = 1615668615 +SHA256 (bcl-digitemp-v3.7.2_GH0.tar.gz) = 683df4ab5cc53a45fe4f860c698f148d34bcca91b3e0568a342f32d64d12ba24 +SIZE (bcl-digitemp-v3.7.2_GH0.tar.gz) = 146166 From owner-svn-ports-all@freebsd.org Sat Mar 13 21:29:58 2021 Return-Path: Delivered-To: svn-ports-all@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 6D1E65AC4D3; Sat, 13 Mar 2021 21:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DybS62ff4z3hbs; Sat, 13 Mar 2021 21:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E11112029; Sat, 13 Mar 2021 21:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLTw63009220; Sat, 13 Mar 2021 21:29:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLTvfs009216; Sat, 13 Mar 2021 21:29:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103132129.12DLTvfs009216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 21:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568286 - in head/math: . py-baycomp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-baycomp X-SVN-Commit-Revision: 568286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 21:29:58 -0000 Author: yuri Date: Sat Mar 13 21:29:57 2021 New Revision: 568286 URL: https://svnweb.freebsd.org/changeset/ports/568286 Log: New port: math/py-baycomp: Library for Bayesian comparison of classifiers Added: head/math/py-baycomp/ head/math/py-baycomp/Makefile (contents, props changed) head/math/py-baycomp/distinfo (contents, props changed) head/math/py-baycomp/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Mar 13 20:52:48 2021 (r568285) +++ head/math/Makefile Sat Mar 13 21:29:57 2021 (r568286) @@ -756,6 +756,7 @@ SUBDIR += py-apgl SUBDIR += py-arviz SUBDIR += py-autograd + SUBDIR += py-baycomp SUBDIR += py-bayesian-optimization SUBDIR += py-benford_py SUBDIR += py-bitmath Added: head/math/py-baycomp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-baycomp/Makefile Sat Mar 13 21:29:57 2021 (r568286) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= baycomp +DISTVERSION= 1.0.2 +CATEGORIES= math python # statistics +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for Bayesian comparison of classifiers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.19.1:science/py-scipy@${PY_FLAVOR} + +USES= localbase:ldflags python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/math/py-baycomp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-baycomp/distinfo Sat Mar 13 21:29:57 2021 (r568286) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615670344 +SHA256 (baycomp-1.0.2.tar.gz) = c43472c16bd7cdf4884dd4c73dd307e4a3da7097fe49c83cd5e88d75142923b0 +SIZE (baycomp-1.0.2.tar.gz) = 154316 Added: head/math/py-baycomp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-baycomp/pkg-descr Sat Mar 13 21:29:57 2021 (r568286) @@ -0,0 +1,11 @@ +Baycomp is a library for Bayesian comparison of classifiers. + +Functions compare two classifiers on one or on multiple data sets. They compute +three probabilities: the probability that the first classifier has higher scores +than the second, the probability that differences are within the region of +practical equivalence (rope), or that the second classifier has higher scores. +We will refer to this probabilities as p_left, p_rope and p_right. If the +argument rope is omitted (or set to zero), functions return only p_left and +p_right. + +WWW: https://github.com/janezd/baycomp From owner-svn-ports-all@freebsd.org Sat Mar 13 21:44:28 2021 Return-Path: Delivered-To: svn-ports-all@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 113185ACC11; Sat, 13 Mar 2021 21:44:28 +0000 (UTC) (envelope-from nc@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 4Dybmr02fGz3jXX; Sat, 13 Mar 2021 21:44:28 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E42371226E; Sat, 13 Mar 2021 21:44:27 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLiR31021316; Sat, 13 Mar 2021 21:44:27 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLiQ30021312; Sat, 13 Mar 2021 21:44:26 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132144.12DLiQ30021312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 21:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568287 - in head/games/eboard: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/games/eboard: . files X-SVN-Commit-Revision: 568287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 21:44:28 -0000 Author: nc Date: Sat Mar 13 21:44:26 2021 New Revision: 568287 URL: https://svnweb.freebsd.org/changeset/ports/568287 Log: games/eboard: Update to 1.1.3 Changes: https://github.com/fbergo/eboard/blob/97105dff5c2843635366f4717681125f5ee0c112/ChangeLog Deleted: head/games/eboard/files/patch-libpng15 head/games/eboard/files/patch-main.cc head/games/eboard/files/patch-ntext.cc Modified: head/games/eboard/Makefile head/games/eboard/distinfo head/games/eboard/files/patch-configure head/games/eboard/pkg-plist Modified: head/games/eboard/Makefile ============================================================================== --- head/games/eboard/Makefile Sat Mar 13 21:29:57 2021 (r568286) +++ head/games/eboard/Makefile Sat Mar 13 21:44:26 2021 (r568287) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= eboard -PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTVERSION= 1.1.3 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= SF \ - SF/${PORTNAME}/eboard-extras/pack%201%20patchlevel%202/:p1 \ +MASTER_SITES= SF/${PORTNAME}/eboard-extras/pack%201%20patchlevel%202/:p1 \ SF/${PORTNAME}/eboard-extras/pack%202/:p2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ eboard-extras-1pl2.tar.gz:p1 \ @@ -16,15 +15,21 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ chess board interface (mainly for FICS and chessd) -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png EXTRAS= 1pl2 2 USES= compiler:c++11-lang gnome perl5 pkgconfig shebangfix tar:bzip2 HAS_CONFIGURE= yes USE_PERL5= build -USE_GNOME= gtk20 +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GSTREAMER1= yes SHEBANG_FILES= configure +USE_GITHUB= yes +GH_ACCOUNT= fbergo + CONFIGURE_ARGS= --prefix=${PREFIX} \ --extra-inc=${LOCALBASE}/include \ --extra-ld=${LOCALBASE}/lib @@ -60,6 +65,9 @@ post-configure: ${WRKSRC}/config.h .endif +pre-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + post-install: @${LN} -sf ${LOCALBASE}/bin/timeseal \ ${STAGEDIR}${DATADIR}/timeseal.FreeBSD @@ -75,6 +83,5 @@ post-install: @cd ${WRKDIR}/eboard-extras-${extra} && ${SETENV} EBOARDCONFIG=${STAGEDIR}${PREFIX}/bin/eboard-config ${CONFIGURE_CMD} --prefix=${PREFIX} @cd ${WRKDIR}/eboard-extras-${extra} && ${SETENV} ${MAKE_ENV} ${MAKE} install DATADIR=${STAGEDIR}${DATADIR} .endfor - @${INSTALL_DATA} ${WRKSRC}/icon-eboard.xpm ${STAGEDIR}${PREFIX}/share/pixmaps/eboard.xpm .include Modified: head/games/eboard/distinfo ============================================================================== --- head/games/eboard/distinfo Sat Mar 13 21:29:57 2021 (r568286) +++ head/games/eboard/distinfo Sat Mar 13 21:44:26 2021 (r568287) @@ -1,6 +1,9 @@ -SHA256 (eboard-1.1.1.tar.bz2) = ad971086697c0d5a1c8a64401f6675339e832acb386dc96fa4e17da1832ca26e -SIZE (eboard-1.1.1.tar.bz2) = 462386 +TIMESTAMP = 1615669009 +SHA256 (fbergo-eboard-v1.1.3_GH0.tar.bz2) = 2a1ba23a27c94ee4ec167bb31ab7dd6eedf148e139c9a96e8cb5ac36ec8423c1 +SIZE (fbergo-eboard-v1.1.3_GH0.tar.bz2) = 1578858 SHA256 (eboard-extras-1pl2.tar.gz) = 6849cc104e454167db8b8e9ae0573accade5c941a140b47e58b601164e99fcc3 SIZE (eboard-extras-1pl2.tar.gz) = 361237 SHA256 (eboard-extras-2.tar.gz) = 0b98bd4c90b2e275f8535186c3e7cbeeef9c9bb611a7febfcd866486a9f41a9c SIZE (eboard-extras-2.tar.gz) = 598909 +SHA256 (fbergo-eboard-v1.1.3_GH0.tar.gz) = 2a1ba23a27c94ee4ec167bb31ab7dd6eedf148e139c9a96e8cb5ac36ec8423c1 +SIZE (fbergo-eboard-v1.1.3_GH0.tar.gz) = 1578858 Modified: head/games/eboard/files/patch-configure ============================================================================== --- head/games/eboard/files/patch-configure Sat Mar 13 21:29:57 2021 (r568286) +++ head/games/eboard/files/patch-configure Sat Mar 13 21:44:26 2021 (r568287) @@ -1,6 +1,6 @@ ---- configure.orig 2020-01-02 23:06:25 UTC -+++ configure -@@ -104,7 +104,7 @@ sub run_cmd { +--- configure.orig 2021-03-13 13:18:59.466284000 -0800 ++++ configure 2021-03-13 13:18:59.474328000 -0800 +@@ -106,7 +106,7 @@ } sub cplusplus_lang { @@ -9,50 +9,8 @@ my $x; my $program = < -@@ -142,41 +142,6 @@ EOF - print TESTCC "$program"; - close TESTCC; +@@ -357,7 +357,7 @@ -- $cxx = 'no'; -- for (@compilers) { -- $x = $_; -- print " trying $x ... "; -- -- unlink('test.o','yytest'); -- log_file("test.cc"); -- -- if (run_cmd($x, '-c', 'test.cc', '-o', 'test.o') != 0) { -- print "compilation FAILED\n"; -- next; -- } -- -- if (run_cmd($x, 'test.o', '-o', 'yytest') != 0) { -- print "compilation ok, linking FAILED\n"; -- next; -- } -- -- $y = `./yytest`; -- if ($y ne "1710\n") { -- print "compilation ok, linking ok, output FAILED\n"; -- next; -- } -- -- $cxx = $x; -- print "it works\n"; -- last; -- } -- unlink('test.o','yytest','test.cc'); -- -- if ($cxx eq 'no') { -- print "FAIL\n"; -- return 0; -- } -- - return 1; - } - -@@ -354,7 +319,7 @@ sub header_check { - log_file("test.cc"); - if (run_cmd($cxx,@cxxflags,"-c","test.cc","-o","xxtest.o") != 0) { @@ -60,9 +18,9 @@ print ": no\n"; $y = header_def($x); print CONFIGH "#undef $y\n"; -@@ -512,17 +477,9 @@ if (!header_check("stdio.h","stdlib.h","string.h","uni +@@ -511,17 +511,9 @@ #optional headers - header_check("strings.h","sys/soundcard.h","sys/audioio.h","linux/joystick.h"); + header_check("strings.h"); -$t1=macro_check("netinet/in.h","IPPROTO_TCP","HAVE_IPPROTO_TCP_ON_IN_H"); -$t2=macro_check("netinet/in.h","TCP_NODELAY","HAVE_TCP_NODELAY_ON_IN_H"); @@ -79,7 +37,7 @@ cppdef("USE_SOCK_OPTS"); if ($t1!=0 && $t3!=0) { cppundef("NEED_TCP_H"); -@@ -536,10 +493,10 @@ if ($t2 != 0) { +@@ -535,10 +527,10 @@ print "netinet/tcp.h not required, SOL_TCP present.\n"; } } else { Modified: head/games/eboard/pkg-plist ============================================================================== --- head/games/eboard/pkg-plist Sat Mar 13 21:29:57 2021 (r568286) +++ head/games/eboard/pkg-plist Sat Mar 13 21:44:26 2021 (r568287) @@ -70,6 +70,7 @@ man/man6/eboard.6.gz %%DATADIR%%/eboard.hu.dict %%DATADIR%%/eboard.pl.dict %%DATADIR%%/eboard.pt_BR.dict +%%DATADIR%%/eboard.zh_CN.dict %%DATADIR%%/eboard_themes.conf %%DATADIR%%/extras1.prevconf %%DATADIR%%/extras2.prevconf @@ -78,4 +79,3 @@ man/man6/eboard.6.gz %%DATADIR%%/themeconf.extras1 %%DATADIR%%/themeconf.extras2 %%DATADIR%%/timeseal.FreeBSD -share/pixmaps/eboard.xpm From owner-svn-ports-all@freebsd.org Sat Mar 13 21:52:59 2021 Return-Path: Delivered-To: svn-ports-all@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 A23CB5ACCA4; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@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 4Dybyg4BvXz3jw9; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82AA712633; Sat, 13 Mar 2021 21:52:59 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLqxrD027078; Sat, 13 Mar 2021 21:52:59 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLqwA4027075; Sat, 13 Mar 2021 21:52:58 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132152.12DLqwA4027075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 21:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568288 - in head/graphics/g2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head/graphics/g2: . files X-SVN-Commit-Revision: 568288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 21:52:59 -0000 Author: nc Date: Sat Mar 13 21:52:58 2021 New Revision: 568288 URL: https://svnweb.freebsd.org/changeset/ports/568288 Log: graphics/g2: Update to 0.72 Deleted: head/graphics/g2/files/ Modified: head/graphics/g2/Makefile head/graphics/g2/distinfo head/graphics/g2/pkg-plist Modified: head/graphics/g2/Makefile ============================================================================== --- head/graphics/g2/Makefile Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/Makefile Sat Mar 13 21:52:58 2021 (r568288) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= g2 -PORTVERSION= 0.40 -PORTREVISION= 11 +PORTVERSION= 0.72 CATEGORIES= graphics -MASTER_SITES= SUNSITE/libs/graphics +MASTER_SITES= SF/g2gl/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, portable, and powerful 2D graphics library Modified: head/graphics/g2/distinfo ============================================================================== --- head/graphics/g2/distinfo Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/distinfo Sat Mar 13 21:52:58 2021 (r568288) @@ -1,2 +1,3 @@ -SHA256 (g2-0.40.tar.gz) = 74dbbee3b995386ec697c99517dc54227d027de32a5301693933e310549a29ae -SIZE (g2-0.40.tar.gz) = 103031 +TIMESTAMP = 1615672233 +SHA256 (g2-0.72.tar.gz) = 381967065a57354f61b768a1378573f7e66ed706621bcbaa2e8e3aa0f34625d3 +SIZE (g2-0.72.tar.gz) = 487081 Modified: head/graphics/g2/pkg-plist ============================================================================== --- head/graphics/g2/pkg-plist Sat Mar 13 21:44:26 2021 (r568287) +++ head/graphics/g2/pkg-plist Sat Mar 13 21:52:58 2021 (r568288) @@ -1,5 +1,6 @@ lib/libg2.a include/g2.h +include/g2_FIG.h +include/g2_gd.h include/g2_PS.h -include/g2_GIF.h include/g2_X11.h From owner-svn-ports-all@freebsd.org Sat Mar 13 21:54:59 2021 Return-Path: Delivered-To: svn-ports-all@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 6B9B35ACD38; Sat, 13 Mar 2021 21:54:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dyc0z2gLqz3jtv; Sat, 13 Mar 2021 21:54:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EA4B12498; Sat, 13 Mar 2021 21:54:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLsx0A027271; Sat, 13 Mar 2021 21:54:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLswgU027268; Sat, 13 Mar 2021 21:54:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103132154.12DLswgU027268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 21:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568289 - in head/misc: . py-XlsxWriter X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . py-XlsxWriter X-SVN-Commit-Revision: 568289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 21:54:59 -0000 Author: yuri Date: Sat Mar 13 21:54:58 2021 New Revision: 568289 URL: https://svnweb.freebsd.org/changeset/ports/568289 Log: New port: misc/py-XlsxWriter: Python module for creating Excel XLSX files Added: head/misc/py-XlsxWriter/ head/misc/py-XlsxWriter/Makefile (contents, props changed) head/misc/py-XlsxWriter/distinfo (contents, props changed) head/misc/py-XlsxWriter/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Mar 13 21:52:58 2021 (r568288) +++ head/misc/Makefile Sat Mar 13 21:54:58 2021 (r568289) @@ -370,6 +370,7 @@ SUBDIR += py-QSpectrumAnalyzer SUBDIR += py-SimpleSoapy SUBDIR += py-SoapySDR + SUBDIR += py-XlsxWriter SUBDIR += py-alive-progress SUBDIR += py-cinder SUBDIR += py-colorbrewer Added: head/misc/py-XlsxWriter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/Makefile Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= XlsxWriter +PORTVERSION= 1.3.7 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python module for creating Excel XLSX files + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include Added: head/misc/py-XlsxWriter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/distinfo Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615672133 +SHA256 (XlsxWriter-1.3.7.tar.gz) = 9b1ade2d1ba5d9b40a6d1de1d55ded4394ab8002718092ae80a08532c2add2e6 +SIZE (XlsxWriter-1.3.7.tar.gz) = 255776 Added: head/misc/py-XlsxWriter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-XlsxWriter/pkg-descr Sat Mar 13 21:54:58 2021 (r568289) @@ -0,0 +1,7 @@ +XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file +format. + +XlsxWriter can be used to write text, numbers, formulas and hyperlinks to +multiple worksheets and it supports features such as formatting and many more. + +WWW: https://github.com/jmcnamara/XlsxWriter From owner-svn-ports-all@freebsd.org Sat Mar 13 21:59:50 2021 Return-Path: Delivered-To: svn-ports-all@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 088675AD116; Sat, 13 Mar 2021 21:59:50 +0000 (UTC) (envelope-from nc@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 4Dyc6Y6vKSz3kDd; Sat, 13 Mar 2021 21:59:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF9501217E; Sat, 13 Mar 2021 21:59:49 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DLxn8W027513; Sat, 13 Mar 2021 21:59:49 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DLxnb6027511; Sat, 13 Mar 2021 21:59:49 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132159.12DLxnb6027511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 21:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568290 - head/ftp/jftp X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/ftp/jftp X-SVN-Commit-Revision: 568290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 21:59:50 -0000 Author: nc Date: Sat Mar 13 21:59:49 2021 New Revision: 568290 URL: https://svnweb.freebsd.org/changeset/ports/568290 Log: ftp/jftp: Update to 1.6.0 Also, set NO_ARCH Modified: head/ftp/jftp/Makefile head/ftp/jftp/distinfo Modified: head/ftp/jftp/Makefile ============================================================================== --- head/ftp/jftp/Makefile Sat Mar 13 21:54:58 2021 (r568289) +++ head/ftp/jftp/Makefile Sat Mar 13 21:59:49 2021 (r568290) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= jftp -PORTVERSION= 1.56 +PORTVERSION= 1.60 CATEGORIES= ftp java MASTER_SITES= SF/j-ftp/${PORTNAME}/${PORTVERSION} DISTNAME= j-ftp-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Java Network Browser @@ -14,6 +13,7 @@ COMMENT= Java Network Browser LICENSE= GPLv2 NO_BUILD= yes +NO_ARCH= yes USE_JAVA= yes WRKSRC= ${WRKDIR}/j-ftp Modified: head/ftp/jftp/distinfo ============================================================================== --- head/ftp/jftp/distinfo Sat Mar 13 21:54:58 2021 (r568289) +++ head/ftp/jftp/distinfo Sat Mar 13 21:59:49 2021 (r568290) @@ -1,2 +1,3 @@ -SHA256 (j-ftp-1.56.tgz) = ac4f1adc17208dd55fb1a8a4e21803a5670996684c1732e3151da706505e2b12 -SIZE (j-ftp-1.56.tgz) = 9498719 +TIMESTAMP = 1615672701 +SHA256 (j-ftp-1.60.tar.gz) = c617ed2d53695c003d1fe677f59562a7fafa9f59c176974867299cc0d8f73175 +SIZE (j-ftp-1.60.tar.gz) = 11749035 From owner-svn-ports-all@freebsd.org Sat Mar 13 22:08:51 2021 Return-Path: Delivered-To: svn-ports-all@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 D547E5AD48A; Sat, 13 Mar 2021 22:08:51 +0000 (UTC) (envelope-from swills@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 4DycJz5jq2z3kdZ; Sat, 13 Mar 2021 22:08:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B74061272E; Sat, 13 Mar 2021 22:08:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DM8pio033764; Sat, 13 Mar 2021 22:08:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DM8pYG033763; Sat, 13 Mar 2021 22:08:51 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103132208.12DM8pYG033763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 22:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568291 - head/devel/jenkins-lts X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/jenkins-lts X-SVN-Commit-Revision: 568291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 22:08:51 -0000 Author: swills Date: Sat Mar 13 22:08:51 2021 New Revision: 568291 URL: https://svnweb.freebsd.org/changeset/ports/568291 Log: Drop maintainership since I no longer use this Modified: head/devel/jenkins-lts/Makefile (contents, props changed) Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Sat Mar 13 21:59:49 2021 (r568290) +++ head/devel/jenkins-lts/Makefile Sat Mar 13 22:08:51 2021 (r568291) @@ -10,7 +10,7 @@ EXTRACT_SUFX= .war DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open-source continuous integration server LICENSE= MIT From owner-svn-ports-all@freebsd.org Sat Mar 13 22:34:37 2021 Return-Path: Delivered-To: svn-ports-all@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 477D25ADA35; Sat, 13 Mar 2021 22:34:37 +0000 (UTC) (envelope-from swills@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 4Dyctj1RXCz3lt5; Sat, 13 Mar 2021 22:34:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2064212C41; Sat, 13 Mar 2021 22:34:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DMYaMG051548; Sat, 13 Mar 2021 22:34:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DMYaY3051546; Sat, 13 Mar 2021 22:34:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103132234.12DMYaY3051546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 22:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568292 - in head/www: grafana4 grafana5 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www: grafana4 grafana5 X-SVN-Commit-Revision: 568292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 22:34:37 -0000 Author: swills Date: Sat Mar 13 22:34:36 2021 New Revision: 568292 URL: https://svnweb.freebsd.org/changeset/ports/568292 Log: www/grafana{4,5}: drop maintainership, mark deprecated Modified: head/www/grafana4/Makefile (contents, props changed) head/www/grafana5/Makefile (contents, props changed) Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Sat Mar 13 22:08:51 2021 (r568291) +++ head/www/grafana4/Makefile Sat Mar 13 22:34:36 2021 (r568292) @@ -9,8 +9,11 @@ PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1} DISTFILES= grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX}:public EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB + +DEPRECATED= Upstream end of life +EXPIRATION_DATE= 2021-04-14 LICENSE= APACHE20 Modified: head/www/grafana5/Makefile ============================================================================== --- head/www/grafana5/Makefile Sat Mar 13 22:08:51 2021 (r568291) +++ head/www/grafana5/Makefile Sat Mar 13 22:34:36 2021 (r568292) @@ -9,8 +9,11 @@ PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1} DISTFILES= grafana-${PORTVERSION}.linux-amd64${EXTRACT_SUFX}:public EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dashboard and graph editor for multiple data stores + +DEPRECATED= Upstream end of life +EXPIRATION_DATE= 2021-04-14 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md From owner-svn-ports-all@freebsd.org Sat Mar 13 22:35:39 2021 Return-Path: Delivered-To: svn-ports-all@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 689975ADC2C; Sat, 13 Mar 2021 22:35:39 +0000 (UTC) (envelope-from swills@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 4Dycvv2Y21z3mHs; Sat, 13 Mar 2021 22:35:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A7FC12C42; Sat, 13 Mar 2021 22:35:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DMZdhn051677; Sat, 13 Mar 2021 22:35:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DMZdKX051676; Sat, 13 Mar 2021 22:35:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103132235.12DMZdKX051676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 22:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568293 - head/security/boringssl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/boringssl X-SVN-Commit-Revision: 568293 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 22:35:39 -0000 Author: swills Date: Sat Mar 13 22:35:38 2021 New Revision: 568293 URL: https://svnweb.freebsd.org/changeset/ports/568293 Log: www/boringssl: drop maintainership since I no longer use this Modified: head/security/boringssl/Makefile (contents, props changed) Modified: head/security/boringssl/Makefile ============================================================================== --- head/security/boringssl/Makefile Sat Mar 13 22:34:36 2021 (r568292) +++ head/security/boringssl/Makefile Sat Mar 13 22:35:38 2021 (r568293) @@ -4,7 +4,7 @@ PORTNAME= boringssl PORTVERSION= 0.0.0.0.2020.04.29.01 CATEGORIES= security -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fork of OpenSSL LICENSE= OpenSSL From owner-svn-ports-all@freebsd.org Sat Mar 13 22:53:31 2021 Return-Path: Delivered-To: svn-ports-all@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 288EF5AE5CC; Sat, 13 Mar 2021 22:53:31 +0000 (UTC) (envelope-from swills@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 4DydJW0k2Dz3nPW; Sat, 13 Mar 2021 22:53:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF9913214; Sat, 13 Mar 2021 22:53:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DMrUk1063748; Sat, 13 Mar 2021 22:53:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DMrUmh063746; Sat, 13 Mar 2021 22:53:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103132253.12DMrUmh063746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 13 Mar 2021 22:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568294 - head/www/minio X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/minio X-SVN-Commit-Revision: 568294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 22:53:31 -0000 Author: swills Date: Sat Mar 13 22:53:30 2021 New Revision: 568294 URL: https://svnweb.freebsd.org/changeset/ports/568294 Log: www/minio: update to 2021.03.12.00.00.47 Modified: head/www/minio/Makefile (contents, props changed) head/www/minio/distinfo (contents, props changed) Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Sat Mar 13 22:35:38 2021 (r568293) +++ head/www/minio/Makefile Sat Mar 13 22:53:30 2021 (r568294) @@ -13,8 +13,8 @@ LICENSE= APACHE20 USES= compiler go:modules USE_GITHUB= yes -GHTAG= RELEASE.2021-03-01T04-20-55Z -COMMIT_ID= 2f4af09c01dc9580c6ea9533776d5ecf754c8125 +GHTAG= RELEASE.2021-03-12T00-00-47Z +COMMIT_ID= feafccf0072a9b5fbddc33553890ff56cb2f83b6 GH_TUPLE= ${PORTNAME}:${PORTNAME}:${GHTAG}:DEFAULT \ Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ @@ -48,7 +48,6 @@ GH_TUPLE= ${PORTNAME}:${PORTNAME}:${GHTAG}:DEFAULT \ eapache:go-xerial-snappy:776d5712da21:eapache_go_xerial_snappy/vendor/github.com/eapache/go-xerial-snappy \ eapache:queue:v1.1.0:eapache_queue/vendor/github.com/eapache/queue \ eclipse:paho.mqtt.golang:v1.3.0:eclipse_paho_mqtt_golang/vendor/github.com/eclipse/paho.mqtt.golang \ - elazarl:go-bindata-assetfs:v1.0.0:elazarl_go_bindata_assetfs/vendor/github.com/elazarl/go-bindata-assetfs \ etcd-io:etcd:8a03d2e9614b:etcd_io_etcd/vendor/go.etcd.io/etcd \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \ @@ -106,7 +105,7 @@ GH_TUPLE= ${PORTNAME}:${PORTNAME}:${GHTAG}:DEFAULT \ jcmturner:rpc:v2.0.3:jcmturner_rpc_v2/vendor/github.com/jcmturner/rpc \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ - klauspost:compress:v1.11.7:klauspost_compress/vendor/github.com/klauspost/compress \ + klauspost:compress:v1.11.12:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.3.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:cpuid:v2.0.4:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ @@ -123,7 +122,7 @@ GH_TUPLE= ${PORTNAME}:${PORTNAME}:${GHTAG}:DEFAULT \ minio:cli:v1.22.0:minio_cli/vendor/github.com/minio/cli \ minio:highwayhash:v1.0.1:minio_highwayhash/vendor/github.com/minio/highwayhash \ minio:md5-simd:v1.1.1:minio_md5_simd/vendor/github.com/minio/md5-simd \ - minio:minio-go:v7.0.10:minio_minio_go_v7/vendor/github.com/minio/minio-go/v7 \ + minio:minio-go:6ae69c73ce78:minio_minio_go_v7/vendor/github.com/minio/minio-go/v7 \ minio:selfupdate:v0.3.1:minio_selfupdate/vendor/github.com/minio/selfupdate \ minio:sha256-simd:v1.0.0:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ minio:simdjson-go:v0.2.1:minio_simdjson_go/vendor/github.com/minio/simdjson-go \ @@ -151,15 +150,13 @@ GH_TUPLE= ${PORTNAME}:${PORTNAME}:${GHTAG}:DEFAULT \ prometheus:common:v0.14.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.2.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - quasilyte:go-ruleguard:v0.2.1:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \ rcrowley:go-metrics:10cdbea86bc0:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ rjeczalik:notify:v0.9.2:rjeczalik_notify/vendor/github.com/rjeczalik/notify \ rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \ rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \ ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \ secure-io:sio-go:v0.3.1:secure_io_sio_go/vendor/github.com/secure-io/sio-go \ - shirou:gopsutil:v3.20.11:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ - sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + shirou:gopsutil:v3.21.1:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ streadway:amqp:v1.0.0:streadway_amqp/vendor/github.com/streadway/amqp \ Modified: head/www/minio/distinfo ============================================================================== --- head/www/minio/distinfo Sat Mar 13 22:35:38 2021 (r568293) +++ head/www/minio/distinfo Sat Mar 13 22:53:30 2021 (r568294) @@ -1,6 +1,6 @@ -TIMESTAMP = 1614610697 -SHA256 (minio/minio-minio-2021.03.01.04.20.55-RELEASE.2021-03-01T04-20-55Z_GH0.tar.gz) = 516b51d036cc0f599feb3a24c33142c7adf16aa15cc6ed5d0fddef1fde5bceeb -SIZE (minio/minio-minio-2021.03.01.04.20.55-RELEASE.2021-03-01T04-20-55Z_GH0.tar.gz) = 10314556 +TIMESTAMP = 1615675348 +SHA256 (minio/minio-minio-2021.03.12.00.00.47-RELEASE.2021-03-12T00-00-47Z_GH0.tar.gz) = 458f40040d75e4a8816e5155c9349d49ac515908fe4c3fe677dd5b1b6902a3f8 +SIZE (minio/minio-minio-2021.03.12.00.00.47-RELEASE.2021-03-12T00-00-47Z_GH0.tar.gz) = 10489139 SHA256 (minio/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (minio/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (minio/Azure-azure-storage-blob-go-v0.10.0_GH0.tar.gz) = e3d4304b9fcb7dc5911d648a236fa69c06cb3b33ffb05ac4be6bf3d69125f71e @@ -63,8 +63,6 @@ SHA256 (minio/eapache-queue-v1.1.0_GH0.tar.gz) = 2be47 SIZE (minio/eapache-queue-v1.1.0_GH0.tar.gz) = 3502 SHA256 (minio/eclipse-paho.mqtt.golang-v1.3.0_GH0.tar.gz) = e2cf87768e6c6c3fb133625c6c0beb3c8b9afbe8fb5dcd4b05ca6eb691e2f4ae SIZE (minio/eclipse-paho.mqtt.golang-v1.3.0_GH0.tar.gz) = 89724 -SHA256 (minio/elazarl-go-bindata-assetfs-v1.0.0_GH0.tar.gz) = a553f29ccd6a8e5d11273ead6cd5cabc2456d2b86281a7b9435e2e9e01dc247e -SIZE (minio/elazarl-go-bindata-assetfs-v1.0.0_GH0.tar.gz) = 3815 SHA256 (minio/etcd-io-etcd-8a03d2e9614b_GH0.tar.gz) = 0f8a3a8edd80d58ddced5c786b3e554e0432ade280b6c74c9890e6e080d6b654 SIZE (minio/etcd-io-etcd-8a03d2e9614b_GH0.tar.gz) = 9181974 SHA256 (minio/fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e @@ -179,8 +177,8 @@ SHA256 (minio/josharian-intern-v1.0.0_GH0.tar.gz) = 7c SIZE (minio/josharian-intern-v1.0.0_GH0.tar.gz) = 1927 SHA256 (minio/json-iterator-go-v1.1.10_GH0.tar.gz) = 15e761079f413a9edcf86ea628998e328c12aaed92af462363191fa76e9809a6 SIZE (minio/json-iterator-go-v1.1.10_GH0.tar.gz) = 83384 -SHA256 (minio/klauspost-compress-v1.11.7_GH0.tar.gz) = 1f9f77ff17b62deab4cda8609f87b4cb99e62301880171d6f0fc9deabd66b44d -SIZE (minio/klauspost-compress-v1.11.7_GH0.tar.gz) = 17447676 +SHA256 (minio/klauspost-compress-v1.11.12_GH0.tar.gz) = ff477d18e3bb9731f8600a41f56cb34d68d4ea47f5cc55974be978303d129296 +SIZE (minio/klauspost-compress-v1.11.12_GH0.tar.gz) = 17453513 SHA256 (minio/klauspost-cpuid-v1.3.1_GH0.tar.gz) = 3bf2da7358c8ed33c05bac2ca733749ade03eadf184d81cc7b16fcbe2e230f1d SIZE (minio/klauspost-cpuid-v1.3.1_GH0.tar.gz) = 367144 SHA256 (minio/klauspost-cpuid-v2.0.4_GH0.tar.gz) = 12cc5d89b732bcd884148909a10c506b1b93932ab6fc6f46f4b5de469ecec77b @@ -213,8 +211,8 @@ SHA256 (minio/minio-highwayhash-v1.0.1_GH0.tar.gz) = a SIZE (minio/minio-highwayhash-v1.0.1_GH0.tar.gz) = 22967 SHA256 (minio/minio-md5-simd-v1.1.1_GH0.tar.gz) = 8c7cff580a084493e2fe863aad69497f9a7aebd824ddb97b8e34df2e1f3a83a1 SIZE (minio/minio-md5-simd-v1.1.1_GH0.tar.gz) = 99915 -SHA256 (minio/minio-minio-go-v7.0.10_GH0.tar.gz) = f16d2b1173752a0c50f82832b917bc4c4b7a0295fc954aa320872147ce5c1ffe -SIZE (minio/minio-minio-go-v7.0.10_GH0.tar.gz) = 235983 +SHA256 (minio/minio-minio-go-6ae69c73ce78_GH0.tar.gz) = 20f35b175a7eaf0592feab4fe0643bde3b1f752f7a870a604c6dd6c1b13376ed +SIZE (minio/minio-minio-go-6ae69c73ce78_GH0.tar.gz) = 237128 SHA256 (minio/minio-selfupdate-v0.3.1_GH0.tar.gz) = 0a6ea09f1bbf5fcffabd034b1233625f72ef4d8e143438bd2c8d3fe7d57bd8e9 SIZE (minio/minio-selfupdate-v0.3.1_GH0.tar.gz) = 30753 SHA256 (minio/minio-sha256-simd-v1.0.0_GH0.tar.gz) = f992f67a47d16983f9bab99203aaab044618f13ca1de507c33a70a53de8331e0 @@ -269,8 +267,6 @@ SHA256 (minio/prometheus-procfs-v0.2.0_GH0.tar.gz) = b SIZE (minio/prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 SHA256 (minio/protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = e7266bedaa4f110216fce52ae533dc5eba475d3829bb0592e8876684e202ae1f SIZE (minio/protocolbuffers-protobuf-go-v1.23.0_GH0.tar.gz) = 1214648 -SHA256 (minio/quasilyte-go-ruleguard-v0.2.1_GH0.tar.gz) = 67cafbdc2a852b70f8c1cbc6c75a6c6860dc27ad1c5a2db89cedadb032f3f375 -SIZE (minio/quasilyte-go-ruleguard-v0.2.1_GH0.tar.gz) = 190438 SHA256 (minio/rcrowley-go-metrics-10cdbea86bc0_GH0.tar.gz) = 3f1c492e20be6214a1211602bf2675d42cff5fa59c452a231557e3add587e57c SIZE (minio/rcrowley-go-metrics-10cdbea86bc0_GH0.tar.gz) = 37583 SHA256 (minio/rjeczalik-notify-v0.9.2_GH0.tar.gz) = 840f2c523ed6023eca8c04456f5d9748c44c685fdd2f9fa2ee458baafcd91c38 @@ -283,10 +279,8 @@ SHA256 (minio/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 4e SIZE (minio/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 2969 SHA256 (minio/secure-io-sio-go-v0.3.1_GH0.tar.gz) = 12728c554fcfab43b59539e508597883d7d865f152f205f7dfe8d5b5534b5e63 SIZE (minio/secure-io-sio-go-v0.3.1_GH0.tar.gz) = 21375 -SHA256 (minio/shirou-gopsutil-v3.20.11_GH0.tar.gz) = a2522c752134360617c84705e74a7e65d43037cf57e02b262f0da998132c24d6 -SIZE (minio/shirou-gopsutil-v3.20.11_GH0.tar.gz) = 284076 -SHA256 (minio/sirupsen-logrus-v1.7.0_GH0.tar.gz) = a7baaa1c646441d002f3867b5998b6b45b629ecfad317d468a981e23e0c9c6ca -SIZE (minio/sirupsen-logrus-v1.7.0_GH0.tar.gz) = 46392 +SHA256 (minio/shirou-gopsutil-v3.21.1_GH0.tar.gz) = 7a21f968bce681a748960bcf94f876edfe68b9be6391d0dbaa137ac244ad785d +SIZE (minio/shirou-gopsutil-v3.21.1_GH0.tar.gz) = 285706 SHA256 (minio/spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 73e99fdaadf177427cefb2aff93e4c35d8b1fcf20a4eac6feab73b5d55a9d243 SIZE (minio/spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 7391 SHA256 (minio/square-go-jose-v2.3.1_GH0.tar.gz) = 325bc36d91cc97d724c5c7d107adb7d75c1de32a18e9ff75a3b8341a995c3b6a From owner-svn-ports-all@freebsd.org Sat Mar 13 23:01:41 2021 Return-Path: Delivered-To: svn-ports-all@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 121195AEF01; Sat, 13 Mar 2021 23:01:41 +0000 (UTC) (envelope-from eugen@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 4DydTx027Hz3nxh; Sat, 13 Mar 2021 23:01:41 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE14A1348B; Sat, 13 Mar 2021 23:01:40 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DN1emi068885; Sat, 13 Mar 2021 23:01:40 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DN1e1D068883; Sat, 13 Mar 2021 23:01:40 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <202103132301.12DN1e1D068883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sat, 13 Mar 2021 23:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568295 - head/sysutils/cpupdate X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/cpupdate X-SVN-Commit-Revision: 568295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:01:41 -0000 Author: eugen Date: Sat Mar 13 23:01:40 2021 New Revision: 568295 URL: https://svnweb.freebsd.org/changeset/ports/568295 Log: sysutils/cpupdate: minor update - sync with platomav/CPUMicrocodes MCE DB r181; - sync with Intel's microcode-20210216; - bump PORTREVISION for "service cpupdate download" to fetch updated microcodes for package users. Modified: head/sysutils/cpupdate/Makefile head/sysutils/cpupdate/distinfo Modified: head/sysutils/cpupdate/Makefile ============================================================================== --- head/sysutils/cpupdate/Makefile Sat Mar 13 22:53:30 2021 (r568294) +++ head/sysutils/cpupdate/Makefile Sat Mar 13 23:01:40 2021 (r568295) @@ -3,7 +3,7 @@ PORTNAME= cpupdate DISTVERSION= g20180513 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org @@ -37,10 +37,10 @@ GH_TAGNAME= 48e42d5 PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz -# MCE DB r165 +# MCE DB r181 CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= 0cf17aa +CPM_TAGNAME= 044f53b OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection @@ -50,7 +50,7 @@ CPM_GH_TAGNAME= ${CPM_TAGNAME}:cpm CPM_DIR= ${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME} CPM_DATADIR= ${DATADIR}/CPUMicrocodes/secondary/Intel -INTEL_PACK= microcode-20201110 +INTEL_PACK= microcode-20210216 INTEL_DESC= Download Intel microcode pack ${INTEL_PACK} INTEL_PROJECT= Intel-Linux-Processor-Microcode-Data-Files INTEL_MASTER_SITES= https://codeload.github.com/intel/${INTEL_PROJECT}/tar.gz/:intel Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Sat Mar 13 22:53:30 2021 (r568294) +++ head/sysutils/cpupdate/distinfo Sat Mar 13 23:01:40 2021 (r568295) @@ -1,7 +1,7 @@ -TIMESTAMP = 1605149778 -SHA256 (microcode-20201110) = c9e42ad0032d8cd611c7bc2fb94a16429ac485c7971809737b055550a49f58b8 -SIZE (microcode-20201110) = 3609989 +TIMESTAMP = 1615675326 +SHA256 (microcode-20210216) = b855c81f78705f35341248a0603aa1a6e199ca7f59cd425e061b579329aa9eaa +SIZE (microcode-20210216) = 3506111 SHA256 (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = d28582fe7edfb57da99fb2466417033ee619c32de9c6b5f1a5fae7d9be8253da SIZE (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = 4566722 -SHA256 (platomav-CPUMicrocodes-0cf17aa_GH0.tar.gz) = d15f69e57dc108079a1b339657b876a5e38647eebd2b505beda016b747ceeec3 -SIZE (platomav-CPUMicrocodes-0cf17aa_GH0.tar.gz) = 9246407 +SHA256 (platomav-CPUMicrocodes-044f53b_GH0.tar.gz) = 674923cf907545d8ea5a384af21f52e1df911b121969e81a0ecf47dda9064aea +SIZE (platomav-CPUMicrocodes-044f53b_GH0.tar.gz) = 9437937 From owner-svn-ports-all@freebsd.org Sat Mar 13 23:22:05 2021 Return-Path: Delivered-To: svn-ports-all@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 B81EE5AF1CD; Sat, 13 Mar 2021 23:22:05 +0000 (UTC) (envelope-from tobias.kortkamp@gmail.com) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DydxT0KgGz3pRJ; Sat, 13 Mar 2021 23:22:04 +0000 (UTC) (envelope-from tobias.kortkamp@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id e7so13038900edu.10; Sat, 13 Mar 2021 15:22:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0SvpjFDUqawjiK2AC/XpJbfB2IubRhw4qQszsbhBn0Y=; b=IfugZi8U0ul4ZKQI8qhXbiocyOM5D3KDCnIg0+XGkcKu0YDqTriy+smUoLnmMM1xhd xUlFnUo60/C6bgtPfrMFU1a1Qdhv83uQfO23OtjrHghmbnTEFHgbLrGwDf5Hx9GBlmE0 M6CuFEdKU7dexO+ydFX3gK04HzeRKbx865q9oSn9DiCoBZFRm2i+VNPuBUCdoUmYxv1W EHVUFHq5WAphhPimIiFfhuFftXHa29c1stOi7PyofbFLcJ3eKsLawuTnHmUuCjj1srq0 mb+i5rV2NTU4uexVpeWJFb0xv3k2HMeZdBjAzxmnHpVOxMkxiukd7UOCmaBldCB4KXZm Etew== X-Gm-Message-State: AOAM533iZvafaFLXMKcZCUwQ0IBYyoidYJlQ4nAb72k6w63FIi//C2Gf qx7SDSTEZyDe5oZldkM/gRXEAlQrbOg= X-Google-Smtp-Source: ABdhPJxYrmLEz1C9N9myivVy2eUUFNmoEq4Rzjmck7dXr4XIfVGweT5p5LYmyYcUji+3oLdpN/P+hA== X-Received: by 2002:aa7:c857:: with SMTP id g23mr22520033edt.86.1615677723084; Sat, 13 Mar 2021 15:22:03 -0800 (PST) Received: from urd.tobik.me (ip5f5ae237.dynamic.kabel-deutschland.de. [95.90.226.55]) by smtp.gmail.com with ESMTPSA id d5sm274421ejc.98.2021.03.13.15.22.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 13 Mar 2021 15:22:02 -0800 (PST) Date: Sun, 14 Mar 2021 00:22:05 +0100 From: Tobias Kortkamp To: Piotr Kubaj Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r568065 - head/games/re3 Message-ID: References: <202103110254.12B2sHWl063877@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dcOV9rI694haDkJM" Content-Disposition: inline In-Reply-To: <202103110254.12B2sHWl063877@repo.freebsd.org> X-Rspamd-Queue-Id: 4DydxT0KgGz3pRJ X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of tobiaskortkamp@gmail.com designates 209.85.208.46 as permitted sender) smtp.mailfrom=tobiaskortkamp@gmail.com X-Spamd-Result: default: False [-3.10 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCVD_COUNT_THREE(0.00)[3]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[tobik@freebsd.org,tobiaskortkamp@gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[95.90.226.55:received]; MIME_TRACE(0.00)[0:+,1:+,2:~]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[tobik@freebsd.org,tobiaskortkamp@gmail.com]; TAGGED_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.85.208.46:from]; NEURAL_SPAM_SHORT(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[209.85.208.46:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[209.85.208.46:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.208.46:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:22:05 -0000 --dcOV9rI694haDkJM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 11, 2021 at 02:54:17AM +0000, Piotr Kubaj wrote: > Author: pkubaj > Date: Thu Mar 11 02:54:17 2021 > New Revision: 568065 > URL: https://svnweb.freebsd.org/changeset/ports/568065 >=20 > Log: > games/re3: fix build on i386 > =20 > lld can't link this port. Yes, it can. I looked up the build error (btw, having the error in the commit message would have been much easier) and it was just the old ld: error: cannot preempt symbol: alcIsExtensionPresent >>> defined in /usr/local/lib/libopenal.so >>> referenced by aldlist.cpp:49 (../src/audio/oal/aldlist.cpp:49) >>> obj/bsd-x86-librw_gl3_glfw-oal/Release/re3/aldlist.o:(ALD= eviceList::ALDeviceList()) which you can workaround by adding LDFLAGS_i386=3D -Wl,-znotext No need for LLD_UNSAFE. --dcOV9rI694haDkJM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAmBNSRpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2GjfAf+Mx/meQ/j00fcweLGs3uzwttcxYTLLYz7N7YlTqg43RG4iVhe4Bw9pRYD szAIHA46wY0pHL/pOkbDGRh46m2W+Vyr9WB1tGwyF/HmXkEa+k8XksmFbZvy2iur ZUiElXwTFZ5J/slyoXNPOFoACj+Txx4sewx4n6SAZOhpqEKh/EP2fEFGOET9L25a LM8Ru16F5783ZjEdSd+1GyxzJFJVqaSOian9vUcyJXq19/pJsnsxwnnzHF+9Lmd0 LPN3zGwcBVqGI89FNsauiaSYA1yizGLj08ai56M392hDRPsAP/9gcfrXbmOrRcFi X2maUPohfAc3fV8vmMpg/4EbimFlHw== =Gvik -----END PGP SIGNATURE----- --dcOV9rI694haDkJM-- From owner-svn-ports-all@freebsd.org Sat Mar 13 23:37:14 2021 Return-Path: Delivered-To: svn-ports-all@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 A4D2D5AF49C; Sat, 13 Mar 2021 23:37:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyfGy4Fy9z3qXh; Sat, 13 Mar 2021 23:37:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80B8D13999; Sat, 13 Mar 2021 23:37:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DNbEAC088071; Sat, 13 Mar 2021 23:37:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DNbCBd088063; Sat, 13 Mar 2021 23:37:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103132337.12DNbCBd088063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 23:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568296 - in head: . biology biology/py-fastTSNE math math/py-openTSNE math/py-openTSNE/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . biology biology/py-fastTSNE math math/py-openTSNE math/py-openTSNE/files X-SVN-Commit-Revision: 568296 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:37:14 -0000 Author: yuri Date: Sat Mar 13 23:37:12 2021 New Revision: 568296 URL: https://svnweb.freebsd.org/changeset/ports/568296 Log: Move: biology/py-fastTSNE -> math/py-openTSNE Project was renamed and reimplemented. Added: head/math/py-openTSNE/ - copied from r568295, head/biology/py-fastTSNE/ head/math/py-openTSNE/files/patch-openTSNE_dependencies_annoy_annoymodule.cc (contents, props changed) Deleted: head/biology/py-fastTSNE/ head/math/py-openTSNE/files/patch-setup.py Modified: head/MOVED head/biology/Makefile head/math/Makefile head/math/py-openTSNE/Makefile head/math/py-openTSNE/distinfo head/math/py-openTSNE/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat Mar 13 23:01:40 2021 (r568295) +++ head/MOVED Sat Mar 13 23:37:12 2021 (r568296) @@ -16193,3 +16193,4 @@ devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses audio/fplib||2021-03-07|Dead service since 2015 sysutils/prelink||2021-03-11|Has expired: Have no users in the ports tree x11-fonts/vtfontcvt-ng||2021-03-12|no longer useful on any supported releases; use vtfontcvt(8) instead +biology/py-fastTSNE|math/py-openTSNE|2021-03-13|project renamed/reimplemented under a different name Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sat Mar 13 23:01:40 2021 (r568295) +++ head/biology/Makefile Sat Mar 13 23:37:12 2021 (r568296) @@ -131,7 +131,6 @@ SUBDIR += py-cutadapt SUBDIR += py-dnaio SUBDIR += py-ete3 - SUBDIR += py-fastTSNE SUBDIR += py-gffutils SUBDIR += py-gtfparse SUBDIR += py-hits Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Mar 13 23:01:40 2021 (r568295) +++ head/math/Makefile Sat Mar 13 23:37:12 2021 (r568296) @@ -817,6 +817,7 @@ SUBDIR += py-numpoly SUBDIR += py-numpy SUBDIR += py-numpy-stl + SUBDIR += py-openTSNE SUBDIR += py-opt-einsum SUBDIR += py-optuna SUBDIR += py-or-tools Modified: head/math/py-openTSNE/Makefile ============================================================================== --- head/biology/py-fastTSNE/Makefile Sat Mar 13 23:01:40 2021 (r568295) +++ head/math/py-openTSNE/Makefile Sat Mar 13 23:37:12 2021 (r568296) @@ -1,9 +1,8 @@ # $FreeBSD$ -PORTNAME= fastTSNE -DISTVERSION= 0.2.13 -PORTREVISION= 4 -CATEGORIES= biology python +PORTNAME= openTSNE +DISTVERSION= 0.5.1 +CATEGORIES= math python # statistics MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +14,13 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfftw3.so:math/fftw3 RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}numba>=0.38.1:devel/py-numba@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} -USES= localbase:ldflags python:3.5+ +USES= localbase:ldflags python:3.6+ USE_PYTHON= distutils autoplist -PORTSCOUT= skipv:0.2.14 # no such version, not sure where does portscout see it +post-install: + @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} .include Modified: head/math/py-openTSNE/distinfo ============================================================================== --- head/biology/py-fastTSNE/distinfo Sat Mar 13 23:01:40 2021 (r568295) +++ head/math/py-openTSNE/distinfo Sat Mar 13 23:37:12 2021 (r568296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544862153 -SHA256 (fastTSNE-0.2.13.tar.gz) = c602acf5e61f80bdda1bdfe91838ec89d7fdbdbb072e54c0d8da31c35fc964a0 -SIZE (fastTSNE-0.2.13.tar.gz) = 687321 +TIMESTAMP = 1615668058 +SHA256 (openTSNE-0.5.1.tar.gz) = 755a54ca10c1300e78181e24144fc24481cb8ab4379d27d4c8782a0a1ee37db9 +SIZE (openTSNE-0.5.1.tar.gz) = 878691 Added: head/math/py-openTSNE/files/patch-openTSNE_dependencies_annoy_annoymodule.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-openTSNE/files/patch-openTSNE_dependencies_annoy_annoymodule.cc Sat Mar 13 23:37:12 2021 (r568296) @@ -0,0 +1,13 @@ +- see https://github.com/pavlin-policar/openTSNE/issues/165 + +--- openTSNE/dependencies/annoy/annoymodule.cc.orig 2021-03-13 20:45:35 UTC ++++ openTSNE/dependencies/annoy/annoymodule.cc +@@ -177,7 +177,7 @@ py_an_init(py_annoy *self, PyObject *args, PyObject *k + int f; + static char const * kwlist[] = {"f", "metric", NULL}; + if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|s", (char**)kwlist, &f, &metric)) +- return (int) NULL; ++ return 0; + return 0; + } + Modified: head/math/py-openTSNE/pkg-descr ============================================================================== --- head/biology/py-fastTSNE/pkg-descr Sat Mar 13 23:01:40 2021 (r568295) +++ head/math/py-openTSNE/pkg-descr Sat Mar 13 23:37:12 2021 (r568296) @@ -1,6 +1,9 @@ -Fast, parallel implementations of t-SNE allows, for example, in one case -to visualize 160,796 single cell transcriptomes from the mouse nervous system -computed in under 2 minutes using FFT accelerated interpolation and approximate -nearest neighbors. +openTSNE is a modular Python implementation of t-Distributed Stochasitc Neighbor +Embedding (t-SNE), a popular dimensionality-reduction algorithm for visualizing +high-dimensional data sets. openTSNE incorporates the latest improvements to the +t-SNE algorithm, including the ability to add new data points to existing +embeddings, massive speed improvements, enabling t-SNE to scale to millions of +data points and various tricks to improve global alignment of the resulting +visualizations. -WWW: https://github.com/pavlin-policar/fastTSNE +WWW: https://github.com/pavlin-policar/openTSNE From owner-svn-ports-all@freebsd.org Sat Mar 13 23:39:21 2021 Return-Path: Delivered-To: svn-ports-all@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 E25B85AF4A5; Sat, 13 Mar 2021 23:39:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyfKP66jzz3qY7; Sat, 13 Mar 2021 23:39:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B73F413BDD; Sat, 13 Mar 2021 23:39:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DNdLhO088271; Sat, 13 Mar 2021 23:39:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DNdK46088267; Sat, 13 Mar 2021 23:39:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103132339.12DNdK46088267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 23:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568297 - in head/misc/orange3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/orange3: . files X-SVN-Commit-Revision: 568297 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:39:21 -0000 Author: yuri Date: Sat Mar 13 23:39:20 2021 New Revision: 568297 URL: https://svnweb.freebsd.org/changeset/ports/568297 Log: misc/orange3: Update 3.19.0 -> 3.28.0 PR: 252540 Added: head/misc/orange3/files/ head/misc/orange3/files/patch-requirements-core.txt (contents, props changed) head/misc/orange3/files/patch-requirements-gui.txt (contents, props changed) Modified: head/misc/orange3/Makefile head/misc/orange3/distinfo Modified: head/misc/orange3/Makefile ============================================================================== --- head/misc/orange3/Makefile Sat Mar 13 23:37:12 2021 (r568296) +++ head/misc/orange3/Makefile Sat Mar 13 23:39:20 2021 (r568297) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= orange3 -DISTVERSION= 3.19.0 -PORTREVISION= 5 +DISTVERSION= 3.28.0 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org @@ -10,35 +9,46 @@ COMMENT= Component-based data mining software LICENSE= GPLv3 +BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}baycomp>=1.0.2:math/py-baycomp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fastTSNE>=0.2.12:biology/py-fastTSNE@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>=0.9.4:devel/py-joblib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.14.0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openTSNE>=0.4.3:math/py-openTSNE@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orange-canvas-core>=0.1.19:devel/py-orange-canvas-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orange-widget-base>=4.12.0:devel/py-orange-widget-base@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>0:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.0.0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-louvain>0:math/py-python-louvain@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-louvain>=0.13:math/py-python-louvain@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.11.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:misc/py-XlsxWriter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python:3.4+ pyqt:5 +USE_PYTHON= distutils cython autoplist noflavors +USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run + USE_GITHUB= yes GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist noflavors -USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run CFLAGS+= -DQSORT_R_STYLE_BSD=yes LDFLAGS+= -Xlinker -strip-all # strip, stage-qa doesn't catch that it isn't stripped -post-install: +xpost-install: @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST} # https://github.com/biolab/orange3/issues/3060 @${REINPLACE_CMD} -e 's|import sys|& ; from OpenGL import GL|' ${STAGEDIR}${PREFIX}/bin/orange-canvas # https://github.com/biolab/orange3/issues/3062 Modified: head/misc/orange3/distinfo ============================================================================== --- head/misc/orange3/distinfo Sat Mar 13 23:37:12 2021 (r568296) +++ head/misc/orange3/distinfo Sat Mar 13 23:39:20 2021 (r568297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544861883 -SHA256 (biolab-orange3-3.19.0_GH0.tar.gz) = 9ae6e72fa2ffebe3945d1813439e809fd353ef386fb8cfa10c3cfe3917e03042 -SIZE (biolab-orange3-3.19.0_GH0.tar.gz) = 24877077 +TIMESTAMP = 1615667909 +SHA256 (biolab-orange3-3.28.0_GH0.tar.gz) = 2484904ae1d087c8fac241c8de2607ecdaabfd33637dd56ca9107d5e4e42492a +SIZE (biolab-orange3-3.28.0_GH0.tar.gz) = 27040658 Added: head/misc/orange3/files/patch-requirements-core.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orange3/files/patch-requirements-core.txt Sat Mar 13 23:39:20 2021 (r568297) @@ -0,0 +1,8 @@ +--- requirements-core.txt.orig 2021-03-13 22:01:25 UTC ++++ requirements-core.txt +@@ -23,4 +23,4 @@ baycomp>=1.0.2 + pandas>=1.0.0 + pyyaml + openpyxl +-httpx>=0.14.0,<0.17 ++httpx>=0.14.0 Added: head/misc/orange3/files/patch-requirements-gui.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/orange3/files/patch-requirements-gui.txt Sat Mar 13 23:39:20 2021 (r568297) @@ -0,0 +1,13 @@ +- fails to find PyQt5 with the line as given + +--- requirements-gui.txt.orig 2021-03-13 22:03:33 UTC ++++ requirements-gui.txt +@@ -1,7 +1,7 @@ + orange-canvas-core>=0.1.19,<0.2a + orange-widget-base>=4.12.0 + +-PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns ++#PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns + PyQtWebEngine>=5.12 + AnyQt>=0.0.11 + From owner-svn-ports-all@freebsd.org Sat Mar 13 23:40:22 2021 Return-Path: Delivered-To: svn-ports-all@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 244045AF241; Sat, 13 Mar 2021 23:40:22 +0000 (UTC) (envelope-from nc@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 4DyfLZ0Z56z3qT6; Sat, 13 Mar 2021 23:40:22 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0634C1399C; Sat, 13 Mar 2021 23:40:22 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DNeLMb088445; Sat, 13 Mar 2021 23:40:21 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DNeLPv088443; Sat, 13 Mar 2021 23:40:21 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202103132340.12DNeLPv088443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Sat, 13 Mar 2021 23:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568298 - head/devel/gengetopt X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: head/devel/gengetopt X-SVN-Commit-Revision: 568298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:40:22 -0000 Author: nc Date: Sat Mar 13 23:40:21 2021 New Revision: 568298 URL: https://svnweb.freebsd.org/changeset/ports/568298 Log: devel/gengetopt: Update to 2.23 Changes: https://www.gnu.org/software/gengetopt/NEWS Modified: head/devel/gengetopt/Makefile head/devel/gengetopt/distinfo Modified: head/devel/gengetopt/Makefile ============================================================================== --- head/devel/gengetopt/Makefile Sat Mar 13 23:39:20 2021 (r568297) +++ head/devel/gengetopt/Makefile Sat Mar 13 23:40:21 2021 (r568298) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gengetopt -PORTVERSION= 2.22.6 -PORTREVISION= 3 +PORTVERSION= 2.23 CATEGORIES= devel MASTER_SITES= GNU @@ -12,6 +11,8 @@ COMMENT= Tool for generating a C function which parses LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING + +USES= makeinfo tar:xz GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes Modified: head/devel/gengetopt/distinfo ============================================================================== --- head/devel/gengetopt/distinfo Sat Mar 13 23:39:20 2021 (r568297) +++ head/devel/gengetopt/distinfo Sat Mar 13 23:40:21 2021 (r568298) @@ -1,2 +1,3 @@ -SHA256 (gengetopt-2.22.6.tar.gz) = 30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7 -SIZE (gengetopt-2.22.6.tar.gz) = 1056293 +TIMESTAMP = 1615678600 +SHA256 (gengetopt-2.23.tar.xz) = b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac +SIZE (gengetopt-2.23.tar.xz) = 584860 From owner-svn-ports-all@freebsd.org Sat Mar 13 23:46:30 2021 Return-Path: Delivered-To: svn-ports-all@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 A51125AF58A; Sat, 13 Mar 2021 23:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyfTf4Gh2z3qr7; Sat, 13 Mar 2021 23:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 855B8138ED; Sat, 13 Mar 2021 23:46:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12DNkUUR094137; Sat, 13 Mar 2021 23:46:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12DNkUub094135; Sat, 13 Mar 2021 23:46:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103132346.12DNkUub094135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 13 Mar 2021 23:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568299 - head/misc/py-orange3-associate X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/py-orange3-associate X-SVN-Commit-Revision: 568299 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 23:46:30 -0000 Author: yuri Date: Sat Mar 13 23:46:29 2021 New Revision: 568299 URL: https://svnweb.freebsd.org/changeset/ports/568299 Log: misc/py-orange3-associate: Update 1.1.5-5 -> 1.1.8 Modified: head/misc/py-orange3-associate/Makefile head/misc/py-orange3-associate/distinfo Modified: head/misc/py-orange3-associate/Makefile ============================================================================== --- head/misc/py-orange3-associate/Makefile Sat Mar 13 23:40:21 2021 (r568298) +++ head/misc/py-orange3-associate/Makefile Sat Mar 13 23:46:29 2021 (r568299) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= orange3-associate -DISTVERSION= 1.1.5-5 -PORTREVISION= 3 -DISTVERSIONSUFFIX= -ge82d0db +DISTVERSION= 1.1.8 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +12,12 @@ LICENSE= GPLv3+ RUN_DEPENDS= orange3>0:misc/orange3 \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.12.0:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= python:3.4+ +USE_PYTHON= distutils autoplist + USE_GITHUB= yes GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist .include Modified: head/misc/py-orange3-associate/distinfo ============================================================================== --- head/misc/py-orange3-associate/distinfo Sat Mar 13 23:40:21 2021 (r568298) +++ head/misc/py-orange3-associate/distinfo Sat Mar 13 23:46:29 2021 (r568299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529555308 -SHA256 (biolab-orange3-associate-1.1.5-5-ge82d0db_GH0.tar.gz) = 72941f8860cb5cce58b30bf6b9e88846b470f85adfaed7b31571039117c93a28 -SIZE (biolab-orange3-associate-1.1.5-5-ge82d0db_GH0.tar.gz) = 521853 +TIMESTAMP = 1615678925 +SHA256 (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 2840b28fa7cabbe6e9129b677ae28d02d3ceb680c5786d3fe980fe4ed666d66e +SIZE (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 505212